.full.product {
  padding-top: 11px;
  padding-bottom: 42px;
}
@media (max-width: 980px) {
  .full.product {
    padding: 11px 0 30px;
  }
}

#tth-content {
  background: none !important;
}

.box_mid .box_mid-title_mm {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 23px;
  flex-wrap: wrap;
}
.box_mid .box_mid-title_mm h2.mid_title {
  font-family: Muli-Bold;
  font-size: 28px;
  color: #177ccc;
  padding-right: 10px;
  margin-bottom: 5px;
}
@media (max-width: 980px) {
  .box_mid .box_mid-title_mm h2.mid_title {
    font-size: 20px;
  }
}
.box_mid .box_mid-title_mm h2.mid_title span {
  font-family: Muli-Regular;
  font-size: 14px;
  color: #8e8e8e;
  padding-left: 8px;
}
@media (max-width: 980px) {
  .box_mid .box_mid-title_mm h2.mid_title span {
    font-size: 13px;
    padding-left: 2px;
  }
}
.box_mid .box_mid-title_mm .mid_more_title {
  margin-bottom: 5px;
}
.box_mid .box_mid-title_mm .mid_more_title .select {
  position: relative;
}
.box_mid .box_mid-title_mm .mid_more_title .select:after {
  content: "\e8af";
  font-family: ficon;
  color: #2984cf;
  position: absolute;
  right: 14px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
  font-size: 19px;
}
@media (max-width: 980px) {
  .box_mid .box_mid-title_mm .mid_more_title .select:after {
    right: 7px;
  }
}
.box_mid .box_mid-title_mm .mid_more_title .select select {
  height: 38px;
  border: 1px solid #eaeaea;
  border-radius: 50px;
  background: #f5f5f5;
  padding: 0px 25px 0px 20px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  font-family: Muli-Regular;
  font-size: 14px;
  color: #2984cf;
  cursor: pointer;
  box-shadow: 1px 1px #9d9d9b;
}
@media (max-width: 980px) {
  .box_mid .box_mid-title_mm .mid_more_title .select select {
    height: 34px;
    padding: 0px 20px 0px 15px;
  }
}
.box_mid .box_mid-title h2.mid_title {
  font-family: Muli-Bold;
  font-size: 28px;
  color: #177ccc;
  text-align: center;
}
@media (max-width: 980px) {
  .box_mid .box_mid-title h2.mid_title {
    font-size: 20px;
  }
}
.box_mid .box_mid-title .small_mid_title {
  margin-bottom: 30px;
  margin-top: 27px;
}
@media (max-width: 980px) {
  .box_mid .box_mid-title .small_mid_title {
    margin-bottom: 20px;
    margin-top: 15px;
  }
}
.box_mid .box_mid-title .small_mid_title ul {
  display: flex;
  justify-content: center;
  margin: 0 -7px;
  flex-wrap: wrap;
}
@media (max-width: 980px) {
  .box_mid .box_mid-title .small_mid_title ul {
    margin: 0 -5px;
  }
}
.box_mid .box_mid-title .small_mid_title ul li {
  padding: 0 7px;
  margin-bottom: 6px;
}
@media (max-width: 980px) {
  .box_mid .box_mid-title .small_mid_title ul li {
    padding: 0 5px;
  }
}
.box_mid .box_mid-title .small_mid_title ul li a {
  font-family: Muli-Bold;
  font-size: 16.38px;
  color: #666666;
  background: #ebebeb;
  padding: 5px 32px 3px;
  border-radius: 50px;
  min-width: 260px;
  text-align: center;
}
.box_mid .box_mid-title .small_mid_title ul li a:hover, .box_mid .box_mid-title .small_mid_title ul li a.current {
  background: #ed1c24;
  color: #FFF;
}
@media (max-width: 980px) {
  .box_mid .box_mid-title .small_mid_title ul li a {
    font-size: 15px;
    padding: 5px 18px 3px;
    min-width: unset;
  }
}
@media (max-width: 425px) {
  .box_mid .box_mid-title .small_mid_title ul li a {
    font-size: 14px;
    padding: 5px 13px 3px;
  }
}

.paginate {
  margin-top: 11px;
  margin-bottom: 0;
}

