@charset "UTF-8";
.full {
  padding-top: 25px;
}
.full .box_mid {
  background: none;
}
.full.detail {
  padding-top: 15px;
}
.full.detail #container {
  padding-top: 15px;
}

@media (max-width: 850px) {
  .detail_product .box_mid {
    padding: 0px;
  }
}

#container > .wrapper .box_mid .box_mid-title {
  margin-bottom: 47px;
  position: relative;
}
#container > .wrapper .box_mid .box_mid-title h1.mid_title_l {
  font-family: helveticaneuemedium;
  font-size: 26px;
  color: #2c4b9b;
  text-transform: uppercase;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin: auto;
  position: relative;
  padding: 0px;
}
@media (max-width: 980px) {
  #container > .wrapper .box_mid .box_mid-title h1.mid_title_l {
    font-size: 24px;
  }
}
@media (max-width: 450px) {
  #container > .wrapper .box_mid .box_mid-title h1.mid_title_l {
    font-size: 20px;
  }
}
#container > .wrapper .box_mid .box_mid-title h1.mid_title_l:before {
  content: "";
  display: block;
  width: 100%;
  height: 30px;
  background: url("../images/title_product_home.png") no-repeat center;
  background-size: contain;
  position: absolute;
  bottom: calc(100% + 8px);
}
#container > .wrapper .box_mid .box_mid-title .mid_title_r {
  position: absolute;
  right: 0px;
  bottom: 9px;
}
@media (max-width: 800px) {
  #container > .wrapper .box_mid .box_mid-title .mid_title_r {
    bottom: -35px;
  }
}
#container > .wrapper .box_mid .box_mid-title .mid_title_r .select {
  position: relative;
}
#container > .wrapper .box_mid .box_mid-title .mid_title_r .select:after {
  content: "";
  width: 38px;
  height: 100%;
  position: absolute;
  right: 0px;
  top: 0px;
  background: #2c4b9b;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  cursor: pointer;
  pointer-events: none;
}
#container > .wrapper .box_mid .box_mid-title .mid_title_r .select:before {
  content: "";
  font-family: ficon;
  color: #FFF;
  position: absolute;
  right: 14px;
  top: 8px;
  z-index: 1;
  cursor: pointer;
  font-size: 17px;
  pointer-events: none;
}
#container > .wrapper .box_mid .box_mid-title .mid_title_r .select select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
  height: 32px;
  padding: 0px 45px 0px 15px;
  font-family: helveticaneue-regular;
  font-size: 15px;
  color: #535353;
  border: 1px solid #2c4b9b;
  border-radius: 5px;
}

#container {
  padding-bottom: 0px;
  padding-top: 64px;
}

.list_item_accessories_home {
  background: url("../images/bg_news_home.png") no-repeat;
  background-size: cover;
}
@media (max-width: 980px) {
  .list_item_accessories_home {
    padding-bottom: 25px !important;
  }
}
.list_item_accessories_home h2.title {
  background: url("../images/bg_title_news_home.png") no-repeat center !important;
}
@media (max-width: 800px) {
  .list_item_accessories_home h2.title {
    background: none !important;
    color: #FFF !important;
    border-bottom-color: #FFF !important;
  }
}
@media (max-width: 450px) {
  .list_item_accessories_home .item .img {
    background: none !important;
  }
}
.list_item_accessories_home .item .title {
  font-family: Roboto-Regular !important;
  font-size: 18.45px !important;
  color: #FFF !important;
  text-transform: uppercase;
}
.list_item_accessories_home .owl-nav .owl-prev {
  background: url("../images/icon_nav_left_product.png") no-repeat !important;
  top: 36% !important;
}
.list_item_accessories_home .owl-nav .owl-next {
  background: url("../images/icon_nav_right_product.png") no-repeat !important;
  top: 36% !important;
}
.list_item_accessories_home .owl-controls .owl-dots {
  margin-top: 20px;
  padding: 0px;
}
.list_item_accessories_home .owl-controls .owl-dots .owl-dot span {
  width: 15px;
  height: 15px;
  background: #FFF;
}
.list_item_accessories_home .owl-controls .owl-dots .owl-dot:hover span, .list_item_accessories_home .owl-controls .owl-dots .owl-dot.active span {
  position: relative;
  background: #FFF;
}
.list_item_accessories_home .owl-controls .owl-dots .owl-dot:hover span:before, .list_item_accessories_home .owl-controls .owl-dots .owl-dot.active span:before {
  content: "";
  display: block;
  width: calc(100% + 6px);
  height: calc(100% + 6px);
  border: 1px solid #FFF;
  border-radius: 50%;
  position: absolute;
  top: -4px;
  left: -4px;
}

