/*--------------box-------------*/
.box {
  margin-bottom: 14px;
}

.box .box-title {
  padding: 5px 20px;
  color: #ffffff;
  text-transform: inherit;
  font-weight: normal;
  font-size: 17px;
  background: #0a1f44;
}

.box .box-content {
  position: relative;
  background: #fff;
  margin-top: 6px;
  padding: 15px 13px;
}

/*-------------box_mid-------------*/
.box_mid {
  padding: 0px 0px;
  margin-bottom: 28px;
}

.box_mid .box_mid-title {
  position: relative;
  padding: 0px 0px 5px 0px;
  text-align: left;
  overflow: hidden;
  border-bottom: 0px solid #ccc;
  font-weight: normal;
}

.box_mid .box_mid-title .mid_title_l {
  font-size: 28px;
  font-weight: 600;
  text-transform: inherit;
  color: #202020;
  display: inline-block;
  position: relative;
  padding: 0px;
  margin: 30px 0px 10px;
}
@media (max-width: 599px) {
  .box_mid .box_mid-title .mid_title_l {
    font-size: 22px;
    margin: 12px 0px 4px;
  }
}

.box_mid .box_mid-title .mid_title_l a {
  color: #08651e;
}

.box_mid .box_mid-title .mid_title_r {
  float: right;
}

.box_mid .box_mid-content {
  padding-top: 10px;
}

/*-------------box_menu-------------*/
.box_menu .box-content {
  padding: 0px;
  margin: 0px;
  position: relative;
  background: #fff;
}

.box_menu .box-content > * {
  position: relative;
}

.box_menu li {
  display: block;
  width: 100%;
}

.box_menu .box-content > ul > li {
  padding-right: 0px;
}

.box_menu li a {
  display: block;
  position: relative;
  padding: 10px 10px 10px 15px;
  color: #444444;
  text-transform: uppercase;
  overflow: hidden;
  border-bottom: 1px dashed #eaeaea;
}

.box_menu li a > div {
  position: relative;
  display: block;
}

.box_menu li a > div:before {
  /*font-family: 'ficon';
  content: '\e806';
  display: inline-block;
  position: absolute;
  top: 0px;
  left: 0px;
  color: #f7941e;*/
}

.box_menu li a:before {
  content: "";
  display: block;
  position: absolute;
  background: #484848;
  top: 0px;
  left: -100%;
  bottom: 0px;
  width: 100%;
  transition: all 300ms ease-out 0s;
}

.box_menu li:first-child a {
  border-top: none;
}

.box_menu li:last-child a {
  border-bottom: none;
}

.box_menu li a:hover,
.box_menu li a.current {
  color: #fff;
}

.box_menu li a:hover:before,
.box_menu li a.current:before {
  left: 0px;
}

.box_menu li a:hover:after,
.box_menu li a.current:after {
  display: none;
}

.box_menu li a:hover > div:before,
.box_menu li a.current > div:before {
  color: #fff;
}

.box_menu li ul {
  display: none;
  background: #fff;
  width: 12em;
}

.box_menu .sm-simple.sm-vertical a span.sub-arrow {
  right: 10px;
  margin-left: 0px;
}

/*product_focus==============================================================*/
.box .product_focus .product_focus-row {
  margin-left: -7px;
  margin-right: -7px;
}

.box .product_focus .product_focus-row:after {
  content: "";
  display: block;
  clear: both;
}

.box .product_focus .product_focus-row .img,
.box .product_focus .product_focus-row .info {
  float: left;
  width: 50%;
  padding-left: 7px;
  padding-right: 7px;
  margin: 6px 0px;
}

.box .product_focus .product_focus-row .img a,
.box .product_focus .product_focus-row .img img {
  display: block;
  width: 100%;
}

.box .product_focus .product_focus-row .img a {
  border: 1px solid #dadada;
  background: #fff;
}

.box .product_focus .product_focus-row .info > h3 {
  font-weight: lighter;
  margin-bottom: 4px;
}

.box .product_focus .product_focus-row .info > .price {
  text-decoration: line-through;
}

.box .product_focus .product_focus-row .info > .price_buy {
  font-weight: bold;
}

/*box_news_focus==============================================================*/
.box_news_focus .box-content {
  padding-top: 5px;
  padding-bottom: 5px;
  padding: 5px 0px;
}

.box_news_focus .news_focus-row {
  margin-left: -7px;
  margin-right: -7px;
  display: inline-block;
  width: 100%;
}

.box_news_focus .news_focus-row:after {
  content: "";
  display: block;
  clear: both;
}

.box_news_focus .news_focus-row .img,
.box_news_focus .news_focus-row .info {
  float: left;
  width: 50%;
  padding-left: 0px;
  padding-right: 0px;
  margin: 10px 0px 15px;
}

.box_news_focus .news_focus-row .info .date_create {
  font-size: 13px;
  color: #999;
}

.box_news_focus .news_focus-row .img a,
.box_news_focus .news_focus-row .img img {
  display: block;
  width: 100%;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  max-height: 200px;
}

.box_news_focus .news_focus-row .info > h3 {
  font-weight: normal;
  font-size: 13px;
  padding: 0px;
  margin: 0px;
}

/*product_item ===============================================================*/
.product_item {
  border: 1px solid #e7e7e7;
  background: #fff;
  position: relative;
}

.product_item:after {
  content: "";
  position: absolute;
  left: -1px;
  right: -1px;
  bottom: -3px;
  height: 3px;
  background: #d2d2d2;
}

.product_item .img {
  text-align: center;
  position: relative;
  overflow: hidden;
}

.product_item .img a:first-child,
.product_item .img img {
  display: block;
  width: 100%;
}