/*-------------------img_detail----------------*/
#img_detail {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  position: relative;
  justify-content: space-between;
}
#img_detail .btn-arrow {
  position: absolute;
  z-index: 10;
  width: 9px;
  height: 12px;
}
@media (max-width: 800px) {
  #img_detail .btn-arrow {
    display: none;
  }
}
#img_detail .btn-arrow.btn-prev {
  cursor: pointer;
  bottom: 8%;
  left: 5px;
}
#img_detail .btn-arrow.btn-prev:before {
  content: url("../images/use/arrow_left.png");
}
#img_detail .btn-arrow.btn-next {
  cursor: pointer;
  bottom: 8%;
  right: 5px;
}
#img_detail .btn-arrow.btn-next:before {
  content: url("../images/use/arrow_right.png");
}
#img_detail #gallery_slider {
  flex: 0 0 100%;
  max-width: 100%;
  box-sizing: border-box;
  border: 1px solid #eeeeee;
  margin-bottom: 18px;
}
@media (max-width: 768px) {
  #img_detail #gallery_slider {
    margin-bottom: 10px;
  }
}
@media (max-width: 768px) {
  #img_detail #gallery_slider .slick-list {
    padding: 0px !important;
  }
}
#img_detail #gallery_slider .slick-list .slick-track {
  display: flex;
  align-items: center;
}
#img_detail #gallery_slider .item {
  padding-top: 79%;
  position: relative;
  overflow: hidden;
}
@media (max-width: 800px) {
  #img_detail #gallery_slider .item {
    padding-top: 50%;
  }
}
#img_detail #gallery_slider .item img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  max-height: 100%;
  height: auto;
  padding: 10px;
}
#img_detail #gallery_slider_thumb {
  flex: 0 0 100%;
  max-width: 100%;
  box-sizing: border-box;
  padding: 0 25px;
}
@media (max-width: 768px) {
  #img_detail #gallery_slider_thumb {
    padding: 0;
  }
}
#img_detail #gallery_slider_thumb .slick-list {
  padding: 0 !important;
}
#img_detail #gallery_slider_thumb .slick-list .slick-slide {
  margin: 0 3px;
  cursor: pointer;
  border: none;
}
@media (max-width: 768px) {
  #img_detail #gallery_slider_thumb .slick-list .slick-slide {
    margin: 0 3px;
  }
}
#img_detail #gallery_slider_thumb .slick-list .slick-slide .item {
  outline: none;
}
#img_detail #gallery_slider_thumb .slick-list .slick-slide .item .image {
  width: 100%;
  display: flex;
  align-items: center;
  margin: auto;
  position: relative;
  border: 1px solid #f0f0f0;
}
#img_detail #gallery_slider_thumb .slick-list .slick-slide .item .image .img {
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 100%;
  padding-top: 84%;
  overflow: hidden;
}
#img_detail #gallery_slider_thumb .slick-list .slick-slide .item .image .img img {
  max-height: 100%;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 10px;
}
#img_detail #gallery_slider_thumb .slick-list .slick-slide.slick-current .item .image, #img_detail #gallery_slider_thumb .slick-list .slick-slide:hover .item .image {
  border: 1px solid #1d81cd;
}
#img_detail #gallery_slider_thumb .slick-list .slick-slide.slick-current .item .image .img img, #img_detail #gallery_slider_thumb .slick-list .slick-slide:hover .item .image .img img {
  opacity: 1;
}

