/*Add font ================================*/
@media (min-width: 992px) {
  #container {
    padding-top: 27px;
    padding-bottom: 0;
  }
}

.full #container > .row {
  background: none;
  padding: 0;
}
.full.detail {
  padding: 0;
}
.full.detail #container {
  padding-bottom: 0;
}

#tth-column_left .box_l_product .btn_clear {
  display: none;
}

.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: 300 0.8666666667rem/150% "Roboto", sans-serif;
  color: #393939;
}
.box_mid .box_mid-title .filter .sort_product > a {
  font: 300 0.9333333333rem/150% "Roboto", sans-serif;
  color: #252525;
  padding-left: 20px;
  margin: 0 15px;
  position: relative;
  transition: 200ms linear;
}
.box_mid .box_mid-title .filter .sort_product > a:before {
  content: "\f111";
  font: 400 0.9333333333rem/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;
}
.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;
  border: 0;
  width: 100%;
  height: 100%;
  -moz-appearance: none;
  -webkit-appearance: none;
  background: #fca227;
  padding: 0 10px;
}
.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_mid .box_header_product .title_option {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 25px;
}
.box_mid .box_header_product .title_option .title {
  padding-bottom: 10px;
}
.box_mid .box_header_product .title_option .title span:first-child {
  font-size: 20px;
  color: #fca227;
  font-weight: 500;
  border-bottom: 1px solid #fca227;
  display: inline-block;
}
.box_mid .box_header_product .title_option .title span.total {
  font-size: 14px;
  color: #626262;
  font-weight: 300;
  text-transform: none;
  padding-left: 14px;
}
@media (max-width: 992px) {
  .box_mid .box_header_product .title_option .title span.total {
    padding-left: 5px;
  }
}
.box_mid .box_header_product .title_option .sort_product {
  padding-bottom: 10px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.box_mid .box_header_product .title_option .sort_product .select {
  position: relative;
}
.box_mid .box_header_product .title_option .sort_product .select:after {
  content: "\e8a4";
  font-family: ficon;
  color: #aeaeae;
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  pointer-events: none;
  font-size: 17.5px;
}
.box_mid .box_header_product .title_option .sort_product .select span {
  color: #626262;
  padding-right: 9px;
}
.box_mid .box_header_product .title_option .sort_product .select select {
  height: 30px;
  border: 1px solid #e78b28;
  background: none;
  color: #626262;
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 50px;
  padding: 0 26px 0 20px;
}
.box_mid .box_header_product .title_option .sort_product .select select:focus {
  outline: none;
}

.paginate {
  padding: 0;
  position: relative;
}
.paginate:before {
  content: "";
  width: 100%;
  height: 2px;
  background: #FFF;
  position: absolute;
  left: 0;
  bottom: calc(100% + 39px);
}

.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 {
  display: none;
}
@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: #c92127;
  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 {
  width: 100%;
}
.box_l_product div.title {
  color: #1062a4;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 700;
  padding-bottom: 8px;
}
.box_l_product label.title {
  background: #c92127;
  font-family: VLOSWALD-BOLD;
  font-size: 18px;
  color: #FFF;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 3px 3px 3px 20px;
  text-transform: uppercase;
  margin-bottom: 8px;
}
@media (max-width: 992px) {
  .box_l_product label.title {
    padding: 2px 2px 2px 10px;
  }
}
.box_l_product label.title span:first-child {
  padding-right: 24px;
}
.box_l_product label.title span:last-child {
  width: 56px;
  height: 43px;
  background: url("../images/use/right_sp.png") no-repeat;
  background-size: contain;
}
.box_l_product > ul {
  list-style-type: none;
  padding: 2px 0;
  margin-bottom: 0;
}
.box_l_product #content_list_group a {
  color: #1c1c1c;
}
.box_l_product #content_list_group a:hover {
  color: #c92127;
}
.box_l_product #content_list_group h3 {
  font-family: VLOSWALD;
  display: block;
  border: none;
  font-size: 14px;
  position: relative;
  padding: 0 34px 0 26px;
  background: #FFF;
  text-transform: uppercase;
  margin: 0;
  margin-bottom: 8px;
  border-radius: 0;
}
@media (max-width: 992px) {
  .box_l_product #content_list_group h3 {
    padding: 0 0 4px 20px;
  }
}
.box_l_product #content_list_group h3:before {
  content: "";
  width: 6px;
  height: 11px;
  background: url("../images/use/right_menu_product.png") no-repeat;
  background-size: contain;
  position: absolute;
  right: 26px;
  top: 50%;
  transform: translateY(-50%);
}
.box_l_product #content_list_group h3:hover a, .box_l_product #content_list_group h3[aria-selected=true] a {
  color: #c92127;
}
.box_l_product #content_list_group h3 > span.ui-icon {
  display: none;
}
.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 h3 a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 0;
}
.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 0;
  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 {
  padding: 20px 20px 30px;
}
.box_l_product #slider_range_price .other_title {
  color: #1062a4;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 700;
  padding-bottom: 8px;
}
.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.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 {
  padding: 20px 20px 30px;
}
.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: #f26522;
}
.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;
}
.box_l_product.box_trademark {
  padding: 20px 20px 30px;
}
.box_l_product.box_trademark #trademarkLeft {
  padding: 0;
}

