a {
  -webkit-transition: all .35s;
  -o-transition: all .35s;
  transition: all .35s; }

.space-50 {
  height: 50px; }

.space-40 {
  height: 40px; }

.zoom {
  overflow: hidden; }
  .zoom img {
    -webkit-transition: -webkit-transform .35s;
    transition: -webkit-transform .35s;
    -o-transition: transform .35s;
    transition: transform .35s;
    transition: transform .35s, -webkit-transform .35s; }
  .zoom:hover img {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2); }

.custom-pagination {
  margin: 25px 0; }
  @media (max-width: 767.98px) {
    .custom-pagination {
      margin: 10px 0; } }
  .custom-pagination .pages {
    margin: 0 -5px; }
  .custom-pagination li {
    display: inline-block;
    padding: 0 5px;
    vertical-align: middle; }
    @media (max-width: 767.98px) {
      .custom-pagination li {
        padding: 0; } }
  .custom-pagination a {
    height: 28px;
    line-height: 26px;
    min-width: 28px;
    padding: 0 7px;
    text-align: center;
    border-radius: 50%;
    -webkit-transition: all .35s;
    -o-transition: all .35s;
    transition: all .35s;
    color: #666666;
    display: block; }
    .custom-pagination a:hover {
      color: #fff;
      background-color: #af0003; }
  .custom-pagination .active a {
    background-color: #af0003;
    border-color: #af0003;
    color: #FFF; }
  .custom-pagination .next a:before, .custom-pagination .prev a:before {
    font-family: "fi";
    display: inline-block; }
  .custom-pagination .next a:before {
    content: "\e614"; }
  .custom-pagination .prev a:before {
    content: "\e971"; }

.banner-txt {
  position: absolute;
  width: 100%;
  margin-top: 30px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: rgba(255, 255, 255, 0.7);
  text-align: center; }
  @media (max-width: 767.98px) {
    .banner-txt {
      margin-top: 20px; } }
  .banner-txt h4 {
    margin: 0;
    font-size: 46px;
    line-height: 54px;
    padding-bottom: 20px; }
    @media (max-width: 767.98px) {
      .banner-txt h4 {
        font-size: 20px;
        line-height: 1.6;
        padding-bottom: 6px; } }
  .banner-txt span {
    display: inline-block;
    font-size: 18px;
    line-height: 1.6;
    position: relative; }
    @media (max-width: 767.98px) {
      .banner-txt span {
        font-size: 12px;
        line-height: 1em; } }
    .banner-txt span:before {
      content: "";
      display: inline-block;
      width: 40px;
      height: 1px;
      color: rgba(255, 255, 255, 0.7);
      background-color: white;
      position: absolute;
      top: 50%;
      left: -25%; }
      @media (max-width: 767.98px) {
        .banner-txt span:before {
          width: 30px;
          left: -38px; } }

.breadcrumbs {
  padding: 20px 0;
  font-size: 14px; }
  .breadcrumbs::after {
    display: block;
    clear: both;
    content: ""; }
  .breadcrumbs .container {
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap; }
  .breadcrumbs.v2 {
    border-bottom: 1px solid #e5e5e5; }
    @media (max-width: 767.98px) {
      .breadcrumbs.v2 {
        padding-bottom: 20px; } }
  @media (max-width: 767.98px) {
    .breadcrumbs {
      padding-bottom: 1px;
      font-size: 12px; } }
  .breadcrumbs h5 {
    display: inline;
    margin: 0;
    font-size: inherit;
    line-height: 22px;
    color: #666666;
    padding-left: 25px;
    position: relative; }
    .breadcrumbs h5:before {
      content: "\e628";
      font-family: "fi";
      font-size: 18px;
      line-height: 1;
      color: #666666;
      position: absolute;
      top: 50%;
      left: 0;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%); }
  .breadcrumbs .nav-breadcrumbs {
    display: inline;
    margin-left: 10px; }
    .breadcrumbs .nav-breadcrumbs li {
      display: inline; }
      .breadcrumbs .nav-breadcrumbs li:not(:last-child) a:after {
        content: ">";
        padding: 0 7px; }
      .breadcrumbs .nav-breadcrumbs li:last-child a {
        pointer-events: none;
        cursor: pointer; }
    .breadcrumbs .nav-breadcrumbs a {
      line-height: 22px;
      color: #666666;
      -webkit-transition: all .35s;
      -o-transition: all .35s;
      transition: all .35s; }
      .breadcrumbs .nav-breadcrumbs a:hover {
        color: #960003; }

.detail-pagination {
  margin-top: 40px; }
  .detail-pagination::after {
    display: block;
    clear: both;
    content: ""; }
  @media (max-width: 767.98px) {
    .detail-pagination {
      margin-top: 20px; } }
  .detail-pagination li {
    float: left;
    width: 50%;
    background-color: #f0f0f0; }
    @media (max-width: 767.98px) {
      .detail-pagination li {
        width: 100%; } }
    .detail-pagination li a {
      display: block;
      color: #333;
      padding: 7px 15px;
      text-align: center;
      font-size: 14px;
      line-height: 28px; }
      .detail-pagination li a:hover {
        color: #ffffff;
        background-color: #af0003; }

.share-grp {
  text-align: right;
  margin-top: 40px; }
  @media (max-width: 991.98px) {
    .share-grp {
      margin-top: 5px; } }
  .share-grp .icon-grp a {
    display: inline-block;
    width: 35px;
    height: 35px;
    line-height: 35px;
    font-size: 18px;
    text-align: center;
    background-color: #666;
    color: #fff;
    border: 1px solid #666;
    border-radius: 50%; }
    .share-grp .icon-grp a:not(:last-child) {
      margin-right: 5px; }
    .share-grp .icon-grp a:hover {
      background-color: #af0003;
      border-color: #af0003;
      color: #fff; }

.tab-grp {
  padding: 20px 0;
  border-bottom: 1px solid #e5e5e5; }
  .tab-grp::after {
    display: block;
    clear: both;
    content: ""; }
  @media (max-width: 767.98px) {
    .tab-grp {
      padding-bottom: 10px; } }
  .tab-grp .grp-left {
    float: left; }
    @media (max-width: 767.98px) {
      .tab-grp .grp-left {
        float: none; } }
    .tab-grp .grp-left h5 {
      margin: 0;
      font-size: 28px;
      line-height: 1;
      color: #666666;
      font-weight: bold; }
      @media (max-width: 767.98px) {
        .tab-grp .grp-left h5 {
          font-size: 22px; } }
    .tab-grp .grp-left p {
      margin: 0;
      font-size: 14px;
      line-height: 20px;
      font-weight: bold;
      color: #999999;
      text-transform: uppercase; }
      .tab-grp .grp-left p:before {
        content: "/";
        color: #999; }
  .tab-grp .grp-right {
    float: right;
    padding-top: 5px; }
    @media (max-width: 767.98px) {
      .tab-grp .grp-right {
        float: none;
        padding-top: 10px;
        text-align: center; } }
    .tab-grp .grp-right li {
      display: inline-block; }
      .tab-grp .grp-right li:not(:last-child) {
        margin-right: 10px; }
        @media (max-width: 767.98px) {
          .tab-grp .grp-right li:not(:last-child) {
            margin-right: 5px; } }
      .tab-grp .grp-right li.active a {
        background-color: #af0003;
        color: #fff;
        border-color: #af0003; }
      .tab-grp .grp-right li a {
        display: block;
        padding: 5px 30px;
        font-size: 16px;
        line-height: 1.6;
        color: #666666;
        border: 1px solid #ccc; }
        @media (max-width: 767.98px) {
          .tab-grp .grp-right li a {
            padding: 5px 10px;
            margin-bottom: 10px; } }
        .tab-grp .grp-right li a:hover {
          background-color: #af0003;
          color: #fff;
          border-color: #af0003; }

.red-text {
  color: #af0003 !important; }

.table thead th {
  font-weight: normal; }

.filter-content {
  border: 1px solid #e5e5e5;
  background-color: #f5f5f5;
  padding: 50px;
  padding-bottom: 18px;
  margin-bottom: 30px; }
  @media (min-width: 768px) and (max-width: 991.98px) {
    .filter-content {
      padding: 30px;
      padding-bottom: 18px; } }
  @media (max-width: 767.98px) {
    .filter-content {
      padding: 15px; } }
  .filter-content a {
    display: inline-block;
    font-size: 16px;
    line-height: 1;
    color: #666;
    padding: 0 20px; }
    .filter-content a.active, .filter-content a:hover {
      color: #af0003; }
    @media (max-width: 767.98px) {
      .filter-content a {
        padding: 0 15px; } }
  .filter-content .filter-result {
    border-top: 1px solid #ccc;
    padding-top: 15px; }
    .filter-content .filter-result h5 {
      margin: 0;
      font-size: 16px;
      line-height: 30px;
      color: #666;
      padding-left: 20px;
      display: inline-block;
      position: relative; }
      .filter-content .filter-result h5:before {
        content: "";
        width: 14px;
        height: 14px;
        border: 1px solid #666;
        border-radius: 50%;
        position: absolute;
        top: 50%;
        left: 0;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%); }
      .filter-content .filter-result h5:after {
        content: "";
        width: 6px;
        height: 6px;
        background-color: #666666;
        border-radius: 50%;
        position: absolute;
        top: 50%;
        left: 4px;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%); }
    .filter-content .filter-result p {
      display: inline-block;
      margin: 0;
      font-size: 14px;
      line-height: 30px;
      color: #666;
      padding: 0 20px; }
      .filter-content .filter-result p a {
        font-size: 12px;
        color: #af0003;
        padding: 5px; }
    .filter-content .filter-result .clear-all {
      display: inline-block;
      font-size: 14px;
      line-height: 30px;
      color: #af0003; }
  .filter-content .filter-grp {
    padding-bottom: 40px; }
    .filter-content .filter-grp::after {
      display: block;
      clear: both;
      content: ""; }
    @media (max-width: 767.98px) {
      .filter-content .filter-grp {
        padding-bottom: 20px; } }
    .filter-content .filter-grp .filter-item:not(.v2) {
      padding-top: 5px;
      top: -5px;
      position: relative; }
    .filter-content .filter-grp .filter-item {
      overflow: hidden; }
      @media (max-width: 767.98px) {
        .filter-content .filter-grp .filter-item {
          width: 100%; } }
  .filter-content .filter-title {
    float: left; }
    .filter-content .filter-title h5 {
      margin: 0;
      font-size: 16px;
      line-height: 30px;
      color: #666;
      display: inline-block;
      padding: 3px 30px;
      border: 1px solid #cccccc; }
      @media (max-width: 767.98px) {
        .filter-content .filter-title h5 {
          margin-bottom: 10px;
          padding: 3px 20px; } }
  .filter-content .v3 .company-list {
    padding-left: 0; }
    .filter-content .v3 .company-list li:first-child {
      width: 150px;
      margin-left: 0; }
      .filter-content .v3 .company-list li:first-child a {
        width: auto;
        -webkit-transition: background-color .35s;
        -o-transition: background-color .35s;
        transition: background-color .35s; }
      .filter-content .v3 .company-list li:first-child:hover, .filter-content .v3 .company-list li:first-child.active {
        background-color: #af0003; }
  .filter-content .company-list {
    width: 700px;
    max-width: 100%;
    margin-top: -5px;
    padding-left: 77px; }
    .filter-content .company-list::after {
      display: block;
      clear: both;
      content: ""; }
    @media (min-width: 768px) and (max-width: 991.98px) {
      .filter-content .company-list {
        width: 500px; } }
    @media (max-width: 767.98px) {
      .filter-content .company-list {
        padding-left: 0;
        width: 100%;
        margin-top: 0; } }
    .filter-content .company-list li {
      float: left;
      width: 150px;
      margin-right: 5px;
      margin-bottom: 10px; }
      @media (min-width: 768px) and (max-width: 991.98px) {
        .filter-content .company-list li {
          width: 100px; } }
      @media (max-width: 767.98px) {
        .filter-content .company-list li {
          width: 33.3333%;
          margin-top: 0;
          margin-right: 0;
          margin-bottom: 3px; } }
      .filter-content .company-list li:first-child {
        width: 72px;
        margin-left: -77px; }
        .filter-content .company-list li:first-child:hover a, .filter-content .company-list li:first-child.active a {
          color: #af0003;
          background-color: transparent; }
        @media (max-width: 767.98px) {
          .filter-content .company-list li:first-child {
            width: 33.3333%;
            margin-left: 0; } }
    .filter-content .company-list a {
      display: block;
      padding: 0;
      position: relative;
      overflow: hidden;
      line-height: 38px;
      text-align: center;
      padding: 5px;
      height: 48px; }
      @media (max-width: 767.98px) {
        .filter-content .company-list a {
          height: 40px; } }
      .filter-content .company-list a.img-cover {
        background-color: transparent; }
      .filter-content .company-list a .img-bg {
        background-size: 80% auto;
        background-position: center center;
        background-color: transparent !important;
        background-repeat: no-repeat;
        -webkit-transition: -webkit-transform .35s;
        transition: -webkit-transform .35s;
        -o-transition: transform .35s;
        transition: transform .35s;
        transition: transform .35s, -webkit-transform .35s; }
      @media (max-width: 767.98px) {
        .filter-content .company-list a {
          line-height: 30px; } }
      .filter-content .company-list a:hover, .filter-content .company-list a.active {
        background-color: #af0003; }
        .filter-content .company-list a:hover .img-bg, .filter-content .company-list a.active .img-bg {
          -webkit-transform: translate(0%, -100%);
          -ms-transform: translate(0%, -100%);
          transform: translate(0%, -100%); }
        .filter-content .company-list a:hover span, .filter-content .company-list a.active span {
          top: 50%;
          -webkit-transform: translate(0%, -50%);
          -ms-transform: translate(0%, -50%);
          transform: translate(0%, -50%); }
      .filter-content .company-list a span {
        font-size: 16px;
        text-transform: uppercase;
        color: #fff;
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        text-align: center;
        padding: 10px;
        overflow: hidden;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
        white-space: nowrap;
        -webkit-transform: translate(0%, 0%);
        -ms-transform: translate(0%, 0%);
        transform: translate(0%, 0%);
        -webkit-transition: all .35s;
        -o-transition: all .35s;
        transition: all .35s; }
        @media (max-width: 767.98px) {
          .filter-content .company-list a span {
            font-size: 12px; } }

.page-0311 {
  padding: 50px 0; }
  .page-0311 img {
    display: inline-block;
    max-width: 100%; }
  .page-0311 .block-title {
    margin-bottom: 20px; }
    .page-0311 .block-title h3 {
      margin: 0;
      font-size: 20px;
      line-height: 28px;
      color: #666666;
      border-bottom: 1px solid #dddddd;
      padding: 15px 0; }
      @media (max-width: 767.98px) {
        .page-0311 .block-title h3 {
          font-size: 16px;
          line-height: 1.6; } }
    .page-0311 .block-title p {
      margin: 0;
      padding: 10px 0;
      font-size: 14px;
      line-height: 22px;
      color: #ababab;
      text-transform: uppercase; }
  .page-0311 .block-content {
    padding: 10px 0 40px; }
    @media (max-width: 767.98px) {
      .page-0311 .block-content {
        padding-top: 0; } }
    .page-0311 .block-content p {
      margin: 0;
      font-size: 14px;
      line-height: 30px;
      text-indent: 2em;
      color: #666; }
      .page-0311 .block-content p a {
        color: #666; }
        .page-0311 .block-content p a:hover {
          color: #af0003; }
    .page-0311 .block-content .dot-line {
      margin: 40px 2em;
      border-bottom: 1px dotted #666; }
      @media (max-width: 767.98px) {
        .page-0311 .block-content .dot-line {
          margin: 20px 0; } }

.custom-collapse .card {
  border: 1px solid #cccccc;
  border-radius: 10px;
  overflow: auto;
  margin-bottom: 10px; }

.custom-collapse .card-body {
  background-color: #f5f5f5;
  padding: 40px; }
  @media (max-width: 767.98px) {
    .custom-collapse .card-body {
      padding: 20px; } }
  .custom-collapse .card-body p {
    margin: 0;
    font-size: 18px;
    line-height: 39px;
    color: #666666; }
    @media (max-width: 767.98px) {
      .custom-collapse .card-body p {
        font-size: 16px;
        line-height: 1.6; } }

.custom-collapse a {
  display: block;
  background-color: #fff;
  padding: 10px 30px;
  border-bottom: 1px solid #cccccc;
  position: relative; }
  @media (max-width: 767.98px) {
    .custom-collapse a {
      padding: 10px 20px;
      padding-right: 30px; } }
  .custom-collapse a:after {
    content: "\e614";
    font-family: "fi";
    font-size: 26px;
    font-weight: bold;
    color: #ccc;
    position: absolute;
    top: 50%;
    right: 30px;
    -webkit-transform: translateY(-50%) rotate(90deg);
    -ms-transform: translateY(-50%) rotate(90deg);
    transform: translateY(-50%) rotate(90deg);
    -webkit-transition: all .35s;
    -o-transition: all .35s;
    transition: all .35s; }
    @media (max-width: 767.98px) {
      .custom-collapse a:after {
        right: 15px;
        font-size: 16px; } }
  .custom-collapse a i {
    font-size: 28px;
    color: #af0003;
    -webkit-transition: all .35s;
    -o-transition: all .35s;
    transition: all .35s; }
    @media (max-width: 767.98px) {
      .custom-collapse a i {
        font-size: 20px; } }
  .custom-collapse a h5 {
    margin: 0;
    display: inline-block;
    color: #333;
    font-size: 21px;
    line-height: 1.6;
    padding-left: 10px;
    -webkit-transition: all .35s;
    -o-transition: all .35s;
    transition: all .35s; }
    @media (max-width: 767.98px) {
      .custom-collapse a h5 {
        font-size: 16px;
        max-width: 420px; } }
    @media (max-width: 575.98px) {
      .custom-collapse a h5 {
        max-width: 270px; } }
  .custom-collapse a.collapsed {
    border: 0; }
    .custom-collapse a.collapsed:after {
      font-size: 20px;
      -webkit-transform: translateY(-50%) rotate(0);
      -ms-transform: translateY(-50%) rotate(0);
      transform: translateY(-50%) rotate(0);
      -webkit-transition: all .35s;
      -o-transition: all .35s;
      transition: all .35s; }
      @media (max-width: 767.98px) {
        .custom-collapse a.collapsed:after {
          font-size: 14px; } }
    .custom-collapse a.collapsed i {
      font-size: 22px;
      color: #af0003; }
      @media (max-width: 767.98px) {
        .custom-collapse a.collapsed i {
          font-size: 16px; } }
    .custom-collapse a.collapsed h5 {
      margin: 0;
      display: inline-block;
      color: #333;
      font-size: 20px;
      line-height: 1.6;
      padding-left: 10px; }
      @media (max-width: 767.98px) {
        .custom-collapse a.collapsed h5 {
          font-size: 14px; } }

#service a {
  background-color: #af0003; }
  #service a:before {
    content: "";
    width: 5px;
    height: 5px;
    background-color: #ffffff;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 25px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }
    @media (max-width: 767.98px) {
      #service a:before {
        left: 15px; } }
  #service a:after {
    color: #fff; }
  #service a h5 {
    color: #fff; }
  #service a.collapsed {
    background-color: #fff; }
    #service a.collapsed:before {
      background-color: #999; }
    #service a.collapsed:after {
      color: #666; }
    #service a.collapsed h5 {
      color: #666; }

.custom-table {
  text-align: center; }
  .custom-table table {
    min-width: 690px; }
    @media (max-width: 767.98px) {
      .custom-table table {
        min-width: 100%; } }
  .custom-table thead {
    background-color: #f5f5f5; }
    .custom-table thead th {
      vertical-align: middle;
      font-size: 22px;
      line-height: 1;
      color: #333;
      height: 62px;
      border: 1px solid #cccccc; }
      @media (max-width: 767.98px) {
        .custom-table thead th {
          font-size: 16px;
          height: 48px; } }
  .custom-table tbody td {
    font-size: 16px;
    line-height: 1;
    color: #666666;
    height: 62px;
    vertical-align: middle;
    border: 1px solid #cccccc;
    -webkit-transition: all .35s;
    -o-transition: all .35s;
    transition: all .35s; }
    @media (max-width: 767.98px) {
      .custom-table tbody td {
        line-height: 1.5;
        font-size: 12px;
        text-align: left;
        height: 48px;
        min-width: 125px; } }
    .custom-table tbody td:hover {
      background-color: #af0003;
      color: #fff; }
      .custom-table tbody td:hover a {
        color: #fff; }
  .custom-table tbody a {
    display: block;
    color: #666666; }

.general-padding {
  padding: 60px 0 150px; }
  @media (max-width: 767.98px) {
    .general-padding {
      padding: 30px 0 60px; } }

.page-0610 .block-contact {
  text-align: center;
  margin-top: 20px; }
  .page-0610 .block-contact p {
    margin: 0;
    font-size: 14px;
    line-height: 22px;
    color: #666; }
  .page-0610 .block-contact .contact-item {
    display: inline-block;
    color: #279bce;
    font-size: 18px;
    line-height: 24px;
    padding: 20px; }
    @media (max-width: 767.98px) {
      .page-0610 .block-contact .contact-item {
        padding: 10px;
        font-size: 16px;
        line-height: 1.6; } }
    .page-0610 .block-contact .contact-item i {
      font-size: 24px;
      margin-right: 10px; }
    .page-0610 .block-contact .contact-item a {
      display: inline-block;
      color: #279bce;
      font-size: 18px;
      line-height: 24px;
      padding-left: 10px; }
      .page-0610 .block-contact .contact-item a:hover {
        color: #175a78; }
      @media (max-width: 767.98px) {
        .page-0610 .block-contact .contact-item a {
          font-size: 16px;
          line-height: 1.6; } }

.product-list {
  padding-bottom: 30px; }
  @media (max-width: 767.98px) {
    .product-list {
      margin-left: -8px;
      margin-right: -8px; }
      .product-list > div {
        padding-left: 8px;
        padding-right: 8px; } }
  .product-list .product-item {
    display: block;
    margin-bottom: 20px;
    color: #666666; }
    .product-list .product-item:hover h5 {
      color: #af0003; }
  .product-list .product-img {
    border: 1px solid #e8e8e8;
    -webkit-box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.15); }
    .product-list .product-img:before {
      padding-top: 100%; }
  .product-list .content {
    padding: 10px 5px; }
    .product-list .content p {
      display: inline-block;
      font-size: 14px;
      line-height: 28px;
      color: #999999;
      margin: 0;
      position: relative;
      padding-left: 20px;
      padding-right: 9px; }
      @media (max-width: 767.98px) {
        .product-list .content p {
          font-size: 12px;
          line-height: 22px;
          margin-bottom: 5px; } }
      .product-list .content p:before {
        content: "\e71b";
        font-family: "fi";
        font-size: 20px;
        line-height: 1;
        color: #af0003;
        position: absolute;
        top: 5px;
        left: -1px; }
        @media (max-width: 767.98px) {
          .product-list .content p:before {
            top: 3px; } }
    .product-list .content h5 {
      font-size: 16px;
      line-height: 30px;
      margin: 0; }

.page-0210 .product-detail-main .same-product {
  padding-top: 70px; }
  @media (max-width: 767.98px) {
    .page-0210 .product-detail-main .same-product {
      padding-top: 30px; } }
  .page-0210 .product-detail-main .same-product .title {
    margin: 0;
    font-size: 18px;
    line-height: 30px;
    color: #af0003;
    border-bottom: 1px solid #eeeeee;
    margin-bottom: 20px;
    padding: 5px 20px; }

.page-0210 .product-detail-main .detail-product-content {
  padding: 20px;
  border: 1px solid #e8e8e8;
  -webkit-box-shadow: 3px 3px 5px -3px #ccc;
  box-shadow: 3px 3px 5px -3px #ccc; }
  .page-0210 .product-detail-main .detail-product-content .content-img {
    text-align: center;
    padding: 30px 0; }
    @media (max-width: 767.98px) {
      .page-0210 .product-detail-main .detail-product-content .content-img {
        padding: 20px 0; } }
  .page-0210 .product-detail-main .detail-product-content .detail-share {
    padding: 5px 0;
    padding-right: 50px;
    text-align: right; }
    .page-0210 .product-detail-main .detail-product-content .detail-share span, .page-0210 .product-detail-main .detail-product-content .detail-share .bdsharebuttonbox {
      display: inline-block; }
    @media (max-width: 767.98px) {
      .page-0210 .product-detail-main .detail-product-content .detail-share {
        padding-right: 0; } }
    .page-0210 .product-detail-main .detail-product-content .detail-share span {
      font-size: 14px;
      line-height: 30px;
      color: #999999; }
    .page-0210 .product-detail-main .detail-product-content .detail-share a {
      font-size: 16px;
      line-height: 30px;
      color: #999999;
      padding: 0 3px; }
  .page-0210 .product-detail-main .detail-product-content .table td {
    padding: 20px 0;
    text-align: center;
    color: #666666;
    font-size: 14px;
    line-height: 30px;
    border: 0; }
    .page-0210 .product-detail-main .detail-product-content .table td p {
      margin: 0; }

.page-0210 .product-detail-main .product-detail-item {
  display: block;
  border: 1px solid #e8e8e8;
  -webkit-box-shadow: 3px 3px 5px -3px #ccc;
  box-shadow: 3px 3px 5px -3px #ccc;
  margin-bottom: 20px; }
  .page-0210 .product-detail-main .product-detail-item h5 {
    font-size: 24px;
    line-height: 26px;
    color: #fff;
    background-color: #e4393c;
    text-align: center;
    padding: 17px;
    margin: 0; }
  .page-0210 .product-detail-main .product-detail-item .content {
    padding: 20px; }
    .page-0210 .product-detail-main .product-detail-item .content::after {
      display: block;
      clear: both;
      content: ""; }
    .page-0210 .product-detail-main .product-detail-item .content p {
      float: left;
      font-size: 14px;
      line-height: 26px;
      margin: 0;
      padding-left: 20px;
      position: relative; }
      .page-0210 .product-detail-main .product-detail-item .content p:before {
        content: "\e71b";
        font-family: "fi";
        font-size: 18px;
        line-height: 1;
        color: #af0003;
        position: absolute;
        top: 50%;
        left: 0;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%); }
      .page-0210 .product-detail-main .product-detail-item .content p:nth-of-type(2) {
        color: #af0003;
        float: right; }
        .page-0210 .product-detail-main .product-detail-item .content p:nth-of-type(2):before {
          content: "\e600"; }
    .page-0210 .product-detail-main .product-detail-item .content .title {
      display: block;
      font-size: 18px;
      line-height: 26px;
      color: #666666;
      padding: 20px 0 10px;
      border-top: 1px solid #ccc; }
      .page-0210 .product-detail-main .product-detail-item .content .title:hover {
        color: #af0003; }

.page-0210 .product-detail-carousel {
  border: 1px solid #e5e5e5;
  background-color: #f5f5f5;
  padding: 45px;
  margin-bottom: 20px; }
  @media (max-width: 767.98px) {
    .page-0210 .product-detail-carousel {
      padding: 20px; } }

@media (min-width: 992px) {
  .page-0210 .product-content {
    margin-left: 10px; } }

@media (max-width: 767.98px) {
  .page-0210 .product-content {
    padding-top: 20px; } }

.page-0210 .product-content h5 {
  font-size: 28px;
  line-height: 30px;
  color: #555555;
  margin-top: 0;
  margin-bottom: 30px; }
  @media (max-width: 991.98px) {
    .page-0210 .product-content h5 {
      font-size: 20px;
      margin-bottom: 20px; } }

.page-0210 .product-content .content-grp:nth-child(5) {
  margin-bottom: 20px; }

.page-0210 .product-content .content-grp p {
  display: inline-block;
  margin: 0;
  font-size: 16px;
  line-height: 30px;
  color: #666; }
  .page-0210 .product-content .content-grp p:first-child {
    position: relative;
    padding-left: 25px; }
    .page-0210 .product-content .content-grp p:first-child:before {
      content: "\e71b";
      font-family: "fi";
      font-size: 24px;
      line-height: 1;
      color: #af0003;
      position: absolute;
      top: 50%;
      left: 0;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%); }
  .page-0210 .product-content .content-grp p:nth-child(3) {
    display: block;
    text-indent: 7rem; }
    @media (max-width: 1199.98px) {
      .page-0210 .product-content .content-grp p:nth-child(3) {
        text-indent: 0; } }

.page-0210 .product-content .content-grp a {
  display: inline-block;
  margin: 10px 5px; }

.page-0310 .news-grp-carousel {
  padding-bottom: 50px;
  border-bottom: 1px solid #ccc; }
  @media (max-width: 767.98px) {
    .page-0310 .news-grp-carousel {
      padding-bottom: 25px; } }

.page-0310 .news-grp .news-title {
  color: #af0003; }
  .page-0310 .news-grp .news-title:hover {
    color: #7c0002; }
  .page-0310 .news-grp .news-title h4 {
    margin: 0;
    font-size: 20px;
    line-height: 2; }

.page-0310 .news-grp span {
  display: block;
  font-size: 14px;
  line-height: 22px;
  color: #999; }

.page-0310 .news-grp p {
  margin: 20px 0 35px;
  font-size: 14px;
  line-height: 30px;
  color: #666; }
  @media (max-width: 767.98px) {
    .page-0310 .news-grp p {
      margin: 10px 0 15px; } }

.page-0310 .news-grp .btn {
  border-radius: 50px; }

.page-0310 .news-content {
  padding-bottom: 40px; }
  @media (max-width: 767.98px) {
    .page-0310 .news-content {
      padding-bottom: 20px; } }

.nav-tab-v2 {
  border-bottom: 1px solid #eeeeee;
  margin-bottom: 20px; }
  .nav-tab-v2 a {
    display: inline-block;
    color: #444444;
    padding: 12px 30px;
    font-size: 18px; }
    .nav-tab-v2 a.active, .nav-tab-v2 a:hover {
      color: #af0003; }
    @media (max-width: 767.98px) {
      .nav-tab-v2 a {
        font-size: 14px;
        padding: 2px 15px 10px; } }

.page-0200, .page-0210, .page-0510, .page-0530 {
  padding: 30px 0 50px; }

.page-0200 {
  padding-bottom: 60px; }

.page-0620 .page-content {
  border: 1px solid #ccc;
  margin: 0;
  padding: 40px;
  -webkit-box-shadow: 2px 2px 5px 0px #ccc;
  box-shadow: 2px 2px 5px 0px #ccc; }
  @media (max-width: 767.98px) {
    .page-0620 .page-content {
      padding: 20px; } }
  .page-0620 .page-content h5 {
    font-size: 24px;
    line-height: 1;
    color: #af0003;
    margin-top: 0;
    margin-bottom: 20px;
    padding-left: 10px;
    position: relative; }
    .page-0620 .page-content h5:before {
      content: "";
      width: 2px;
      height: 100%;
      background-color: #af0003;
      position: absolute;
      left: 0;
      top: 0; }

.page-0620 .contact-form .form-group {
  padding: 10px;
  padding-left: 30px;
  border: 1px solid #ccc;
  border-radius: 10px; }
  @media (max-width: 767.98px) {
    .page-0620 .contact-form .form-group {
      padding: 10px; } }
  .page-0620 .contact-form .form-group > label {
    font-size: 18px;
    line-height: 30px;
    color: #666;
    padding: 0;
    position: relative; }

.page-0620 .contact-form .radio-grp .grp-item {
  margin-left: 25px; }
  @media (max-width: 767.98px) {
    .page-0620 .contact-form .radio-grp .grp-item {
      display: inline-block;
      margin-left: 30px; } }

.page-0620 .contact-form .radio-grp label {
  font-size: 14px;
  line-height: 30px;
  color: #999; }
  .page-0620 .contact-form .radio-grp label:before {
    width: 16px;
    height: 16px;
    -webkit-box-shadow: 1px 1px 1px #ccc;
    box-shadow: 1px 1px 1px #ccc; }

.page-0620 .contact-form .radio-grp input:checked ~ label {
  color: #af0003; }

.page-0620 .contact-form .form-control {
  border: 0;
  font-size: 14px; }
  .page-0620 .contact-form .form-control::placholder {
    font-size: 14px;
    color: #999999; }

@media (min-width: 992px) and (max-width: 1199.98px) {
  .page-0620 .col-v1 .radio-grp .grp-item {
    margin-left: 5px; } }

.page-0620 .col-v1 .form-group > label {
  width: 31%;
  padding-left: 10px; }
  @media (min-width: 992px) and (max-width: 1199.98px) {
    .page-0620 .col-v1 .form-group > label {
      width: 33%;
      padding: 0; } }
  @media (max-width: 767.98px) {
    .page-0620 .col-v1 .form-group > label {
      width: 100%; } }
  .page-0620 .col-v1 .form-group > label.label-input:after {
    content: "";
    height: 16px;
    width: 1px;
    background-color: #999;
    position: absolute;
    right: 35px;
    top: 8px; }
    @media (max-width: 767.98px) {
      .page-0620 .col-v1 .form-group > label.label-input:after {
        display: none; } }

.page-0620 .col-v1 .input-col {
  display: inline-block;
  width: 68%; }
  @media (min-width: 992px) and (max-width: 1199.98px) {
    .page-0620 .col-v1 .input-col {
      width: 61%; } }
  @media (max-width: 767.98px) {
    .page-0620 .col-v1 .input-col {
      width: 100%; } }

@media (min-width: 992px) and (max-width: 1199.98px) {
  .page-0620 .col-v2 .radio-grp .grp-item {
    margin-left: 10px; } }

.page-0620 .col-v2 textarea {
  padding: 0; }

.page-0620 .col-v2 .captcha {
  border: 0;
  padding: 0; }
  @media (max-width: 767.98px) {
    .page-0620 .col-v2 .captcha {
      text-align: center; } }
  .page-0620 .col-v2 .captcha .captcha-grp {
    display: inline-block;
    width: 77%; }
    .page-0620 .col-v2 .captcha .captcha-grp::after {
      display: block;
      clear: both;
      content: ""; }
    @media (min-width: 992px) and (max-width: 1199.98px) {
      .page-0620 .col-v2 .captcha .captcha-grp {
        width: 72%; } }
    @media (max-width: 767.98px) {
      .page-0620 .col-v2 .captcha .captcha-grp {
        width: 100%; } }
    .page-0620 .col-v2 .captcha .captcha-grp input {
      border: 1px solid #cccccc;
      border-right: 0;
      border-radius: 10px;
      float: left;
      width: 55%;
      height: 48px; }
      @media (max-width: 767.98px) {
        .page-0620 .col-v2 .captcha .captcha-grp input {
          width: 63%; } }
    .page-0620 .col-v2 .captcha .captcha-grp .captcha-img {
      float: left;
      margin-left: -10px; }
      @media (min-width: 992px) and (max-width: 1199.98px) {
        .page-0620 .col-v2 .captcha .captcha-grp .captcha-img {
          width: 130px; } }
  .page-0620 .col-v2 .captcha .btn {
    display: inline-block;
    margin-top: -40px;
    border-radius: 5px;
    padding: 10px 40px; }
    @media (max-width: 767.98px) {
      .page-0620 .col-v2 .captcha .btn {
        margin-top: 20px; } }

.page-0410 .page-content, .page-0420 .page-content, .page-0430 .page-content, .page-0440 .page-content, .page-0450 .page-content {
  border: 1px solid #ccc;
  margin: 0; }

.page-0410 .service-col, .page-0420 .service-col, .page-0430 .service-col, .page-0440 .service-col, .page-0450 .service-col {
  padding: 0 30px;
  margin: 30px 0; }
  .page-0410 .service-col:not(:last-child), .page-0420 .service-col:not(:last-child), .page-0430 .service-col:not(:last-child), .page-0440 .service-col:not(:last-child), .page-0450 .service-col:not(:last-child) {
    border-right: 1px solid #e5e5e5; }
  @media (max-width: 991.98px) {
    .page-0410 .service-col, .page-0420 .service-col, .page-0430 .service-col, .page-0440 .service-col, .page-0450 .service-col {
      padding: 30px;
      margin: 0; }
      .page-0410 .service-col:not(:last-child), .page-0420 .service-col:not(:last-child), .page-0430 .service-col:not(:last-child), .page-0440 .service-col:not(:last-child), .page-0450 .service-col:not(:last-child) {
        border-right: 0;
        border-bottom: 1px solid #e5e5e5; } }
  .page-0410 .service-col h5, .page-0420 .service-col h5, .page-0430 .service-col h5, .page-0440 .service-col h5, .page-0450 .service-col h5 {
    font-size: 24px;
    line-height: 1;
    color: #af0003;
    margin-top: 0;
    margin-bottom: 20px;
    padding-left: 10px;
    position: relative; }
    .page-0410 .service-col h5:before, .page-0420 .service-col h5:before, .page-0430 .service-col h5:before, .page-0440 .service-col h5:before, .page-0450 .service-col h5:before {
      content: "";
      width: 2px;
      height: 100%;
      background-color: #af0003;
      position: absolute;
      left: 0;
      top: 0; }
  .page-0410 .service-col p, .page-0420 .service-col p, .page-0430 .service-col p, .page-0440 .service-col p, .page-0450 .service-col p {
    margin: 0;
    font-size: 14px;
    line-height: 30px;
    color: #555; }

.page-0410 .page-content {
  padding: 20px;
  -webkit-box-shadow: 2px 2px 5px 0px #ccc;
  box-shadow: 2px 2px 5px 0px #ccc; }
  .page-0410 .page-content.v2 {
    padding: 40px; }
    @media (max-width: 1199.98px) {
      .page-0410 .page-content.v2 {
        padding: 20px; } }
    @media (max-width: 991.98px) {
      .page-0410 .page-content.v2 {
        margin-bottom: 20px; } }

.page-0410 .form-txt {
  text-align: center;
  margin: 25px 0; }
  .page-0410 .form-txt p {
    color: #af0003;
    font-size: 14px;
    line-height: 26px;
    margin: 0; }

.page-0410 .form-group {
  margin: 0;
  margin-bottom: 10px; }
  .page-0410 .form-group .btn-grp {
    width: 100%;
    text-align: center; }
    .page-0410 .form-group .btn-grp button {
      display: inline-block;
      padding: 5px 50px;
      background-color: #fff;
      border: 1px solid #e5e5e5;
      color: #555555; }
      .page-0410 .form-group .btn-grp button:hover {
        background-color: #af0003;
        color: #fff; }
      .page-0410 .form-group .btn-grp button:not(:last-child) {
        margin-right: 20px; }
        @media (max-width: 767.98px) {
          .page-0410 .form-group .btn-grp button:not(:last-child) {
            margin-right: 10px; } }
      @media (max-width: 320px) {
        .page-0410 .form-group .btn-grp button {
          padding: 5px 30px;
          margin-bottom: 10px; } }
  .page-0410 .form-group label {
    width: 20%;
    font-size: 18px;
    line-height: 30px;
    color: #555; }
    @media (max-width: 767.98px) {
      .page-0410 .form-group label {
        width: 100%; } }
  .page-0410 .form-group input.form-control {
    background-color: #e5e5e5;
    border-color: #e5e5e5;
    border-radius: 10px;
    height: 40px; }
  .page-0410 .form-group .input-col {
    width: 79%;
    margin-left: 1%; }
    @media (max-width: 767.98px) {
      .page-0410 .form-group .input-col {
        width: 100%;
        margin: 0; } }
  .page-0410 .form-group .captcha-input, .page-0410 .form-group .captcha-img {
    display: inline-block; }
  .page-0410 .form-group .captcha-input {
    width: 45%;
    margin-left: 1%;
    margin-right: 4%; }
    @media (max-width: 767.98px) {
      .page-0410 .form-group .captcha-input {
        width: 55%;
        margin-left: 0;
        margin-right: 5%; } }
  .page-0410 .form-group .captcha-img {
    width: 30%; }
    @media (max-width: 767.98px) {
      .page-0410 .form-group .captcha-img {
        width: 40%; } }
    .page-0410 .form-group .captcha-img a {
      display: block;
      width: 100%; }

.page-0420 .page-content {
  background-size: cover;
  background-position: center center;
  min-height: 348px;
  position: relative; }

.page-0420 h5 {
  font-size: 38px;
  line-height: 1;
  color: #555;
  margin: 35px 0;
  letter-spacing: 15px; }
  @media (max-width: 767.98px) {
    .page-0420 h5 {
      font-size: 26px;
      letter-spacing: 10px;
      margin: 0;
      padding: 20px 0;
      text-align: center; } }

.page-0420 .page-form {
  text-align: center;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }
  @media (max-width: 767.98px) {
    .page-0420 .page-form {
      position: relative;
      top: 0;
      left: 0;
      -webkit-transform: none;
      -ms-transform: none;
      transform: none;
      padding: 30px 0;
      text-align: left; } }
  .page-0420 .page-form .btn {
    display: block;
    padding: 5px 50px;
    border-radius: 5px;
    font-size: 16px;
    margin: 30px auto; }
    @media (max-width: 767.98px) {
      .page-0420 .page-form .btn {
        margin: 20px auto; } }

.radio-grp .grp-item {
  position: relative;
  display: inline-block;
  padding: 0 10px;
  margin-left: 45px; }
  @media (min-width: 768px) and (max-width: 991.98px) {
    .radio-grp .grp-item {
      margin-left: 30px; } }
  @media (max-width: 767.98px) {
    .radio-grp .grp-item {
      display: block;
      padding: 10px; } }
  .radio-grp .grp-item input {
    position: absolute;
    z-index: 0;
    opacity: 0;
    left: -15px;
    top: 50%;
    width: 18px;
    height: 18px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }
  .radio-grp .grp-item label {
    position: relative;
    margin-bottom: 0; }
    .radio-grp .grp-item label:before {
      position: absolute;
      top: 50%;
      left: -25px;
      display: block;
      width: 20px;
      height: 20px;
      border-radius: 50%;
      pointer-events: none;
      content: "";
      background-color: #999999;
      border: 3px solid #fff;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      -webkit-box-shadow: 1px 2px 2px 0px #ccc;
      box-shadow: 1px 2px 2px 0px #ccc;
      -webkit-transition: background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
      transition: background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
      -o-transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
      transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
      transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out; }

.radio-grp input:checked ~ label:before {
  color: #fff;
  background-color: #af0003; }

.radio-grp input:checked ~ label {
  color: #af0003; }

.radio-grp label {
  font-size: 20px;
  line-height: 1.6;
  color: #333; }

.page-0450 .page-content {
  background-size: cover;
  background-position: center center;
  min-height: 348px;
  position: relative; }

.page-0450 .support-contact {
  position: relative; }
  @media (max-width: 767.98px) {
    .page-0450 .support-contact {
      padding: 20px;
      text-align: center; } }
  .page-0450 .support-contact i {
    font-size: 55px;
    line-height: 1;
    color: #ffffff;
    position: absolute;
    top: 30%;
    left: 50%;
    -webkit-transform: translate(-50%, -30%);
    -ms-transform: translate(-50%, -30%);
    transform: translate(-50%, -30%); }
    @media (max-width: 767.98px) {
      .page-0450 .support-contact i {
        position: relative;
        top: 0;
        left: 0;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none; } }
  .page-0450 .support-contact:nth-child(2) .content {
    padding-left: 40px; }
    @media (max-width: 1199.98px) {
      .page-0450 .support-contact:nth-child(2) .content {
        padding: 0; } }
  .page-0450 .support-contact:nth-child(3) .content {
    margin: 20px 0; }
    @media (max-width: 767.98px) {
      .page-0450 .support-contact:nth-child(3) .content {
        margin: 0; } }

.page-0450 .content {
  position: absolute;
  top: 60%;
  left: 50%;
  width: 100%;
  -webkit-transform: translate(-50%, -60%);
  -ms-transform: translate(-50%, -60%);
  transform: translate(-50%, -60%); }
  @media (max-width: 767.98px) {
    .page-0450 .content {
      padding: 10px 0;
      position: relative;
      top: 0;
      left: 0;
      width: 100%;
      -webkit-transform: none;
      -ms-transform: none;
      transform: none; } }
  .page-0450 .content img {
    width: 100px;
    height: 100px;
    max-width: 100%; }
  .page-0450 .content p {
    margin: 0;
    font-size: 18px;
    line-height: 30px;
    color: #fff; }
    @media (max-width: 1199.98px) {
      .page-0450 .content p {
        font-size: 16px;
        line-height: 1.6; } }
  .page-0450 .content a {
    display: inline-block;
    font-size: 18px;
    line-height: 30px;
    color: #fff; }
    .page-0450 .content a:hover {
      color: #af0003; }
    @media (max-width: 1199.98px) {
      .page-0450 .content a {
        font-size: 16px;
        line-height: 1.6; } }

.news-block-v1 {
  padding: 25px 0;
  border-bottom: 1px dashed #ccc; }
  @media (max-width: 767.98px) {
    .news-block-v1 {
      padding: 15px 0; } }
  .news-block-v1 .news-img {
    display: block;
    width: 200px;
    margin-right: 20px; }
    @media (max-width: 991.98px) {
      .news-block-v1 .news-img {
        width: 160px; } }
    @media (max-width: 575.98px) {
      .news-block-v1 .news-img {
        width: 120px; } }
  .news-block-v1 .news-body {
    overflow: hidden; }
    .news-block-v1 .news-body a {
      color: #666666;
      -webkit-transition: all .35s;
      -o-transition: all .35s;
      transition: all .35s; }
      .news-block-v1 .news-body a:hover {
        color: #af0003; }
        .news-block-v1 .news-body a:hover .news-desc {
          color: #555555; }
      .news-block-v1 .news-body a h5 {
        font-size: 20px;
        line-height: 2em;
        margin-bottom: 0; }
        @media (max-width: 767.98px) {
          .news-block-v1 .news-body a h5 {
            font-size: 16px; } }
  .news-block-v1 .news-desc {
    color: #999999;
    font-size: 14px;
    line-height: 1.75em;
    height: 3.5em;
    overflow: hidden;
    margin-bottom: 0;
    -webkit-transition: all .35s;
    -o-transition: all .35s;
    transition: all .35s; }
    @media (max-width: 767.98px) {
      .news-block-v1 .news-desc {
        font-size: 12px; } }
  .news-block-v1 .news-info {
    color: #ababab;
    font-size: 14px;
    line-height: 28px;
    text-align: right; }
    @media (max-width: 767.98px) {
      .news-block-v1 .news-info {
        display: none; } }
    .news-block-v1 .news-info span {
      display: inline-block; }
      .news-block-v1 .news-info span:last-child {
        padding-left: 15px; }

.news-carousel, .product-carousel {
  position: relative; }
  .news-carousel .owl-item, .product-carousel .owl-item {
    max-width: 100%; }
  .news-carousel .owl-dots, .product-carousel .owl-dots {
    text-align: center;
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.5);
    padding: 10px 0;
    width: 100%; }
  .news-carousel .owl-dot, .product-carousel .owl-dot {
    display: inline-block;
    position: relative;
    vertical-align: middle;
    border: 0;
    background-color: transparent;
    padding: 0;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    background-color: #fff;
    margin: 0 5px; }
    .news-carousel .owl-dot.active, .product-carousel .owl-dot.active {
      background-color: #af0003; }
    @media (max-width: 767.98px) {
      .news-carousel .owl-dot, .product-carousel .owl-dot {
        width: 10px;
        height: 10px; } }

.news-carousel .item {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat; }
  .news-carousel .item:before {
    content: '';
    display: block;
    padding-top: 286px; }
    @media (max-width: 1199.98px) {
      .news-carousel .item:before {
        padding-top: 40.3385%; } }

.product-carousel .item {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat; }
  .product-carousel .item:before {
    content: '';
    display: block;
    padding-top: 78.86792%; }

.product-carousel .owl-dots {
  background-color: transparent; }
  .product-carousel .owl-dots .owl-dot {
    width: 12px;
    height: 12px;
    background-color: #cccccc; }
    .product-carousel .owl-dots .owl-dot.active {
      background-color: #af0003; }

.page-0310 {
  padding-bottom: 70px !important; }
  @media (max-width: 767.98px) {
    .page-0310 {
      padding-bottom: 40px !important; } }

.bd_weixin_popup {
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }

.filter-item.v2 a {
  line-height: 38px; }

@media (max-width: 767.98px) {
  .filter-item.v3 {
    overflow: visible;
    width: auto;
    display: inline; }
  .filter-item.v3.v2 a {
    padding: 0 10px; }
  .v3 .company-list li {
    width: 33.33% !important;
    margin-top: 4px;
    margin-bottom: 4px; }
  .page-0530 .filter-title, .page-0510 .filter-title {
    width: 33.33%; }
    .page-0530 .filter-title h5, .page-0510 .filter-title h5 {
      padding-left: 5px;
      padding-right: 5px;
      width: 100%;
      text-align: center; }
  .page-0530 .filter-content .filter-grp, .page-0510 .filter-content .filter-grp {
    margin-right: -5px; } }

.filter-item.v2:not(.v3) {
  padding-left: 72px; }
  @media (max-width: 767.98px) {
    .filter-item.v2:not(.v3) {
      padding-left: 0; } }
  .filter-item.v2:not(.v3) a:first-child {
    margin-left: -72px; }
    @media (max-width: 767.98px) {
      .filter-item.v2:not(.v3) a:first-child {
        margin-left: 0; } }

mark {
  background-color: transparent;
  padding: 0; }

.page-0130 .info-content {
  padding: 30px;
  border: 1px solid #cccccc;
  -webkit-box-shadow: 3px 3px 5px -3px #ccc;
  box-shadow: 3px 3px 5px -3px #ccc;
  height: 100%; }
  @media (max-width: 767.98px) {
    .page-0130 .info-content {
      padding: 20px; } }
  .page-0130 .info-content h5 {
    font-size: 24px;
    line-height: 1;
    color: #af0003;
    margin-top: 0;
    margin-bottom: 40px;
    padding-left: 10px;
    position: relative; }
    .page-0130 .info-content h5:before {
      content: "";
      width: 2px;
      height: 100%;
      background-color: #af0003;
      position: absolute;
      left: 0;
      top: 0; }
    @media (max-width: 991.98px) {
      .page-0130 .info-content h5 {
        font-size: 18px;
        margin-bottom: 20px; } }
  .page-0130 .info-content p {
    font-size: 16px;
    line-height: 30px;
    color: #555555;
    margin: 0; }
    .page-0130 .info-content p a {
      font-size: 16px;
      line-height: 30px;
      color: #555555; }
      .page-0130 .info-content p a:hover {
        color: #af0003; }
      .page-0130 .info-content p a.tel {
        font-size: 24px; }
        @media (max-width: 991.98px) {
          .page-0130 .info-content p a.tel {
            font-size: 18px; } }

.page-0130 .info-img {
  max-width: 300px;
  margin: 0 auto;
  padding-bottom: 40px; }
  .page-0130 .info-img img {
    width: 100%; }

.page-0130 .info-map {
  padding: 10px; }
  @media (max-width: 767.98px) {
    .page-0130 .info-map {
      margin-top: 10px; } }
  .page-0130 .info-map #map {
    height: 290px; }

.page-0130 .contact-info, .page-0130 .form-contact {
  margin-top: 40px; }
  .page-0130 .contact-info h5, .page-0130 .form-contact h5 {
    margin-bottom: 25px; }
    @media (max-width: 767.98px) {
      .page-0130 .contact-info h5, .page-0130 .form-contact h5 {
        margin-bottom: 20px; } }

@media (max-width: 767.98px) {
  .page-0130 .contact-content {
    padding-bottom: 20px; } }

.page-0130 .contact-content p {
  font-size: 14px;
  line-height: 30px;
  color: #555555; }
  .page-0130 .contact-content p a {
    font-size: 14px;
    line-height: 30px;
    color: #555555; }
    .page-0130 .contact-content p a:hover {
      color: #af0003; }

.page-0130 .form-title::after {
  display: block;
  clear: both;
  content: ""; }

.page-0130 .form-title h5 {
  float: left; }

.page-0130 .form-title .btn {
  float: right;
  padding: 3px 20px; }

.form-v2 .help-block {
  font-size: 12px;
  text-align: right;
  padding-right: 2px;
  color: #af0003;
  position: absolute;
  right: 0;
  top: 100%; }

.form-v2 .form-group {
  margin-bottom: 20px;
  position: relative; }

.form-v2 .input-group {
  border: 1px solid #ddd;
  border-radius: 4px; }

.form-v2 .form-control, .form-v2 .input-title {
  padding: 10px;
  line-height: 22px;
  height: 44px;
  font-size: 18px;
  border: 0; }

.form-v2 .form-control {
  font-size: 14px; }

.form-v2 textarea.form-control {
  height: 110px;
  border: 1px solid #ddd;
  border-radius: 4px;
  font-size: 14px; }

.form-v2 .input-title {
  display: block;
  padding-left: 18px;
  padding-right: 5px;
  color: #999;
  position: relative;
  width: 80px; }
  .form-v2 .input-title:before {
    content: "";
    display: block;
    border-right: 1px solid #ddd;
    position: absolute;
    right: 1px;
    height: 20px;
    top: 50%;
    margin-top: -10px; }

.form-v2 .has-error.form-group {
  border-color: #dc3545 !important; }
  .form-v2 .has-error.form-group .input-group, .form-v2 .has-error.form-group textarea.form-control {
    border-color: #dc3545 !important; }

.form-v3 .help-block {
  font-size: 12px;
  text-align: right;
  padding-right: 2px;
  color: #af0003;
  position: absolute;
  right: 0;
  top: 100%; }

.form-v3 .form-group {
  margin-bottom: 20px;
  position: relative; }
  .form-v3 .form-group:not(.group-radio) {
    border: 0;
    padding: 0;
    border-radius: 0 !important; }

.form-v3 .input-group {
  border: 1px solid #ccc;
  border-radius: 10px; }

.form-v3 .form-control::-webkit-input-placeholder, .form-v3 .form-control::-webkit-placeholder {
  color: #aaa; }

.form-v3 .form-control::placeholder, .form-v3 .form-control::-webkit-placeholder {
  color: #aaa; }

.form-v3 .form-control, .form-v3 .input-title {
  padding: 12px 30px;
  line-height: 26px;
  height: 54px;
  font-size: 18px;
  border: 0;
  border-radius: 10px !important; }
  @media (max-width: 767.98px) {
    .form-v3 .form-control, .form-v3 .input-title {
      padding: 12px 15px;
      height: 50px;
      line-height: 22px; } }

.form-v3 .form-control {
  font-size: 14px; }

.form-v3 textarea.form-control {
  height: 105px;
  border: 1px solid #ccc !important;
  padding: 12px 30px !important;
  border-radius: 4px;
  font-size: 14px; }
  @media (max-width: 767.98px) {
    .form-v3 textarea.form-control {
      padding: 12px 15px !important; } }

.form-v3 .input-title {
  display: block;
  padding-left: 40px;
  padding-right: 15px;
  color: #999;
  position: relative;
  width: 110px; }
  @media (max-width: 767.98px) {
    .form-v3 .input-title {
      padding: 12px 15px;
      width: 80px; } }
  .form-v3 .input-title:before {
    content: "";
    display: block;
    border-right: 1px solid #ddd;
    position: absolute;
    right: 1px;
    height: 20px;
    top: 50%;
    margin-top: -10px; }

.form-v3 .has-error.form-group {
  border-color: #dc3545 !important; }
  .form-v3 .has-error.form-group .input-group, .form-v3 .has-error.form-group textarea.form-control, .form-v3 .has-error.form-group .captcha-grp .form-control {
    border-color: #dc3545 !important; }

.form-v3 .img-captcha {
  width: 150px;
  height: 54px;
  position: relative; }

.form-v3 .captcha .d-inline-block {
  width: 70%; }

.form-v3 .captcha .input-group {
  border-radius: 10px 0 0 10px; }

.form-v3 .captcha .btn {
  width: 27%;
  margin-top: 0 !important;
  float: right;
  padding: 12px 20px;
  line-height: 30px;
  text-align: center; }

@media (max-width: 767.98px) {
  .form-v3 .captcha .img-captcha {
    height: 50px;
    width: 140px; }
  .form-v3 .captcha .d-inline-block, .form-v3 .captcha .btn {
    width: 100%; }
  .form-v3 .captcha .btn {
    margin-top: 20px !important; } }

.timeline-logo img {
  display: block;
  margin: auto;
  max-width: 50%; }

.timeline {
  position: relative;
  padding: 80px 0 0;
  overflow: hidden; }
  @media (max-width: 767.98px) {
    .timeline {
      padding: 50px 0 60px; } }
  .timeline:after, .timeline:before {
    content: "";
    display: block;
    position: absolute; }
  .timeline:before {
    border-left: 1px solid #999999;
    height: 100%;
    top: 0;
    left: 50%;
    margin-left: -1px; }
  @media (max-width: 767.98px) {
    .timeline {
      margin-bottom: -30px; } }
  .timeline span, .timeline a {
    display: block; }
  .timeline-row {
    margin-bottom: 30px;
    padding: 1px 0;
    position: relative;
    color: #999;
    -webkit-transition: color .35s;
    -o-transition: color .35s;
    transition: color .35s; }
    .timeline-row:hover {
      color: #af0003; }
      .timeline-row:hover .timeline-inline {
        color: #af0003; }
      .timeline-row:hover:before {
        background-color: #af0003; }
    @media (max-width: 767.98px) {
      .timeline-row {
        margin-bottom: 20px; } }
    .timeline-row:before, .timeline-row:after {
      content: "";
      display: block;
      position: absolute; }
    .timeline-row:before {
      left: 50%;
      border-radius: 50%;
      -webkit-transition: background-color .35s;
      -o-transition: background-color .35s;
      transition: background-color .35s;
      width: 19px;
      height: 19px;
      border: 2px solid #ffffff;
      background-color: #ccc;
      margin-left: -10px;
      -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.5);
      box-shadow: 0 2px 6px rgba(0, 0, 0, 0.5);
      top: 35px;
      margin-top: -10px;
      z-index: 2; }
    .timeline-row:last-child:after {
      left: 50%;
      width: 4px;
      height: 500px;
      background-color: #fff;
      margin-left: -2px;
      top: 35px; }
    .timeline-row:after {
      top: 50%; }
    .timeline-row:nth-child(2n) .timeline-inline:before {
      border-left: 10px solid;
      left: 100%;
      margin-top: -10px; }
    .timeline-row:nth-child(2n) .timeline-inline:after {
      border-left: 10px solid #fff;
      left: 100%;
      margin-top: -10px;
      margin-left: -1px;
      z-index: 1; }
    .timeline-row:nth-child(2n) .timeline-date {
      left: 50%;
      margin-left: 40px; }
      @media (max-width: 767.98px) {
        .timeline-row:nth-child(2n) .timeline-date {
          margin-left: 20px; } }
    .timeline-row:nth-child(2n+1) .timeline-inline:before {
      border-right: 10px solid;
      right: 100%;
      margin-top: -10px; }
    .timeline-row:nth-child(2n+1) .timeline-inline:after {
      border-right: 10px solid #fff;
      right: 100%;
      margin-top: -10px;
      margin-right: -1px;
      z-index: 1; }
    .timeline-row:nth-child(2n+1) .timeline-date {
      right: 50%;
      margin-right: 40px; }
      @media (max-width: 767.98px) {
        .timeline-row:nth-child(2n+1) .timeline-date {
          margin-right: 20px; } }
    .timeline-row:nth-child(2n+1) .timeline-content {
      float: right;
      text-align: left;
      padding-left: 40px;
      padding-right: 0 !important; }
      @media (max-width: 767.98px) {
        .timeline-row:nth-child(2n+1) .timeline-content {
          padding-left: 30px; } }

.timeline-content {
  width: 50%;
  padding-right: 40px;
  text-align: right; }
  @media (max-width: 767.98px) {
    .timeline-content {
      padding-right: 30px;
      font-size: 12px; } }
  .timeline-content span {
    color: #444; }
  .timeline-content a {
    color: inherit; }

.timeline-inline {
  display: inline-block;
  max-width: 100%;
  border: 1px solid;
  color: #777;
  -webkit-transition: color .35s;
  -o-transition: color .35s;
  transition: color .35s;
  background-color: #FFF;
  border-radius: 8px;
  position: relative; }
  @media (min-width: 992px) {
    .timeline-inline {
      min-width: 270px; } }
  .timeline-inline:before, .timeline-inline:after {
    content: "";
    display: block;
    position: absolute;
    top: 35px;
    border: 10px solid transparent; }

.timeline-align-content {
  display: inline-block;
  text-align: left; }
  .timeline-align-content p {
    margin-bottom: 0; }

.timeline-align {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 70px;
  padding: 15px 20px; }
  @media (max-width: 575.98px) {
    .timeline-align {
      padding: 12px 12px; } }

.timeline-date {
  position: absolute;
  top: 0;
  line-height: 70px;
  font-size: 24px; }

a.gotop {
  width: 40px;
  height: 40px;
  background-color: rgba(0, 0, 0, 0.6);
  color: #ffffff;
  display: block;
  padding: 14px;
  position: fixed;
  z-index: 999;
  bottom: 10px;
  right: 10px;
  -webkit-transition: -webkit-transform .35s;
  transition: -webkit-transform .35s;
  -o-transition: transform .35s;
  transition: transform .35s;
  transition: transform .35s, -webkit-transform .35s;
  -webkit-transform: translate(0, 200%);
  -ms-transform: translate(0, 200%);
  transform: translate(0, 200%); }
  a.gotop:hover {
    background-color: rgba(175, 0, 3, 0.8); }
  a.gotop.active {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0); }
  a.gotop:before {
    margin-top: 3px;
    content: "";
    display: block;
    width: 12px;
    height: 12px;
    border-top: 2px solid;
    border-left: 2px solid;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg); }

.section {
  padding: 60px 0; }
  @media (max-width: 991.98px) {
    .section {
      padding: 40px 0; } }

.section-gray {
  background-color: #f3f3f3; }

.list-logo .item {
  margin-bottom: 30px; }

@media (min-width: 1200px) {
  .list-logo {
    margin-left: -20px;
    margin-right: -20px; }
    .list-logo > div {
      padding-left: 20px;
      padding-right: 20px; }
    .list-logo .item {
      margin-bottom: 40px; } }

@media (max-width: 767.98px) {
  .list-logo {
    margin-left: -10px;
    margin-right: -10px; }
    .list-logo > div {
      padding-left: 10px;
      padding-right: 10px; }
    .list-logo .item {
      margin-bottom: 20px; } }

.slider-logo .owl-dots, .about2-slider .owl-dots {
  text-align: center; }

.slider-logo .owl-dot, .about2-slider .owl-dot {
  display: inline-block;
  border: 0;
  padding: 0;
  margin: 0 6px;
  width: 12px;
  height: 12px;
  background-color: #ccc;
  border-radius: 50%; }
  .slider-logo .owl-dot.active, .about2-slider .owl-dot.active {
    background-color: #af0003; }

.about2-slider .owl-dots {
  margin-top: 30px; }

.ratio.img-cover {
  background-color: transparent; }

.block-logo {
  overflow: hidden;
  -webkit-transition: color .35s;
  -o-transition: color .35s;
  transition: color .35s;
  color: #ddd;
  position: relative;
  border-radius: 20px;
  border: 1px solid; }
  @media (max-width: 991.98px) {
    .block-logo {
      border-radius: 10px; } }
  .block-logo .ratio, .block-logo .block-hover {
    -webkit-transition: -webkit-transform .35s;
    transition: -webkit-transform .35s;
    -o-transition: transform .35s;
    transition: transform .35s;
    transition: transform .35s, -webkit-transform .35s; }
  .block-logo:hover .ratio, .block-logo:hover .block-hover {
    -webkit-transform: translate(0, -100%);
    -ms-transform: translate(0, -100%);
    transform: translate(0, -100%); }
  .block-logo .block-hover {
    display: block;
    position: absolute;
    height: 100%;
    left: 0;
    top: 100%;
    width: 100%;
    text-align: center; }
    .block-logo .block-hover span {
      display: block;
      width: 100%;
      top: 50%;
      line-height: 40px;
      padding: 0 30px;
      overflow: hidden;
      -o-text-overflow: ellipsis;
      text-overflow: ellipsis;
      white-space: nowrap;
      position: absolute;
      margin-top: -20px;
      left: 0;
      font-size: 30px; }
      @media (max-width: 1199.98px) {
        .block-logo .block-hover span {
          font-size: 26px; } }
      @media (max-width: 991.98px) {
        .block-logo .block-hover span {
          font-size: 22px; } }
      @media (max-width: 767.98px) {
        .block-logo .block-hover span {
          font-size: 19px; } }
      @media (max-width: 575.98px) {
        .block-logo .block-hover span {
          font-size: 16px; } }
  .block-logo:hover {
    color: #af0003; }
  .block-logo .img-bg {
    background-color: transparent !important; }

.heading {
  margin-bottom: 20px; }
  .heading:after {
    content: "";
    display: block;
    /*height: 28px;*/
    border-left: 10px solid #999; }
    @media (max-width: 767.98px) {
      .heading:after {
        display: none; } }
  .heading span {
    display: block; }
  .heading .en {
    font-size: .5em;
    text-transform: uppercase;
    color: #999; }
    @media (max-width: 767.98px) {
      .heading .en {
        font-size: 12px; } }
  .heading h3 {
    font-size: 28px;
    letter-spacing: 1px;
    margin-bottom: 20px; }
    @media (max-width: 767.98px) {
      .heading h3 {
        font-size: 22px; } }
  .heading .ch {
    color: #af0003; }

.heading-v2 h3 {
  margin-bottom: 0;
  color: #af0003;
  font-size: 28px;
  text-align: center;
  margin-bottom: 40px; }
  @media (max-width: 767.98px) {
    .heading-v2 h3 {
      font-size: 22px; } }

.about-content {
  color: #666;
  margin-top: -10px; }
  @media (max-width: 767.98px) {
    .about-content {
      font-size: 13px; } }
  .about-content p {
    margin-bottom: 0;
    line-height: 2em; }

.about1-content {
  color: #666; }
  @media (max-width: 767.98px) {
    .about1-content {
      font-size: 13px;
      margin-bottom: 20px; } }
  @media (min-width: 992px) {
    .about1-content p {
      letter-spacing: 1px; } }
  .about1-content p {
    margin-bottom: 0;
    line-height: 2em; }

.about1-img {
  display: block;
  width: 40%;
  float: right;
  margin-left: 20px; }
  .about1-img img {
    width: 100%;
    border-radius: 20px; }
    @media (max-width: 767.98px) {
      .about1-img img {
        border-radius: 10px; } }
  @media (min-width: 992px) {
    .about1-img {
      margin-top: -120px; } }

.block-about2 {
  margin-bottom: 15px;
}
.block-about2 .img-bg {
  -webkit-transition: -webkit-transform .35s;
  transition: -webkit-transform .35s;
  -o-transition: transform .35s;
  transition: transform .35s;
  transition: transform .35s, -webkit-transform .35s; }

.block-about2:hover .img-bg {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1); }

.block-about2 h5 {
  margin-bottom: 0;
  text-align: center;
  font-size: 16px;
  padding: 10px;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  background-color: #999999;
  color: #ffffff;
  -webkit-transition: background-color .35s;
  -o-transition: background-color .35s;
  transition: background-color .35s; }

.ratio-logo:before {
  padding-top: 50%; }

.has-error .help-block {
  color: #dc3545; }

.tab-content .tabpane {
  display: none; }

.tab-content .tabpane.active {
  display: block; }

.list-0510 {
  text-align: center;
  padding: 100px 0 120px; }
  .list-0510 li {
    display: inline-block;
    max-width: 47%;
    padding: 0 8%;
    vertical-align: top; }
  @media (max-width: 767.98px) {
    .list-0510 {
      text-align: left;
      padding: 50px 0 80px; }
      .list-0510 li {
        max-width: 100%;
        display: block;
        padding: 0 5px; }
        .list-0510 li:not(:last-child) {
          margin-bottom: 30px; } }

.logo-0510 {
  height: 80px;
  padding: 0 15px;
  margin-bottom: 20px; }
  .logo-0510 img {
    max-width: 100%;
    max-height: 70px; }
  @media (max-width: 767.98px) {
    .logo-0510 {
      height: auto;
      text-align: center; }
      .logo-0510 img {
        max-height: 60px;
        max-width: 84%; } }

.block-0510 {
  text-align: left;
  display: inline-block;
  font-size: 18px;
  max-width: 100%; }
  @media (max-width: 767.98px) {
    .block-0510 {
      width: 100%;
      font-size: 16px; } }
  .block-0510 span {
    display: block; }
  .block-0510 a {
    display: inline-block;
    padding: 7px 5px;
    position: relative;
    padding-right: 1.2em;
    line-height: 1.5em;
    max-width: 100%;
    color: #666;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    vertical-align: top;
    -webkit-transition: all .35s;
    -o-transition: all .35s;
    transition: all .35s; }
    .block-0510 a:hover {
      color: #af0003;
      -webkit-transform: translate3d(5px, 0, 0);
      transform: translate3d(5px, 0, 0); }
    .block-0510 a:after {
      content: '>';
      display: block;
      position: absolute;
      top: 50%;
      font-size: 1em;
      line-height: 1em;
      margin-top: -.5em;
      right: 0; }

.detail-qrcode-block {
  position: fixed;
  bottom: 100px;
  right: 10px; }
  @media (max-width: 767.98px) {
    .detail-qrcode-block {
      display: none; } }
  .detail-qrcode-block input {
    display: none; }
  .detail-qrcode-block input:checked + .detail-qrcode {
    display: none; }
  .detail-qrcode-block input:checked ~ .close-qrcode {
    display: none; }

.close-qrcode {
  color: #ffffff;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  line-height: 22px;
  border: 1px solid #ffffff;
  background-color: #af0003;
  text-align: center;
  display: block;
  position: absolute;
  top: -8px;
  right: -8px;
  text-align: center; }
  .close-qrcode:hover {
    background-color: #960003; }

.detail-qrcode {
  padding: 10px;
  background-color: #af0003;
  color: #FFF;
  border-radius: 5px;
  text-align: center;
  font-size: 13px; }
  .detail-qrcode span {
    display: block;
    margin-bottom: 8px; }
  .detail-qrcode img {
    width: 100px; }

.qr-group {
  position: fixed;
  bottom: 35px;
  left: 0;
  transform: translateX(0);
  transition: transform .35s linear;
}
.qr-group.hide {
  transform: translateX(-100%);
}
.qr-group .toggle-btn {
  display: inline-block;
  margin-right: 1px;
  padding: 4px 0;
  position: absolute;
  top: -4px;
  right: -4px;
  width: 25px;
  height: 25px;
  vertical-align: top;
  background-color: transparent;
  color: #fff;
  transition: all .35s;
}
.qr-group .toggle-btn .bar {
  display: block;
  width: 12px;
  height: 0;
  border-top: 2px solid;
  margin: 4px auto;
  position: relative;
  -webkit-transition: opacity .35s ease, -webkit-transform .35s ease;
  transition: opacity .35s ease, -webkit-transform .35s ease;
  -o-transition: transform .35s ease, opacity .35s ease;
  transition: transform .35s ease, opacity .35s ease;
  transition: transform .35s ease, opacity .35s ease, -webkit-transform .35s ease;
}
.qr-group .toggle-btn .bar:nth-child(1) {
  transform: translate(0, 3px) rotate(45deg);
}
.qr-group .toggle-btn .bar:nth-child(2) {
  transform: translate(0, -3px) rotate(-45deg);
}
.qr-group .qr-content {
  display: inline-block;
  position: relative;
  width: 120px;
  height: auto;
  border: 1px solid #ccc;
}

@media (max-width: 767.98px) {
  .qr-group {
    bottom: 60px;
    transform: translateX(0);
  }
  .qr-group .qr-content {
    width: 90px;
  }
}