@charset "UTF-8";
body, html {
  font-size: 14px;
  background: #fff;
  font-family: arial,"microsoft yahei","helvetica neue",helvetica,"open sans",sans-serif,stxihei,"myriad set pro",stheitisc-light,lato,"pingfang sc"; }

@media (min-width: 768px) {
  .container {
    width: 750px; } }

@media (min-width: 992px) {
  .container {
    width: 970px; } }
@media (min-width: 992px) and (max-width: 1200px) {
  .container {
    width: 1040px;
    max-width: 100%;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px; } }
@media (min-width: 1366px) {
  .container {
    width: 1270px; } }
@media (min-width: 1440px) {
  .container {
    width: 1370px; } }
@media (min-width: 1600px) {
  .container {
    width: 1470px; } }
a:hover {
  text-decoration: none; }

.clear_fix:after {
  content: '';
  clear: both; }

@media only screen and (max-width: 768px) {
  header {
    padding: 10px;
    position: fixed;
    top: 0;
    background-color: #fff;
    height: 54px;
    width: 100%;
    z-index: 99; } }

.header_top {
  background-color: rgba(0, 0, 0, 0.76); }
  @media only screen and (max-width: 768px) {
    .header_top {
      float: right;
      background: 0; } }
  @media only screen and (max-width: 768px) {
    .header_top .container {
      width: auto; } }
  .header_top .header_top_left {
    float: left;
    padding: 6px 0; }
    .header_top .header_top_left p {
      cursor: pointer;
      color: #fff;
      vertical-align: text-bottom;
      display: inline-block;
      float: right;
      margin-right: 1px;
      font-size: 12px;
      position: relative;
      background: 0;
      margin: 0px; }
    @media only screen and (max-width: 768px) {
      .header_top .header_top_left {
        display: none; } }
  .header_top .header_top_right {
    float: right; }
    .header_top .header_top_right a {
      float: left;
      font-size: 12px;
      color: #fff;
      display: block;
      padding: 6px 14px; }
      @media only screen and (max-width: 768px) {
        .header_top .header_top_right a {
          display: none; } }
    .header_top .header_top_right .top_search {
      float: left;
      position: relative;
      padding: 5px 14px; }
      @media only screen and (max-width: 768px) {
        .header_top .header_top_right .top_search {
          font-size: 14px;
          padding: 6px;
          background: 0; } }
      .header_top .header_top_right .top_search > i {
        color: #e60012;
        font-size: 16px;
        float: left;
        cursor: pointer; }
        @media only screen and (max-width: 768px) {
          .header_top .header_top_right .top_search > i {
            color: #e60012; } }
      .header_top .header_top_right .top_search form {
        position: absolute;
        right: 0;
        top: 100%;
        background-color: #fff;
        border-style: solid;
        border-width: 3px;
        z-index: 1;
           border-color:  #cccccc;
        display: none;
        width: 250px;
        color: #666; }
        .header_top .header_top_right .top_search form.active {
          display: block; }
        .header_top .header_top_right .top_search form input {
          padding: 6px 4px;
          border-radius: 4px;
          border: 0;
          outline: 0;
          width: 195px; }
        .header_top .header_top_right .top_search form button {
          font-size: 16px;
          background: 0;
          border: 0;
          color: #666; }
        .header_top .header_top_right .top_search form > i {
          cursor: pointer; }

.logo_menu .logo {
  height: 90px;
  padding: 15px 0;
  float: left; }
  @media only screen and (max-width: 768px) {
    .logo_menu .logo {
      height: 34px;
      position: absolute;
      left: 50%;
      -webkit-transform: translateX(-50%);
      transform: translateX(-50%);
      margin: 0;
      padding: 0; } }
  .logo_menu .logo img {
    height: 100%; }
.logo_menu .menu_main {
  float: right;
  margin: 0 auto;
  margin-top: 27px;
  -webkit-animation: tem44_header_huachu .5s;
          animation: tem44_header_huachu .5s; }
  @media only screen and (max-width: 768px) {
    .logo_menu .menu_main {
      margin-top: 0;
      max-width: 100%;
      width: 100%;
      height: auto;
      border: 1px solid #ccc;
      position: absolute;
      left: 0;
      top: 100%;
      z-index: 9;
      padding: 0;
      display: none;
      background: #fff; } }
  .logo_menu .menu_main.active {
    display: block; }
  .logo_menu .menu_main ul {
    padding: 0px;
    list-style: none;
    margin: 0px; }
    .logo_menu .menu_main ul li {
      position: relative; }
      .logo_menu .menu_main ul li a {
        display: block;
        -webkit-transition: .5s all ease;
        transition: .5s all ease;
        padding: 8px 15px;
        display: block;
        color: #666;
        font-size: 16px; }
  .logo_menu .menu_main > ul > li {
    float: left; }
    @media only screen and (max-width: 768px) {
      .logo_menu .menu_main > ul > li {
        width: 100%;
        float: none;
        font-size: 14px;
        text-align: left;
        position: relative;
        float: none;
        border-bottom: 1px solid #eee; } }
    .logo_menu .menu_main > ul > li > a {
      text-transform: uppercase; }
      .logo_menu .menu_main > ul > li > a:hover {
        background-color: #e60012;
        color: #fff; }
    .logo_menu .menu_main > ul > li:hover > a {
      background-color: #e60012;
      color: #fff; }
    .logo_menu .menu_main > ul > li > i {
      position: absolute;
      right: 6px;
      top: 0px;
      font-size: 16px;
      height: 100%;
      line-height: 34px;
      display: none; }
      @media only screen and (max-width: 768px) {
        .logo_menu .menu_main > ul > li > i {
          display: block; } }
    .logo_menu .menu_main > ul > li ul {
      position: absolute;
      top: 100%;
      left: 0;
      min-width: 160px;
      max-width: 250px;
      z-index: 100;
      display: none;
      -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
              box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
      -webkit-animation: tem44_header_huachu .3s;
              animation: tem44_header_huachu .3s;
      background: #fff; }
      .logo_menu .menu_main > ul > li ul li {
        z-index: 10;
        text-align: left;
        border-bottom: 1px solid #f6f6f6; }
        .logo_menu .menu_main > ul > li ul li a {
          font-size: 12px; }
        .logo_menu .menu_main > ul > li ul li:hover >a {
          background-color: #e60012;
          color: #fff; }
      @media only screen and (max-width: 768px) {
        .logo_menu .menu_main > ul > li ul {
          position: relative;
          width: 100%;
          top: 0;
          padding: 0;
          border: 0;
          min-width: 100%;
          max-width: 100%; } }
      .logo_menu .menu_main > ul > li ul.active {
        display: block; }
    @media only screen and (min-width: 769px) {
      .logo_menu .menu_main > ul > li:hover >ul {
        display: block; } }
    .logo_menu .menu_main > ul > li.active >a {
      background-color: #e60012;
      color: #fff; }

@-webkit-keyframes tem44_header_huachu {
  0% {
    opacity: 0;
    -webkit-transform: translatex(100px);
            transform: translatex(100px); }
  100% {
    opacity: 1;
    -webkit-transform: translatex(0px);
            transform: translatex(0px); } }

@keyframes tem44_header_huachu {
  0% {
    opacity: 0;
    -webkit-transform: translatex(100px);
            transform: translatex(100px); }
  100% {
    opacity: 1;
    -webkit-transform: translatex(0px);
            transform: translatex(0px); } }
.open_menu {
  float: left;
  display: inline;
  float: left;
  height: 34px;
  width: 34px;
  display: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  color: #999;
  text-align: center; }
  .open_menu i {
    color: #999999;
    font-size: 14px;
    line-height: 32px; }
  @media only screen and (max-width: 768px) {
    .open_menu {
      display: block; } }

.slider_main {
  position: relative; }
  .slider_main .owl-nav {
    position: absolute;
    top: 50%;
    height: 0px;
    width: 100%; }
    .slider_main .owl-nav .owl-prev {
      float: left;
      opacity: .5;
      outline: none; }
      .slider_main .owl-nav .owl-prev span {
        font-size: 45px;
        padding: 5px;
        color: #fff; }
    .slider_main .owl-nav .owl-next {
      float: right;
      opacity: .5;
      outline: none; }
      .slider_main .owl-nav .owl-next span {
        font-size: 45px;
        color: #fff;
        padding: 5px; }
    .slider_main .owl-nav [class*=owl-]:hover {
      background: transparent;
      opacity: 1; }

.fix_top {
  position: fixed;
  top: 0;
  -webkit-transition: .5s;
  transition: .5s;
  -webkit-animation: tem44_headerdonghua .5s;
  animation: tem44_headerdonghua .5s;
  z-index: 99;
  width: 100%;
  background-color: #fff; }
  @media (min-width: 768px) {
    .fix_top .logo {
      height: 60px;
      padding: 5px 0; } }
  @media (min-width: 768px) {
    .fix_top .menu_main {
      margin-top: 10px; } }

@-webkit-keyframes tem44_headerdonghua {
  0% {
    top: -300px; }
  100% {
    top: 0; } }

@keyframes tem44_headerdonghua {
  0% {
    top: -300px; }
  100% {
    top: 0; } }
.title_inhome > .title {
  background-color: rgba(0, 0, 0, 0);
  background-size: cover;
  background-repeat: no-repeat;
  padding: 3% 0px 2%;
  background-position: 50% 50%; }
  .title_inhome > .title h2 {
    padding: 0px;
    text-align: center;
    font-size: 36px;
    font-weight: 700;
    margin: 0px;
    text-transform: uppercase; }
    @media (max-width: 768px) {
      .title_inhome > .title h2 {
        font-size: 20px;
        margin-bottom: 10px; } }
  .title_inhome > .title p {
    font-size: 13px;
    line-height: 30px;
    color: #888;
    margin: 0px;
    text-align: center; }
    @media (max-width: 768px) {
      .title_inhome > .title p {
        font-size: 13px;
        line-height: 23px;
        margin-bottom: 20px; } }

@media (max-width: 768px) {
  .why_chose_me .col-xs-12 {
    width: 100% !important; } }
.why_chose_me .box .icon {
  position: relative;
  color: #fff;
  top: 15px;
  left: 0; }
  .why_chose_me .box .icon em {
    width: 50px;
    height: 50px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    border-radius: 3px;
    z-index: 1;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
  .why_chose_me .box .icon span {
    font-size: 26px;
    position: absolute;
    z-index: 2;
    left: 10px;
    top: 6px; }
.why_chose_me .box .text {
  float: left;
  width: 100%;
  padding-left: 90px;
  color: #333333; }
  .why_chose_me .box .text h3 {
    font-size: 16px;
    font-weight: 500;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    color: #333;
    display: inline-block;
    width: 100%;
    margin: 0px; }
  .why_chose_me .box .text p {
    line-height: 26px;
    height: 78px;
    overflow: hidden;
    margin: 15px 0 40px;
    opacity: .53; }
.why_chose_me .box:hover .icon em {
  background-color: #334046 !important;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg); }

.about_us {
  background-color: #334046;
  background-size: auto;
  background-repeat: no-repeat;
  padding: 4% 0px 3%;
  background-position: 50% 50%;
  background-image: url("../images/Bg_about_us.jpg"); }
  .about_us .content-float {
    float: right; }
    .about_us .content-float .infobar h2 {
      font-size: 36px;
      margin: 0px;
      margin-bottom: 15px;
      color: #FFFFFF;
      text-transform: uppercase; }
      @media (max-width: 767px) {
        .about_us .content-float .infobar h2 {
          font-size: 14px !important;
          line-height: 22px !important;
          margin-bottom: 5px; } }
    .about_us .content-float .infobar p {
      color: #FFFFFF;
      margin: 0px;
      margin-bottom: 10px; }
      @media (max-width: 767px) {
        .about_us .content-float .infobar p {
          font-size: 12px !important;
          line-height: 24px !important; } }
    .about_us .content-float .infobar ul {
      list-style: none;
      margin-bottom: 10px;
      padding: 0px; }
      .about_us .content-float .infobar ul li {
        color: #FFFFFF; }
        @media (max-width: 767px) {
          .about_us .content-float .infobar ul li {
            font-size: 12px !important;
            line-height: 24px !important; } }
    .about_us .content-float .infobar .about_btn {
      padding: 20px 0 15px; }
    .about_us .content-float.right img {
      width: 100%; }
    .about_us .content-float .btn-primary {
      background-color: #e60012;
      border-color: #e60012; }
      .about_us .content-float .btn-primary:hover {
        opacity: .75; }

.service {
  background-repeat: repeat;
  background-size: auto;
  background-color: rgba(0, 0, 0, 0);
  padding: 0px;
  background-position: 50% 50%;
  text-align: center; }
  .service .contents {
    padding: 0;
    position: relative; }
    .service .contents .images_bg {
      width: 100%;
      height: 100%;
      opacity: 0;
      -webkit-transition: .6s;
      transition: .6s;
      position: absolute;
      top: 0;
      left: 0;
      background-repeat: no-repeat;
      background-size: cover;
      background-position: center; }
    .service .contents .content {
      padding: 6% 10%; }
      .service .contents .content .title {
        color: #727272;
        border-color: inherit;
        position: relative;
        display: inline-block;
        font-size: 16px; }
        .service .contents .content .title h2 {
          font-size: 18px;
          color: #D3D3D3;
          margin: 0px;
          text-transform: uppercase; }
        .service .contents .content .title:after {
          content: "";
          display: inline-block;
          -webkit-transition: .6s;
          transition: .6s;
          width: 30px;
          height: 1px;
          border-top-width: 1px;
          border-top-style: solid;
          border-color: inherit; }
      .service .contents .content .description {
        font-size: 50px !important;
        padding: 1em 0;
        line-height: 1 !important;
        color: #fff; }
        .service .contents .content .description p {
          margin: 0;
          font-weight: 700;
          font-size: 72px !important;
          color: #fff;
          text-transform: uppercase;
          line-height: normal; }
          .service .contents .content .description p:nth-child(2) {
            color: #e60012;
            font-weight: 500; }
          @media (max-width: 767px) {
            .service .contents .content .description p {
              font-size: 36px !important; } }
      .service .contents .content .subtitle a {
        border-width: 1px;
        border-style: solid;
        display: inline-block;
        padding: 1em 3em;
        background-color: rgba(0, 0, 0, 0);
        color: white; }
    .service .contents:hover .images_bg {
      opacity: 1; }
    .service .contents:hover .title:after {
      width: 60px;
      border-color: #FFF; }

.trademark {
  background-color: rgba(0, 0, 0, 0);
  background-size: cover;
  background-repeat: no-repeat;
  padding: 0% 0px 3%;
  background-position: 50% 50%; }
  .trademark .content .slider_trademark {
    padding: 0px 30px; }
    .trademark .content .slider_trademark .item {
      height: 10rem;
      min-height: 60px;
      text-align: center;
      border: 1px solid #D9D9D9; }
      .trademark .content .slider_trademark .item a {
        float: left;
        width: 100%; }

.vertical {
  display: table;
  height: 100%;
  width: 100%; }

.middle {
  display: table-cell;
  vertical-align: middle; }

.featured_products {
  position: relative; }
  @media (max-width: 1200px) {
    .featured_products {
      padding-bottom: 20px; } }
  .featured_products .backgroup_products {
    height: 560px;
    position: absolute; }
    .featured_products .backgroup_products img {
      width: 100%;
      height: 100%; }
    @media (max-width: 1200px) {
      .featured_products .backgroup_products {
        height: 100%; } }
  .featured_products .slider_featured_products {
    background: #fff; }
  .featured_products .content {
    position: relative;
    width: 100%;
    left: 0;
    top: 0; }
    .featured_products .content .title {
      padding: 4% 0px 2%; }
      .featured_products .content .title h2 {
        color: #fff; }
      .featured_products .content .title p {
        color: #fff; }

.news {
  background-color: rgba(0, 0, 0, 0);
  background-size: cover;
  background-repeat: no-repeat;
  padding: 0% 0px 3%;
  background-position: 50% 50%; }
  @media (max-width: 767px) {
    .news .item {
      margin-bottom: 15px; } }
  .news .item .img {
    width: 100%;
    max-height: 250px;
    overflow: hidden;
    padding: 5px;
    border: 1px solid #ccc;
    max-height: 1000px; }
    .news .item .img img {
      max-width: 100%;
      width: 100%; }
  .news .item .content a h3 {
    font-size: 16px;
    width: 100%;
    line-height: 22px;
    max-height: 44px;
    overflow: hidden;
    margin: 10px 0;
    font-weight: 700;
     color: #333333; }
  .news .item .content p {
    margin: 0px;
    font-size: 14px;
    color: #333;
    line-height: 20px; }
    .news .item .content p.icon {
      font-style: normal;
      font-weight: normal;
      line-height: 14px;
      font-size: 12px;
      margin-bottom: 5px;
      color: #6C6C6C; }

.interval {
  padding: 0 7px; }

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0;
  background: rgba(220, 220, 220, 0.39); }
  .modal.active {
    display: block; }
  .modal .container {
    width: 260px;
    height: 260px;
    position: fixed;
    top: 50%;
    left: 50%;
    margin: -140px 0 0 -130px;
    padding: 15px 15px 0;
    background: #fff; }
    .modal .container img {
      width: 100%; }

.banner img {
  width: 100%; }

.breadcrumb {
  margin: 0;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  background: #fff;
  border: 0px;
  text-align: right; }
  .breadcrumb i {
    padding: 0 5px; }
  .breadcrumb a {
    font-size: 13px;
    color: #333;
    line-height: 25px;
    color: #333;
    max-height: 25px; }
  @media (max-width: 768px) {
    .breadcrumb {
      text-align: left;
      font-size: 14px;
      line-height: 24px;
      max-height: 48px; } }

body a {
  -webkit-transition: .5s all ease;
  transition: .5s all ease; }

.product {
  background-color: rgba(0, 0, 0, 0);
  background-size: cover;
  background-repeat: no-repeat;
  padding: 0% 0px 3%;
  background-position: 50% 50%; }
  .product .title {
    background-color: rgba(0, 0, 0, 0);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 3% 0px 1%;
    background-position: 50% 50%; }
    .product .title h2 {
      padding: 0px;
      text-align: center;
      font-size: 36px;
      font-weight: 700;
      margin: 0px;
      text-transform: uppercase; }
      @media (max-width: 768px) {
        .product .title h2 {
          font-size: 20px;
          margin-bottom: 10px; } }
    .product .title p {
      font-size: 13px;
      line-height: 30px;
      color: #888;
      margin: 0px;
      text-align: center; }
  .product .menu_product {
    text-align: center;
    background-color: rgba(0, 0, 0, 0);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 1% 0px 3%;
    background-position: 50% 50%; }
    .product .menu_product div {
      display: inline-block; }
      .product .menu_product div a {
        color: #333;
        padding: 6px 30px;
        border-radius: 100px;
        border: 1px solid #eee;
        line-height: 30px;
        margin: 7px;
        display: block;
        -webkit-transition: .5s all ease;
        transition: .5s all ease; }
      .product .menu_product div:hover a {
        color: #fff !important;
        background-color: #e60012; }
      .product .menu_product div.active a {
        color: #fff !important;
        background-color: #e60012; }
  .product .product_list {
    display: -webkit-flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .product .product_list .item {
      background-color: #FFF;
      -webkit-box-flex: 1;
          -ms-flex-positive: 1;
              flex-grow: 1;
      border-color: rgba(0, 0, 0, 0.5);
      -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
              box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
      -webkit-transition: .5s;
      transition: .5s;
      padding: 0;
      text-align: center;
      overflow: hidden;
      position: relative;
      background-color: white;
      border-color: rgba(0, 0, 0, 0.5);
      color: #333333; }
      .product .product_list .item > a {
        color: inherit;
        padding: 2vw 1vw;
        position: relative;
        height: 100%;
        width: 100%;
        overflow: hidden;
        border-color: inherit;
        display: block; }
        .product .product_list .item > a:before {
          content: "";
          position: absolute;
          width: 1px;
          height: 100%;
          border-left: 1px solid;
          border-color: inherit;
          -webkit-transition: .5s;
          transition: .5s;
          bottom: -100%;
          left: 0; }
        .product .product_list .item > a:after {
          content: "";
          position: absolute;
          width: 1px;
          height: 100%;
          border-left: 1px solid;
          border-color: inherit;
          -webkit-transition: .5s;
          transition: .5s;
          top: -100%;
          right: 0; }
      .product .product_list .item:before {
        content: "";
        position: absolute;
        width: 100%;
        height: 1px;
        border-top: 1px solid;
        border-color: inherit;
        -webkit-transition: .5s;
        transition: .5s;
        top: 0;
        left: -100%; }
      .product .product_list .item:after {
        content: "";
        position: absolute;
        width: 100%;
        height: 1px;
        border-top: 1px solid;
        border-color: inherit;
        -webkit-transition: .5s;
        transition: .5s;
        bottom: 0;
        right: -100%; }
      .product .product_list .item .item_product {
        width: 100%;
        height: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        display: -webkit-flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        -ms-flex-line-pack: justify;
            align-content: space-between; }
        .product .product_list .item .item_product .text {
          width: 100%;
          -ms-flex-negative: 0;
              flex-shrink: 0;
          padding-bottom: 2vw; }
          .product .product_list .item .item_product .text h3 {
            font-size: 16px;
            color: inherit;
            margin: 0px;
            text-align: center; }
        .product .product_list .item .item_product .img {
          width: 100%;
          -ms-flex-negative: 0;
              flex-shrink: 0; }
          .product .product_list .item .item_product .img img {
            display: inline-block;
            max-width: 100%;
            position: relative;
            -webkit-transition: 2.2s cubic-bezier(0.165, 0.84, 0.44, 1);
            transition: 2.2s cubic-bezier(0.165, 0.84, 0.44, 1); }
      .product .product_list .item:hover img {
        -webkit-transform: scale(1.1);
                transform: scale(1.1); }
      .product .product_list .item:hover:before {
        left: 0; }
      .product .product_list .item:hover:after {
        right: 0; }
      .product .product_list .item:hover > a:before {
        bottom: 0; }
      .product .product_list .item:hover > a:after {
        top: 0; }

.slider_featured_products {
  position: relative; }
  .slider_featured_products .item {
    background-color: #FFF;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    border-color: rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
            box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
    -webkit-transition: .5s;
    transition: .5s;
    padding: 0;
    text-align: center;
    overflow: hidden;
    position: relative;
    background-color: white;
    border-color: rgba(0, 0, 0, 0.5);
    color: #333333; }
    .slider_featured_products .item > a {
      color: inherit;
      padding: 2vw 1vw;
      position: relative;
      height: 100%;
      width: 100%;
      overflow: hidden;
      border-color: inherit;
      display: block; }
      .slider_featured_products .item > a:before {
        content: "";
        position: absolute;
        width: 1px;
        height: 100%;
        border-left: 1px solid;
        border-color: inherit;
        -webkit-transition: .5s;
        transition: .5s;
        bottom: -100%;
        left: 0; }
      .slider_featured_products .item > a:after {
        content: "";
        position: absolute;
        width: 1px;
        height: 100%;
        border-left: 1px solid;
        border-color: inherit;
        -webkit-transition: .5s;
        transition: .5s;
        top: -100%;
        right: 0; }
    .slider_featured_products .item:before {
      content: "";
      position: absolute;
      width: 100%;
      height: 1px;
      border-top: 1px solid;
      border-color: inherit;
      -webkit-transition: .5s;
      transition: .5s;
      top: 0;
      left: -100%; }
    .slider_featured_products .item:after {
      content: "";
      position: absolute;
      width: 100%;
      height: 1px;
      border-top: 1px solid;
      border-color: inherit;
      -webkit-transition: .5s;
      transition: .5s;
      bottom: 0;
      right: -100%; }
    .slider_featured_products .item .item_product {
      width: 100%;
      height: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      display: -webkit-flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -ms-flex-line-pack: justify;
          align-content: space-between; }
      .slider_featured_products .item .item_product .text {
        width: 100%;
        -ms-flex-negative: 0;
            flex-shrink: 0;
        padding-bottom: 2vw; }
        .slider_featured_products .item .item_product .text h3 {
          font-size: 16px;
          color: inherit;
          margin: 0px;
          text-align: center; }
      .slider_featured_products .item .item_product .img {
        width: 100%;
        -ms-flex-negative: 0;
            flex-shrink: 0; }
        .slider_featured_products .item .item_product .img img {
          display: inline-block;
          max-width: 100%;
          position: relative;
          -webkit-transition: 2.2s cubic-bezier(0.165, 0.84, 0.44, 1);
          transition: 2.2s cubic-bezier(0.165, 0.84, 0.44, 1); }
    .slider_featured_products .item:hover img {
      -webkit-transform: scale(1.1);
              transform: scale(1.1); }
    .slider_featured_products .item:hover:before {
      left: 0; }
    .slider_featured_products .item:hover:after {
      right: 0; }
    .slider_featured_products .item:hover > a:before {
      bottom: 0; }
    .slider_featured_products .item:hover > a:after {
      top: 0; }
  .slider_featured_products .owl-nav {
    position: absolute;
    width: calc(100% + 120px);
    height: 0px;
    top: 40%;
    left: -60px; }
    @media (max-width: 768px) {
      .slider_featured_products .owl-nav {
        display: none; } }
    .slider_featured_products .owl-nav .owl-prev {
      float: left;
      width: 50px;
      height: 50px;
      border: 1px solid #fff !important;
      border-radius: 50%; }
      .slider_featured_products .owl-nav .owl-prev i {
        font-size: 30px;
        color: #fff; }
    .slider_featured_products .owl-nav .owl-next {
      float: right;
      width: 50px;
      height: 50px;
      border: 1px solid #fff !important;
      border-radius: 50%; }
      .slider_featured_products .owl-nav .owl-next i {
        font-size: 30px;
        color: #fff; }
    .slider_featured_products .owl-nav [class*=owl-]:hover {
      background: transparent; }

.category_product .leftlist {
  padding-left: 0; }
  @media (max-width: 767px) {
    .category_product .leftlist {
      padding: 0; } }
  .category_product .leftlist .menu_show_category {
    display: none; }
    @media (max-width: 768px) {
      .category_product .leftlist .menu_show_category {
        float: left;
        font-size: 22px;
        display: block;
        height: 40px;
        line-height: 42px;
        width: 40px;
        text-align: center; } }
  .category_product .leftlist .type_list_product {
    display: none; }
    @media (max-width: 768px) {
      .category_product .leftlist .type_list_product {
        display: block;
        float: right;
        text-align: center; } }
    .category_product .leftlist .type_list_product i {
      font-size: 22px;
      height: 40px;
      line-height: 42px;
      width: 40px; }
      .category_product .leftlist .type_list_product i:nth-child(2) {
        display: none; }
    .category_product .leftlist .type_list_product.active i:nth-child(1) {
      display: none; }
    .category_product .leftlist .type_list_product.active i:nth-child(2) {
      display: block; }
  .category_product .leftlist h1 {
    margin: 0;
    padding: 10px 15px;
    background: #fff;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
    color: #222;
    font-size: 16px; }
    @media (max-width: 768px) {
      .category_product .leftlist h1 {
        float: left; } }
  .category_product .leftlist ul {
    list-style: none;
    padding: 0px;
    margin: 0px; }
    @media (max-width: 768px) {
      .category_product .leftlist ul {
        display: none; } }
    .category_product .leftlist ul li {
      padding: 0;
      margin: 0;
      border: 0;
      border-bottom: 1px solid rgba(0, 0, 0, 0.08);
      border-radius: 0; }
      .category_product .leftlist ul li a {
        display: block;
        padding: 10px;
        color: #777; }
        .category_product .leftlist ul li:hover >a {
          background-color: #e60012;
          color: #fff; }
            .category_product .leftlist ul li.active >a {
          background-color: #e60012;
          color: #fff; }
      .category_product .leftlist ul li span {
        margin-right: 5px; }
.category_product .rightlist {
  padding-right: 0; }
  @media (max-width: 767px) {
    .category_product .rightlist {
      padding: 0; } }
  .category_product .rightlist .sortdesc_category p {
    line-height: 24px;
    font-size: 14px;
    color: #666; }
  .category_product .rightlist .col-xs-6 {
    padding: 0 10px;
    overflow: hidden; }
  .category_product .rightlist .list_p {
    display: none; }
    .category_product .rightlist .list_p.active {
      display: block; }
  .category_product .rightlist .item_product {
    margin: 10px 0;
    width: 100%;
    overflow: hidden;
    color: #444;
    background: #fff;
    margin: 10px 0;
    padding: 15px;
    -webkit-transition: all 0.2s linear 0s;
    transition: all 0.2s linear 0s;
    padding: 0; }
    @media (max-width: 767px) {
      .category_product .rightlist .item_product {
        border-bottom: 1px solid #eee; } }
    .category_product .rightlist .item_product:hover {
      -webkit-transform: scale(1.1);
              transform: scale(1.1); }
    .category_product .rightlist .item_product .img {
      width: 100%;
      overflow: hidden;
      height: auto;
      position: relative; }
      .category_product .rightlist .item_product .img img {
        -webkit-transition: all 0.3s ease-in 0s;
        transition: all 0.3s ease-in 0s;
        max-width: 100%;
        height: auto;
        display: block;
        margin: 0 auto; }
    .category_product .rightlist .item_product .text {
      width: 100%;
      overflow: hidden;
      color: #444;
      background: #fff;
      padding: 15px;
      -webkit-transition: all 0.2s linear 0s;
      transition: all 0.2s linear 0s;
      padding: 0;
      width: 100%;
      background: #fff;
      padding: 20px 15px;
      color: #000; }
      .category_product .rightlist .item_product .text h3 {
        font-size: 14px;
        font-weight: normal;
        line-height: 26px;
        overflow: hidden;
        margin: 0;
        padding: 0;
        max-height: 52px;
        width: 100%;
        text-align: center;
        color: inherit; }
  .category_product .rightlist .two {
    position: relative;
    height: 100px;
    position: relative;
    border-bottom: 1px solid #eee;
    text-decoration: none; }
    .category_product .rightlist .two .img {
      width: 90px;
      height: 90px;
      position: absolute;
      top: 0;
      left: 15px; }
    .category_product .rightlist .two .text {
      width: 100%;
      height: 100%;
      padding: 0 15px 0 120px;
      max-width: 100% !important; }
      .category_product .rightlist .two .text h3 {
        color: #333;
        font-size: 14px;
        line-height: 16px !important;
        height: auto;
        margin: 8px 0 0;
        text-align: left; }

.pagination {
  width: 100%;
  padding: 20px 0 60px;
  margin: 0px; }
  .pagination ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
    text-align: center;
    position: relative;
    margin: 0 auto;
    left: 0;
    right: 0; }
    .pagination ul li {
      display: inline-block; }
      .pagination ul li a {
        display: block;
        color: #a9a9a9;
        font-size: 12px;
        margin-right: 5px;
        border-radius: 0;
        padding: 14px;
        vertical-align: middle;
        display: inline-block;
        text-align: center;
        font-family: "HELVETICANEUELTPRO-THEX","微软雅黑","Arial";
        margin-bottom: 5px;
        background: #fff; }
      .pagination ul li.active a {
        color: #fff;
        background: #3f3f3f; }
      .pagination ul li:hover a {
        color: #fff;
        background: #838383; }

.detail_product .zom_information {
  padding: 15px 0; }
  .detail_product .zom_information .zom_detail_product {
    float: left;
    width: 400px;
    position: relative; }
    @media (max-width: 980px) {
      .detail_product .zom_information .zom_detail_product {
        float: none;
        width: 100%; } }
  .detail_product .zom_information .thumb-img {
    text-align: center;
    background-color: rgba(0, 0, 0, 0.05);
    position: relative; }
  .detail_product .zom_information #owl-detail {
    width: 300px;
    margin: 0px auto;
    margin-top: 10px;
    display: inline-block !important;
    float: initial; }
    .detail_product .zom_information #owl-detail .owl-item a {
      width: 52px;
      height: 50px;
      border: 0px;
      text-align: center; }
      .detail_product .zom_information #owl-detail .owl-item a img {
        height: 100%; }
      .detail_product .zom_information #owl-detail .owl-item a.mz-thumb-selected {
        border: 2px solid red; }
      .detail_product .zom_information #owl-detail .owl-item a img {
        width: 100%; }
    .detail_product .zom_information #owl-detail .owl-controls {
      position: absolute;
      top: 0px;
      width: calc( 100% + 40px);
      left: -20px;
      height: 0px; }
      .detail_product .zom_information #owl-detail .owl-controls .owl-buttons {
        height: 0px; }
      .detail_product .zom_information #owl-detail .owl-controls .owl-prev {
        float: left; }
      .detail_product .zom_information #owl-detail .owl-controls .owl-next {
        float: right; }
      .detail_product .zom_information #owl-detail .owl-controls i {
        font-size: 45px; }
  .detail_product .zom_information .big-img {
    -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
            box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
    text-align: center; }
  .detail_product .zom_information .product_info {
    float: left;
    width: calc(100% - 400px);
    padding: 30px; }
    @media (max-width: 980px) {
      .detail_product .zom_information .product_info {
        float: none;
        width: 100%;
        padding: 20px 10px; } }
    .detail_product .zom_information .product_info h1 {
      margin: 0;
      margin-bottom: 15px;
      font-size: 20px;
      line-height: 125%; }
    .detail_product .zom_information .product_info .information dl {
      display: table-row; }
      .detail_product .zom_information .product_info .information dl dt {
        display: table-cell;
        padding: 6px 0;
        padding-right: 16px;
        white-space: nowrap; }
        .detail_product .zom_information .product_info .information dl dt.sugget {
          color: #777;
          display: table-cell;
          padding: 6px 0;
          font-weight: lighter; }
          .detail_product .zom_information .product_info .information dl dt.status {
  font-weight:700;}
  .detail_product .zom_information .product_info .information dl dt.red {
          color: red;
          font-weight: 700;
}
    .detail_product .zom_information .product_info .share_product {
      margin-top: 10px; }
      .detail_product .zom_information .product_info .share_product a {
        margin: 0 2px;
        display: inline-block;
        width: 30px;
        height: 30px;
        line-height: 28px;
        text-align: center;
        border-radius: 50%;
        border-style: solid;
        border-width: 1px;
        font-size: 16px;
        color: #e60012; }
    .detail_product .zom_information .product_info .buying {
      margin-top: 30px;
      position: relative; }
      .detail_product .zom_information .product_info .buying a {
        display: inline-block;
        padding: 6px 12px;
        margin-bottom: 0;
        font-size: 14px;
        font-weight: 400;
        line-height: 1.42857143;
        text-align: center;
        white-space: nowrap;
        vertical-align: middle;
        -ms-touch-action: manipulation;
        touch-action: manipulation;
        cursor: pointer;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        background-image: none;
        border: 1px solid transparent;
        border-radius: 4px;
        padding: 9px 25px;
        background-color: #e60012;
        color: #fff; }
        .detail_product .zom_information .product_info .buying a:hover {
          opacity: .75; }
.detail_product .description_related {
  padding: 15px 0; }
  .detail_product .description_related .leftlist {
    padding-left: 0; }
    @media (max-width: 767px) {
      .detail_product .description_related .leftlist {
        padding: 0px; } }
    .detail_product .description_related .leftlist .related_product {
      border: 1px solid #ccc;
      padding-top: 0;
      margin-bottom: 15px;
      margin-top: 0;
      float: left;
      width: 100%; }
      .detail_product .description_related .leftlist .related_product h2 {
        border-bottom: 1px solid #eee;
        font-size: 16px;
        text-transform: uppercase;
        line-height: 20px;
        padding: 10px 15px;
        margin: 0;
        margin-bottom: 10px;
        font-weight: 300; }
      .detail_product .description_related .leftlist .related_product .item {
        overflow: hidden; }
        .detail_product .description_related .leftlist .related_product .item .img img {
          max-width: 100%;
          -webkit-transition: all .5s;
          transition: all .5s; }
        .detail_product .description_related .leftlist .related_product .item:hover .img img {
          -webkit-transform: scale(1.1);
                  transform: scale(1.1); }
        .detail_product .description_related .leftlist .related_product .item .text {
          color: #333;
          padding: 9px 0; }
          .detail_product .description_related .leftlist .related_product .item .text h3 {
            color: #333;
            font-size: 12px;
            line-height: 20px;
            font-family: inherit;
            font-weight: 500; }
  .detail_product .description_related .rightlist {
    padding-right: 0; }
    @media (max-width: 767px) {
      .detail_product .description_related .rightlist {
        padding: 0px; } }
    .detail_product .description_related .rightlist .pro-detail-tab ul {
      margin: 0px;
      background-color: #f7f7f7;
      border-top: 1px solid #eee;
      border-left: 1px solid #eee;
      border-right: 1px solid #eee;
      border-bottom: 1px solid #e60012;
      list-style: none;
      padding: 0px; }
      .detail_product .description_related .rightlist .pro-detail-tab ul li {
        height: 40px;
        line-height: 40px;
        background: none;
        border-radius: 0;
        margin-right: 0;
        float: left;
        text-align: center;
        position: relative;
        display: block;
        margin-right: 1px; }
        .detail_product .description_related .rightlist .pro-detail-tab ul li a {
          display: block;
          padding: 0 12px;
          font-size: 16px;
          display: block;
          color: #c3c3c3; }
          .detail_product .description_related .rightlist .pro-detail-tab ul li a:hover {
            color: #fff;
            background: #e60012; }
        .detail_product .description_related .rightlist .pro-detail-tab ul li.active a {
          display: block;
          padding: 0 12px;
          font-size: 16px;
          display: block;
          color: #fff;
          background: #e60012; }
    .detail_product .description_related .rightlist .description_p {
      padding: 20px 10px;
      display: none; }
      .detail_product .description_related .rightlist .description_p.active {
        display: block; }
      .detail_product .description_related .rightlist .description_p .table_li ul {
        list-style: none;
        margin: 0;
        padding: 0;
        border-left: 1px solid #e2e4ec;
        border-top: 1px solid #e2e4ec;
        border-right: 1px solid #e2e4ec;
        float: left;
        width: 100%; }
        .detail_product .description_related .rightlist .description_p .table_li ul li {
          float: left;
          width: 100%;
          -js-display: flex;
          display: -ms-flexbox;
          display: -webkit-box;
          display: flex;
          -ms-flex-flow: row nowrap;
          -webkit-box-orient: horizontal;
          -webkit-box-direction: normal;
                  flex-flow: row nowrap;
          -ms-flex-align: center;
          -webkit-box-align: center;
                  align-items: center;
          -ms-flex-pack: justify;
          -webkit-box-pack: left;
                  justify-content: left;
          width: 100%;
          position: relative;
          border-bottom: 1px solid #e2e4ec; }
          .detail_product .description_related .rightlist .description_p .table_li ul li span {
            color: #777777;
            font-weight: 500;
            font-size: 14px;
            line-height: 30px;
            border-right: 1px solid #e2e4ec;
            width: 190px;
            min-width: 190px;
            text-align: center; }
          .detail_product .description_related .rightlist .description_p .table_li ul li p {
            color: #777777;
            font-size: 14px;
            font-weight: 400;
            line-height: 21px;
            margin: 0px;
            text-align: center;
            width: 100%; }
      .detail_product .description_related .rightlist .description_p h3 {
        border-bottom: 2px solid #224ca0; }
        .detail_product .description_related .rightlist .description_p h3 span {
          font-size: 17px;
          font-weight: 500;
          line-height: 20px;
          background: url("./../images/Untitled.png") center right no-repeat;
          margin: 0;
          text-transform: uppercase;
          padding: 9px 70px 8px 15px;
          display: inline-block;
          background-size: 100% 100%;
          display: block;
          width: auto;
          float: left;
          color: #fff; }
      .detail_product .description_related .rightlist .description_p img {
        max-width: 100%; }

.mz-thumb img, a[data-zoom-id] img {
  border: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

#Zoom-1 .mz-expand div a, html body .mz-expand div:last-child a, html body .mz-expand div:first-child a, .mz-expand a, .mz-zoom-window div:last-child, .mz-zoom-window div:first-child, .mz-zoom-window a, .mz-figure span, .mz-figure div:first-child, .mz-figure div:last-child, .mz-figure span:first-child, .mz-zoom-window span, #zoom-fig figure span, #zoom-fig figure span, #zoom-fig figure div:last-child {
  text-indent: 9000px !important;
  display: none !important;
  color: #000 !important;
  opacity: 0; }

.mz-thumb-selected img, .mz-thumb:hover:not(.mz-thumb-selected) img {
  -webkit-filter: brightness(100%);
          filter: brightness(100%); }

.form_contact_in {
  margin: 15px 0;
  padding: 0 15px;
  background: #f9f9f9; }
  @media (max-width: 767px) {
    .form_contact_in {
      padding: 0px; } }
  .form_contact_in h2 {
    font-size: 30px;
    text-align: center;
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit;
    margin-top: 20px;
    margin-bottom: 10px; }
  .form_contact_in .input_group {
    margin-bottom: 15px; }
    @media (max-width: 767px) {
      .form_contact_in .input_group .control-label {
        padding-left: 1% !important;
        padding-right: 1% !important; } }
    .form_contact_in .input_group .control-label label {
      padding-top: 7px;
      margin-bottom: 0;
      width: 100%;
      text-align: right; }
      .form_contact_in .input_group .control-label label span {
        color: red;
        margin-left: 10px; }
      @media (max-width: 767px) {
        .form_contact_in .input_group .control-label label {
          width: auto; } }
    .form_contact_in .input_group .col-sm-10 {
      position: relative; }
      @media (max-width: 767px) {
        .form_contact_in .input_group .col-sm-10 {
          padding-left: 1% !important;
          padding-right: 1% !important; } }
      .form_contact_in .input_group .col-sm-10 input, .form_contact_in .input_group .col-sm-10 textarea {
        width: 100%;
        display: block;
        width: 100%;
        height: 34px;
        padding: 6px 12px;
        font-size: 14px;
        line-height: 1.42857143;
        color: #555;
        background-color: #fff;
        background-image: none;
        border: 1px solid #ccc;
        border-radius: 4px;
        -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
        -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
        transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
        transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
        transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s,-webkit-box-shadow ease-in-out .15s; }
      .form_contact_in .input_group .col-sm-10 .submit_f_p {
        color: #fff;
        border-color: #122b40;
        background-color: #e60012;
        border: none;
        display: inline-block;
        padding: 6px 12px;
        margin-bottom: 0;
        font-size: 14px;
        font-weight: 400;
        line-height: 1.42857143;
        text-align: center;
        white-space: nowrap;
        vertical-align: middle;
        -ms-touch-action: manipulation;
        touch-action: manipulation;
        cursor: pointer;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        background-image: none;
        border: 1px solid transparent;
        border-radius: 4px;
        width: auto; }
        .form_contact_in .input_group .col-sm-10 .submit_f_p:hover {
          background-color: #204d74;
          opacity: .75; }
      .form_contact_in .input_group .col-sm-10 textarea {
        min-width: 100%;
        min-height: 100px; }
      .form_contact_in .input_group .col-sm-10 a {
        position: absolute;
        top: 0;
        right: 25px;
        line-height: 34px; }
         .form_contact_in .input_group .col-sm-10 a  a{
        position: absolute;
        top: 0;
        right: 0px;
        line-height: 34px; }

.category_news .item {
  margin: 20px 0px; }
  .category_news .item .image {
    overflow: hidden;
    height: 250px;
    min-height: 60px;
    text-align: center; }
    .category_news .item .image img {
      max-width: 100%;
      -webkit-transition: all .5s;
      transition: all .5s; }
    @media (max-width: 768px) {
      .category_news .item .image {
        height: 180px; } }
    @media (max-width: 767px) {
      .category_news .item .image {
        height: auto; } }
    .category_news .item .image .vertical {
      display: table;
      height: 100%;
      width: 100%; }
      .category_news .item .image .vertical .middle {
        display: table-cell;
        vertical-align: middle; }
  .category_news .item:hover .image img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1); }
  .category_news .item .text h3 {
    line-height: normal;
    font-size: 14px;
    text-transform: uppercase;
    margin: 0px;
    color: #333333;
    font-weight: 700;
    margin-top: 18px;
    margin-bottom: 9px; }
  .category_news .item .text p {
    line-height: 21px;
    font-size: 14px;
    color: #939393;
    margin: 0px; }
    .category_news .item .text p.time {
      font-style: normal;
      font-weight: normal;
      line-height: 14px;
      font-size: 12px;
      color: #6C6C6C;
      margin-bottom: 10px; }
      .category_news .item .text p.time i {
        margin-right: 5px; }
      .category_news .item .text p.time span {
        margin: 0px 5px; }
    .category_news .item .text p.description {
      margin-bottom: 20px; }
  .category_news .item .text .link_page a {
    display: block;
    width: 122px;
    height: 40px;
    line-height: 40px;
    background: #E60012;
    text-align: center;
    color: #FFFFFF;
    font-size: 13px;
    text-align: center;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #FFFFFF; }
.category_news .pagination_news .pagination {
  border-top: 1px solid  #EBEBEB; }
  .category_news .pagination_news .pagination ul li a {
    width: auto;
    height: auto;
    line-height: normal;
    padding: 14px;
    border: 1px solid #EEEEEE;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
    .category_news .pagination_news .pagination ul li a:hover {
      background: #E60012;
      color: #fff; }
  .category_news .pagination_news .pagination ul li.active a {
    background: #E60012;
    color: #fff; }
.detail_news{
  margin: 20px 0;
}
.detail_news h1 {
  line-height: normal;
  font-size: 28px;
  text-transform: uppercase;
  color: #333333;
  margin: 0px;
  margin-bottom: 10px; }
.detail_news p.time {
  font-style: normal;
  font-weight: normal;
  line-height: 14px;
  font-size: 12px;
  color: #6C6C6C;
  margin-bottom: 40px; }
  .detail_news p.time i {
    margin-right: 5px; }
  .detail_news p.time span {
    margin: 0px 5px; }
.detail_news .short_description p {
  margin: 0px;
  font-family: Arial;
  line-height: 28px;
  font-size: 16px;
  color: #6A6A6A; }
.detail_news .description p {
  line-height: 28px;
  font-size: 16px;
  color: #6A6A6A;
  margin: 0px;
  margin-bottom: 9px; }
@media (max-width: 992px) {
  .detail_news .hiden_mobile {
    display: none; } }
.detail_news .hiden_mobile .category_list h2 {
  margin: 0;
  padding: 10px 15px;
  background: #fff;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  color: #222;
  font-size: 16px;
  text-transform: uppercase; }
.detail_news .hiden_mobile .category_list ul {
  list-style: none;
  padding: 0px;
  margin: 0px; }
  .detail_news .hiden_mobile .category_list ul li {
    padding: 0;
    margin: 0;
    border: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
    border-radius: 0; }
    .detail_news .hiden_mobile .category_list ul li a {
      display: block;
      padding: 10px;
      color: #777; }
      .detail_news .hiden_mobile .category_list ul li a:hover{
        background-color: #e60012;
    color: #fff;
      }
      .detail_news .hiden_mobile .category_list ul li a span {
        margin-right: 5px; }

.content-standard-ck {
  color: #282828;
  font-family: Arial;
  font-size: 16px;
  line-height: 24px;
  font-style: normal;
  font-weight: 400; }

.content-standard-ck p {
  display: block;
  -webkit-margin-before: 0.7em;
  -webkit-margin-after: 0.7em;
  -webkit-margin-start: 0px;
  -webkit-margin-end: 0px; }

.content-standard-ck table > thead > tr > th, .content-standard-ck table > tbody > tr > th, .content-standard-ck table > tfoot > tr > th, .content-standard-ck table > thead > tr > td, .content-standard-ck table > tbody > tr > td, .content-standard-ck table > tfoot > tr > td {
  border: 1px solid #eee; }

.content-standard-ck table > thead > tr > th, .content-standard-ck table > tbody > tr > th, .content-standard-ck table > tfoot > tr > th, .content-standard-ck table > thead > tr > td, .content-standard-ck table > tbody > tr > td, .content-standard-ck table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #eee;
  text-align: left;
  font: 13px/18px "arial"; }

.content-standard-ck table tr:hover {
  background-color: #F8FAFB; }

.content-standard-ck ul {
  display: block;
  list-style-type: disc;
  -webkit-margin-before: 1em;
  -webkit-margin-after: 1em;
  -webkit-margin-start: 0px;
  -webkit-margin-end: 0px;
  -webkit-padding-start: 40px; }

.img_zom {
  display: block;
  max-height: 250px;
  overflow: hidden; }
  .img_zom img {
    -webkit-transition: all .5s;
    transition: all .5s; }
  .img_zom:hover img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1); }

.news_related {
  margin-top: 40px; }
  .news_related h2 {
    margin: 0;
    padding: 10px 15px;
    background: #fff;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
    color: #222;
    font-size: 16px;
    text-transform: uppercase; }
  .news_related .item {
    padding: 15px 0px;
    float: left;
    width: 100%;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
    margin-bottom: 15px; }
    .news_related .item .img {
      width: 124px;
      float: left;
      margin-right: 15px; }
      .news_related .item .img img {
        max-width: 100%; }
      @media (max-width: 1200px) {
        .news_related .item .img {
          width: 100%; } }
    .news_related .item .text {
      float: left;
      width: calc( 100% - 140px); }
      @media (max-width: 1200px) {
        .news_related .item .text {
          width: 100%; } }
      .news_related .item .text h3 {
        line-height: 21px;
        font-size: 14px;
        color: #6E6E6E;
        margin: 0px;
        margin-bottom: 10px; }
        @media (max-width: 1200px) {
          .news_related .item .text h3 {
            margin-top: 5px; } }
      .news_related .item .text p {
        font-style: normal;
        font-weight: normal;
        line-height: normal;
        font-size: 13px;
        color: #A7A7A7;
        margin: 0px; }
        .news_related .item .text p i {
          margin-right: 5px; }

.tag p {
  font-style: normal;
  font-weight: normal;
  line-height: 18px;
  font-size: 14px;
  color: #777777;
  float: left;
  margin: 20px 0px; }
  .tag p a {
    font-size: 14px;
    color: #777777; }
  .tag p:nth-child(2) {
    float: right; }
    .tag p:nth-child(2) i {
      padding: 0px 5px; }
      .tag p:nth-child(2) i.fa-facebook {
        color: #3B5998; }
      .tag p:nth-child(2) i.fa-google-plus {
        color: #DE564A; }
      .tag p:nth-child(2) i.fa-twitter {
        color: #55ACEF; }

.tag_linkpage {
  float: left;
  width: 100%;
  margin-bottom: 90px; }
  @media (max-width: 992px) {
    .tag_linkpage {
      margin-bottom: 40px; } }
  @media (max-width: 767px) {
    .tag_linkpage {
      margin-bottom: 0px; } }
  .tag_linkpage a {
    display: block;
    width: calc(50% - 15px);
    float: left;
    line-height: normal;
    font-size: 18px;
    color: #6A6A6A;
    background: #F3F3F3;
    padding: 20px 25px; }
    @media (max-width: 992px) {
      .tag_linkpage a {
        font-size: 14px; } }
    @media (max-width: 767px) {
      .tag_linkpage a {
        width: 100%;
        margin-bottom: 15px; } }
    .tag_linkpage a i {
      margin-right: 14px; }
    .tag_linkpage a:nth-child(2) {
      float: right;
      text-align: right; }
      .tag_linkpage a:nth-child(2) i {
        margin-right: 0px;
        margin-left: 14px; }

.cmfb {
  margin-bottom: 30px; }
  .cmfb img {
    max-width: 100%;
    width: 100%; }

.contact .title {
  margin-bottom: 50px; }
  .contact .title h1 {
    line-height: normal;
    font-size: 36px;
    text-align: center;
    text-transform: uppercase;
    margin: 0px;
    margin-bottom: 9px;
    color: #333333;
    font-weight: 700; }
    @media (max-width: 768px) {
      .contact .title h1 {
        font-size: 20px;
        margin-bottom: 10px; } }
  .contact .title p {
    line-height: normal;
    font-size: 14px;
    text-align: center;
    color: #6C6C6C;
    margin: 0px; }
  @media (max-width: 768px) {
    .contact .title {
      margin-bottom: 30px; } }
.contact .group_1 {
  margin-bottom: 30px; }
  .contact .group_1 .map {
    height: 440px; }
    .contact .group_1 .map img {
      width: 100%;
      max-height: 100%; }
    @media (max-width: 768px) {
      .contact .group_1 .map {
        height: auto;
        margin-bottom: 15px; } }
  .contact .group_1 .item_p {
    margin-bottom: 27px;
    float: left;
    width: 100%; }
    .contact .group_1 .item_p .icon {
      width: 60px;
      height: 60px;
      margin-right: 30px;
      float: left; }
      .contact .group_1 .item_p .icon i {
        width: 60px;
        height: 60px;
        line-height: 60px;
        background: #E60012;
        color: #fff;
        text-align: center;
        border-radius: 50%;
        font-size: 20px; }
    .contact .group_1 .item_p .text h2 {
      line-height: normal;
      font-size: 16px;
      text-transform: uppercase;
      color: #333333;
      margin: 0px;
      font-weight: 700;
      margin-bottom: 5px; }
    .contact .group_1 .item_p .text p {
      line-height: 21px;
      font-size: 14px;
      color: #939393;
      margin: 0px; }
      .contact .group_1 .item_p .text p a {
        color: #939393; }
  @media (max-width: 768px) {
    .contact .group_1 {
      margin-bottom: 20px; } }
.contact .group_2 {
  margin-bottom: 30px; }
  @media (max-width: 768px) {
    .contact .group_2 {
      margin-bottom: 20px; } }
  .contact .group_2 .title_f h3 {
    line-height: normal;
    font-size: 36px;
    text-transform: uppercase;
    color: #333333;
    margin: 0px;
    margin-bottom: 9px;
    font-weight: 700; }
    @media (max-width: 767px) {
      .contact .group_2 .title_f h3 {
        font-size: 20px;
        margin-bottom: 10px; } }
  .contact .group_2 .title_f p {
    line-height: 21px;
    font-size: 14px;
    margin: 0px;
    color: #6A6A6A;
    margin-bottom: 15px; }
.contact .sales_consultant {
  padding: 30px 0px;
  background: #FAFAFA;
  margin-bottom: 30px; }
  @media (max-width: 768px) {
    .contact .sales_consultant {
      margin-bottom: 20px;
      padding: 20px 0px; } }
  .contact .sales_consultant h2 {
    line-height: normal;
    font-size: 36px;
    text-transform: uppercase;
    color: #333333;
    margin: 0px;
    margin-bottom: 20px;
    font-weight: 700; }
    @media (max-width: 768px) {
      .contact .sales_consultant h2 {
        font-size: 20px;
        margin-bottom: 10px; } }
  .contact .sales_consultant .item .img img {
    max-width: 100%; }
  .contact .sales_consultant .item .text h4 {
    line-height: normal;
    font-size: 14px;
    text-transform: uppercase;
    color: #333333;
    font-weight: 700;
    margin-top: 12px;
    margin-bottom: 5px; }
  .contact .sales_consultant .item .text p {
    margin: 0px;
    margin-bottom: 3px; }
    .contact .sales_consultant .item .text p a {
      line-height: normal;
      font-size: 14px;
      color: #939393; }
      .contact .sales_consultant .item .text p a i {
        margin-right: 5px; }
.contact .policy {
  margin-bottom: 30px; }
  @media (max-width: 768px) {
    .contact .policy {
      margin-bottom: 20px;
      padding: 20px 0px; } }
  .contact .policy .title_policy h2 {
    line-height: normal;
    font-size: 36px;
    text-transform: uppercase;
    color: #333333;
    margin: 0px;
    margin-bottom: 20px;
    font-weight: 700; }
    @media (max-width: 768px) {
      .contact .policy .title_policy h2 {
        font-size: 20px;
        margin-bottom: 10px; } }
  .contact .policy .item {
    padding: 30px;
    border: 1px solid #D9D9D9;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    float: left;
    width: 100%; }
    @media (max-width: 768px) {
      .contact .policy .item {
        margin-bottom: 10px; } }
    .contact .policy .item .img {
      width: 80px;
      height: 80px;
      background: #E60012;
      border-radius: 50%;
      text-align: center;
      line-height: 80px;
      float: left;
      margin-right: 25px; }
    .contact .policy .item .text {
      float: left;
      width: calc(100% - 105px); }
      .contact .policy .item .text h3 {
        line-height: normal;
        font-size: 16px;
        text-transform: uppercase;
        margin-top: 10px;
        margin-bottom: 6px;
        font-weight: 700;
        color: #333333; }
      .contact .policy .item .text p {
        margin: 0px;
        line-height: 21px;
        font-size: 14px;
        color: #939393; }

.form_contact label {
  line-height: 21px;
  font-size: 14px;
  color: #333333;
  font-weight: 400; }
.form_contact input {
  width: 100%;
  border: 1px solid #D4D4D4;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 45px;
  padding-left: 10px; }
.form_contact textarea {
  width: 100%;
  border: 1px solid #D4D4D4;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  min-height: 100px;
  min-width: 100%;
  padding-left: 10px; }
.form_contact .input_group_5 {
  width: calc(50% - 7px);
  float: left;
  margin-bottom: 20px; }
  .form_contact .input_group_5:nth-child(2) {
    float: right; }
  @media (max-width: 767px) {
    .form_contact .input_group_5 {
      width: 100%; } }
.form_contact .input_group {
  width: 100%;
  float: left;
  margin-bottom: 20px; }
.form_contact .contact_sm {
  width: 160px;
  height: 50px;
  background: #E60012;
  text-align: center;
  font-style: normal;
  font-weight: normal;
  line-height: 50px;
  font-size: 16px;
  text-align: center;
  border: none;
  color: #FFFFFF; }
  .form_contact .contact_sm i {
    margin-right: 5px; }

.diverse_products {
  padding: 80px 0px;
  background-image: url("./../images/trangchu/Bg_about_us.jpg"); }
  @media (max-width: 768px) {
    .diverse_products {
      padding: 20px 0px; } }
  .diverse_products .title_diverse h2 {
    line-height: normal;
    font-size: 36px;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
    margin: 0px;
    margin-bottom: 9px; }
    @media (max-width: 768px) {
      .diverse_products .title_diverse h2 {
        font-size: 20px;
        margin-bottom: 10px; } }
  .diverse_products .title_diverse p {
    line-height: normal;
    font-size: 14px;
    text-align: center;
    margin: 0px;
    margin-bottom: 50px;
    color: #FFFFFF; }
    @media (max-width: 768px) {
      .diverse_products .title_diverse p {
        margin-bottom: 20px; } }
  .diverse_products .list_diverse .item img {
    width: 100%;
    height: 275px; }
  .diverse_products .list_diverse .text h3 {
    background: #E60012;
    margin: 0px;
    height: 56px;
    line-height: 56px;
    font-size: 14px;
    text-transform: uppercase;
    color: #FFFFFF;
    font-weight: 700;
    padding: 0px 18px; }
    .diverse_products .list_diverse .text h3 span {
      float: right; }
  .diverse_products .list_diverse .text ul {
    list-style: none;
    padding: 0px;
    margin: 0px; }
    .diverse_products .list_diverse .text ul li a {
      font-style: normal;
      font-weight: normal;
      line-height: normal;
      font-size: 14px;
      display: block;
      padding: 8px 0px;
      color: #D3D3D3;
      border-bottom: 1px solid #3B4449; }
      .diverse_products .list_diverse .text ul li a i {
        margin-right: 5px;
        color: #E60012; }
  .diverse_products .list_diverse .text p {
    color: #D3D3D3; }

.high_class {
  padding: 80px 0px; }
  @media (max-width: 768px) {
    .high_class {
      padding: 20px 0px; } }
  .high_class .title h2 {
    line-height: normal;
    font-size: 36px;
    text-align: center;
    text-transform: uppercase;
    color: #333333;
    margin: 0px;
    margin-bottom: 9px;
    font-weight: 700; }
    @media (max-width: 768px) {
      .high_class .title h2 {
        font-size: 20px;
        margin-bottom: 10px; } }
  .high_class .title p {
    line-height: normal;
    font-size: 14px;
    text-align: center;
    margin: 0px;
    margin-bottom: 50px;
    color: #6C6C6C; }
    @media (max-width: 768px) {
      .high_class .title p {
        margin-bottom: 20px; } }
  .high_class .list_high_class .item {
    position: relative; }
    .high_class .list_high_class .item .img .box {
      position: relative;
      padding: 15px 15px 0px 15px;
      height: 330px;
      overflow: hidden; }
      .high_class .list_high_class .item .img .box img {
        max-width: 100%;
        height: 100%;
        margin: 0 auto;
        width: auto; }




    .high_class .list_high_class .item .img .border_box {
      position: absolute;
      width: 100%;
      height: 300px;
      border: 15px solid #E8E8E8; }
    .high_class .list_high_class .item:hover .img .border_box {
      border: 15px solid #E60012; }

@media (max-width: 767px) {
  body {
    margin-bottom: 56px; } }

footer {
  background-color: #334046;
  padding: 0% 0px 1%;
  background-size: auto;
  background-repeat: repeat;
  background-position: 50% 100%;
  background-image: url("./../images/bg_footer.jpg"); }
  @media (max-width: 767px) {
    footer .interval {
      display: none; } }
  footer .title {
    color: #fff;
    width: 100%;
    padding: 40px 0 10px;
    position: relative;
    font-weight: 500;
    font-size: 14px;
    text-align: left;
    margin-bottom: 20px; }
    footer .title h3 {
      color: #fff;
      margin: 0px;
      text-transform: uppercase;
      font-size: 14px; }
    footer .title:before {
      content: "";
      position: absolute;
      width: 10%;
      height: 2px;
      border-bottom: 2px solid;
      border-color: #e60012;
      left: 0;
      bottom: 0; }
    footer .title:after {
      content: "";
      position: absolute;
      width: 88%;
      height: 2px;
      border-bottom: 2px solid rgba(255, 255, 255, 0.05);
      right: 0;
      bottom: 0; }
  footer .about_us_f .content p {
    font-size: 14px;
    color: #fff; }
  footer .menu_product_f ul {
    list-style: none;
    padding: 0px;
    margin: 0px; }
    footer .menu_product_f ul li {
      width: 100%;
      position: relative;
      border-bottom: 1px solid rgba(255, 255, 255, 0.05);
      font-size: 13px; }
      footer .menu_product_f ul li a {
        color: #eeeeee;
        padding: 7px 0;
        display: inline-block;
        width: 100%; }
      footer .menu_product_f ul li i {
        margin-right: 10px;
        color: #e60012; }
  footer .info_certer p {
    color: #eeeeee;
    font-size: 14px;
    margin: 0px;
    margin-bottom: 5px; }
    footer .info_certer p a {
      color: #eeeeee; }
    footer .info_certer p.ma {
      margin-top: 20px; }
      footer .info_certer p.ma img {
      max-width: 100px; }
  footer .form_letter p {
    color: #eeeeee;
    font-size: 14px;
    margin: 0px;
    margin-bottom: 5px; }
  footer .form_letter form .btn_submit {
    border-radius: 0;
    font-size: 12px;
    background-color: #e60012;
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    color: #fff; }
  footer .form_letter form .input_form {
    margin-bottom: 15px;
    position: relative; }
    footer .form_letter form .input_form input {
      width: 100%;
      display: block;
      width: 100%;
      height: 34px;
      padding: 6px 12px;
      font-size: 14px;
      line-height: 1.42857143;
      color: #555;
      background-color: #fff;
      background-image: none;
      border: 1px solid #ccc;
      border-radius: 4px;
      -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
      box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
      -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
      -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
      transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
      transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
      transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s; }
    footer .form_letter form .input_form a {
      position: absolute;
      top: 0;
      right: 5px;
      line-height: 34px; }
  footer .copyright {
    padding: 10px 0; }
    footer .copyright p {
      color: #999;
      font-size: 12px;
      line-height: 20px;
      text-align: center;
      margin: 0px;
      margin-top: 5px; }
      footer .copyright p a {
        color: #999; }

.share {
  position: fixed;
  z-index: 999;
  bottom: 275px;
  right: 0px; }
  @media (max-width: 767px) {
    .share {
      bottom: 65px;
      top: auto; } }
  .share ul {
    list-style: none; }
    .share ul li {
      margin-bottom: 1px; }
      .share ul li i {
        width: 35px;
        height: 35px;
        line-height: 35px;
        font-size: 20px;
        text-align: center;
        border-radius: 8px; }
        .share ul li i.fa-facebook {
          background: #3B5998;
          color: #fff; }
        .share ul li i.fa-twitter {
          background: #1DA1F2;
          color: #fff; }
        .share ul li i.fa-youtube {
          background: #EB534F;
          color: #fff; }
        .share ul li i.fa-linkedin {
          background: #0077B5;
          color: #fff; }

.footer_menu_left {
  bottom: 0;
  z-index: 98;
  position: fixed;
  right: 0; }
  @media (max-width: 767px) {
    .footer_menu_left {
      display: none; } }
  .footer_menu_left ul {
    list-style: none;
    padding: 0px;
    margin: 0px; }
    .footer_menu_left ul li {
      width: 30px;
      height: 30px;
      line-height: 30px;
      text-align: center;
      display: block;
      cursor: pointer;
      background-color: #e60012;
      -webkit-transition: all .3s;
      transition: all .3s; }
      .footer_menu_left ul li i {
        color: #fff; }
      .footer_menu_left ul li.qrcode {
        opacity: .9; }
      .footer_menu_left ul li.scroll_top {
        opacity: 0;
        cursor: default; }

.chat_box {
  position: fixed;
  width: auto;
  overflow-x: hidden;
  bottom: 60px;
  z-index: 99;
  -webkit-transition: all .3s;
  transition: all .9s;
  right: -100%;
  -webkit-box-shadow: none;
          box-shadow: none; }
  .chat_box.active {
    right: 0;
    -webkit-box-shadow: 0 5px 9px rgba(0, 0, 0, 0.17);
            box-shadow: 0 5px 9px rgba(0, 0, 0, 0.17); }
  @media (max-width: 767px) {
    .chat_box {
      display: none; } }
  .chat_box h4 {
    margin: 0px;
    padding: 15px 20px;
    background-color: #e60012;
    color: #FFF;
    font-size: 14px;
    position: relative; }
    .chat_box h4 i {
      font-size: 16px;
      cursor: pointer;
      float: right;
      color: #FFF;
      opacity: 1; }
  .chat_box ul {
    list-style: none;
    padding: 0;
    margin: 0;
    background-color: #f5f5f5; }
    .chat_box ul li a {
      -webkit-transition: all .3s;
      transition: all .3s;
      display: block;
      line-height: 20px;
      padding: 10px 15px;
      font-size: 12px;
      word-break: break-all;
      border-bottom-style: solid;
      border-bottom-width: 1px;
      position: relative;
      border-color: #FFF;
      color: #333; }
      .chat_box ul li a i {
        margin-right: 10px; }
    .chat_box ul li:hover a {
      color: #FFF;
      background-color: #e60012; }

.mobile_bottom {
  display: none; }
  @media (max-width: 767px) {
    .mobile_bottom {
      border-top: 1px solid #ccc;
      display: block; } }
  .mobile_bottom ul {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    margin: auto;
    width: 100%;
    height: 56px;
    -webkit-box-orient: horizontal;
    box-orient: horizontal;
    position: fixed;
    bottom: 0;
    -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.16);
            box-shadow: 0 0 6px rgba(0, 0, 0, 0.16);
    background: #fff;
    z-index: 1000;
    list-style: none;
    padding: 0px; }
    .mobile_bottom ul li {
      -webkit-box-flex: 1;
      box-flex: 1;
      text-align: center;
      line-height: 56px;
      font-size: 28px; }
      .mobile_bottom ul li a {
        display: inline-block;
        width: 100%;
        height: 100%;
        color: #999;
        text-decoration: none; }

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