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

.section_box .box_left {
  float: left;
}

.section_box .box_left {
  float: left;
}

.new_focus {
  /*background: url(../images/bg_news_focus.png);*/
}

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

.new_focus:after {
  clear: both;
}

.new_focus .box {
  margin-bottom: 0px;
}

.new_focus .box-title {
    position: relative;
    border-bottom: none;
    text-transform: uppercase;
    padding-left: 48px;
}
.new_focus .box-title:before{
    content: "\e884";
    font-family: 'ficon';
    background: #22b14c;
    color: #fff;
    position: absolute;
    top: 5px;
    left: 0px;
    height: 36px;
    width: 36px;
    display: inline-block;
    border-radius: 3px;
    text-align: center;
    border-bottom: 4px rgba(28, 131, 58, 0.87) solid;
}
.new_focus .box-title:after {
    content: '';
    border-bottom: 3px #22b14c double;
    position: absolute;
    left: 48px;
    right: 0px;
    bottom: 0px;
}

.new_focus .wrapper {
  position: relative;
  padding-top: 0px;
  padding-bottom: 42px;
}

.new_focus .wrapper .box_news_focus .news_list .news_focus-row {
  padding-bottom: 24px;
}

.new_focus .wrapper .box_news_focus .news_list .news_focus-row img {
  max-width: 100%;
  margin-bottom: 20px;
  -webkit-transition: all 500ms ease-out 0s;
  -moz-transition: all 500ms ease-out 0s;
  -o-transition: all 500ms ease-out 0s;
  transition: all 500ms ease-out 0s;
}

.new_focus .wrapper .box_news_focus .news_list .news_focus-row img:hover {
  border-color: #cccccc;
  -webkit-transition: all 500ms ease-out 0s;
  -moz-transition: all 500ms ease-out 0s;
  -o-transition: all 500ms ease-out 0s;
  transition: all 500ms ease-out 0s;
}

.new_focus .wrapper .box_news_focus .news_list .news_focus-row .info {
  text-align: left;
}
.new_focus .wrapper .box_news_focus .news_list .news_focus-row .info .date{
    float: left;
    text-align: center;
    font-weight: bold;
    font-family: open sans;
    margin-top: 5px;
}
.new_focus .wrapper .box_news_focus .news_list .news_focus-row .info .date_d{
    background: #e9e9e9;
    color: #22b14c;
    font-size: 22px;
    padding: 2px 5px;
    -webkit-border-top-left-radius: 3px;
    -moz-border-radius-topleft: 3px;
    border-top-left-radius: 3px;
    -webkit-border-top-right-radius: 3px;
    -moz-border-radius-topright: 3px;
    border-top-right-radius: 3px;
}
.new_focus .wrapper .box_news_focus .news_list .news_focus-row .info .date_m_y{
    background: #22b14c;
    color: #fff;
    font-size: 12px;
    padding: 4px 5px;
    -webkit-border-bottom-left-radius: 3px;
    -moz-border-radius-bottomleft: 3px;
    border-bottom-left-radius: 3px;
    -webkit-border-bottom-right-radius: 3px;
    -moz-border-radius-bottomright: 3px;
    border-bottom-right-radius: 3px;
}
.new_focus .wrapper .box_news_focus .news_list .news_focus-row .info h3{
    margin-left: 63px;
}
.new_focus .wrapper .box_news_focus .news_list .news_focus-row .info h3 a {
    font-weight: bold;
    font-size: 14px;
    color: #f0a900;
    line-height: 180%;
}
.new_focus .wrapper .box_news_focus .news_list .news_focus-row .info .short {
    clear: both;
    margin-top: 20px;
    font-size: 13px;
}
.new_focus .wrapper .box_news_focus .news_list .news_focus-row .info .detail a {
    color: #00a9eb;
    font-weight: normal;
    font-size: 12px;
    float: right;
    display: block;
    margin-top: 10px;
}
.new_focus .wrapper .box_news_focus .box-content {
    padding: 0px;
    border: none;
}