#box_rate_comment .title_comment {
  font-family: helveticaneuemedium;
  font-size: 18px;
  color: #2c4b9b;
  font-weight: normal;
  padding-top: 20px;
  position: relative;
  text-transform: uppercase;
  padding-bottom: 3px;
  margin-bottom: 26px;
}
#box_rate_comment .title_comment:after {
  content: "";
  display: block;
  width: 23px;
  height: 1px;
  background: #2c4b9b;
  position: absolute;
  bottom: 0px;
}
#box_rate_comment .list_comment .media .media-body .name {
  font-family: helveticaneuemedium;
  font-size: 18px;
  color: #545454;
}
#box_rate_comment .list_comment .media .media-body .comment {
  font-family: helveticaneue-regular;
  text-align: justify;
  font-size: 14px;
  color: #545454;
}
#box_rate_comment .list_comment .media .media-body .reply .show_num_comment, #box_rate_comment .list_comment .media .media-body .reply .time {
  font-family: helveticaneue-regular;
  font-size: 14px;
  color: #006a24;
}
#box_rate_comment .list_comment .media .media-body .reply .show_num_comment {
  cursor: pointer;
}
#box_rate_comment .list_comment .media .media-body .reply .show_num_comment:hover {
  font-weight: bold;
}
#box_rate_comment .list_comment .media .media-body .list_reply {
  padding: 10px 0px;
  padding-left: 30px;
}
#box_rate_comment .list_comment .media .media-body .list_reply .media .input {
  width: 100%;
  border: 1px solid #cecece;
  border-radius: 3px;
  font-family: Roboto-Light;
  font-size: 14px;
  color: #636363;
  font-style: italic;
  padding: 5px 9px;
}
#box_rate_comment .list_comment .media .media-body .list_reply .media.last {
  margin-bottom: 10px;
}
#box_rate_comment .list_comment .media .media-body .list_reply .d-none {
  display: none;
}
#box_rate_comment .list_comment .media .media-body .captcha {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media (max-width: 768px) {
  #box_rate_comment .list_comment .media .media-body .captcha {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding-bottom: 10px;
  }
}
#box_rate_comment .list_comment .media .media-body .captcha .captcha-group .captcha_img {
  height: 30px;
}
#box_rate_comment .list_comment .media .media-body .captcha .form-control {
  height: 30px;
}
#box_rate_comment .list_comment .media .media-body .button-blue {
  background: #00a651;
  font-family: Roboto-Medium;
  font-size: 12px;
  height: 30px;
  line-height: 30px;
  padding: 0px 8px;
  border-radius: 3px;
}
#box_rate_comment .list_comment .media .media-body .button-blue:hover {
  background: #02753a;
  -webkit-box-shadow: 2px 2px 3px 1px #00a651;
          box-shadow: 2px 2px 3px 1px #00a651;
}
#box_rate_comment #form_rate {
  padding-top: 10px;
}
#box_rate_comment #form_rate .media .input {
  width: 100%;
  border: 1px solid #cecece;
  border-radius: 3px;
  font-family: helveticaneue-regular;
  font-size: 14px;
  color: #7a7a7a;
  padding: 5px 9px 5px 23px;
}
#box_rate_comment #form_rate .media textarea {
  font-size: 18px !important;
  color: #7a7a7a;
  padding: 10px 23px !important;
  height: 73px;
}
#box_rate_comment #form_rate .captcha {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media (max-width: 768px) {
  #box_rate_comment #form_rate .captcha {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding-bottom: 10px;
  }
}
#box_rate_comment #form_rate .captcha .captcha-group .captcha_img {
  height: 30px;
}
#box_rate_comment #form_rate .captcha .form-control {
  height: 30px;
}
#box_rate_comment #form_rate .button-blue {
  background: #2c4b9b;
  font-family: Roboto-Medium;
  font-size: 12px;
  height: 30px;
  line-height: 30px;
  padding: 0px 8px;
  border-radius: 3px;
}
#box_rate_comment #form_rate .button-blue:hover {
  background: #2c4b9b;
  -webkit-box-shadow: 2px 2px 3px 1px #22599b;
          box-shadow: 2px 2px 3px 1px #22599b;
}

.brand_scroll_footer {
  background: #FFF;
}

.btn_add_cart {
  background: #2c4b9b;
  border: none;
  padding: 0px 15px 0px 18px;
  height: 31px;
  line-height: 31px;
  cursor: pointer;
  margin-top: 15px;
  border-radius: 5px;
  margin-right: 6px;
}
.btn_add_cart:hover {
  opacity: 0.8;
}
.btn_add_cart span {
  font-family: helveticaneuebold;
  font-size: 15px;
  color: #FFF;
}
.btn_add_cart span:before {
  content: url("../images/add_cart.png");
  padding-right: 5px;
  position: relative;
  top: 2px;
}

.btn_buy_now {
  height: 31px;
  padding: 0px 15px 0px 17px;
  line-height: 31px;
  font-family: helveticaneuebold;
  font-size: 15px;
  color: #FFF;
  background: #c90006;
  border-radius: 5px;
  display: inline-block;
  -webkit-transition: unset;
  -o-transition: unset;
  transition: unset;
  margin-top: 15px;
  border: none;
  cursor: pointer;
}
.btn_buy_now:hover {
  color: #FFF;
  opacity: 0.8;
}
.btn_buy_now:before {
  content: url("../images/link_cart.png");
  padding-right: 5px;
  position: relative;
  top: 3px;
}