/*-------------------img_detail----------------*/
.wrap_detail {
  display: flex;
  flex-wrap: wrap;
}
.wrap_detail .left {
  width: 100%;
}
.wrap_detail .promotion {
  width: 279px;
  background: #f7f7f7;
  border: 1px solid #ebebeb;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
@media (max-width: 980px) {
  .wrap_detail .promotion {
    width: 100%;
    margin-top: 20px;
  }
}
.wrap_detail .promotion .promotion_title {
  font-family: Muli-Bold;
  font-size: 16px;
  color: #FFF;
  text-transform: uppercase;
  background: #e96220;
  border-radius: 3px;
  padding: 9px 5px 8px 15px;
  margin: -1px -1px 0px;
}
@media (max-width: 980px) {
  .wrap_detail .promotion .promotion_title {
    font-size: 15px;
    padding: 7px 5px 6px 10px;
  }
}
.wrap_detail .promotion .list_item_product {
  padding: 25px 30px 0px;
}
@media (max-width: 980px) {
  .wrap_detail .promotion .list_item_product {
    padding: 20px 10px 0px;
  }
}
.wrap_detail .promotion .list_item_product .row_item {
  margin-right: 0px !important;
}
.wrap_detail .promotion .list_item_product .row_item .item {
  padding-right: 0px !important;
  width: 100% !important;
  margin-bottom: 24px;
}

#item_detail .wrap_top {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 17px 2.7% 40px;
  background: #FFF;
  margin-bottom: 15px;
}
@media (max-width: 980px) {
  #item_detail .wrap_top {
    padding: 15px 10px 20px;
  }
}
#item_detail .info_left {
  width: 49.4%;
  height: -moz-max-content;
  height: max-content;
}
@media (max-width: 800px) {
  #item_detail .info_left {
    width: 100%;
    margin-bottom: 15px;
  }
}
#item_detail .info_right {
  width: 50.6%;
  padding-left: 3%;
  font-family: Muli-Regular;
  font-size: 14px;
  color: #333333;
}
@media (max-width: 980px) {
  #item_detail .info_right {
    padding-left: 10px;
  }
}
@media (max-width: 800px) {
  #item_detail .info_right {
    width: 100%;
    padding-left: 0;
    padding-top: 10px;
  }
}
#item_detail .info_right .title_product {
  font-family: lato-bold;
  font-size: 18px;
  color: #3e3e3e;
  padding-bottom: 13px;
}
@media (max-width: 980px) {
  #item_detail .info_right .title_product {
    padding-bottom: 5px;
  }
}
#item_detail .info_right .rate span {
  font-family: Muli-Regular;
  font-size: 14px;
  color: #acacac;
}
#item_detail .info_right .rate span.last {
  font-size: 13px;
  color: #979797;
  margin-left: 5px;
}
#item_detail .info_right .rate i {
  margin-right: -5px;
}
#item_detail .info_right .rate i:before {
  margin: 0px;
  color: #ffd200;
  font-size: 18px;
}
#item_detail .info_right #form_add_cart {
  height: auto;
}
#item_detail .info_right .info .info_price {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding-bottom: 11px;
}
@media (max-width: 980px) {
  #item_detail .info_right .info .info_price {
    padding-bottom: 0;
  }
}
#item_detail .info_right .info .info_price .price_sale {
  font-family: Roboto-Medium;
  font-size: 20px;
  color: #ff2400;
  padding-right: 15px;
  padding-bottom: 10px;
}
#item_detail .info_right .info .info_price .price {
  font-family: LinhHelReg;
  font-size: 14px;
  color: #6c6c6c;
  text-decoration: line-through;
  padding-bottom: 10px;
}
#item_detail .info_right .info .product_code {
  padding-bottom: 20px;
}
@media (max-width: 980px) {
  #item_detail .info_right .info .product_code {
    padding-bottom: 10px;
  }
}
#item_detail .info_right .info .product_code span {
  font-family: Muli-Bold;
}
#item_detail .info_right .info .type, #item_detail .info_right .info .origin {
  padding-bottom: 5px;
}
#item_detail .info_right .info .short {
  font-family: lato-light;
  font-size: 14px;
  color: #464646;
  border: 1px dashed #e1e1e1;
  text-align: justify;
  border-radius: 5px;
  padding: 17px 10px 17px 15px;
  margin-bottom: 25px;
}
@media (max-width: 980px) {
  #item_detail .info_right .info .short {
    padding: 10px;
    margin-bottom: 15px;
  }
}
#item_detail .info_right .info .short p {
  margin-bottom: 11px;
  position: relative;
  padding-left: 27px;
}
#item_detail .info_right .info .short p:last-child {
  margin-bottom: 0;
}
#item_detail .info_right .info .short p:before {
  content: "";
  width: 13px;
  height: 13px;
  background: url("../images/use/icon_check.jpg") no-repeat;
  position: absolute;
  left: 0;
  top: 3px;
}
#item_detail .info_right .info .quantity {
  display: flex;
  align-items: center;
  font-family: Muli-Regular;
  font-size: 14px;
  color: #333333;
  margin-top: 11px;
  margin-bottom: 16px;
}
#item_detail .info_right .info .quantity span {
  padding-right: 7px;
}
#item_detail .info_right .info .quantity .select {
  position: relative;
}
#item_detail .info_right .info .quantity .select:after {
  content: "\e8af";
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
  font-family: ficon;
}
#item_detail .info_right .info .quantity .select select {
  background: #e1e1e1;
  border: none;
  border-radius: 50px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  height: 22px;
  min-width: 98px;
  padding-left: 13px;
  cursor: pointer;
}
#item_detail .info_right .info .btn_buy_now {
  font-family: Muli-Bold;
  font-size: 16px;
  color: #FFF;
  background: #ed1c24;
  border-radius: 50px;
  padding: 2px 43px 4px;
  border: none;
}
#item_detail .info_right .info .share {
  display: flex;
  align-items: end;
  margin-top: 35px;
}
@media (max-width: 980px) {
  #item_detail .info_right .info .share {
    margin-top: 20px;
  }
}
#item_detail .info_right .info .share .title {
  font-family: Muli-Regular;
  font-size: 15px;
  color: #787878;
  padding-right: 14px;
}
@media (max-width: 980px) {
  #item_detail .info_right .info .share .title {
    padding-right: 10px;
  }
}
#item_detail .info_right .info .share .list_share {
  display: flex;
  align-items: center;
}
#item_detail .info_right .info .share a {
  margin-right: 9px;
}
@media (max-width: 980px) {
  #item_detail .info_right .info .share a {
    margin-right: 6px;
  }
}
#item_detail .info_right .info .share a.zalo-share-button {
  position: relative;
  cursor: pointer;
  width: 18px !important;
  height: 19px !important;
}
#item_detail .info_right .info .share a.zalo-share-button:before {
  content: "";
  width: 18px;
  height: 19px;
  background: url("../images/share_zalo.png") no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#item_detail .info_right .info .share a.zalo-share-button iframe {
  opacity: 0;
}
#item_detail .info_right .callback_hotline {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding-bottom: 16px;
}
@media (max-width: 980px) {
  #item_detail .info_right .callback_hotline {
    padding-bottom: 10px;
  }
}
#item_detail .info_right .callback {
  margin-bottom: 5px;
  margin-right: 18px;
}
@media (max-width: 980px) {
  #item_detail .info_right .callback {
    margin-right: 15px;
  }
}
#item_detail .info_right .callback span {
  font-family: Muli-Bold;
  color: #fff;
  text-transform: uppercase;
  background: #0095da;
  display: inline-block;
  height: 32px;
  line-height: 32px;
  padding: 0 38px;
  cursor: pointer;
  border-radius: 3px;
}
#item_detail .info_right .callback span:hover {
  opacity: 0.8;
}
@media (max-width: 980px) {
  #item_detail .info_right .callback span {
    padding: 0 10px;
  }
}
#item_detail .info_right .contact {
  font-family: Roboto-Regular;
  font-size: 14px;
  color: #454545;
  position: relative;
}
#item_detail .info_right .contact a {
  font-family: LinhHelBold;
  color: #fc0000;
}
#item_detail .info_right .info_row .price_buy span {
  font-weight: bold;
  font-size: 14px;
}
#item_detail .info_right .info_row .price {
  font-weight: bold;
  font-size: 14px;
}
#item_detail .info_right .info_row .price .price_format span {
  color: #545454;
}
#item_detail .info_right .chose_color {
  display: flex;
  flex-wrap: wrap;
  padding-top: 10px;
}
#item_detail .info_right .chose_color .title {
  font-weight: bold;
  font-size: 13px;
  color: #444;
  padding-right: 5px;
  padding-top: 5px;
}
#item_detail .info_right .list_input_color {
  display: flex;
  flex-wrap: wrap;
  padding-top: 5px;
}
#item_detail .info_right .list_input_color li {
  display: inline-block;
  float: left;
  margin-right: 5px;
}
#item_detail .info_right .list_input_color li:last-child {
  margin-right: 0px;
}
#item_detail .info_right .list_input_color li:hover, #item_detail .info_right .list_input_color li.checked {
  border-bottom: 1px solid;
}
#item_detail .info_right .list_input_color li label {
  margin-bottom: 0px !important;
  height: 21px;
  margin-left: 5px;
  cursor: pointer;
  box-sizing: content-box;
  color: #444 !important;
}
#item_detail .info_right .list_input_color li input {
  display: none;
}
#item_detail .info_right .chose_size {
  padding-top: 10px;
}
#item_detail .info_right .chose_size .title {
  font-weight: bold;
  font-size: 13px;
  color: #444;
  padding-right: 5px;
}
#item_detail .info_right .chose_size .list_input_size {
  display: inline-block;
}
#item_detail .info_right .chose_size .list_input_size li {
  display: inline;
  margin-right: 10px;
  cursor: pointer;
}
#item_detail .info_right .chose_size .list_input_size li input {
  margin-right: 5px;
}
#item_detail .info_right .chose_size .list_input_size li:hover, #item_detail .info_right .chose_size .list_input_size li.checked {
  border-bottom: 1px solid;
}
#item_detail .info_right #text_quantity {
  display: flex;
  align-items: center;
  margin-top: 22px;
  margin-bottom: 26px;
  font-family: Muli-Regular;
  font-size: 14px;
}
@media (max-width: 980px) {
  #item_detail .info_right #text_quantity {
    margin-top: 10px;
    margin-bottom: 15px;
  }
}
#item_detail .info_right #text_quantity > span {
  color: #acacac;
  padding-right: 12px;
}
#item_detail .info_right #text_quantity .quantity_text {
  width: 43px;
  height: 23px;
  color: #656565;
  background: #FFF;
  border: solid 1px #dedede;
  outline: none !important;
}
#item_detail .info_right #text_quantity .input-group {
  display: flex;
}
#item_detail .info_right #text_quantity .input-group .input-group-btn button {
  width: 42px;
  height: 23px;
  color: #656565;
  background: #FFF;
  border: solid 1px #dedede;
  cursor: pointer;
}
#item_detail .info_right #text_quantity .input-group .input-group-btn button:focus {
  outline: none !important;
}
#item_detail .info_right #text_quantity .input-group .input-group-btn:first-child button {
  margin-left: 0px;
}
#item_detail .info_right .info_col .col-title {
  font-weight: bold;
  font-size: 13px;
  color: #333;
}
#item_detail .info_right .info_col .col-content {
  font-size: 13px;
  font-weight: normal;
  color: #333;
}
#item_detail .info_right .info_row_btn {
  display: block;
  color: #fff;
  text-align: left;
  margin-bottom: 10px;
}
#item_detail .info_right .info_row-share {
  display: flex;
  align-items: center;
}
#item_detail .info_right .info_row-share span {
  font-family: Roboto-Regular;
  font-size: 14px;
  color: #2e2e2e;
  padding-right: 26px;
}