.product_item .img:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  bottom: 50%;
  right: 50%;
  background: rgba(0, 0, 0, 0.5);
  transition: all 300ms ease-out 0s;
  z-index: 1;
}

.product_item .img:hover:before {
  top: 0%;
  left: 0%;
  bottom: 0%;
  right: 0%;
}

.product_item .img .ficon-zoom-in,
.product_item .img .ficon-shopping-cart9 {
  position: absolute;
  top: 50%;
  margin-top: -17px;
  height: 34px;
  line-height: 34px;
  width: 37px;
  border: 1px solid #ffffff;
  color: #fff;
  background: none;
  font-size: 22px;
  cursor: pointer;
  transition: all 300ms ease-out 0s;
  z-index: 2;
}

.product_item .img .ficon-zoom-in:hover,
.product_item .img .ficon-shopping-cart9:hover {
  background: #fff;
  color: #000;
}

.product_item .img .ficon-zoom-in {
  right: 100%;
  margin-right: 6px;
}

.product_item .img .ficon-shopping-cart9 {
  left: 100%;
  margin-left: 6px;
}

.product_item .img:hover .ficon-zoom-in {
  right: 50%;
}

.product_item .img:hover .ficon-shopping-cart9 {
  left: 50%;
}

.product_item .info {
  padding: 0px 10px 8px;
  text-align: center;
}

.product_item .info .info-title {
  display: block;
  height: 40px;
  overflow: hidden;
  margin: 5px 0px;
}

.product_item .info h3 {
  display: table;
  height: 100%;
  width: 100%;
}

.product_item .info h3 a {
  line-height: 20px;
  display: table-cell;
  height: 100%;
  width: 100%;
  vertical-align: middle;
}

.product_item .info .price {
  font-size: 12px;
  color: #ccc;
  text-decoration: line-through;
}

.product_item .info .price_buy {
  font-size: 16px;
  font-weight: bold;
  color: #08651e;
}

/*product_scroll =============================================================*/
.product_scroll {
  background: #ebebeb;
  padding: 18px;
}

.product_scroll .product_item {
  margin-bottom: 2px;
}

.product_scroll.has_price .product_item .info-price {
  height: 40px;
}

.product_scroll .owl-nav {
  display: none;
}

/*-------------tth-statistic-------------*/
.tth-statistic > .srow:after {
  content: "";
  display: block;
  clear: both;
}

.tth-statistic > .srow > .rtitle,
.tth-statistic > .srow > .rcontent {
  float: left;
}

.tth-statistic > .srow > .rtitle {
  padding-right: 10px;
  font-weight: bold;
}

/*-------------tth_navigation-------------*/
.tth_navigation {
  padding-bottom: 10px;
}

.tth_navigation ul {
  float: left;
  list-style: none;
  margin: 0px;
  padding: 0px;
}

.tth_navigation li {
  float: left;
  padding-left: 24px;
  position: relative;
}

.tth_navigation li.first {
  padding-left: 0px;
}

.tth_navigation li:before {
  display: block;
  content: "\e8ad";
  font-family: "ficon";
  position: absolute;
  left: 10px;
  top: -1px;
  border-radius: 50%;
  font-size: 13px;
}

.tth_navigation li.first:before {
  display: none;
}

.tth_navigation li a {
  color: #848484;
  font-size: 13px;
}

.tth_navigation li a:hover {
  color: #b61515;
}

/*----------------list_share----------------*/
.list_share {
  text-align: right;
}

/*upload-progress ------------------------------------------------------------*/
.fileupload .upload-progress {
  display: none;
  margin-bottom: 5px;
}

.fileupload .upload-progress.show {
  display: block;
}

.fileupload .upload-progress .progress-bar {
  background: #42b3e5;
  height: 4px;
}

.fileupload .list_uploaded {
  margin-left: -5px;
  margin-right: -5px;
  display: inline-block;
  width: 100%;
}

.fileupload .list_uploaded:after {
  content: "";
  display: block;
  clear: both;
}

.fileupload .list_uploaded .pic-item {
  box-sizing: border-box;
  float: left;
  padding-left: 5px;
  padding-right: 5px;
  padding-bottom: 5px;
  position: relative;
  max-width: 85px;
}

.fileupload .list_uploaded .pic-item img {
  width: 100%;
  border-radius: 3px;
  height: 45px;
}

.fileupload .list_uploaded .pic-item .btn-remove {
  color: #CE2C2C;
  display: inline-block;
  font-size: 19px;
  line-height: 22px;
  position: absolute;
  right: 5px;
  top: -3px;
  font-weight: normal;
  width: 22px;
  height: 22px;
  text-align: center;
  border-radius: 11px;
}

.fileupload .btn-upload {
  background: #e2e2e2;
  border: 1px solid #e2e2e2;
  color: #b71415;
  overflow: hidden;
  position: relative;
  padding: 3px 10px 3px 35px;
  display: inline-block;
  border-radius: 4px;
  cursor: pointer;
}

.fileupload .btn-upload:hover {
  background: #fff;
}

.fileupload .btn-upload input[type=file] {
  cursor: pointer;
  font-size: 20px;
  margin: 0;
  opacity: 0;
  padding: 0;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
}

.fileupload .btn-upload span:after {
  content: "\e817";
  font-family: "ficon";
  display: inline-block;
  margin-left: 0px;
  margin-top: 1px;
  font-size: 16px;
  position: absolute;
  left: 10px;
}

.box.box_page_group .box-title {
  font-size: 15px;
}

.box.box_page_group .box-content {
  border: 1px #ccc solid;
  margin: 0px;
}

.box.box_page_group .box-content .info {
  font-size: 14px;
  margin-bottom: 4px;
  padding-bottom: 2px;
}

.box.box_page_group .box-content .info.active a {
  color: #b61515;
}/*# sourceMappingURL=box.css.map */