.animated {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
  webkit-animation-duration: 2s !important;
  -webkit-animation-duration: 2s !important;
          animation-duration: 2s !important;
  -webkit-animation-fill-mode: both !important;
  animation-fill-mode: both !important;
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

#tth-content .tth_navigation {
  padding-bottom: 0px;
}
#tth-content .tth_navigation ul li {
  border: solid 1px #00a8ec;
  padding-left: 0px;
  margin-right: 9px;
}
#tth-content .tth_navigation ul li:before {
  display: none;
}
#tth-content .tth_navigation ul li a {
  font-size: 20px;
  padding: 5px 17px;
  color: #00a8ec;
  font-weight: normal;
}
#tth-content .tth_navigation ul li:first-child {
  display: none;
}
#tth-content .tth_navigation ul li:last-child {
  border: solid 1px #f00;
  padding-left: 0px;
}
#tth-content .tth_navigation ul li:last-child a {
  font-size: 20px;
  padding: 5px 17px;
  color: #f00;
  font-weight: bold;
}
#tth-content .tth_navigation ul li:last-child:before {
  display: none;
}
@media (max-width: 599px) {
  #tth-content .tth_navigation ul li:last-child a {
    font-size: 16px;
  }
  #tth-content .tth_navigation ul li:nth-of-type(n+3) {
    display: none;
  }
}

/*-------------------img_detail----------------*/
/*GALERY BIG*/
#img_detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

div#gallery_slider {
  width: calc(80% - 7px);
  float: left;
  padding: 10px 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #e4e4e4;
  border-radius: 5px;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
}
div#gallery_slider .slick-list {
  height: 100%;
}
div#gallery_slider .slick-list .slick-track {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
div#gallery_slider .slick-list .slick-track .slick-slide {
  height: 100%;
}
div#gallery_slider .slick-list .slick-track .slick-slide .item {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

div#gallery_slider .owl-item {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

div#gallery_slider .owl-nav {
  margin: 0px;
}

div#gallery_slider .owl-nav .owl-prev {
  position: absolute;
  top: 40%;
  left: 15px;
  display: none;
  width: 45px;
  height: 75px;
  font-size: 0px;
  padding: 0px;
  margin: 0px;
}

div#gallery_slider .owl-nav .owl-next {
  position: absolute;
  top: 40%;
  right: 15px;
  display: none;
  width: 45px;
  height: 75px;
  font-size: 0px;
  padding: 0px;
  margin: 0px;
}

div#gallery_slider img {
  margin: auto;
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
}

/*GALERY THUMB*/
div#gallery_slider_thumb {
  width: 20%;
  float: left;
}
div#gallery_slider_thumb .slick-list {
  height: 100% !important;
}
div#gallery_slider_thumb .slick-list .slick-track {
  height: 100% !important;
}
div#gallery_slider_thumb .slick-list .slick-track .item {
  margin-bottom: 5px;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  height: calc(25% - 4px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100% !important;
  padding: 9px;
  cursor: pointer;
}
div#gallery_slider_thumb .slick-list .slick-track .item img {
  max-width: 100%;
  width: auto;
  height: auto;
  max-height: 100%;
}
div#gallery_slider_thumb .slick-list .slick-track .item:hover, div#gallery_slider_thumb .slick-list .slick-track .item.slick-current {
  border-color: #007528;
}

div#gallery_slider_thumb .owl-item {
  padding: 16px 5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-bottom: 0px;
}

div#gallery_slider_thumb .owl-item .item {
  border: 1px solid #c8c7c6;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-top: 64%;
  position: relative;
  overflow: hidden;
  height: 0px;
}

div#gallery_slider_thumb .owl-item .item img {
  -webkit-transform-style: none;
          transform-style: none;
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
  padding: 5px;
  width: auto;
}

div#gallery_slider_thumb .owl-item.sync_cur .item, div#gallery_slider_thumb .owl-item:hover .item {
  border: 1px solid #5490ea;
}

div#gallery_slider_thumb .owl-nav {
  margin: 0px;
}

div#gallery_slider_thumb .owl-nav .owl-prev,
div#gallery_slider_thumb .owl-nav .owl-next {
  position: absolute;
  top: 50%;
  left: -35px;
  display: none;
  width: 25px;
  height: 26px;
  background: url(../images/nav.png) no-repeat left top;
  text-transform: uppercase;
  padding: 0px;
  margin: -13px 0px 0px;
  font-size: 0px;
}

div#gallery_slider_thumb .owl-nav .owl-next {
  left: auto;
  right: -35px;
  background-position: right top;
}

/*END PIC*/
.resp-contents {
  margin-top: 0px;
  text-align: justify;
}

@media (max-width: 1180px) {
  .detail #container .wrapper {
    margin: 0px auto !important;
  }
}