[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 0.9333333333rem/150% "Roboto", sans-serif;
  color: #1b1b1b;
  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: 13px;
  height: 13px;
  cursor: pointer;
  background: #fff;
  border: 1px solid #80abce;
  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 {
  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;
}

div#gallery_slider {
  width: 100%;
  box-sizing: border-box;
  margin-bottom: 20px;
  border: 1px solid #ff6000;
  box-shadow: 0 1px 13px rgba(0, 0, 0, 0.24);
}
@media (max-width: 992px) {
  div#gallery_slider {
    margin-bottom: 10px;
  }
}
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: 26px;
}
@media (max-width: 992px) {
  div#gallery_slider .slick-arrow.slick-prev {
    left: 10px;
  }
}
div#gallery_slider .slick-arrow.slick-prev:before {
  content: "\f104";
  font-size: 48px;
  color: #FFF;
}
div#gallery_slider .slick-arrow.slick-next {
  right: 26px;
}
@media (max-width: 992px) {
  div#gallery_slider .slick-arrow.slick-next {
    right: 10px;
  }
}
div#gallery_slider .slick-arrow.slick-next:before {
  content: "\f105";
  font-size: 48px;
  color: #FFF;
}
div#gallery_slider .item {
  height: 317px;
  display: flex;
  align-items: center;
  justify-content: center;
}
div#gallery_slider img {
  max-width: 100%;
  height: auto;
  max-height: 100%;
  margin: auto;
  display: block;
}

/*GALERY THUMB*/
div#gallery_slider_thumb {
  width: 100%;
  box-sizing: border-box;
  padding: 0 55px;
}
@media (max-width: 992px) {
  div#gallery_slider_thumb {
    padding: 0;
  }
}
div#gallery_slider_thumb .slick-prev {
  width: 26px;
  height: 36px;
  background: #f2f2f2 url("../images/use/slick_left.png") no-repeat center;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
div#gallery_slider_thumb .slick-prev:before {
  display: none;
}
div#gallery_slider_thumb .slick-next {
  width: 26px;
  height: 36px;
  background: #f2f2f2 url("../images/use/slick_right.png") no-repeat center;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  bottom: unset;
}
div#gallery_slider_thumb .slick-next:before {
  display: none;
}
div#gallery_slider_thumb .slick-list {
  padding: 0 !important;
}
div#gallery_slider_thumb .slick-list .slick-slide {
  padding: 0 8px;
}
@media (max-width: 768px) {
  div#gallery_slider_thumb .slick-list .slick-slide {
    padding: 0 3px;
  }
}
div#gallery_slider_thumb .slick-list .slick-slide .item {
  outline: none;
}
div#gallery_slider_thumb .slick-list .slick-slide .item .image {
  width: 100%;
  border: 1px solid #ebebeb;
  display: flex;
  align-items: center;
  padding-top: 100%;
  margin: auto;
  position: relative;
  overflow: hidden;
}
div#gallery_slider_thumb .slick-list .slick-slide .item .image img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
div#gallery_slider_thumb .slick-list .slick-slide.slick-current .item .image {
  border-color: #ff6000;
}