.tab_short {
  width: 100%;
  padding: 26px 2.7% 45px;
  background: #FFF;
}
@media (max-width: 980px) {
  .tab_short {
    padding: 20px 10px 30px;
  }
}
.tab_short #tab-detail {
  padding-left: 0;
  display: block;
}
@media (max-width: 980px) {
  .tab_short #tab-detail {
    width: 100%;
  }
}
.tab_short #tab-detail .resp-tablist {
  position: relative;
  border-bottom: 1px solid #043dbe;
  display: flex;
  list-style: none;
}
.tab_short #tab-detail .resp-tablist .resp-tablistItem {
  font-family: Roboto-Regular;
  font-size: 15px;
  color: #353535;
  padding: 8px 10px 7px;
  border-radius: 3px;
  background: #ededed;
  text-transform: uppercase;
  margin-right: 8px;
  margin-bottom: -1px;
  border: 1px solid #ededed;
  border-bottom-color: #043dbe;
  border-top-width: 4px;
  min-width: 172px;
  text-align: center;
}
@media (max-width: 980px) {
  .tab_short #tab-detail .resp-tablist .resp-tablistItem {
    font-size: 14px;
    border-top-width: 2px;
    min-width: unset;
  }
}
.tab_short #tab-detail .resp-tablist .resp-tablistItem.resp-tablistItem__active, .tab_short #tab-detail .resp-tablist .resp-tablistItem:hover {
  border-color: #043dbe;
  border-bottom-color: #FFF;
  background: #FFF;
  color: #4a4a4a;
  font-family: lato-bold;
}
.tab_short #tab-detail #tabs {
  padding-top: 27px;
}
@media (max-width: 980px) {
  .tab_short #tab-detail #tabs {
    padding-top: 15px;
  }
}
.tab_short #tab-detail #tabs .resp-contents {
  font-family: lato-light;
  font-size: 14px;
  color: #5b5b5b;
  border: none;
}
@media (max-width: 980px) {
  .tab_short #tab-detail #tabs .resp-contents {
    font-size: 14px;
  }
}
.tab_short #tab-detail #tabs .resp-contents p {
  padding-bottom: 5px;
}
.tab_short #tab-detail #tabs .resp-contents img {
  max-width: 100%;
  display: block;
  margin: auto;
  height: auto;
}