#item_detail:before, #item_detail:after {
  content: " ";
  display: table;
}
#item_detail:after {
  clear: both;
}
#item_detail .info_left {
  width: 41%;
  float: left;
}
@media (max-width: 800px) {
  #item_detail .info_left {
    width: 100%;
    float: none;
    padding-right: 0px;
    margin-bottom: 15px;
  }
}
#item_detail .info_right {
  width: 38%;
  float: left;
  padding: 0px 2.3%;
}
@media (max-width: 1180px) {
  #item_detail .info_right {
    padding-right: 10px;
  }
}
@media (max-width: 800px) {
  #item_detail .info_right {
    width: 70%;
    padding-left: 0px;
  }
}
@media (max-width: 600px) {
  #item_detail .info_right {
    width: 100%;
    padding-right: 0px;
    margin-bottom: 15px;
  }
}
#item_detail .info_right .title_product {
  font-family: helveticaneuebold;
  font-size: 18px;
  padding: 10px 11px 6px;
  background: #2c4b9b;
  color: #FFF;
}
#item_detail .info_right .info {
  padding-left: 11px;
}
@media (max-width: 980px) {
  #item_detail .info_right .info {
    padding-left: 0px;
  }
}
#item_detail .info_right .info .price_buy {
  font-family: helveticaneuelight;
  font-size: 14px;
  color: #7d7d7d;
  padding-left: 7px;
  padding-top: 11px;
  padding-bottom: 10px;
}
#item_detail .info_right .info .price_buy span {
  font-family: helveticaneuebold;
  color: #2c4b9b;
  font-size: 16px;
}
#item_detail .info_right .info .price_buy span sup {
  position: relative;
  top: 3px;
}
#item_detail .info_right .info .short {
  max-height: 104px;
  min-height: 104px;
  overflow: auto;
}
@media (max-width: 800px) {
  #item_detail .info_right .info .short {
    max-height: unset;
    min-height: unset;
  }
}
#item_detail .info_right .info .short::-webkit-scrollbar {
  width: 4px;
  background-color: #e1e1e1;
}
#item_detail .info_right .info .short::-webkit-scrollbar-track {
  background: #FFF;
  opacity: 0;
}
#item_detail .info_right .info .short p {
  padding: 0px;
  padding-left: 13px;
  position: relative;
  font-family: helveticaneuelight;
  font-size: 14px;
  color: #7d7d7d;
}
#item_detail .info_right .info .short p:before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  position: absolute;
  left: 0px;
  top: 7px;
  background: #d7d7d7;
}
#item_detail .info_right .item_code, #item_detail .info_right .tinh_trang {
  font-size: 14px;
  padding-bottom: 5px;
}
#item_detail .info_right .item_code span, #item_detail .info_right .tinh_trang span {
  font-weight: bold;
}
#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 .info_row-share {
  padding-top: 10px;
}
#item_detail .support_share {
  width: 21%;
  float: left;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
}
@media (max-width: 800px) {
  #item_detail .support_share {
    width: 30%;
  }
}
@media (max-width: 600px) {
  #item_detail .support_share {
    width: 100%;
  }
}
#item_detail .support_share .title {
  font-family: helveticaneuemedium;
  font-size: 14px;
  color: #2c4b9b;
  text-transform: uppercase;
  padding-bottom: 11px;
}
#item_detail .support_share .support {
  border-bottom: 1px solid #c2c2c2;
  margin-bottom: 21px;
  padding: 13px 5px 16px 24px;
}
#item_detail .support_share .support .banner_item p {
  font-family: helveticaneuemedium;
  font-size: 14px;
  color: #646464;
  padding: 0px;
}
#item_detail .support_share .support .banner_item p:before {
  content: url("../images/icon_phone_support_detail.png");
  padding-right: 8px;
  position: relative;
  top: 8px;
}
#item_detail .support_share .share {
  padding: 0px 5px 55px 24px;
}
#item_detail .support_share .share .list_share {
  text-align: left;
}
#item_detail .support_share .share .list_share a {
  display: inline-block;
  margin-right: 1px;
}

#item_detail .info_left .info_col {
  display: inline-block;
  float: left;
  margin-right: 25px;
}

#item_detail .info_right .price_buy .price_format {
  color: #f00;
  font-size: 25px;
  font-weight: bold;
}
#item_detail .info_right .price .price_format {
  text-decoration: line-through;
}
#item_detail .info_right .rate_view {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-align-items: center;
}
#item_detail .info_right .rate_view a {
  padding-right: 20px;
  border-right: solid 1px #ddd;
  margin-right: 20px;
}
#item_detail .info_right .chose_color {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-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;
  -webkit-box-sizing: content-box;
          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: inline-block;
  display: none;
  padding-right: 23px;
}
#item_detail .info_right #text_quantity .input-group-btn button {
  width: 33px;
  height: 33px;
  color: #000;
  background: #f3f3f3;
  border: solid 1px #f3f3f3;
  margin-left: 4px;
}
#item_detail .info_right #text_quantity .input-group-btn button:focus {
  outline: none !important;
}
#item_detail .info_right #text_quantity .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 .tool-share {
  margin-top: 21px;
}
#item_detail .tool-share .solo-item {
  float: left;
  display: block;
  text-align: center;
  margin-left: 11px;
}
#item_detail .tool-share .solo-item:first-child {
  margin-left: 0px;
}
#item_detail .tool-share .solo-item > i {
  display: block;
  font-size: 18px;
  height: 35px;
  text-align: center;
  width: 35px;
  color: #fff;
  background: #08651e;
  border: 1px solid #8094be;
  -webkit-transition: all 500ms ease-out 0s;
  -o-transition: all 500ms ease-out 0s;
  transition: all 500ms ease-out 0s;
  padding-top: 3px;
}
#item_detail .tool-share .solo-item > i.ficon-facebook {
  background: #1667e1;
  border-color: #1667e1;
  padding-left: 0px;
}
#item_detail .tool-share .solo-item > i.ficon-linkedin {
  background: #0073b2;
  border-color: #0073b2;
  padding-left: 0px;
}
#item_detail .tool-share .solo-item > i.ficon-gplus {
  background: #d91a00;
  border-color: #d91a00;
}
#item_detail .tool-share .solo-item > i.ficon-youtube {
  background: #b00000;
  border-color: #b00000;
}
#item_detail .tool-share .solo-item > i.ficon-twitter {
  background: #56c2e1;
  border-color: #56c2e1;
}
#item_detail .tool-share .solo-item > i.ficon-instagram {
  background: #7c4a3a;
  border-color: #fff;
}
#item_detail .tool-share .solo-item:hover > i {
  color: #ed3237;
  background: #fff;
  border: 1px solid #ed3237;
}
#item_detail .tool-share .solo-item > i:before {
  padding-top: 3px;
}