.new_focus .wrapper .owl-prev {
    width: 25px;
    height: 25px;
    line-height: 25px;
    z-index: 1;
    position: absolute;
    top: -16%;
    right: 30px;
    margin: 0px !important;
    border: 1px solid #dddddd;
}
.new_focus .wrapper .owl-prev:before{
    font-family: "ficon";
    content: '\e8ac';
    color: #aeaeae;
    font-size: 17px;
}

.new_focus .wrapper .owl-next {
    width: 25px;
    height: 25px;
    line-height: 25px;
    z-index: 1;
    position: absolute;
    top: -16%;
    right: 0%;
    margin: 0px !important;
    border: 1px solid #dddddd;
}
.new_focus .wrapper .owl-next:before{
    font-family: "ficon";
    content: '\e8ad';
    color: #aeaeae;
    font-size: 17px;
}

.about_video {
    /*background: url(../images/bg_news_focus.png);*/
}

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

.about_video:after {
  clear: both;
}
.about_video .about_home .box-title {
    position: relative;
    border-bottom: none;
    text-transform: uppercase;
    padding-left: 48px;
}
.about_video .about_home .box-title:before{
    content: "\e884";
    font-family: 'ficon';
    background: #22b14c;
    color: #fff;
    position: absolute;
    top: 5px;
    left: 0px;
    height: 36px;
    width: 36px;
    display: inline-block;
    border-radius: 3px;
    text-align: center;
    border-bottom: 4px rgba(28, 131, 58, 0.87) solid;
}
.about_video .about_home .box-title:after {
    content: '';
    border-bottom: 3px #22b14c double;
    position: absolute;
    left: 48px;
    right: 0px;
    bottom: 0px;
}
.about_video .about_home .box-content {
  padding: 0px;
  border: none;
}

.box_right {
  width: 50%;
  float: left;
}

.box_left {
    width: 50%;
    padding-right: 24px;
}

.box_left .img {
    float: left;
    width: 100%;
}

.box_left .img img {
    width: 100%;
}

.box_left .short {
    float: left;
    width: 100%;
    padding: 10px 0px;
}

.box_left .short a {
    color: #00a9eb;
    font-weight: normal;
    font-size: 12px;
    float: right;
    display: block;
    margin-top: 10px;
}

.box_left .short a:after {
  content: '\e8b5';
  font-family: ficon;
  padding-left: 5px;
}

.box_left .short a:hover {
  border-color: #ccc;
}

.section_about .video_item {
    padding-top: 0px;
    max-height: 200px;
    overflow: hidden;
}

.box_product {
  padding-top: 20px;
  padding-bottom: 45px;
}

.box_product .title {
  text-align: center;
  font-size: 30px;
  font-weight: normal;
  margin-bottom: 20px;
}

.box_product .list_item_product {
  margin-right: -18px;
}

.box_product .list_item_product .product_scroll {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  webkit-flex-wrap: wrap;
}

.box_product .list_item_product .item {
  float: left;
  width: 33.333%;
  padding-right: 18px;
}

.box_product .list_item_product .col_item {
  width: 100%;
  padding-bottom: 0px;
  margin-bottom: 0px;
}

.box_product .list_item_product .product_item {
  margin-bottom: 30px;
  background: #f6f6f6;
  border: 1px solid #dddddd;
  padding: 10px 10px 30px;
}

.box_product .list_item_product .product_item .img {
  background: #fff;
  margin-bottom: 15px;
  padding-top: 66.6666%;
}

.box_product .list_item_product .product_item .img:before, .box_product .list_item_product .product_item .img:after {
  content: " ";
  display: table;
}

.box_product .list_item_product .product_item .img:after {
  clear: both;
}

.box_product .list_item_product .product_item .img a:before, .box_product .list_item_product .product_item .img a:after {
  content: " ";
  display: table;
}

.box_product .list_item_product .product_item .img a:after {
  clear: both;
}

.box_product .list_item_product .product_item .img a img {
  width: auto;
  max-width: 100%;
}

.box_product .list_item_product .product_item .img a img:before, .box_product .list_item_product .product_item .img a img:after {
  content: " ";
  display: table;
}

.box_product .list_item_product .product_item .img a img:after {
  clear: both;
}