.comment {
  padding: 0 2.7% 40px;
  background: #FFF;
}
@media (max-width: 980px) {
  .comment {
    padding: 0 10px 20px;
  }
}

.comment_title {
  font-family: Roboto-Regular;
  font-size: 16px;
  text-transform: uppercase;
  color: #5f5f5f;
  position: relative;
  padding-bottom: 13px;
  margin-bottom: 14px;
}
@media (max-width: 980px) {
  .comment_title {
    padding-bottom: 5px;
  }
}
.comment_title:after {
  content: "";
  width: 25px;
  height: 4px;
  background: #eb7427;
  border-radius: 2px;
  position: absolute;
  bottom: 0;
  left: 0;
}

/*-------------------list_other------------------*/
.list_other {
  width: 100%;
  padding-top: 28px;
}
@media (max-width: 980px) {
  .list_other {
    padding-top: 20px;
  }
}
.list_other .box_mid-title_mm {
  margin-bottom: 16px;
  background: #FFF;
  padding: 14px 0;
}
@media (max-width: 980px) {
  .list_other .box_mid-title_mm {
    padding: 6px 0;
  }
}
.list_other .box_mid-title_mm h2.mid_title {
  font-family: LinhAvantGardeDemiBold;
  font-size: 18px;
  color: #393939;
  text-transform: uppercase;
  padding-left: 30px;
  position: relative;
  margin-bottom: 0;
}
@media (max-width: 980px) {
  .list_other .box_mid-title_mm h2.mid_title {
    padding-left: 18px;
  }
}
.list_other .box_mid-title_mm h2.mid_title:before {
  content: "";
  width: 7px;
  height: 21px;
  background: #0a50c4;
  position: absolute;
  left: 7px;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 980px) {
  .list_other .box_mid-title_mm h2.mid_title:before {
    width: 4px;
    height: 17px;
  }
}
.list_other .box_mid-title_mm h2.mid_title span {
  font-family: LinhAvantGardeDemiBold;
  font-size: 18px;
  color: #393939;
  padding-left: 0;
}
.list_other .box_mid-title_mm .mid_more_title a {
  font-family: Muli-Regular;
  font-size: 12.9px;
  color: #FFF;
  background: #e32223;
  padding: 4px 11px 4px 17px;
  border-radius: 50px;
}
.list_other .box_mid-title_mm .mid_more_title a:after {
  content: "";
  width: 15px;
  height: 5px;
  background: url("../images/use/right_detail_white.png") no-repeat;
  background-size: contain;
  display: inline-block;
  margin-left: 7px;
}
.list_other .box_mid-title_mm .mid_more_title a:hover {
  opacity: 0.8;
}
.list_other .product_scroll_other .row_item {
  margin-right: 0;
}
.list_other .product_scroll_other .item {
  width: 100%;
  padding-right: 0;
  padding-left: 0;
  height: 100%;
  margin-bottom: 0;
}
.list_other .owl-controls .owl-nav {
  position: absolute;
  right: 18px;
  bottom: calc(100% + 36px);
}
@media (max-width: 980px) {
  .list_other .owl-controls .owl-nav {
    bottom: calc(100% + 27px);
    right: 10px;
  }
}
.list_other .owl-controls .owl-nav .owl-prev {
  width: 10px;
  height: 18px;
  background: url("../images/use/nav_left_pd.png") no-repeat center;
  margin-right: 14px;
}
.list_other .owl-controls .owl-nav .owl-next {
  width: 10px;
  height: 18px;
  background: url("../images/use/nav_right_pd.png") no-repeat center;
}

.under_banner_product {
  padding: 15px 10px;
  margin: 20px 0;
  background: #FFF;
}
.under_banner_product .owl-item {
  position: relative;
}
@media (min-width: 980px) {
  .under_banner_product .owl-item:after {
    content: "";
    width: 1px;
    height: 100%;
    background: #f1f1f1;
    position: absolute;
    right: -20px;
    top: 50%;
    transform: translateY(-50%);
  }
  .under_banner_product .owl-item:last-child:after {
    display: none;
  }
}
.under_banner_product .banner_item {
  position: relative;
  padding-left: 55px;
}
.under_banner_product .banner_item p {
  font-family: LinhHelReg;
  font-size: 13px;
  color: #3a3a3a;
}
.under_banner_product .banner_item p:first-child {
  width: 47px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.under_banner_product .banner_item p:first-child img {
  max-width: 100%;
}
.under_banner_product .banner_item p:nth-child(2) {
  font-family: LinhHelReg;
  font-weight: bold;
  font-size: 14px;
  color: #0753c4;
}/*# sourceMappingURL=product.css.map */