#item_detail #img_detail {
  float: left;
  width: 100%;
  padding: 0px;
  height: 100%;
  text-align: center;
}

#item_detail .wrap_col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
@media (max-width: 649px) {
  #item_detail .wrap_col {
    -ms-flex-wrap: wrap-reverse;
        flex-wrap: wrap-reverse;
    -webkit-flex-wrap: wrap-reverse;
  }
}

#item_detail .item_info {
  float: left;
  width: 100%;
  padding-left: 0px;
  padding-right: 0px;
  color: #757070;
  font-size: 15px;
}

.info_right .info_col {
  color: #757070;
  font-size: 15px;
  padding: 3px 0px;
}

#item_detail .item_info .price {
  padding: 0px;
  color: #282828;
  font-size: 15px;
  font-family: "Roboto-Light";
}
#item_detail .item_info .price > span:first-child {
  text-decoration: line-through;
}
#item_detail .item_info .price > span:last-child {
  color: #f00;
  padding-left: 15px;
}

#item_detail .item_info .price_buy {
  padding: 0px;
  color: #757070;
  font-size: 15px;
}
#item_detail .item_info .price_buy span {
  font-size: 18px;
  color: #ff0000;
}

#item_detail .item_info .price_buy {
  padding: 0px;
  color: #757070;
  font-size: 15px;
}
#item_detail .item_info .price_buy .span {
  display: inline-block;
  font-size: 15px;
}

#item_detail .contact_info p {
  padding: 0px;
  color: #333;
}

#item_detail .item_info .status_stock0,
#item_detail .item_info .status_stock1 {
  display: inline-block;
  color: #ffffff;
  padding: 0px 10px;
}

#item_detail .item_info .status_stock0 {
  background: #989898;
  padding: 0px 10px 0px 25px;
  line-height: 22px;
  margin-left: 5px;
  border-radius: 20px;
  position: relative;
}

#item_detail .item_info .status_stock1 {
  background: #1760bb;
  padding: 0px 10px 0px 25px;
  line-height: 22px;
  margin-left: 5px;
  border-radius: 20px;
  position: relative;
}

#item_detail .item_info .status_stock0 i,
#item_detail .item_info .status_stock1 i {
  width: 18px;
  height: 18px;
  position: absolute;
  background: #fff;
  display: inline-block;
  border-radius: 20px;
  top: 2px;
  left: 3px;
}

#item_detail .item_info .info_row .info_col {
  float: left;
  width: 45%;
  padding-right: 5%;
  padding-bottom: 8px;
}

#item_detail .item_info .info_row .col-content {
  font-weight: bold;
}

#item_detail .info_promotion {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-align-items: center;
  display: none;
}

#item_detail .item_info .info_row-short {
  padding-bottom: 10px;
  /* text-align: justify; */
  font-size: 13px;
  color: #333;
}

#item_detail .info_row_btn .btn_add_cart_show,
#item_detail .info_row_btn .btn_add_cart, #item_detail .info_row_btn .btn_buy_now {
  padding: 5px 0px;
  text-align: center;
  font-size: 18px;
  color: #fff;
  max-width: 170px;
  width: 100%;
  outline: none;
  border: none;
  border-radius: 4px;
  background: #005ba1;
  -webkit-transition: all 500ms ease-out 0s;
  -o-transition: all 500ms ease-out 0s;
  transition: all 500ms ease-out 0s;
  font-family: "Roboto-Bold";
  cursor: pointer;
}
#item_detail .info_row_btn .btn_add_cart_show:before,
#item_detail .info_row_btn .btn_add_cart:before, #item_detail .info_row_btn .btn_buy_now:before {
  display: none;
  content: url("../images/icon_add_cart.png");
  padding-right: 10px;
}
#item_detail .info_row_btn .btn_add_cart_show i,
#item_detail .info_row_btn .btn_add_cart i, #item_detail .info_row_btn .btn_buy_now i {
  display: none;
}

#item_detail .item_info ._dis {
  opacity: 0.8;
  cursor: not-allowed !important;
}