.box_product .list_item_product .product_item .img .overlay {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(51, 51, 51, 0.32);
  opacity: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-transition: all 300ms ease-out 0s;
  -moz-transition: all 300ms ease-out 0s;
  -o-transition: all 300ms ease-out 0s;
  transition: all 300ms ease-out 0s;
  z-index: 2;
}

.box_product .list_item_product .product_item .img:hover .overlay {
  opacity: 1;
}

.box_product .list_item_product .product_item .img .overlay a {
  color: #fff;
  width: 60px;
  height: 60px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  background: rgba(51, 51, 51, 0.9);
  line-height: 60px;
  font-family: "Arial";
  -webkit-transition: all 300ms ease-out 0s;
  -moz-transition: all 300ms ease-out 0s;
  -o-transition: all 300ms ease-out 0s;
  transition: all 300ms ease-out 0s;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(255, 255, 255, 0.75);
-moz-box-shadow:    0px 0px 10px 0px rgba(255, 255, 255, 0.75);
box-shadow:         0px 0px 10px 0px rgba(255, 255, 255, 0.75);
}

.box_product .list_item_product .product_item .title_product {
    margin-bottom: 10px;
    font-weight: bold;
    font-size: 14px;
    text-transform: uppercase;
}

.box_product .list_item_product .product_item .short {
  text-align: center;
  margin-bottom: 40px;
}

.box_product .list_item_product .btn_detail {
  text-align: center;
}

.box_product .list_item_product .btn_detail a.btn {
  font-size: 14px;
  color: #333;
  padding: 8px 22.5px;
  border: solid 1px #e7e7e7;
  border-radius: 5px;
  background: #ebebeb;
  font-family: "Roboto";
}

.box_product .list_item_product .btn_detail a.btn:after {
  content: '\e8b5';
  padding-left: 10px;
  font-family: ficon;
}

.box_product .list_item_product .btn_detail a.btn:hover {
  border-color: #ccc;
}

@media (max-width: 850px) {
  .about_video .box_right {
    width: 100%;
  }
  .about_video .box_left {
    width: 100%;
    float: none;
    padding-right: 0px;
  }
  .new_and_brand .box_left {
    width: 100%;
    padding-right: 0px;
  }
  .new_and_brand .box_right {
    width: 100%;
    float: none;
  }
}

@media (max-width: 549px) {
  .about_video .about_home .section_about .img {
    float: none;
    width: 100%;
  }
  .about_video .about_home .section_about .img img {
    width: 100%;
  }
  .about_video .about_home .section_about .short {
    float: none;
    width: 100%;
    padding-left: 0px;
  }
}

@media (max-width: 769px) {
  .box_product .list_item_product .item {
    width: 50%;
  }
}

@media (max-width: 499px) {
  .box_product .list_item_product .product_item .short {
    display: none;
  }
  .new_and_brand .box_left .box_news_focus .row_first {
    float: none;
    width: 100%;
    padding-right: 0px;
    padding-bottom: 15px;
  }
  .new_and_brand .box_left .box_news_focus .row_first .img img {
    margin-bottom: 17px;
    border: solid 1px #ededed;
  }
  .new_and_brand .box_left .box_news_focus .row_first .info a {
    padding-bottom: 12px;
    font-size: 16px;
    display: block;
    color: #333;
  }
  .new_and_brand .box_left .box_news_focus .news_list {
    float: left;
    width: 100%;
  }
  .new_and_brand .box_left .box_news_focus .news_list .news_focus-row {
    padding-bottom: 24px;
  }
  .new_and_brand .box_left .box_news_focus .news_list .news_focus-row img {
    width: 31.7%;
    float: left;
    border: solid 1px #ededed;
  }
  .new_and_brand .box_left .box_news_focus .news_list .news_focus-row .info {
    float: left;
    width: 68.3%;
    padding-left: 10px;
  }
  .new_and_brand .box_left .box_news_focus .box-content {
    padding: 0px;
    border: none;
  }
  .new_focus .wrapper {
    padding-bottom: 0px;
  }
}

@media (max-width: 449px) {
  .box_product .list_item_product .item {
    width: 100%;
    float: none;
    padding-right: 0px;
  }
  .box_product .list_item_product {
    margin-right: 0px;
  }
}

/*# sourceMappingURL=home.css.map */