/*END PIC*/
#item_detail .info_top {
  display: flex;
  flex-wrap: wrap;
}
#item_detail .info_left {
  width: 39%;
  position: relative;
}
@media (max-width: 900px) {
  #item_detail .info_left {
    width: 100%;
  }
}
#item_detail .info_right {
  width: 61%;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 900px) {
  #item_detail .info_right {
    width: 100%;
    padding-top: 20px;
  }
}
#item_detail .info_right .info_col_left {
  width: calc(100% - 232px);
  padding: 0 7% 0 6%;
}
@media (max-width: 992px) {
  #item_detail .info_right .info_col_left {
    padding: 0 10px;
  }
}
@media (max-width: 600px) {
  #item_detail .info_right .info_col_left {
    width: 100%;
    padding-bottom: 20px;
  }
}
#item_detail .info_right .info_col_right {
  width: 232px;
}
#item_detail .info_right .info_col_right > .title {
  background: linear-gradient(#14b13c, #008423);
  text-align: center;
  padding: 7px 0;
}
#item_detail .info_right .info_col_right > .title a {
  font-size: 13.8px;
  color: #FFF;
  position: relative;
}
#item_detail .info_right .info_col_right > .title a:before {
  content: "";
  width: 21px;
  height: 21px;
  background: url("../images/use/phone-call.png") no-repeat;
  background-size: contain;
  position: absolute;
  right: calc(100% + 14px);
}
#item_detail .info_right .info_col_right > .title a span {
  font-weight: 500;
  font-size: 16px;
  color: #fff600;
}
#item_detail .info_right .list_banner {
  border: 1px solid #0d9210;
  border-top: none;
  padding: 0 10px;
}
#item_detail .info_right .list_banner .banner_item {
  position: relative;
  border-bottom: 1px solid #f5f5f5;
  padding: 14px 0;
  padding-left: 47px;
}
@media (max-width: 992px) {
  #item_detail .info_right .list_banner .banner_item {
    padding: 10px 0;
    padding-left: 45px;
  }
}
#item_detail .info_right .list_banner .banner_item:last-child {
  border-bottom: none;
}
#item_detail .info_right .list_banner .banner_item p {
  font-size: 11px;
  color: #b9b9b9;
}
#item_detail .info_right .list_banner .banner_item p:first-child {
  width: 40px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
#item_detail .info_right .list_banner .banner_item p:nth-child(2) {
  font-size: 14px;
  color: #252525;
}
#item_detail .add_favorite {
  position: absolute;
  top: 16px;
  left: 17px;
  cursor: pointer;
  z-index: 1;
}
#item_detail .add_favorite i:before {
  color: #fca227;
  font-size: 23px;
}
#item_detail .discount {
  position: absolute;
  top: 0;
  right: 12px;
  width: 30px;
  height: 35px;
  background: url("../images/use/reduce.png") no-repeat;
  background-size: 100% 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFF;
  font-size: 11.5px;
}
#item_detail h1.title_product {
  font-size: 20px;
  color: #1c9f46;
  font-weight: 600;
  padding-bottom: 3px;
}
#item_detail .info_code {
  font-size: 12px;
  color: #919191;
}
#item_detail .info_code span {
  color: #0d9210;
  font-size: 12px;
}
#item_detail .rate {
  padding-bottom: 13px;
}
#item_detail .rate i {
  margin-right: -3px;
  color: #1c9f46;
}
#item_detail .rate .num, #item_detail .rate .sold {
  font-size: 12px;
  color: #b3b3b3;
}
#item_detail .rate .num span, #item_detail .rate .sold span {
  color: #1c9f46;
}
#item_detail .rate .num {
  padding-left: 13px;
  padding-right: 15px;
  margin-right: 11px;
  position: relative;
  text-decoration: underline;
}
#item_detail .rate .num:after {
  content: "";
  width: 2px;
  height: 9px;
  background: #bdbdbd;
  position: absolute;
  right: 0;
  top: 6px;
}
#item_detail .info_short {
  color: #5f5f5f;
  padding-bottom: 17px;
}
#item_detail .info_short p {
  line-height: 22px;
}
#item_detail .commitment {
  background: #fffde7;
  border: 1px solid #ffae6c;
  border-radius: 4px;
  font-size: 12px;
  color: #2f2f2f;
  padding: 7px 14px 10px;
  margin-bottom: 17px;
}
#item_detail .commitment p {
  font-size: 12px;
  line-height: 20px;
}
#item_detail .info_price {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  padding-bottom: 10px;
}
#item_detail .info_price .wrap {
  padding-right: 16px;
}
#item_detail .info_price .wrap > span {
  display: block;
}
#item_detail .info_price .price_buy {
  font-size: 16px;
  color: #fca227;
}
#item_detail .info_price .price_buy span {
  text-decoration: underline;
}
#item_detail .info_price .price {
  font-size: 14px;
  color: #abaaaa;
  text-decoration: line-through;
}
#item_detail .info_price .percent_discount {
  font-size: 12px;
  color: #FFF;
  background: #fca227;
  border-radius: 3px;
  padding: 0 5px;
}