#item_detail .item_info .btn_add_cart_show:hover,
#item_detail .item_info .btn_add_cart:hover,
#item_detail .item_info .btn_add_cart_show:focus,
#item_detail .item_info .btn_add_cart:focus {
  cursor: pointer;
  color: #008eda;
  background: #fff;
  -webkit-transition: all 500ms ease-out 0s;
  -o-transition: all 500ms ease-out 0s;
  transition: all 500ms ease-out 0s;
}

#item_detail .item_info #info_row-shipping .info_row_content {
  font-size: 110%;
}

#item_detail .item_info .info_row-share {
  margin: 5px 0px;
}

.tab_list {
  display: inline-block;
  width: 100%;
  height: 0px;
}

#item_detail #tab-detail {
  padding-top: 48px;
  padding-left: 0px;
  margin-bottom: 40px;
  display: block;
  width: 79%;
  float: left;
  padding-right: 3.8%;
}
@media (max-width: 800px) {
  #item_detail #tab-detail {
    width: 100%;
    padding-right: 0px;
  }
}
#item_detail #tab-detail #tabs {
  padding: 0px;
  padding-top: 15px;
}
#item_detail #tab-detail #tabs .resp-contents p {
  font-family: helveticaneue-regular;
  font-size: 15px;
  color: #575757;
}
#item_detail #tab-detail .resp-tablist .resp-tablistItem {
  font-family: helveticaneuemedium;
  font-size: 18px;
  text-transform: uppercase;
  color: #424242;
  background: none;
  padding: 0px 13px;
  position: relative;
  padding-bottom: 4px;
}
#item_detail #tab-detail .resp-tablist .resp-tablistItem:first-child {
  padding-left: 0px;
}
#item_detail #tab-detail .resp-tablist .resp-tablistItem:first-child:before {
  display: none;
}
#item_detail #tab-detail .resp-tablist .resp-tablistItem.resp-tablistItem__active, #item_detail #tab-detail .resp-tablist .resp-tablistItem:hover {
  color: #2c4b9b;
  font-weight: normal;
}
#item_detail #tab-detail .resp-tablist .resp-tablistItem.resp-tablistItem__active:after, #item_detail #tab-detail .resp-tablist .resp-tablistItem:hover:after {
  content: "";
  display: block;
  width: 23px;
  height: 1px;
  background: #2c4b9b;
  position: absolute;
  bottom: 0px;
}
#item_detail #tab-detail .resp-tablist .resp-tablistItem:before {
  content: "";
  display: block;
  width: 1px;
  height: 14px;
  background: #cccccc;
  position: absolute;
  left: 0px;
  top: 6px;
}

.news_product {
  width: 21%;
  float: left;
  padding-top: 48px;
}
@media (max-width: 800px) {
  .news_product {
    display: none;
  }
}
.news_product .title_box {
  height: 40px;
  padding: 0 10px 0px 14px;
  line-height: 40px;
  font-family: helveticaneuemedium;
  font-size: 18px;
  color: #fefefe;
  text-transform: uppercase;
  background: #2c4b9b;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
@media (max-width: 980px) {
  .news_product .title_box {
    padding: 0 10px;
  }
}
.news_product .list_news_item {
  padding-top: 30px;
  border: 1px solid #dfdfdf;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.news_product .list_news_item .item {
  border-bottom: 1px solid #c2c2c2;
  padding: 10px 14px 20px 14px;
}
.news_product .list_news_item .item:last-child {
  border-bottom: none;
}
.news_product .list_news_item .item .img {
  text-align: center;
  padding-bottom: 10px;
}
.news_product .list_news_item .item .img a img {
  max-width: 100%;
  height: auto;
  max-height: 98px;
}
.news_product .list_news_item .item .title {
  font-family: helveticaneuemedium;
  font-size: 14px;
  color: #2c4b9b;
}
.news_product .list_news_item .item .title:hover {
  color: #53a2f1;
}
.news_product .list_news_item .item .short {
  font-family: helveticaneue-regular;
  font-size: 14px;
  color: #6b6b6b;
  padding-top: 4px;
}

#item_detail .product_watched {
  display: inline-block;
  width: 20%;
  padding-top: 30px;
}

#item_detail #tab-detail #tab-detail-nav {
  position: relative;
  display: block;
  float: left;
  width: 100%;
  padding-left: 10px;
}

#item_detail #tab-detail #tab-detail-nav li {
  position: relative;
  float: left;
}

#item_detail #tab-detail #tab-detail-nav li a:first-child {
  border-left: 1px #c5c5c5 solid;
}

#item_detail #tab-detail #tab-detail-nav li a {
  display: block;
  padding: 2px 10px;
  border: 1px #c5c5c5 solid;
  border-bottom: 0px;
  border-left: 0px;
  /* text-transform: uppercase; */
  font-size: 17px;
  font-weight: bold;
  font-weight: normal;
  -webkit-transition: all 0ms ease-out 0s;
  -o-transition: all 0ms ease-out 0s;
  transition: all 0ms ease-out 0s;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff), to(#d6d6d6));
  background-image: -o-linear-gradient(top, #fff 0, #d6d6d6 100%);
  background-image: linear-gradient(to bottom, #fff 0, #d6d6d6 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffffff", endColorstr="#ffd6d6d6", GradientType=0);
}

#item_detail #tab-detail #tab-detail-nav li.activeli,
#item_detail #tab-detail #tab-detail-nav li a.active {
  background: #f1f1f1;
  font-weight: bold;
  color: #1f75d0;
}

#item_detail #tab-detail #tab-detail-nav li a:hover {
  color: #1f75d0;
}