.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(../../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;
  margin-bottom: 10px;
}
.info_version .label {
  flex: 0 0 100%;
  max-width: 100%;
  font: 300 0.9333333333rem/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.9333333333rem/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;
}
.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;
}

.btn_add_cart {
  border-radius: 50px;
  width: -moz-max-content;
  width: max-content;
  padding: 0 24px;
  height: 35px;
  background: #0d9210;
  border: none;
  cursor: pointer;
  margin-bottom: 23px;
}
.btn_add_cart:hover {
  opacity: 0.8;
}
.btn_add_cart i {
  width: 23px;
  height: 17px;
  background: url("../images/use/cart.png") no-repeat;
  margin-right: 4px;
  display: inline-block;
  transform: translateY(1px);
}
.btn_add_cart h2 {
  font-size: 14px;
  color: #FFF;
}

.btn_add_cart_now {
  background: #fca227;
  border: none;
  width: 100%;
  border-radius: 4px;
  cursor: pointer;
  padding: 5px 10px;
}
.btn_add_cart_now:hover {
  opacity: 0.8;
}
.btn_add_cart_now h2 {
  color: #FFF;
}
.btn_add_cart_now h2 p {
  display: block;
}
.btn_add_cart_now h2 p:first-child {
  font-weight: 700;
  font-size: 16px;
  text-transform: uppercase;
}
.btn_add_cart_now h2 p:last-child {
  font-size: 12px;
}

#form_add_cart {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
}
@media (max-width: 992px) {
  #form_add_cart {
    margin-top: 15px;
  }
}
#form_add_cart .info_row {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
}

#text_quantity {
  display: flex;
  align-items: center;
  margin-right: 10px;
  margin-bottom: 23px;
}
#text_quantity .label {
  font-size: 14px;
  color: #5f5f5f;
  padding-right: 12px;
}
#text_quantity .btn_grp {
  display: flex;
  align-items: center;
  padding-right: 28px;
  position: relative;
}
#text_quantity .btn_grp .btn_minus, #text_quantity .btn_grp .btn_plus {
  width: 23px;
  height: 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  background: #fca227;
  color: #FFF;
  position: absolute;
  right: 0;
}
#text_quantity .btn_grp .btn_minus i:before, #text_quantity .btn_grp .btn_plus i:before {
  font-size: 10px;
}
#text_quantity .btn_grp .btn_plus {
  top: 0;
}
#text_quantity .btn_grp .btn_minus {
  bottom: 0;
}
#text_quantity .btn_grp .quantity_text {
  text-align: center;
  max-width: 44px;
  height: 38px;
  outline: none;
  padding: 2px 5px;
  background: #FFF;
  border: 1px solid #fca227;
  border-radius: 0;
  color: #7c7c7c;
  font-size: 14px;
}

.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(../../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;
}