#item_detail #tab-detail .tab-content {
  padding-top: 10px;
  border-top: 2px solid #c5c5c5;
}

#item_detail #tab-detail .tab-content .captcha b {
  text-align: left;
}

.captcha {
  line-height: 30px;
  text-align: left;
}

#item_detail #tab-detail .tab-content ul {
  padding-left: 15px;
}

#item_detail .contact_info {
  margin-top: 0px;
  margin-bottom: 9px;
  padding-left: 0px;
  padding-right: 0px;
  display: inline-block;
}

#item_detail .contact_info .contact_info-content {
  border: 1px solid #08651e;
  max-width: 700px;
  width: 100%;
  position: relative;
}

#item_detail .contact_info .contact_info-content:before {
  content: "";
  display: block;
  position: absolute;
  top: 20px;
  bottom: 20px;
  left: 56%;
  width: 1px;
  background: #08651e;
}

#item_detail .contact_info .contact_info-col {
  float: left;
  width: 50%;
  padding: 15px 30px;
}

#item_detail .contact_info .contact_info-col:nth-of-type(1) {
  width: 56%;
}

#item_detail .contact_info .contact_info-col:nth-of-type(2) {
  width: 44%;
}

#item_detail .contact_info .contact_info-col h3 {
  color: #08651e;
  text-transform: uppercase;
  padding: 5px 0px;
}

#item_detail .contact_info .contact_info-col p {
  padding: 0px;
}

#item_detail .contact_info .contact_info-col ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
}

#item_detail .contact_info .contact_info-col ul li {
  background: url(../images/check.png) no-repeat 0px 6px;
  padding-left: 24px;
  margin-bottom: 3px;
}

#item_detail .other-title {
  background: #efefef;
  border: 1px solid #dbdbdb;
  color: #800080;
  font-size: 20px;
  height: 32px;
  line-height: 32px;
  padding: 0px 13px;
  margin: 40px 0px 15px;
}