#comment_rate > .title {
  font-size: 18px;
  color: #fca227;
  text-transform: uppercase;
  border-bottom: 1px solid #eeeeee;
  position: relative;
  font-weight: 500;
}
#comment_rate > .title:after {
  content: "";
  height: 1px;
  background: #fca227;
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 228px;
}
#comment_rate > label.title {
  font-size: 18px;
  color: #1062a4;
  font-weight: 700;
  position: relative;
  width: -moz-max-content;
  width: max-content;
  padding-bottom: 2px;
}
#comment_rate > label.title:before {
  content: "";
  width: 100%;
  height: 3px;
  background: #1062a4;
  position: absolute;
  bottom: 0;
}
#comment_rate > label.title:after {
  content: "";
  width: 18px;
  height: 9px;
  background: url(../images/use/bottom_title.png) no-repeat;
  background-size: contain;
  position: absolute;
  left: 15px;
  bottom: -6px;
}
#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%;
}

.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.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: 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.8666666667rem/150% "Roboto", sans-serif;
  color: #2a2a26;
}
.answer-form .other-question p a:hover {
  color: #007FF0;
}

#product_other {
  width: 100%;
  position: relative;
  padding: 47px 0;
}
@media (max-width: 992px) {
  #product_other {
    padding: 30px 0;
  }
}
#product_other:before {
  content: "";
  width: 100vw;
  height: 100%;
  background: #FFF;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
#product_other .title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 37px;
  position: relative;
}
@media (max-width: 992px) {
  #product_other .title {
    padding-bottom: 25px;
  }
}
#product_other .title span {
  font-family: VLOSWALD;
  color: #212121;
  font-size: 22px;
}
#product_other .title .slide-control {
  display: flex;
}
#product_other .title .slide-control .btn-arrow {
  cursor: pointer;
  width: 31px;
  height: 31px;
  border-radius: 0;
}
#product_other .title .slide-control .btn-arrow i {
  display: none;
}
#product_other .title .slide-control .btn-arrow:hover {
  opacity: 0.8;
}
#product_other .title .slide-control .btn-arrow.btn-prev {
  margin-right: 11px;
  background: #e22a36 url("../images/use/nav_left.png") no-repeat center;
}
#product_other .title .slide-control .btn-arrow.btn-next {
  background: #e22a36 url("../images/use/nav_right.png") no-repeat center;
}
#product_other .list_item_product .row_item {
  margin: 0 -22px;
}
@media (max-width: 992px) {
  #product_other .list_item_product .row_item {
    margin: 0 -5px;
  }
}
#product_other .list_item_product .row_item .col_item {
  width: 100%;
  padding: 0 22px;
}
@media (max-width: 992px) {
  #product_other .list_item_product .row_item .col_item {
    padding: 0 5px;
  }
}
#product_other .list_item_product .row_item .col_item .item .info {
  padding: 17px 0 0;
}
#product_other .list_item_product .row_item .col_item .item .info .new {
  font-size: 13.55px;
}
#product_other .list_item_product .row_item .col_item .item .info h3.info-title {
  padding: 7px 0 10px;
}
#product_other .list_item_product .row_item .col_item .item .info h3.info-title a {
  font-size: 15px;
}
#product_other .list_item_product .row_item .col_item .item .info .rate {
  padding-bottom: 8px;
}
#product_other .list_item_product .row_item .col_item .item .info .rate i:before {
  color: #fdd835;
}
#product_other .list_item_product .row_item .col_item .item .info .info-price .price {
  font-size: 13.79px;
}
#product_other .list_item_product .row_item .col_item .item .info .info-price .price_buy {
  font-size: 16.75px;
}

.tab_short {
  padding: 46px 0 0;
  width: 100%;
  margin-bottom: 38px;
}
@media (max-width: 992px) {
  .tab_short {
    padding: 30px 0 0;
    margin-bottom: 30px;
  }
}
.tab_short ul.resp-tablist {
  list-style: none;
  padding-left: 0;
  border-bottom: 1px solid #eeeeee;
  display: none;
  margin-bottom: 28px;
}
@media (min-width: 768px) {
  .tab_short ul.resp-tablist {
    display: flex;
  }
}
@media (max-width: 992px) {
  .tab_short ul.resp-tablist {
    margin-bottom: 15px;
  }
}
.tab_short ul.resp-tablist li {
  font-weight: 500;
  font-size: 18px;
  color: #585858;
  margin-right: 28px;
  cursor: pointer;
  text-transform: uppercase;
}
@media (max-width: 992px) {
  .tab_short ul.resp-tablist li {
    margin-right: 15px;
  }
}
.tab_short ul.resp-tablist li:hover, .tab_short ul.resp-tablist li.resp-tablistItem__active {
  color: #fca227;
  position: relative;
}
.tab_short ul.resp-tablist li:hover:after, .tab_short ul.resp-tablist li.resp-tablistItem__active:after {
  content: "";
  width: 100%;
  height: 1px;
  background: #fca227;
  position: absolute;
  bottom: -1px;
  left: 0;
}
.tab_short select {
  border: 1px solid #fca227;
  height: 35px;
  font-size: 15px;
  color: #FFF;
  background: #fca227;
  font-weight: 600;
  margin-bottom: 15px;
  width: 100%;
  padding-left: 10px;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .tab_short select {
    display: none;
  }
}
.tab_short #tabs {
  font-size: 14px;
  font-weight: 300;
  color: #636363;
  text-align: justify;
}
.tab_short #tabs p {
  line-height: 22px;
}
.tab_short #tabs .text.hide {
  max-height: 850px;
  overflow: hidden;
}
.tab_short .btn_more {
  display: block;
  margin: auto;
  width: -moz-max-content;
  width: max-content;
  color: #f44a06;
  border: 1px solid #f44a06;
  border-radius: 5px;
  padding: 7px 35px;
  cursor: pointer;
  margin-top: 39px;
}
@media (max-width: 992px) {
  .tab_short .btn_more {
    margin-top: 20px;
  }
}
.tab_short .btn_more:after {
  content: "\e8b5";
  font-family: ficon;
  display: inline-block;
  margin-left: 4px;
}

.call_buy {
  font-size: 14px;
  color: #3d3d3d;
  width: -moz-max-content;
  width: max-content;
  margin: auto;
  padding-top: 19px;
}
.call_buy:before {
  content: "";
  width: 15px;
  height: 18px;
  background: url("../images/use/phone-call1.png") no-repeat;
  background-size: contain;
  display: inline-block;
  margin-right: 7px;
  transform: translateY(3px);
}
.call_buy a {
  color: #ff6900;
}