/*-------------------list_other------------------*/
.list_other {
  width: 100%;
  padding-right: 0px;
  padding-left: 0px;
  margin-bottom: 45px;
  margin-top: 30px;
}
.list_other .mid_title_other {
  font-family: helveticaneuemedium;
  font-size: 18px;
  color: #2c4b9b;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 5px;
}
.list_other .mid_title_other:after {
  content: "";
  display: block;
  width: 23px;
  height: 1px;
  background: #2c4b9b;
  position: absolute;
  bottom: 0px;
}
.list_other .product_scroll_orther {
  padding-top: 23px;
}
.list_other .product_scroll_orther .owl-stage {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.list_other .product_scroll_orther .owl-stage .owl-item {
  padding-bottom: 10px;
}
.list_other .owl-prev {
  background: url(../images/nav_left_news_home.png) no-repeat;
  background-size: 100% 100%;
  width: 29px;
  height: 29px;
  z-index: 1;
  position: absolute;
  top: -34px;
  right: 34px;
}
.list_other .owl-prev:hover {
  -webkit-filter: invert(27%) sepia(13%) saturate(6284%) hue-rotate(202deg) brightness(89%) contrast(92%);
          filter: invert(27%) sepia(13%) saturate(6284%) hue-rotate(202deg) brightness(89%) contrast(92%);
}
.list_other .owl-next {
  background: url(../images/nav_right_news_home.png) no-repeat;
  background-size: 100% 100%;
  width: 29px;
  height: 29px;
  z-index: 1;
  position: absolute;
  top: -34px;
  right: 0px;
}
.list_other .owl-next:hover {
  -webkit-filter: invert(27%) sepia(13%) saturate(6284%) hue-rotate(202deg) brightness(89%) contrast(92%);
          filter: invert(27%) sepia(13%) saturate(6284%) hue-rotate(202deg) brightness(89%) contrast(92%);
}
@media (max-width: 499px) {
  .list_other .owl-next {
    display: none;
  }
  .list_other .owl-prev {
    display: none;
  }
}

.list_other .list_other-title {
  margin-bottom: 14px;
  font-family: "Roboto-Bold";
  font-size: 15px;
  color: #008eda;
  padding: 4px 15px;
}

.list_other .list_other-title span {
  display: inline-block;
  font-size: 140%;
}

.list_other .jcarousel-wrapper {
  -webkit-box-shadow: 0px 0px 3px 0px rgba(201, 201, 201, 0.75);
  box-shadow: 0px 0px 3px 0px rgba(201, 201, 201, 0.75);
}

.list_other .jcarousel-wrapper .jcarousel-control-prev,
.list_other .jcarousel-wrapper .jcarousel-control-next {
  position: absolute;
  background: url(../images/jcarousel_arrow.gif) #d0d0d0 left center;
  height: 100%;
  width: 23px;
  top: 0px;
}

.list_other .jcarousel-wrapper .jcarousel-control-prev {
  background-position: left center;
  left: 0px;
}

.list_other .jcarousel-wrapper .jcarousel-control-next {
  background-position: right center;
  right: 0px;
}

.list_other li {
  border-left: 1px solid #dedede;
  height: 189px;
}

.list_other table {
  border: none;
  margin: 0px;
}

.list_other table td {
  border: none;
  padding: 0px;
  vertical-align: middle;
}

.price_saving {
  display: block;
}

.price_saving b {
  color: #1760bb;
  font-size: 18px;
}

.notification_product {
  margin: 10px 0px;
}

.notification_product .text_no {
  max-width: 185px;
  display: inline-block;
}

.notification_product .button_no {
  display: inline-block;
  vertical-align: top;
  margin-left: 20px;
  cursor: pointer;
  outline: none;
  padding: 6px 10px;
  border-radius: 40px;
  background-color: #b51717;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #b51717), to(#ff0b0b));
  background-image: -o-linear-gradient(top, #b51717 0, #ff0b0b 100%);
  background-image: linear-gradient(to bottom, #b51717 0, #ff0b0b 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#b51717", endColorstr="#ff0b0b", GradientType=0);
  border: 1px solid #e50f0f;
  color: #ffffff;
  -webkit-box-shadow: inset 0 -1px 1px #881818;
          box-shadow: inset 0 -1px 1px #881818;
}

.quantity_text {
  /* padding: 2px 5px; */
  margin-left: 9px;
  /* border-radius: 1px; */
  max-width: 50px;
  /* outline: none; */
  width: 33px;
  height: 33px;
  color: #000;
  /* background: #f3f3f3; */
  border: solid 1px #d4d4d4;
  margin-left: 4px;
  outline: none !important;
}

.send_no_product {
  display: inline-block;
  width: 60%;
  vertical-align: top;
}

.view_no_product {
  display: inline-block;
  width: 40%;
}

.send_no_product input {
  width: 100%;
  border-radius: 2px;
  padding: 5px 8px;
  font-size: 13px;
  font-family: tahoma;
  border: 1px #ccc solid;
  margin-top: 10px;
}

.view_no_product .title {
  margin-top: 5px;
  font-size: 15px;
  font-weight: bold;
  color: #404142;
}

.send_no_product textarea {
  width: 100%;
  min-height: 95px;
  border-radius: 2px;
  max-height: 150px;
  resize: vertical;
  margin-top: 10px;
  border: 1px #ccc solid;
}

.send_no_product .bottom {
  margin-top: 10px;
}

.send_no_product input:focus {
  box-shadow: none;
  -webkit-box-shadow: none;
  -webkit-appearance: none;
}

.full.promotion .list_item_product .col_item.product_item_list {
  width: 100%;
}

.content_promotion {
  padding-bottom: 10px;
}

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

.list_related {
  display: block;
  width: 100%;
  float: left;
  border: 1px #ddd solid;
  padding: 15px;
}

.list_related .item_related .image {
  display: inline-block;
  float: left;
  margin-right: 15px;
  width: 35%;
}

.list_related .item_related .image a {
  padding-top: 100%;
  position: relative;
  overflow: hidden;
  height: 0px;
  display: block;
}

.list_related .item_related .image:hover img {
  -webkit-transform: translate(-50%, -50%) scale(1.1);
  -ms-transform: translate(-50%, -50%) scale(1.1);
      transform: translate(-50%, -50%) scale(1.1);
}

.list_related .item_related .image img {
  position: absolute;
  top: 50%;
  left: 50%;
  max-width: 100%;
  max-height: 100%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
  -webkit-transition: all 500ms ease-out 0s;
  -o-transition: all 500ms ease-out 0s;
  transition: all 500ms ease-out 0s;
}

.list_related .item_related .info .price {
  font-size: 15px;
  font-weight: bold;
  color: red;
}

.list_related > .title {
  font-size: 16px;
  font-weight: bold;
  color: #555;
  margin-bottom: 10px;
}

.box_nature {
  /*    border: 1px #555 solid;
      margin: 10px 0px;
      padding: 15px;*/
  margin-top: 15px;
}

.box_nature .group_nature {
  border: 1px solid #ddd;
  padding: 0px 10px;
  border-bottom: 0px;
}

.box_nature .group_nature:last-child {
  border-bottom: 1px solid #ddd;
}

.box_nature .group_nature .title {
  display: inline-block;
  float: left;
  font-weight: bold;
  min-width: 150px;
  padding: 10px 0px;
  margin-right: 10px;
  border-right: 1px solid #ddd;
}

.box_nature .group_nature .value {
  display: inline-block;
  float: left;
  padding: 10px 0px;
}

.box_nature .group_nature:nth-of-type(odd) {
  background-color: #f9f9f9;
}

.box_nature_focus {
  margin-top: -5px;
}

.box_nature_focus .group_nature {
  padding: 0px 10px;
  border-bottom: 0px;
  margin-bottom: 15px;
}

.box_nature_focus .group_nature .title {
  display: inline-block;
  float: left;
  font-weight: bold;
  min-width: 85px;
  padding: 5px 0px;
  margin-right: 10px;
  border-right: 1px solid #ddd;
}

.box_nature_focus .group_nature .value {
  display: inline-block;
  float: left;
  padding: 5px 0px;
}
/*# sourceMappingURL=product.css.map */