.tool-share {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding-top: 22px;
}
.tool-share > span {
  color: #3d3d3d;
  padding-right: 4px;
}
.tool-share ul {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
}
.tool-share ul li {
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  padding: 0;
  cursor: pointer;
  margin-left: 6px;
}
.tool-share ul li a {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.tool-share ul li a i:before {
  font-size: 14px;
  color: #FFF;
}
.tool-share ul li a.zalo-share-button {
  background: #00b9ff url(../images/use/zalo.png) center no-repeat;
  width: 26px !important;
  height: 26px !important;
  background-size: 19px;
}
.tool-share ul li a.zalo-share-button iframe {
  visibility: hidden;
  position: absolute;
}

.comment_fb {
  padding-top: 40px;
}
.comment_fb div.title {
  font-family: VLOSWALD;
  font-size: 15px;
  color: #313131;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 16px;
  margin-bottom: 30px;
}
.comment_fb div.title:after {
  content: "";
  width: 25px;
  height: 4px;
  border-radius: 2px;
  background: #e22a36;
  position: absolute;
  bottom: 0;
  left: 0;
}

.relate_news {
  position: relative;
  padding: 37px 0 45px;
  margin-top: 56px;
}
@media (max-height: 992px) {
  .relate_news {
    padding: 30px 0;
    margin-top: 30px;
  }
}
.relate_news:before {
  content: "";
  width: 100vw;
  height: 100%;
  background: #f6f6f6;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  z-index: -1;
}
.relate_news .relate_title {
  border-bottom: 1px solid #eeeeee;
  margin-bottom: 22px;
}
.relate_news .relate_title span {
  font-weight: 500;
  font-size: 20px;
  color: #fca227;
  text-transform: uppercase;
  border-bottom: 1px solid #fca227;
  display: inline-block;
  margin-bottom: -1px;
}
.relate_news .list_item .item .img a {
  padding-top: 68%;
  border-radius: 4px 4px 0 0;
}
.relate_news .list_item .item .img a img {
  width: 100%;
}
.relate_news .list_item .item .info {
  padding: 19px 18px 22px;
  background: #FFF;
  border-radius: 0 0 4px 4px;
}
@media (max-width: 992px) {
  .relate_news .list_item .item .info {
    padding: 15px 10px;
  }
}
.relate_news .list_item .item .info .title {
  padding-bottom: 5px;
}
.relate_news .list_item .item .info .title a {
  font-size: 16px;
  color: #212121;
  font-weight: 500;
  line-height: 20px;
}
.relate_news .list_item .item .info .title a:hover {
  color: #fca227;
}
.relate_news .list_item .item .info .date_create {
  font-size: 12px;
  color: #fca227;
  padding-bottom: 9px;
}
.relate_news .list_item .item .info .date_create:before {
  content: "";
  width: 12px;
  height: 10px;
  background: url("../images/use/calendar.png") no-repeat;
  background-size: contain;
  display: inline-block;
  margin-right: 5px;
}
.relate_news .list_item .item .info .short {
  font-size: 14px;
  color: #868686;
  line-height: 20px;
  padding-bottom: 20px;
}
@media (max-width: 992px) {
  .relate_news .list_item .item .info .short {
    padding-bottom: 10px;
  }
}
.relate_news .list_item .item .info .detail a {
  font-size: 15px;
  color: #ff0000;
  background: linear-gradient(to right, #ffaa06, #ffd453);
  border-radius: 50px;
  padding: 2px 18px 2px 16px;
}
.relate_news .list_item .item .info .detail a:hover {
  opacity: 0.8;
}
.relate_news .list_item .item .info .detail a:after {
  content: "";
  width: 10px;
  height: 10px;
  background: url("../images/use/left_nav.png") no-repeat;
  background-size: contain;
  filter: invert(22%) sepia(75%) saturate(6519%) hue-rotate(355deg) brightness(111%) contrast(127%);
  display: inline-block;
  margin-left: 5px;
}

.tab_product_other .ul_product_other {
  display: flex;
}
@media (max-width: 600px) {
  .tab_product_other .ul_product_other {
    display: none;
  }
}
.tab_product_other .ul_product_other li {
  font-size: 18px;
  color: #FFF;
  text-transform: uppercase;
  background: #bababa;
  border-radius: 4px 4px 0 0;
  cursor: pointer;
  margin-right: 4px;
  padding: 8px 23px 5px;
}
.tab_product_other .ul_product_other li.active {
  background: #fca227;
}
.tab_product_other select {
  font-size: 15px;
  color: #FFF;
  background: #fca227;
  text-transform: uppercase;
  padding: 8px 10px 5px;
  border: none;
  border-radius: 4px 4px 0 0;
  font-weight: 500;
}
@media (min-width: 601px) {
  .tab_product_other select {
    display: none;
  }
}
.tab_product_other .product_other_content {
  padding: 52px 0;
  position: relative;
}
@media (max-width: 992px) {
  .tab_product_other .product_other_content {
    padding: 30px 0;
  }
}
.tab_product_other .product_other_content:before {
  content: "";
  width: 100vw;
  height: 100%;
  background: #f2f2f2;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  z-index: -1;
}
.tab_product_other .product_other_content .list_item_product .owl-stage-outer {
  padding-bottom: 1px;
}
.tab_product_other .product_other_content .list_item_product .row_item {
  margin: 0;
}
.tab_product_other .product_other_content .list_item_product .row_item .col_item {
  width: 100%;
  padding: 0;
  margin-bottom: 0;
}
.tab_product_other .product_other_content .list_item_product .row_item .col_item:after {
  display: none;
}
.tab_product_other .product_other_content .list_item_product .row_item .col_item .item {
  border-color: #e0e0e0;
  background: #FFF;
}
.tab_product_other .product_other_content .list_item_product .row_item .col_item .item:hover {
  border-color: #ff6000;
}

.content_tab_product {
  padding-top: 79px;
}
@media (max-width: 992px) {
  .content_tab_product {
    padding-top: 40px;
  }
}
.content_tab_product .wrap_ul {
  overflow-x: auto;
}
.content_tab_product .ul_product {
  display: flex;
  width: -moz-max-content;
  width: max-content;
}
.content_tab_product .ul_product li {
  cursor: pointer;
  margin-right: 4px;
  font-size: 18px;
  color: #FFF;
  text-transform: uppercase;
  background: #a1a1a1;
  padding: 9px 25px 6px;
  border-radius: 4px 4px 0 0;
}
@media (max-width: 992px) {
  .content_tab_product .ul_product li {
    font-size: 16px;
    padding: 7px 11px 4px;
  }
}
.content_tab_product .ul_product li.active {
  background: #fca227;
}
.content_tab_product #content_product {
  position: relative;
  padding: 21px 0 50px;
}
@media (max-width: 992px) {
  .content_tab_product #content_product {
    padding-bottom: 30px;
  }
}
.content_tab_product #content_product:before {
  content: "";
  width: 100vw;
  height: 100%;
  background: #f2f2f2;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}
.content_tab_product #content_product .tab_content_s .ul_s {
  display: flex;
  margin-bottom: 30px;
}
.content_tab_product #content_product .tab_content_s .ul_s > div > div > div:last-child li:after {
  display: none;
}
.content_tab_product #content_product .tab_content_s .ul_s button.slick-disabled {
  opacity: 0;
}
.content_tab_product #content_product .tab_content_s .ul_s .slick-prev {
  width: auto;
  height: auto;
}
.content_tab_product #content_product .tab_content_s .ul_s .slick-prev:before {
  content: "\e8a9";
  font-family: ficon;
  color: #ff6000;
  font-size: 17px;
}
.content_tab_product #content_product .tab_content_s .ul_s .slick-next {
  width: auto;
  height: auto;
}
.content_tab_product #content_product .tab_content_s .ul_s .slick-next:before {
  content: "\e8aa";
  font-family: ficon;
  color: #ff6000;
  font-size: 17px;
}
.content_tab_product #content_product .tab_content_s .ul_s li {
  cursor: pointer;
  color: #434343;
  margin-right: 15px;
  padding-right: 15px;
  position: relative;
}
.content_tab_product #content_product .tab_content_s .ul_s li:after {
  content: "";
  width: 1px;
  height: 11px;
  background: #434343;
  position: absolute;
  right: 15px;
  top: 4px;
}
.content_tab_product #content_product .tab_content_s .ul_s li.active {
  color: #fca227;
}
.content_tab_product .list_item_product .owl-stage-outer {
  padding: 13px;
  margin: -13px;
}
.content_tab_product .list_item_product .row_item {
  margin: 0;
}
.content_tab_product .list_item_product .row_item .col_item {
  width: 100%;
  padding: 0;
  margin-bottom: 0;
}
.content_tab_product .list_item_product .row_item .col_item:after {
  display: none;
}
.content_tab_product .list_item_product .row_item .col_item .item {
  background: #FFF;
  border-color: #e0e0e0;
}
.content_tab_product .list_item_product .row_item .col_item .item:hover {
  border-color: #ff6000;
}
.content_tab_product .list_item_product .row_item .owl-controls .owl-nav .owl-prev {
  position: absolute;
  right: calc(100% + 45px);
  top: 50%;
  transform: translateY(-50%);
}
.content_tab_product .list_item_product .row_item .owl-controls .owl-nav .owl-prev i:before {
  content: "\e8a9";
  font-family: ficon;
  color: #ff6000;
  font-size: 17px;
}
.content_tab_product .list_item_product .row_item .owl-controls .owl-nav .owl-next {
  position: absolute;
  left: calc(100% + 45px);
  top: 50%;
  transform: translateY(-50%);
}
.content_tab_product .list_item_product .row_item .owl-controls .owl-nav .owl-next i:before {
  content: "\e8aa";
  font-family: ficon;
  color: #ff6000;
  font-size: 17px;
}/*# sourceMappingURL=product.css.map */