/*------------------------------------------------------------------
    [Main Style Stylesheet]
    Project:       HTML Template
    Version:        1.0
    Author:         CizThemes
    Skype:          congnd91
    Author URI:     https://themeforest.net/user/cizthemes    
    Last change:    13/07/2017
-------------------------------------------------------------------
-------------------------------------------------------------------*/
h1,
.h1 {
  font-size: 3.5rem; }

h2,
.h2 {
  font-size: 3rem; }

h3,
.h3 {
  font-size: 2.5rem; }

h4,
.h4 {
  font-size: 2rem; }

h5,
.h5 {
  font-size: 1.8rem; }

h6,
.h6 {
  font-size: 1.5rem; }

/*==========Setting=========*/
html {
  font-size: 10px; }

body {
  font-family: "Microsoft JhengHei", sans-serif;
  min-width: 370px;
  font-size: 1.4rem;
  color: #000000;
  line-height: 1.5;
  padding: 100px 0px 0px 0px; }

dt,
dd {
  line-height: 1.5; }

body,
html {
  overflow: auto; }

a:hover {
  text-decoration: none;
  color: inherit; }

a {
  color: inherit; }

a:active,
a:focus {
  text-decoration: none;
  color: inherit; }

iframe {
  width: 100%;
  border: none; }

::selection {
  background: #075eaf;
  color: #fff; }

/*==========Components=========*/
.my-btn {
  display: inline-block;
  line-height: 36px;
  padding: 0px 20px;
  color: #fff;
  background-color: #075eaf;
  border-radius: 50px;
  margin: 0px 0px 0px 0px;
  text-transform: uppercase;
  border: none;
  transition: all ease 0.3s;
  font-size: 1.4rem; }
  .my-btn:hover {
    background-color: #177cda;
    outline: none;
    color: #fff; }
  .my-btn.active {
    background-color: #075eaf;
    outline: none;
    color: #fff; }
    .my-btn.active:hover {
      opacity: 0.8; }

.sb-btn {
  display: inline-block;
  line-height: 40px;
  padding: 0px 30px;
  font-family: "Aero", sans-serif;
  color: #fff;
  background-color: #075eaf;
  border-radius: 4px;
  margin: 0px 0px 0px 0px;
  font-weight: 600;
  border: none;
  -moz-transition: all ease 0.2s;
  -o-transition: all ease 0.2s;
  -webkit-transition: all ease 0.2s;
  transition: all ease 0.2s; }
  .sb-btn:hover {
    background-color: #075eaf;
    outline: none;
    color: #fff; }
  .sb-btn.active {
    background-color: #075eaf;
    outline: none;
    color: #fff; }
    .sb-btn.active:hover {
      opacity: 0.8; }
  .sb-btn.cancel {
    background-color: #e5e5e5;
    margin: 0px 0px 0px 15px;
    color: #000000; }
    .sb-btn.cancel:hover {
      opacity: 0.8; }
  .sb-btn:active {
    color: inherit; }

.page {
  overflow: hidden; }

.row-fix {
  margin-left: -10px;
  margin-right: -10px; }
  .row-fix .col-fix {
    padding-left: 10px;
    padding-right: 10px; }

@media (min-width: 1200px) {
  .container {
    max-width: 1210px; } }

@media (min-width: 1600px) {
  .container1400 {
    max-width: 1430px; } }

.dropdown-menu {
  font-size: inherit;
  top: 100% !important;
  transform: none !important; }

.dropdown-toggle::after {
  display: none; }

#page-loader {
  background-color: #484848;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 99999; }

.topbar {
  height: 40px;
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  z-index: 9999;
  background-color: #177cda; }
  .topbar .language {
    float: right;
    position: relative; }
    .topbar .language:hover .dropdown-language {
      display: block; }
    .topbar .language .dropdown-language {
      position: absolute;
      top: 100%;
      right: 0px;
      background-color: #459ff2;
      z-index: 10;
      width: 150px;
      display: none; }
      .topbar .language .dropdown-language p {
        margin: 0px; }
        .topbar .language .dropdown-language p a {
          color: #fff;
          padding: 7px 15px;
          display: block;
          transition: all ease 0.3s; }
          .topbar .language .dropdown-language p a:hover {
            background-color: #075eaf; }
    .topbar .language span {
      line-height: 40px;
      cursor: pointer;
      color: #fff; }
      .topbar .language span em {
        display: inline-block;
        margin: 0px 3px;
        font-style: normal; }
      .topbar .language span i {
        margin: 0px 0px 0px 5px; }

.container-fluid.fix {
  padding-left: 30px;
  padding-right: 30px; }
  @media screen and (max-width: 1199px) {
    .container-fluid.fix {
      padding-left: 15px;
      padding-right: 15px; } }

.header {
  height: 80px;
  position: fixed;
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.1);
  z-index: 999;
  top: 40px;
  right: 0px;
  width: 100%;
  left: 0px;
  background-color: #fff;
  transition: all ease 0.4s; }
  .header .logo {
    float: left;
    margin: 20px 0px 0px 0px; }
    .header .logo img {
      height: 50px; }
    @media screen and (max-width: 1400px) {
      .header .logo {
        margin: 23px 0px 0px; }
        .header .logo img {
          height: 30px; } }
    @media screen and (max-width: 991px) {
      .header .logo {
        margin: 26px 0px 0px; }
        .header .logo img {
          height: 25px; } }
  .header .header-right {
    float: right; }
  .header .menu {
    float: left; }
    @media screen and (max-width: 991px) {
      .header .menu {
        display: none; } }
    .header .menu > ul {
      margin: 0px;
      padding: 0px;
      list-style: none; }
      .header .menu > ul > li {
        float: left;
        position: relative;
        margin: 0px 60px 0px 0px; }
        @media screen and (max-width: 1599px) {
          .header .menu > ul > li {
            margin: 0px 20px 0px 0px; } }
        @media screen and (max-width: 1400px) {
          .header .menu > ul > li {
            margin: 0px 10px 0px 0px; } }
        @media screen and (max-width: 1199px) {
          .header .menu > ul > li {
            margin: 0px; } }
        .header .menu > ul > li:hover > a > span:before {
          left: 0;
          right: 0; }
        .header .menu > ul > li:hover .mega-menu {
          display: block; }
        .header .menu > ul > li > a {
          padding: 0px 10px;
          font-size: 1.6rem;
          display: block; }
          @media screen and (max-width: 1199px) {
            .header .menu > ul > li > a {
              font-size: 1.3rem; } }
          .header .menu > ul > li > a span {
            display: block;
            line-height: 80px;
            position: relative; }
            .header .menu > ul > li > a span:before {
              display: block;
              height: 3px;
              left: 50%;
              right: 50%;
              bottom: 0;
              position: absolute;
              content: "";
              transition: all ease 0.4s;
              background-color: #49bf3d; }
    .header .menu .mega-menu {
      position: absolute;
      width: 250px;
      background-color: #fff;
      top: 100%;
      left: -30px;
      display: none;
      z-index: 10;
      box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.2); }
      @media screen and (max-width: 1199px) {
        .header .menu .mega-menu {
          width: 250px;
          left: -100px; } }
      .header .menu .mega-menu > ul {
        margin: 0px;
        padding: 20px 0px 20px 0px;
        list-style: none;
        position: relative; }
        .header .menu .mega-menu > ul > li {
          display: block; }
          .header .menu .mega-menu > ul > li > a {
            padding: 6px 30px;
            color: #333333;
            display: block;
            margin: 0px 0px 0px 0px;
            position: relative;
            z-index: 1;
            position: relative; }
            .header .menu .mega-menu > ul > li > a span {
              display: block;
              content: "";
              position: absolute;
              top: 0px;
              right: -34px;
              width: 0px;
              height: 0px;
              border: 17px solid transparent; }
            .header .menu .mega-menu > ul > li > a:before {
              content: "";
              display: block;
              width: 15px;
              background-color: #fff;
              border-radius: 20px;
              box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.1);
              height: 15px;
              position: absolute;
              top: 50%;
              left: 7px;
              background-image: url(../images/arrow.png);
              background-repeat: no-repeat;
              background-position: center center;
              z-index: 2;
              margin: -7px 0px 0px 0px; }
          .header .menu .mega-menu > ul > li.two-line > a span {
            border: 27px solid transparent;
            right: -54px; }
          .header .menu .mega-menu > ul > li:hover > a {
            background-color: #177cda;
            color: #fff; }
            .header .menu .mega-menu > ul > li:hover > a span {
              border-left-color: #177cda; }
          .header .menu .mega-menu > ul > li.active > a {
            background-color: #177cda;
            color: #fff; }
            .header .menu .mega-menu > ul > li.active > a span {
              border-left-color: #177cda; }
          .header .menu .mega-menu > ul > li .mega-sub {
            display: none;
            width: 650px;
            position: absolute;
            top: 0px;
            bottom: 0px;
            left: 100%;
            background-color: #fff;
            background-image: url(../images/sub_bg.png);
            background-repeat: repeat-y;
            padding: 20px 20px 20px 0px;
            box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.2); }
            @media screen and (max-width: 1599px) {
              .header .menu .mega-menu > ul > li .mega-sub {
                width: 400px; } }
            @media screen and (max-width: 1199px) {
              .header .menu .mega-menu > ul > li .mega-sub {
                width: 400px; } }
            .header .menu .mega-menu > ul > li .mega-sub h3 {
              font-size: 1.7rem;
              font-weight: normal;
              margin: 0px 0px 10px 0px;
              color: #333333; }
            .header .menu .mega-menu > ul > li .mega-sub .mega-col {
              width: 50%;
              float: left; }
              .header .menu .mega-menu > ul > li .mega-sub .mega-col .col-item {
                width: 100%;
                margin: 0px 0px 15px 0px;
                padding: 0px 0px 0px 40px; }
                @media screen and (max-width: 1199px) {
                  .header .menu .mega-menu > ul > li .mega-sub .mega-col .col-item {
                    padding: 0px 0px 0px 20px; } }
                .header .menu .mega-menu > ul > li .mega-sub .mega-col .col-item:hover .mega-sub1 {
                  opacity: 1;
                  visibility: visible;
                  z-index: 9; }
                .header .menu .mega-menu > ul > li .mega-sub .mega-col .col-item a {
                  font-size: 1.5rem;
                  display: block;
                  color: #333333; }
                  .header .menu .mega-menu > ul > li .mega-sub .mega-col .col-item a:hover {
                    color: #177cda; }
                  .header .menu .mega-menu > ul > li .mega-sub .mega-col .col-item a i {
                    margin: 0px 5px 0px 0px; }
                .header .menu .mega-menu > ul > li .mega-sub .mega-col .col-item.active > a {
                  color: #075eaf; }
          .header .menu .mega-menu > ul > li .mega-sub1 {
            width: 330px;
            position: absolute;
            top: 0px;
            bottom: 0px;
            left: 100%;
            background-color: #fff;
            background-image: url(../images/sub_bg.png);
            background-repeat: repeat-y;
            padding: 20px 40px 20px 30px;
            box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.2);
            z-index: -1;
            opacity: 0;
            transition: all ease 0.3s;
            visibility: hidden; }
            @media screen and (max-width: 1599px) {
              .header .menu .mega-menu > ul > li .mega-sub1 {
                width: 260px; } }
            @media screen and (max-width: 1199px) {
              .header .menu .mega-menu > ul > li .mega-sub1 {
                width: 200px;
                padding: 20px 20px 20px 20px; } }
            .header .menu .mega-menu > ul > li .mega-sub1 h3 {
              font-size: 1.7rem;
              font-weight: normal;
              margin: 0px 0px 10px 0px;
              color: #333333; }
            .header .menu .mega-menu > ul > li .mega-sub1 .mega-col {
              width: 100%; }
              .header .menu .mega-menu > ul > li .mega-sub1 .mega-col .col-item {
                margin: 0px 0px 15px 0px;
                padding: 0px; }
                .header .menu .mega-menu > ul > li .mega-sub1 .mega-col .col-item:hover .mega-sub {
                  display: block; }
                .header .menu .mega-menu > ul > li .mega-sub1 .mega-col .col-item a {
                  font-size: 1.5rem;
                  color: #333333; }
                  .header .menu .mega-menu > ul > li .mega-sub1 .mega-col .col-item a:hover {
                    color: #177cda; }
                  .header .menu .mega-menu > ul > li .mega-sub1 .mega-col .col-item a i {
                    margin: 0px 5px 0px 0px; }
  .header .search-icon {
    float: left;
    width: 35px;
    cursor: pointer;
    height: 80px;
    font-size: 30px;
    background-image: url(../images/search_icon_black.png);
    background-size: 25px 25px;
    background-position: center center;
    background-repeat: no-repeat; }
    @media screen and (max-width: 1199px) {
      .header .search-icon {
        background-size: 20px 20px; } }
  .header .menu-icon {
    float: left;
    width: 35px;
    cursor: pointer;
    height: 80px;
    line-height: 80px;
    font-size: 30px;
    margin: 0px 0px 0px 15px;
    display: none; }
    @media screen and (max-width: 991px) {
      .header .menu-icon {
        display: block; } }
    @media screen and (max-width: 767px) {
      .header .menu-icon {
        margin: 0px 0px 0px 5px; } }

.search-wrap {
  position: absolute;
  top: 100%;
  left: 0px;
  right: 0px;
  transition: all ease 0.4s;
  z-index: -1;
  visibility: hidden;
  opacity: 0;
  margin-top: 15px;
  background-color: #177cda;
  padding: 80px 0px 40px 0px; }
  @media screen and (max-width: 991px) {
    .search-wrap {
      padding: 40px 0px; } }
  .search-wrap .close-search {
    position: absolute;
    width: 70px;
    height: 70px;
    top: 0px;
    right: 0px;
    background-color: #075eaf;
    line-height: 70px;
    text-align: center;
    color: #fff;
    font-size: 50px;
    cursor: pointer;
    font-weight: 300; }
    @media screen and (max-width: 991px) {
      .search-wrap .close-search {
        width: 30px;
        height: 30px;
        line-height: 30px;
        font-size: 20px; } }
  .search-wrap.show {
    visibility: visible;
    opacity: 1;
    z-index: 999;
    margin-top: 0px; }
  .search-wrap .search-box {
    padding: 0px 150px 0px 0px;
    position: relative; }
    .search-wrap .search-box input {
      width: 100%;
      height: 80px;
      border: 2px solid #fff;
      background-color: transparent;
      border-radius: 20px;
      padding: 0px 20px;
      line-height: 80px;
      font-size: 25px;
      color: #fff;
      outline: none; }
      .search-wrap .search-box input::placeholder {
        color: #fff; }
    .search-wrap .search-box button {
      width: 120px;
      height: 70px;
      border-radius: 20px;
      border: none;
      cursor: pointer;
      outline: none;
      background-color: #333333;
      color: #fff;
      font-size: 23px;
      line-height: 70px;
      text-align: center;
      position: absolute;
      top: 5px;
      right: 0px;
      transition: all ease 0.3s;
      text-transform: uppercase; }
      .search-wrap .search-box button:hover {
        background-color: #000000; }
    @media screen and (max-width: 991px) {
      .search-wrap .search-box {
        padding: 0px 100px 0px 0px; }
        .search-wrap .search-box input {
          width: 100%;
          height: 40px;
          border: 1px solid #fff;
          background-color: transparent;
          border-radius: 10px;
          padding: 0px 10px;
          line-height: 40px;
          font-size: 15px;
          color: #fff;
          outline: none; }
          .search-wrap .search-box input::placeholder {
            color: #fff; }
        .search-wrap .search-box button {
          width: 80px;
          height: 40px;
          border-radius: 10px;
          border: none;
          cursor: pointer;
          outline: none;
          background-color: #333333;
          color: #fff;
          font-size: 15px;
          line-height: 40px;
          text-align: center;
          position: absolute;
          top: 0px;
          right: 0px;
          transition: all ease 0.3s;
          text-transform: uppercase; }
          .search-wrap .search-box button:hover {
            background-color: #000000; } }
  .search-wrap .list-result {
    padding: 10px 0px 0px 0px;
    position: relative; }
    .search-wrap .list-result p {
      line-height: 30px;
      color: #fff;
      font-size: 20px;
      padding: 0px 20px;
      margin: 0px;
      opacity: 0.8; }
      @media screen and (max-width: 991px) {
        .search-wrap .list-result p {
          line-height: 25px; } }
      @media screen and (max-width: 991px) {
        .search-wrap .list-result p {
          font-size: 14px; } }
      .search-wrap .list-result p:hover {
        opacity: 1; }

.home-slider {
  position: relative; }
  .home-slider .home-slider-item {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    height: 640px;
    width: 100%; }
    @media screen and (max-width: 1199px) {
      .home-slider .home-slider-item {
        height: 500px; } }
    @media screen and (max-width: 991px) {
      .home-slider .home-slider-item {
        height: 300px; } }
    .home-slider .home-slider-item h2 {
      color: #fff;
      padding: 100px 0px 60px 0px;
      margin: 0px;
      font-size: 3.3rem;
      font-weight: normal; }
      @media screen and (max-width: 991px) {
        .home-slider .home-slider-item h2 {
          font-size: 2.5rem;
          padding: 50px 0px 20px 0px; } }
  .home-slider .owl-prev {
    background-image: url(../images/prev.png);
    width: 39px;
    height: 77px;
    position: absolute;
    top: 50%;
    left: 15px;
    margin-top: -40px;
    cursor: pointer;
    z-index: 10;
    text-indent: -9999px;
    overflow: hidden; }
    @media screen and (max-width: 991px) {
      .home-slider .owl-prev {
        width: 19px;
        height: 47px;
        background-size: 19px 47px;
        left: 5px; } }
  .home-slider .owl-next {
    background-image: url(../images/next.png);
    width: 39px;
    height: 77px;
    position: absolute;
    top: 50%;
    right: 15px;
    margin-top: -40px;
    cursor: pointer;
    z-index: 10;
    text-indent: -9999px;
    overflow: hidden; }
    @media screen and (max-width: 991px) {
      .home-slider .owl-next {
        width: 19px;
        height: 47px;
        background-size: 19px 47px;
        right: 5px; } }

.totop {
  position: fixed;
  z-index: 999;
  bottom: 10px;
  left: 10px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #d01715;
  cursor: pointer;
  line-height: 30px;
  text-align: center;
  color: #fff;
  font-size: 17px; }

@media screen and (max-width: 991px) {
  .open-menu {
    overflow: hidden; }
    .open-menu .menu-res {
      transform: translateX(0px); }
    .open-menu .header {
      left: -280px; }
    .open-menu .page {
      height: 100%;
      left: -280px; }
  .header .container {
    position: relative;
    -moz-transition: all ease 0.2s;
    -o-transition: all ease 0.2s;
    -webkit-transition: all ease 0.2s;
    transition: all ease 0.2s; }
  .menu-res {
    width: 280px;
    background-color: #111;
    position: fixed;
    top: 0px;
    z-index: 99999;
    overflow: auto;
    bottom: 0px;
    transition: all ease 0.4s;
    right: 0px;
    transform: translateX(280px); }
  .page {
    transition: all ease 0.4s;
    position: relative;
    left: 0px; }
  .menu-res-inner {
    padding: 30px 20px 20px 20px; }
    .menu-res-inner ul {
      padding: 0px;
      list-style: none; }
      .menu-res-inner ul > li {
        border-bottom: 1px solid #222;
        position: relative; }
        .menu-res-inner ul > li .fa-home {
          margin: 0px 5px 0px 0px; }
        .menu-res-inner ul > li i {
          margin: 0px 5px 0px 5px; }
        .menu-res-inner ul > li a {
          color: #999;
          display: block;
          line-height: 40px;
          font-family: arial;
          -moz-transition: all ease 0.2s;
          -o-transition: all ease 0.2s;
          -webkit-transition: all ease 0.2s;
          transition: all ease 0.2s; }
          .menu-res-inner ul > li a:hover {
            color: #fff; }
        .menu-res-inner ul > li.menu-item-has-children:before {
          display: block;
          content: "\f489";
          width: 40px;
          height: 40px;
          position: absolute;
          top: 0px;
          right: 0px;
          font-family: "Ionicons";
          font-size: 20px;
          text-align: center;
          cursor: pointer;
          line-height: 40px;
          color: #999; }
        .menu-res-inner ul > li.open-submenu-active:before {
          content: "\f462"; }
        .menu-res-inner ul > li > ul {
          padding: 0px 0px 10px 10px; }
          .menu-res-inner ul > li > ul li {
            border-top: 1px solid #222;
            border-bottom: none !important; }
            .menu-res-inner ul > li > ul li a {
              display: block;
              line-height: 35px;
              text-transform: none;
              color: #666;
              padding: 0px 0px;
              font-weight: 400;
              -moz-transition: all ease 0.2s;
              -o-transition: all ease 0.2s;
              -webkit-transition: all ease 0.2s;
              transition: all ease 0.2s;
              text-transform: uppercase; }
              .menu-res-inner ul > li > ul li a:hover {
                color: #fff; }
            .menu-res-inner ul > li > ul li > ul {
              padding: 0px 0px 0px 20px; }
    .menu-res-inner .sub-menu {
      display: none; } }

.middle {
  padding: 60px 0px 0px 0px; }
  @media screen and (max-width: 991px) {
    .middle {
      padding: 30px 0px 0px 0px; } }

.box {
  margin: 0px 0px 60px 0px; }
  .box .box-caption {
    margin: 0px 0px 30px 0px;
    text-align: center; }
    .box .box-caption h2 {
      margin: 0px 0px 20px 0px;
      padding: 0px;
      font-size: 5rem; }
      @media screen and (max-width: 991px) {
        .box .box-caption h2 {
          font-size: 3rem; } }
    .box .box-caption p {
      font-size: 2rem;
      color: #333333;
      margin: 0px; }
      @media screen and (max-width: 991px) {
        .box .box-caption p {
          font-size: 1.4rem; } }

.box-products .product-col {
  float: left;
  width: 25%;
  padding: 0px 5px; }
  @media screen and (max-width: 767px) {
    .box-products .product-col {
      width: 50%; } }
  @media screen and (max-width: 600px) {
    .box-products .product-col {
      width: 100%;
      float: none; } }
  .box-products .product-col .product-item {
    text-align: center;
    margin: 0px 0px 20px 0px;
    transition: all ease 0.3s;
    border-radius: 2px; }
    .box-products .product-col .product-item pi-inner {
      position: relative;
      z-index: 1;
      padding: 8px; }
    .box-products .product-col .product-item .pd-des-control {
      margin: 0px 0px 0px 0px;
      padding: 0px;
      text-align: left;
      padding: 0px 8px 8px 8px; }
    .box-products .product-col .product-item .pi-img {
      overflow: hidden; }
    .box-products .product-col .product-item img {
      width: 100%;
      display: block;
      transition: all ease 0.5s; }
    .box-products .product-col .product-item:hover {
      background-color: #fff;
      z-index: 1;
      box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2); }
      .box-products .product-col .product-item:hover .pi-inner {
        z-index: 2;
        background-color: #fff; }
      .box-products .product-col .product-item:hover .pi-img img {
        transform: scale(1.1); }
      .box-products .product-col .product-item:hover .pd-button-wrap {
        z-index: 1; }
    .box-products .product-col .product-item h3 {
      padding: 15px 10px;
      text-align: center;
      font-size: 1.9rem;
      min-height: 75px; }
      @media screen and (max-width: 767px) {
        .box-products .product-col .product-item h3 {
          font-size: 1.5rem; } }
    .box-products .product-col .product-item h2 {
      padding: 15px 10px;
      text-align: center;
      font-size: 2.3rem; }
      @media screen and (max-width: 767px) {
        .box-products .product-col .product-item h2 {
          font-size: 1.8rem; } }

.box-news-wrap {
  padding: 60px 0px; }

.box-app {
  background-color: #2e2e2e;
  padding: 60px 0px 60px 0px; }
  .box-app.box-app-fix {
    padding: 120px 0px 120px 0px; }
    @media screen and (max-width: 991px) {
      .box-app.box-app-fix {
        padding: 60px 0px; } }
    .box-app.box-app-fix .box-caption p {
      font-size: 16px; }
  .box-app .box-caption {
    margin: 0px 0px 30px 0px;
    text-align: center; }
    .box-app .box-caption h2 {
      margin: 0px 0px 10px 0px;
      padding: 0px;
      font-size: 4.5rem;
      color: #fff; }
      @media screen and (max-width: 991px) {
        .box-app .box-caption h2 {
          font-size: 3rem; } }
    .box-app .box-caption p {
      font-size: 2rem;
      color: #fff;
      margin: 0px; }
      @media screen and (max-width: 991px) {
        .box-app .box-caption p {
          font-size: 1.4rem; } }
  .box-app .more {
    display: inline-block;
    padding: 0px 50px;
    line-height: 40px;
    font-size: 14px;
    color: #fff;
    margin-top: 30px;
    border-radius: 30px;
    background-color: #075eaf;
    transition: all ease 0.3s;
    font-weight: bold; }
    @media screen and (max-width: 767px) {
      .box-app .more {
        padding: 0px 20px; } }
    .box-app .more:hover {
      background-color: #0978e0; }

.box-list-app .app-col {
  float: left;
  width: 33.333%;
  padding: 10px 10px; }
  @media screen and (max-width: 767px) {
    .box-list-app .app-col {
      width: 50%; } }
  .box-list-app .app-col .app-item {
    overflow: hidden;
    position: relative; }
    .box-list-app .app-col .app-item a {
      display: block; }
    .box-list-app .app-col .app-item img {
      width: 100%;
      display: block;
      transition: all ease 0.4s; }
    .box-list-app .app-col .app-item:hover img {
      transform: scale(1.05); }
    .box-list-app .app-col .app-item:before {
      content: "";
      display: block;
      position: absolute;
      bottom: 0px;
      left: 0px;
      right: 0px;
      top: 0px;
      background-image: url(../images/app_mark.png);
      background-repeat: repeat-x;
      background-position: bottom left; }
  .box-list-app .app-col .ai-caption {
    z-index: 2;
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
    padding: 10px 10px 10px 10px; }
    .box-list-app .app-col .ai-caption p {
      font-size: 22px;
      color: #fff;
      margin: 0px; }
      @media screen and (max-width: 991px) {
        .box-list-app .app-col .ai-caption p {
          font-size: 17px; } }
      @media screen and (max-width: 767px) {
        .box-list-app .app-col .ai-caption p {
          font-size: 15px; } }

.box-more {
  text-align: center; }
  .box-more a {
    height: 80px;
    width: 80px;
    background-color: #075eaf;
    border-radius: 50%;
    font-size: 1.4rem;
    color: #fff;
    text-transform: uppercase;
    background-color: #075eaf;
    transition: all ease 0.3s;
    display: flex;
    align-items: center;
    margin: 0px auto;
    align-content: center;
    justify-content: center;
    text-align: center; }
    .box-more a span {
      display: block;
      margin: -5px 0px 0px 0px;
      font-weight: 600; }
    .box-more a:hover {
      background-color: #177cda; }

.box-news .news-col {
  float: left;
  width: 25%;
  padding: 0px 12px; }
  @media screen and (max-width: 767px) {
    .box-news .news-col {
      width: 50%; } }
  .box-news .news-col .news-item {
    padding: 8px;
    margin: 0px -8px 40px -8px;
    position: relative;
    z-index: 1;
    transition: all ease 0.3s;
    border-radius: 2px; }
    .box-news .news-col .news-item img {
      width: 100%;
      display: block;
      transition: all ease 0.5s; }
    .box-news .news-col .news-item .ni-img {
      overflow: hidden; }
    .box-news .news-col .news-item:hover {
      z-index: 2;
      background-color: #fff;
      box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.4); }
      .box-news .news-col .news-item:hover .date {
        background-color: #50c743; }
      .box-news .news-col .news-item:hover .ni-img img {
        transform: scale(1.1); }
    .box-news .news-col .news-item .date {
      height: 30px;
      font-size: 13px;
      line-height: 30px;
      color: #fff;
      display: inline-block;
      background-color: #177cda;
      padding: 0px 20px;
      position: relative;
      z-index: 1;
      top: -15px;
      margin: 0px 0px 0px 0px;
      transition: all ease 0.3s; }
    .box-news .news-col .news-item h3 {
      padding: 0px 10px 30px 10px;
      margin: 0px;
      text-align: left;
      font-size: 1.3rem; }

.box-paging {
  text-align: center; }
  .box-paging a {
    display: inline-block;
    color: #cccccc; }
    .box-paging a i {
      font-size: 30px;
      display: block;
      line-height: 25px;
      cursor: pointer; }
    .box-paging a.active {
      color: #075eaf; }
  .box-paging span {
    color: #075eaf;
    display: inline-block;
    margin: 0px 20px;
    line-height: 20px;
    position: relative;
    top: -6px; }

.intro {
  background: #FF0099;
  background: linear-gradient(to right, #177cda, #36a47a);
  background-image: linear-gradient(135deg, #177cda 0%, #36a47a 100%);
  padding: 80px 0px; }
  .intro.fixed {
    z-index: 9999;
    position: fixed;
    bottom: 0px;
    left: 0px;
    right: 0px;
    transition: all ease 0.4s;
    background: none;
    background-image: none; }
    .intro.fixed:before {
      content: "";
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background: #FF0099;
      background: linear-gradient(to right, #177cda, #36a47a);
      background-image: linear-gradient(135deg, #177cda 0%, #36a47a 100%);
      opacity: 0.8;
      z-index: 1; }
    .intro.fixed .container {
      position: relative;
      z-index: 2; }
  .intro.hide-intro {
    opacity: 0;
    z-index: -1;
    visibility: hidden; }
  @media screen and (max-width: 1199px) {
    .intro {
      padding: 40px 0px; } }
  @media screen and (max-width: 991px) {
    .intro {
      padding: 30px 0px; } }
  .intro .intro-box h3 {
    font-size: 4.8rem;
    color: #fff;
    margin: 0px 0px 20px 0px;
    font-family: "Microsoft JhengHei", sans-serif; }
    @media screen and (max-width: 991px) {
      .intro .intro-box h3 {
        font-size: 2rem; } }
    @media screen and (max-width: 767px) {
      .intro .intro-box h3 {
        font-size: 1.9rem; } }
  .intro .intro-box p {
    color: #fff;
    font-size: 2rem;
    margin: 0px 0px 20px 0px;
    font-family: "Microsoft JhengHei", sans-serif; }
    @media screen and (max-width: 991px) {
      .intro .intro-box p {
        font-size: 1.4rem; } }
    @media screen and (max-width: 767px) {
      .intro .intro-box p {
        font-size: 1.2rem; } }
  @media screen and (max-width: 767px) {
    .intro .intro-box a {
      font-size: 1.1rem; } }

.footer {
  padding: 30px 0px; }
  .footer .allright {
    float: left; }
    @media screen and (max-width: 991px) {
      .footer .allright {
        float: none;
        text-align: center;
        margin: 0px 0px 20px 0px; } }
    .footer .allright p {
      margin: 0px;
      padding: 0px;
      font-size: 1.3rem;
      color: #333333;
      display: inline-block;
      margin: 0px 10px 0px 0px; }
    .footer .allright a {
      color: #333;
      opacity: 0.7; }
  .footer .footer-nav {
    float: right; }
    @media screen and (max-width: 991px) {
      .footer .footer-nav {
        float: none;
        text-align: center; } }
    .footer .footer-nav ul {
      list-style: none;
      margin: 0px;
      padding: 0px; }
      @media screen and (max-width: 991px) {
        .footer .footer-nav ul {
          display: inline-block; } }
      .footer .footer-nav ul li {
        display: inline-block;
        margin: 0px 0px 0px 30px; }
        .footer .footer-nav ul li a {
          font-size: 1.4rem;
          font-family: "Microsoft JhengHei", sans-serif;
          color: #333333; }
          .footer .footer-nav ul li a:hover {
            text-decoration: underline; }

.fixed-link {
  position: fixed;
  left: 0px;
  top: 200px;
  z-index: 999; }
  @media screen and (max-width: 991px) {
    .fixed-link {
      display: none; } }
  .fixed-link a {
    background-color: #075eaf;
    display: block;
    width: 190px;
    height: 60px;
    margin: 0px 0px 5px 0px;
    background-color: #50c743;
    transition: all ease 0.4s;
    background-repeat: no-repeat;
    position: relative;
    left: -150px; }
    .fixed-link a:hover {
      background-color: #75d36a;
      left: 0px; }
    .fixed-link a .dl-inner {
      padding: 0px 30px 0px 0px;
      position: relative; }
      .fixed-link a .dl-inner .fl-icon {
        position: absolute;
        background-image: url(../images/scroll_icon.png);
        width: 30px;
        height: 25px;
        background-size: 25px auto;
        background-position: center center;
        background-repeat: no-repeat;
        right: 6px;
        top: 17px;
        margin: 0px; }
      .fixed-link a .dl-inner p {
        display: block;
        margin: 0px;
        color: #fff;
        padding: 18px 0px 0px 0px;
        margin: 0px;
        text-align: center; }
    .fixed-link a.fl-search {
      background-color: #f77104; }
      .fixed-link a.fl-search:hover {
        background-color: #fc8d32; }
      .fixed-link a.fl-search .dl-inner .fl-icon {
        position: absolute;
        background-image: url(../images/search_icon.png); }

/***************pagee******************/
.page-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  height: 510px;
  position: relative; }
  @media screen and (max-width: 1199px) {
    .page-banner {
      height: 400px; } }
  @media screen and (max-width: 991px) {
    .page-banner {
      height: 300px; } }
  @media screen and (max-width: 767px) {
    .page-banner {
      height: 250px; } }
  .page-banner.about {
    background-image: url(../images/about_banner.png); }
  .page-banner.contact {
    background-image: url(../images/contact_banner.png); }
  .page-banner.quality {
    background-image: url(../images/quality_banner.png); }
  .page-banner.policy {
    background-image: url(../images/policy_banner.png); }
  .page-banner.news {
    background-image: url(../images/news_banner.png); }
  .page-banner.product {
    background-image: url(../images/product_banner.png); }
  .page-banner.product-list {
    background-image: url(../images/product_list_banner.png); }
  .page-banner.search {
    background-image: url(../images/search_banner.png); }
  .page-banner.sitemap {
    background-image: url(../images/sitemap_banner.png); }
  .page-banner.qa {
    background-image: url(../images/qa_banner.png);
    height: 300px; }
    @media screen and (max-width: 1199px) {
      .page-banner.qa {
        height: 300px; } }
    @media screen and (max-width: 991px) {
      .page-banner.qa {
        height: 250px; } }
    @media screen and (max-width: 767px) {
      .page-banner.qa {
        height: 200px; } }

.b-search-inner {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0px;
  display: flex;
  align-items: center;
  justify-content: center; }
  .b-search-inner .b-search-content {
    width: 100%;
    padding: 15px;
    text-align: center;
    margin-top: -160px; }
    @media screen and (max-width: 991px) {
      .b-search-inner .b-search-content {
        margin-top: -70px; } }
  .b-search-inner h3 {
    font-size: 8rem;
    color: #fff;
    margin: 0px;
    padding: 0px; }
    @media screen and (max-width: 991px) {
      .b-search-inner h3 {
        font-size: 4rem; } }
  .b-search-inner p {
    font-size: 2rem;
    color: #fff;
    margin: 0px; }
    @media screen and (max-width: 991px) {
      .b-search-inner p {
        font-size: 1.5rem; } }

.page-caption {
  margin: 0px 0px 30px 0px; }
  .page-caption h2 {
    margin: 0px;
    padding: 0px;
    font-size: 5rem;
    text-align: center; }
    @media screen and (max-width: 1199px) {
      .page-caption h2 {
        font-size: 3rem; } }
  @media screen and (max-width: 1199px) and (max-width: 991px) {
    .page-caption h2 {
      font-size: 2.5rem; } }
  .page-caption P {
    margin: 20px auto 0px auto;
    max-width: 900px;
    font-size: 1.8rem;
    color: #333333; }
    @media screen and (max-width: 991px) {
      .page-caption P {
        font-size: 1.5rem; } }

.box-about {
  background-image: url(../images/a1.png);
  background-repeat: no-repeat;
  background-position: bottom right;
  min-height: 600px; }
  @media screen and (max-width: 991px) {
    .box-about {
      min-height: 300px;
      background-size: cover; } }
  @media screen and (max-width: 767px) {
    .box-about {
      background-image: none; } }
  .box-about .box-about-content {
    padding: 100px 0px 20px 0px; }
    @media screen and (max-width: 767px) {
      .box-about .box-about-content {
        padding: 0px 0px 20px 0px; } }
    .box-about .box-about-content h3 {
      font-size: 4rem;
      margin: 0px 0px 20px 0px;
      padding: 0px;
      line-height: 1.6; }
      @media screen and (max-width: 1199px) {
        .box-about .box-about-content h3 {
          font-size: 3rem; } }
      @media screen and (max-width: 767px) {
        .box-about .box-about-content h3 {
          font-size: 2rem; } }
    .box-about .box-about-content p {
      font-size: 1.8rem;
      color: #333333;
      margin: 0px 0px 20px 0px; }
      @media screen and (max-width: 991px) {
        .box-about .box-about-content p {
          font-size: 1.4rem; } }

.box-contact {
  margin: 0px 0px 40px 0px; }
  .box-contact .bc-left a.logo h3 {
    font-size: 2.5rem;
    margin: 10px 0px 20px 0px; }
    @media screen and (max-width: 991px) {
      .box-contact .bc-left a.logo h3 {
        font-size: 2rem; } }
  .box-contact .bc-left p {
    font-size: 1.8rem;
    color: #333333;
    line-height: 45px;
    min-height: 45px;
    margin: 0px 0px 15px 0px; }
    @media screen and (max-width: 767px) {
      .box-contact .bc-left p {
        font-size: 1.5rem; } }
    .box-contact .bc-left p span {
      background-image: url(../images/location_icon.png);
      width: 44px;
      height: 44px;
      float: left;
      margin: 0px 10px 0px 0px; }

.bc-right {
  min-height: 150px;
  padding: 0px 0px 0px 30px; }
  @media screen and (max-width: 767px) {
    .bc-right {
      padding: 0px; } }
  .bc-right p {
    color: #333333;
    margin: 0px 0px 20px 0px;
    font-size: 1.5rem; }

.c-field {
  border-bottom: 1px solid #cccccc;
  padding: 0px 0px 0px 180px; }
  .c-field span {
    float: left;
    width: 180px;
    margin: 0px 0px 0px -180px;
    padding: 0px 0px 0px 20px;
    font-size: 1.5rem;
    color: #333333;
    line-height: 50px; }
    .c-field span em {
      color: #075eaf;
      font-style: normal; }
  .c-field .c-text {
    height: 50px;
    padding: 0px;
    border: none;
    outline: none;
    background-color: transparent;
    width: 100%;
    display: block; }
  .c-field .c-area {
    height: 150px;
    padding: 0px;
    border: none;
    outline: none;
    background-color: transparent;
    width: 100%;
    display: block;
    padding: 20px 0px; }

.c-field-control {
  margin: 20px 0px 30px 0px;
  position: relative;
  padding: 0px 140px 0px 140px; }
  @media screen and (max-width: 767px) {
    .c-field-control {
      padding: 0px 0px 0px 140px; } }
  .c-field-control .c-captcha {
    float: left;
    position: absolute;
    top: 0px;
    left: 0px; }
  .c-field-control .c-control {
    float: right;
    top: 0px;
    right: 0px;
    position: absolute; }
    @media screen and (max-width: 767px) {
      .c-field-control .c-control {
        float: none;
        margin: 20px 0px 0px 0px;
        position: relative;
        top: unset;
        right: unset; } }
    .c-field-control .c-control .btn-submit {
      height: 50px;
      padding: 0px 30px;
      color: #fff;
      font-size: 1.5rem;
      background-color: #177cda;
      border: none;
      outline: none;
      cursor: pointer;
      transition: all ease 0.3s; }
      .c-field-control .c-control .btn-submit:hover {
        background-color: #075eaf; }
  .c-field-control .c-input .c-text {
    height: 50px;
    padding: 0px;
    border: none;
    outline: none;
    background-color: transparent;
    width: 100%;
    display: block;
    border-bottom: 1px solid #cccccc;
    text-align: center;
    cursor: pointer; }

.box-policy {
  margin: 0px 0px 40px 0px; }
  .box-policy h5 {
    color: #333333;
    font-size: 2.2rem;
    margin: 0px; }
    @media screen and (max-width: 991px) {
      .box-policy h5 {
        font-size: 1.8rem; } }
  .box-policy p {
    font-size: 1.8rem;
    margin: 0px 0px 50px 0px;
    color: #333333; }
    @media screen and (max-width: 991px) {
      .box-policy p {
        font-size: 1.5rem; } }

.news-filter {
  text-align: center;
  margin: 0px 0px 50px 0px;
  padding: 20px 0px 0px 0px; }
  .news-filter select {
    border-radius: 3px;
    border: 1px solid #dddddd;
    height: 40px;
    width: 240px;
    font-size: 1.5rem;
    padding: 0px 0px 0px 15px; }

.box-list-news {
  margin: 0px 0px 40px 0px; }

.dn-control {
  margin: 0px 0px 80px 0px; }
  @media screen and (max-width: 767px) {
    .dn-control {
      display: none; } }
  .dn-control .next {
    float: right; }
  .dn-control i {
    margin: 0px 5px; }
  .dn-control a {
    display: inline-block;
    margin: 5px 0px; }
  .dn-control:hover {
    color: #075eaf; }

.box-detail-news {
  margin: 0px 0px 80px 0px; }
  .box-detail-news .date {
    margin: 20px 0px 10px 0px; }
    .box-detail-news .date span {
      height: 30px;
      font-size: 13px;
      line-height: 30px;
      color: #fff;
      display: inline-block;
      background-color: #177cda;
      padding: 0px 20px;
      position: relative;
      z-index: 1;
      top: -15px;
      margin: 0px 0px 0px 0px;
      transition: all ease 0.3s; }
  .box-detail-news .dn-caption {
    border-bottom: 1px solid #ddd;
    margin: 0px 0px 30px 0px;
    padding: 0px 0px 20px 0px; }
    .box-detail-news .dn-caption h1 {
      margin: 0px;
      padding: 0px;
      font-size: 3rem; }
      @media screen and (max-width: 991px) {
        .box-detail-news .dn-caption h1 {
          font-size: 2.5rem; } }
  .box-detail-news img {
    max-width: 100%; }
  .box-detail-news p {
    font-size: 1.5rem;
    color: #333333;
    margin: 0px 0px 20px 0px; }

.box-list-product {
  margin: 0px 0px 70px 0px; }

.detail-bar {
  margin: 20px 0px 0px 0px;
  min-height: 40px;
  background-color: #075eaf;
  min-height: 60px;
  position: relative;
  z-index: 99;
  text-align: center;
  position: relative; }
  .detail-bar .db-left {
    line-height: 60px;
    font-size: 2.2rem;
    color: #fff;
    z-index: 0;
    max-width: 1210px;
    margin: 0px auto;
    text-align: left;
    height: 1px;
    padding-left: 15px; }
    @media screen and (max-width: 991px) {
      .detail-bar .db-left {
        height: auto;
        text-align: center;
        padding-left: 0px; } }
    @media screen and (max-width: 767px) {
      .detail-bar .db-left {
        display: block;
        float: none;
        width: 100%;
        line-height: 40px; } }
  .detail-bar .db-right {
    float: right;
    padding: 15px 0px 0px 0px; }
    .detail-bar .db-right p {
      line-height: 30px;
      color: #fff;
      font-size: 1.7rem;
      display: inline-block;
      padding: 0px 40px 0px 0px;
      position: relative; }
      @media screen and (max-width: 767px) {
        .detail-bar .db-right p {
          font-size: 1.4rem; } }
      .detail-bar .db-right p span {
        position: absolute;
        width: 25px;
        height: 25px;
        display: block;
        position: absolute;
        top: 2px;
        right: 0px;
        border-radius: 2px;
        background-color: #fff;
        line-height: 25px;
        text-align: center;
        color: #075eaf;
        font-size: 1.6rem; }
        @media screen and (max-width: 767px) {
          .detail-bar .db-right p span {
            width: 20px;
            height: 20px;
            font-size: 1.4rem;
            line-height: 20px;
            top: 5px; } }
        .detail-bar .db-right p span:before {
          content: "";
          display: block;
          width: 0px;
          height: 0px;
          border: 5px solid transparent;
          border-right-color: #fff;
          position: absolute;
          top: 50%;
          left: -10px;
          margin: -5px 0px 0px 0px; }
          @media screen and (max-width: 767px) {
            .detail-bar .db-right p span:before {
              margin: -4px 0px 0px 0px; } }
  .detail-bar.is_stuck {
    top: 100px !important; }
    @media screen and (max-width: 991px) {
      .detail-bar.is_stuck {
        top: 100px !important; } }
  .detail-bar .detail-nav {
    padding: 0px;
    margin: 0px;
    display: inline-block;
    margin: 0px auto;
    list-style: none; }
    @media screen and (max-width: 767px) {
      .detail-bar .detail-nav {
        float: left; } }
    .detail-bar .detail-nav li {
      display: inline-block;
      color: #fff;
      cursor: pointer; }
      .detail-bar .detail-nav li a {
        display: block;
        line-height: 60px;
        padding: 0px 50px;
        -moz-transition: all ease 0.2s;
        -o-transition: all ease 0.2s;
        -webkit-transition: all ease 0.2s;
        transition: all ease 0.2s;
        color: #fff;
        font-size: 1.7rem;
        opacity: 0.6; }
        @media screen and (max-width: 991px) {
          .detail-bar .detail-nav li a {
            padding: 0px 20px; } }
        @media screen and (max-width: 767px) {
          .detail-bar .detail-nav li a {
            font-size: 1.4rem;
            padding: 0px 5px; } }
      .detail-bar .detail-nav li.active a {
        opacity: 1; }
      .detail-bar .detail-nav li.big a {
        font-size: 2.2rem; }
        @media screen and (max-width: 991px) {
          .detail-bar .detail-nav li.big a {
            font-size: 1.7rem; } }

.sitemap {
  padding: 10px 0px;
  margin: 0px 0px 40px 0px; }
  @media screen and (max-width: 991px) {
    .sitemap {
      margin: 0px 0px 20px 0px; } }
  .sitemap a {
    color: #333333;
    font-size: 1.4rem; }
    .sitemap a:hover {
      color: #075eaf; }
  .sitemap span {
    color: #333333;
    font-size: 1.4rem;
    display: inline-block;
    margin: 0px 5px; }

.detail-slider {
  max-width: 500px;
  margin: 0px auto 50px auto; }
  .detail-slider .slick-slider {
    position: relative; }
    .detail-slider .slick-slider .slider-for {
      margin: 0px 0px 40px 0px; }
      .detail-slider .slick-slider .slider-for img {
        width: 100%;
        display: block;
        height: auto; }
    .detail-slider .slick-slider .slider-nav {
      position: relative;
      max-width: 270px;
      padding: 0px 30px;
      margin: 0px auto 40px auto; }
      .detail-slider .slick-slider .slider-nav .slick-prev {
        width: 30px;
        position: absolute;
        top: 0px;
        left: 0px;
        bottom: 0px;
        border: none;
        background-color: transparent;
        outline: none;
        font-size: 20px;
        cursor: pointer; }
      .detail-slider .slick-slider .slider-nav .slick-next {
        width: 30px;
        position: absolute;
        top: 0px;
        right: 0px;
        bottom: 0px;
        border: none;
        cursor: pointer;
        background-color: transparent;
        outline: none;
        font-size: 20px; }
      .detail-slider .slick-slider .slider-nav .slick-slide {
        outline: none;
        padding: 0px 5px;
        overflow: hidden; }
        .detail-slider .slick-slider .slider-nav .slick-slide img {
          border: 1px solid #ccc;
          width: 100%;
          height: auto;
          cursor: pointer; }
        .detail-slider .slick-slider .slider-nav .slick-slide.slick-current img {
          border: 1px solid #075eaf; }
      .detail-slider .slick-slider .slider-nav .nav-item {
        border: 1px solid #fff; }
        .detail-slider .slick-slider .slider-nav .nav-item img {
          width: 100%; }

.pd-des {
  max-width: 400px; }
  @media screen and (max-width: 1400px) {
    .pd-des {
      padding-left: 150px;
      max-width: 550px; } }
  @media screen and (max-width: 1199px) {
    .pd-des {
      padding-left: 100px; } }
  @media screen and (max-width: 991px) {
    .pd-des {
      padding-left: 0px; } }
  .pd-des p {
    font-size: 1.6rem;
    color: #333333;
    margin: 0px 0px 10px 0px; }

.pd-des-control {
  margin: 40px 0px 40px 0px; }
  @media screen and (max-width: 991px) {
    .pd-des-control {
      margin: 20px 0px 20px 0px; } }
  .pd-des-control .pd-button-wrap {
    z-index: 2 !important; }
  .pd-des-control .pd-tootip {
    width: 370px;
    padding: 15px 20px;
    border: 1px solid #075eaf;
    position: absolute;
    top: 100%;
    left: 0px;
    margin: 10px 0px 0px 0px;
    border-radius: 5px;
    background-color: #fff;
    visibility: hidden;
    opacity: 0;
    z-index: -1;
    transition: all ease 0.3s; }
    .pd-des-control .pd-tootip p {
      font-size: 1.5rem;
      color: #000000;
      margin: 0px; }
      .pd-des-control .pd-tootip p span {
        color: #075eaf; }
      .pd-des-control .pd-tootip p a {
        color: #075eaf; }
        .pd-des-control .pd-tootip p a:hover {
          text-decoration: underline; }
  .pd-des-control .pd-button-wrap {
    display: inline-block;
    margin: 0px 15px 0px 0px;
    position: relative;
    z-index: -1; }
    .pd-des-control .pd-button-wrap .pd-btn {
      font-size: 1.5rem;
      line-height: 43px;
      display: inline-block;
      padding: 0px 20px;
      border: 1px solid #075eaf;
      padding: 0px 30px;
      border-radius: 4px;
      color: #075eaf;
      transition: all ease 0.3s; }
      @media screen and (max-width: 991px) {
        .pd-des-control .pd-button-wrap .pd-btn {
          padding: 0px 10px !important;
          line-height: 30px; } }
      @media screen and (max-width: 767px) {
        .pd-des-control .pd-button-wrap .pd-btn {
          padding: 0px 5px !important;
          font-size: 1.2rem !important; } }
      .pd-des-control .pd-button-wrap .pd-btn:hover {
        background-color: #075eaf;
        color: #fff; }
    .pd-des-control .pd-button-wrap.show {
      z-index: 1; }
      .pd-des-control .pd-button-wrap.show .pd-tootip {
        visibility: visible;
        opacity: 1;
        z-index: 200; }

.pd-content {
  min-height: 200px;
  margin: 0px 0px 50px 0px; }
  .pd-content.active {
    display: block; }
  .pd-content .pdc-caption {
    margin: 0px;
    text-align: center;
    padding: 0px;
    border-bottom: 2px solid #ddd;
    margin: 0px 0px 30px 0px; }
    @media screen and (max-width: 767px) {
      .pd-content .pdc-caption {
        padding-top: 50px; } }
    .pd-content .pdc-caption span {
      display: inline-block;
      padding: 20px 100px;
      margin-bottom: -2px;
      border-bottom: 2px solid #075eaf;
      font-size: 3.8rem; }
      @media screen and (max-width: 991px) {
        .pd-content .pdc-caption span {
          padding: 20px 20px;
          font-size: 2.5rem; } }
      @media screen and (max-width: 767px) {
        .pd-content .pdc-caption span {
          font-size: 2rem; } }

.mw800 {
  max-width: 800px;
  margin: 0px auto; }

.pdc-content p {
  margin: 0px 0px 15px 0px;
  font-size: 1.6rem;
  color: #333333; }

.pdc-table table {
  width: 100%; }

.pdc-table thead {
  background-color: #075eaf; }
  .pdc-table thead th {
    padding: 7px 10px;
    color: #fff;
    font-size: 1.8rem; }
    @media screen and (max-width: 767px) {
      .pdc-table thead th {
        font-size: 1.4rem; } }

.pdc-table .caption {
  padding-left: 100px; }
  @media screen and (max-width: 991px) {
    .pdc-table .caption {
      padding-left: 10px; } }

.pdc-table .center {
  text-align: center; }

.pdc-table tbody tr td {
  padding: 7px 10px;
  font-size: 1.8rem;
  color: #666666; }
  @media screen and (max-width: 767px) {
    .pdc-table tbody tr td {
      font-size: 1.4rem; } }
  .pdc-table tbody tr td.caption {
    color: #000; }

.pdc-table tbody tr:hover {
  background-color: #f2f2f2; }

.md-1000 {
  max-width: 800px;
  margin-top: 150px; }
  @media screen and (max-width: 991px) {
    .md-1000 {
      margin-left: 15px;
      margin-right: 15px; } }
  .md-1000 .modal-content {
    min-height: 300px;
    background-color: #fff;
    position: relative;
    border: none;
    border-radius: 0px;
    padding: 30px 40px 30px 40px; }
    .md-1000 .modal-content .close-modal {
      position: absolute;
      top: 3px;
      right: 10px;
      line-height: 25px;
      cursor: pointer;
      font-size: 20px;
      opacity: 0.7; }
      .md-1000 .modal-content .close-modal:hover {
        cursor: pointer;
        opacity: 1; }
  .md-1000 .bc-right {
    padding: 0px; }
    .md-1000 .bc-right h2 {
      margin: 0px 0px 20px 0px;
      font-size: 3rem;
      padding: 0px; }

.modal.fade {
  padding-right: 0px !important; }

.modal-open {
  padding-right: 0px !important; }

.box-sitemap {
  margin: 0px 0px 50px 0px; }
  .box-sitemap .bs-nav {
    margin: 0px 0px 0px 0px; }
    .box-sitemap .bs-nav ul {
      list-style: none; }
      .box-sitemap .bs-nav ul li {
        margin: 0px 0px 20px 0px; }
        .box-sitemap .bs-nav ul li a {
          font-size: 3rem;
          transition: all ease 0.3s; }
          .box-sitemap .bs-nav ul li a:hover {
            color: #075eaf; }
          @media screen and (max-width: 991px) {
            .box-sitemap .bs-nav ul li a {
              font-size: 2rem; } }

.ds-content h3 {
  font-size: 3.5rem;
  margin: 0px 0px 20px 0px; }
  @media screen and (max-width: 991px) {
    .ds-content h3 {
      font-size: 2.5rem; } }

.ds-content .ds-col {
  float: left;
  width: 33.33%;
  margin: 0px 0px 40px 0px; }
  @media screen and (max-width: 767px) {
    .ds-content .ds-col {
      width: 50%; } }
  .ds-content .ds-col h4 {
    margin: 0px 0px 20px 0px;
    font-size: 2.2rem; }
  .ds-content .ds-col ul {
    list-style: none;
    margin: 0px;
    padding: 0px; }
    .ds-content .ds-col ul li {
      margin: 0px 0px 10px 0px; }
      .ds-content .ds-col ul li a {
        color: #333333;
        transition: all ease 0.3s;
        font-size: 1.5rem; }
        .ds-content .ds-col ul li a:hover {
          color: #075eaf; }

.home-banner {
  min-height: 700px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  display: flex;
  align-items: center;
  padding: 20px 0px;
  width: 100%; }
  @media screen and (max-width: 1400px) {
    .home-banner {
      min-height: 600px; } }
  @media screen and (max-width: 991px) {
    .home-banner {
      min-height: 400px; } }
  @media screen and (max-width: 767px) {
    .home-banner {
      min-height: 200px; } }

.search-banner {
  min-height: 270px;
  background-image: url(../images/search_banner.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  display: flex;
  align-items: center;
  padding: 20px 0px;
  width: 100%; }
  @media screen and (max-width: 1400px) {
    .search-banner {
      min-height: 200px;
      background-size: cover; } }
  @media screen and (max-width: 991px) {
    .search-banner {
      min-height: 150px; } }
  @media screen and (max-width: 767px) {
    .search-banner {
      min-height: 130px; } }

.news-banner {
  min-height: 600px;
  background-image: url(../images/news_banner.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  display: flex;
  align-items: center;
  padding: 20px 0px;
  width: 100%; }
  @media screen and (max-width: 2000px) {
    .news-banner {
      min-height: 450px;
      background-size: cover; } }
  @media screen and (max-width: 1400px) {
    .news-banner {
      min-height: 400px; } }
  @media screen and (max-width: 991px) {
    .news-banner {
      min-height: 300px; } }
  @media screen and (max-width: 767px) {
    .news-banner {
      min-height: 200px; } }

.application-banner {
  min-height: 600px;
  background-image: url(../images/app_banner.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  display: flex;
  align-items: center;
  padding: 20px 0px;
  width: 100%; }
  @media screen and (max-width: 2000px) {
    .application-banner {
      min-height: 450px;
      background-size: cover; } }
  @media screen and (max-width: 1400px) {
    .application-banner {
      min-height: 400px; } }
  @media screen and (max-width: 991px) {
    .application-banner {
      min-height: 300px; } }
  @media screen and (max-width: 767px) {
    .application-banner {
      min-height: 200px; } }

.contact-banner {
  min-height: 600px;
  background-image: url(../images/contact_banner.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  display: flex;
  align-items: center;
  padding: 20px 0px;
  width: 100%; }
  @media screen and (max-width: 2000px) {
    .contact-banner {
      min-height: 450px;
      background-size: cover; } }
  @media screen and (max-width: 1400px) {
    .contact-banner {
      min-height: 400px; } }
  @media screen and (max-width: 991px) {
    .contact-banner {
      min-height: 300px; } }
  @media screen and (max-width: 767px) {
    .contact-banner {
      min-height: 200px; } }

.about-banner {
  min-height: 600px;
  background-image: url(../images/about_banner.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  display: flex;
  align-items: center;
  padding: 20px 0px;
  width: 100%; }
  @media screen and (max-width: 2000px) {
    .about-banner {
      min-height: 450px;
      background-size: cover; } }
  @media screen and (max-width: 1400px) {
    .about-banner {
      min-height: 400px; } }
  @media screen and (max-width: 991px) {
    .about-banner {
      min-height: 300px; } }
  @media screen and (max-width: 767px) {
    .about-banner {
      min-height: 200px; } }

.faq-banner {
  min-height: 600px;
  background-image: url(../images/qa_banner.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  display: flex;
  align-items: center;
  padding: 20px 0px;
  width: 100%; }
  @media screen and (max-width: 2000px) {
    .faq-banner {
      min-height: 450px;
      background-size: cover; } }
  @media screen and (max-width: 1400px) {
    .faq-banner {
      min-height: 400px; } }
  @media screen and (max-width: 991px) {
    .faq-banner {
      min-height: 300px; } }
  @media screen and (max-width: 767px) {
    .faq-banner {
      min-height: 200px; } }

.product-banner {
  min-height: 600px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  display: flex;
  align-items: center;
  padding: 20px 0px;
  width: 100%; }
  @media screen and (max-width: 2000px) {
    .product-banner {
      min-height: 450px;
      background-size: cover; } }
  @media screen and (max-width: 1400px) {
    .product-banner {
      min-height: 400px; } }
  @media screen and (max-width: 991px) {
    .product-banner {
      min-height: 300px; } }
  @media screen and (max-width: 767px) {
    .product-banner {
      min-height: 200px; } }

.product-box .pb-caption {
  text-align: center;
  margin: 30px 0px 40px 0px; }
  .product-box .pb-caption h2 {
    font-size: 4.3rem;
    font-family: "Aero", sans-serif;
    color: #000;
    text-align: center;
    margin: 0px; }
    @media screen and (max-width: 991px) {
      .product-box .pb-caption h2 {
        font-size: 3rem;
        padding: 0px 10px 0px 0px; } }

.video-box {
  max-width: 1082px;
  margin: 50px auto; }
  .video-box .vb-control {
    margin: 10px 0px; }
    .video-box .vb-control a {
      line-height: 45px;
      font-size: 1.5rem;
      color: #000;
      padding: 0px 30px;
      border: 1px solid #e5e5e5;
      -moz-transition: all ease 0.2s;
      -o-transition: all ease 0.2s;
      -webkit-transition: all ease 0.2s;
      transition: all ease 0.2s;
      display: inline-block;
      margin: 0px 10px 0px 0px; }
      .video-box .vb-control a:hover {
        background-color: #fc391d;
        color: #fff;
        border: 1px solid #fc391d; }
      .video-box .vb-control a.current {
        background-color: #fc391d;
        color: #fff;
        border: 1px solid #fc391d; }
  .video-box .video-box-content {
    display: none; }
    .video-box .video-box-content.active {
      display: block; }

/*********************product page****************/
#mobile-indicator {
  display: none; }

@media (max-width: 991px) {
  #mobile-indicator {
    display: block; } }

.product-page {
  min-height: 200px;
  padding: 0px 0px 0px 250px; }
  @media screen and (max-width: 991px) {
    .product-page {
      padding: 0px; } }
  .product-page .pp-left {
    float: left;
    width: 200px;
    margin: 0px 0px 0px -250px; }
    @media screen and (max-width: 991px) {
      .product-page .pp-left {
        float: none;
        width: 100%;
        margin: 0px 0px 0px 0px; } }
  .product-page .pp-right {
    float: right;
    width: 100%; }
    @media screen and (max-width: 991px) {
      .product-page .pp-right {
        float: none;
        width: 100%; } }

.pp-caption {
  margin: 0px 0px 110px 0px; }
  @media screen and (max-width: 991px) {
    .pp-caption {
      margin: 0px 0px 50px 0px; } }
  .pp-caption.pp-caption-fix {
    margin: 0px 0px 50px 0px;
    padding: 0px 0px 0px 250px; }
    @media screen and (max-width: 991px) {
      .pp-caption.pp-caption-fix {
        margin: 0px 0px 30px 0px; } }
  .pp-caption h2 {
    color: #000;
    font-weight: normal;
    text-align: center;
    margin: 0px 0px 40px 0px;
    padding: 0px;
    font-size: 4.2rem; }
    @media screen and (max-width: 991px) {
      .pp-caption h2 {
        font-size: 3rem; } }
  .pp-caption p {
    font-size: 1.7rem; }

.pp-list .pp-item {
  margin: 0px 0px 30px 0px;
  border: 1px solid #e5e5e5;
  -moz-transition: all ease 0.2s;
  -o-transition: all ease 0.2s;
  -webkit-transition: all ease 0.2s;
  transition: all ease 0.2s;
  position: relative; }
  .pp-list .pp-item:hover {
    box-shadow: 5px 0px 35px 0px rgba(0, 0, 0, 0.3);
    border: 1px solid #cccbcb; }
    .pp-list .pp-item:hover .ppi-img img {
      transform: scale(1.1); }
  .pp-list .pp-item a {
    display: block; }
  .pp-list .pp-item .ppi-img {
    margin: 0px;
    overflow: hidden; }
    .pp-list .pp-item .ppi-img img {
      display: block;
      width: 100%;
      transition: all ease 0.4s; }
  .pp-list .pp-item .ppi-des {
    padding: 30px 30px 50px 30px; }
    @media screen and (max-width: 767px) {
      .pp-list .pp-item .ppi-des {
        padding: 15px 15px 30px 15px; } }
    .pp-list .pp-item .ppi-des .title-product {
      height: 50px;
      margin: 0px 0px 15px 0px; }
    .pp-list .pp-item .ppi-des h3 {
      font-size: 2rem;
      color: #000; }
    .pp-list .pp-item .ppi-des p {
      font-size: 1.3rem;
      color: #666666;
      margin: 0px 0px 10px 0px; }
  .pp-list .pp-item.pp-item-animation .ppi-img {
    transition: all 0.6s ease-in-out 0s; }
  .pp-list .pp-item.pp-item-animation .ppi-hover {
    transition: all 0.6s ease-in-out 0s;
    visibility: hidden;
    opacity: 0;
    position: absolute;
    top: -1px;
    left: -1px;
    right: -1px;
    bottom: 0px;
    z-index: -1;
    background-color: #000;
    padding: 30px;
    overflow: auto; }
    .pp-list .pp-item.pp-item-animation .ppi-hover h3 {
      font-size: 2rem;
      color: #d01715;
      margin: 0px 0px 15px 0px; }
    .pp-list .pp-item.pp-item-animation .ppi-hover p {
      font-size: 1.5rem;
      color: #fff;
      margin: 0px 0px 10px 0px; }
  .pp-list .pp-item.pp-item-animation:hover .ppi-hover {
    opacity: 1;
    visibility: visible;
    z-index: 22; }
  .pp-list .pp-item.pp-item-animation:hover .ppi-img {
    transform: translateY(-100%) rotateX(90deg);
    transform-origin: center bottom 0;
    opacity: 0; }

.menu-left {
  border: 1px solid #e5e5e5;
  border-top: 2px solid #075eaf; }
  @media screen and (max-width: 991px) {
    .menu-left {
      margin-bottom: 30px; } }
  .menu-left .ml-caption {
    font-size: 2.4rem;
    color: #000;
    padding: 4px 10px;
    font-weight: 600; }
    @media screen and (max-width: 991px) {
      .menu-left .ml-caption {
        cursor: pointer; } }
  .menu-left > ul {
    list-style: none;
    padding: 0px;
    margin: 0px; }
    .menu-left > ul > li {
      border-top: 1px solid #e5e5e5;
      list-style: none; }
      .menu-left > ul > li > a {
        display: block; }
        .menu-left > ul > li > a > div {
          padding: 10px 10px;
          line-height: 25px;
          font-size: 1.6rem;
          color: #000;
          position: relative; }
          .menu-left > ul > li > a > div span {
            display: block;
            position: absolute;
            background-image: url(../images/icon_arr_right.png);
            width: 23px;
            height: 23px;
            top: 11px;
            right: 11px; }
        .menu-left > ul > li > a.active > div {
          color: #075eaf; }
          .menu-left > ul > li > a.active > div > span {
            background-image: url(../images/icon_arr_right_active.png); }
      .menu-left > ul > li > ul.lv2 {
        list-style: none;
        padding: 0px;
        margin: 0px; }
        .menu-left > ul > li > ul.lv2 > li {
          border-top: 1px solid #e5e5e5;
          list-style: none; }
          .menu-left > ul > li > ul.lv2 > li > a {
            display: block; }
            .menu-left > ul > li > ul.lv2 > li > a > div {
              padding: 10px 10px;
              line-height: 25px;
              font-size: 1.4rem;
              color: #000;
              position: relative; }
          .menu-left > ul > li > ul.lv2 > li > ul.lv3 {
            list-style: none;
            padding: 0px;
            margin: 0px; }
            .menu-left > ul > li > ul.lv2 > li > ul.lv3 > li {
              border-top: 1px solid #e5e5e5;
              list-style: none; }
              .menu-left > ul > li > ul.lv2 > li > ul.lv3 > li > a {
                display: block; }
                .menu-left > ul > li > ul.lv2 > li > ul.lv3 > li > a > div {
                  padding: 0px 10px;
                  line-height: 45px;
                  font-size: 1.4rem;
                  color: #000;
                  position: relative; }
              .menu-left > ul > li > ul.lv2 > li > ul.lv3 > li > ul.lv4 {
                list-style: none;
                padding: 0px;
                margin: 0px; }
                .menu-left > ul > li > ul.lv2 > li > ul.lv3 > li > ul.lv4 > li {
                  display: block;
                  border-top: 1px solid #e5e5e5;
                  list-style: none; }
                  .menu-left > ul > li > ul.lv2 > li > ul.lv3 > li > ul.lv4 > li > a > div {
                    padding: 0px 10px;
                    line-height: 45px;
                    font-size: 1.6rem;
                    color: #000;
                    position: relative; }
  .menu-left .lv2,
  .menu-left .lv3,
  .menu-left .lv4 {
    display: none; }
  @media screen and (min-width: 992px) {
    .menu-left .lv1 {
      display: block !important; } }
  .menu-left .lv2 > li > a > div {
    background-color: #575554;
    color: #fff !important; }
  .menu-left .lv2 > li > a:hover > div {
    background-color: #f29303 !important;
    color: #fff !important; }
  .menu-left .lv2 > li > a.active > div {
    background-color: #f29303;
    color: #fff !important; }
  .menu-left .lv3 > li > a > div {
    background-color: #575554;
    color: #fff !important; }
  .menu-left .lv3 > li > a:hover > div {
    background-color: #f29303 !important;
    color: #fff !important; }
  .menu-left .lv3 > li > a.active > div {
    background-color: #8b8b8a;
    color: #fff !important; }

.lv2 > li > a > div > span,
.lv3 > li > a > div > span,
.lv4 > li > a > div > span {
  display: block;
  width: 20px;
  height: 20px;
  top: 50%;
  position: absolute;
  right: 12px;
  margin: -10px 0px 0px; }
  .lv2 > li > a > div > span:before,
  .lv3 > li > a > div > span:before,
  .lv4 > li > a > div > span:before {
    content: "+";
    display: block;
    width: 20px;
    height: 20px;
    text-align: center;
    position: absolute;
    top: 0px;
    left: 0px;
    line-height: 20px;
    color: #fff;
    font-size: 16px; }

.lv2 > li > a.active > div > span:before,
.lv3 > li > a.active > div > span:before,
.lv4 > li > a.active > div > span:before {
  content: "-"; }

.product-detail-caption {
  margin: 0px 0px 20px 0px; }
  @media screen and (max-width: 991px) {
    .product-detail-caption {
      margin: 0px 0px 20px 0px; } }
  .product-detail-caption h1 {
    color: #000;
    font-weight: normal;
    text-align: center;
    margin: 0px 0px 40px 0px;
    padding: 0px;
    font-size: 4.2rem; }
    @media screen and (max-width: 991px) {
      .product-detail-caption h1 {
        font-size: 3rem; } }
  .product-detail-caption p {
    font-size: 1.7rem; }

.detail-content-caption {
  margin: 30px 0px 15px 0px;
  font-size: 3rem; }
  @media screen and (max-width: 767px) {
    .detail-content-caption {
      font-size: 1.6rem; } }

.db-table {
  overflow: auto; }
  .db-table .db-table-scroll {
    min-width: 900px; }
  .db-table table {
    border: 1px solid #e5e5e5;
    width: 100%; }
    .db-table table tr td {
      border: 1px solid #e5e5e5;
      text-align: center;
      font-size: 1.8rem;
      padding: 14px 10px;
      width: 50%; }
      @media screen and (max-width: 767px) {
        .db-table table tr td {
          font-size: 1.6rem; } }
      .db-table table tr td .table-arrow {
        display: inline-block;
        background-image: url(../images/icon_long_arrow_down.png);
        width: 23px;
        height: 28px;
        position: relative; }
        .db-table table tr td .table-arrow:hover {
          background-image: url(../images/icon_long_arrow_down_active.png); }
    .db-table table tr:nth-child(even) {
      background-color: #f2f2f2; }

.detail-content-media img {
  max-width: 100%;
  height: auto; }

.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%; }

.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.search-caption {
  margin: 0px 0px 50px 0px; }
  .search-caption h2 {
    font-size: 4.2rem;
    text-align: center;
    margin: 0px 0px 40px 0px; }
    @media screen and (max-width: 991px) {
      .search-caption h2 {
        font-size: 2.5rem; } }
    @media screen and (max-width: 767px) {
      .search-caption h2 {
        font-size: 2rem; } }
  .search-caption p {
    font-size: 2.4rem; }
    @media screen and (max-width: 767px) {
      .search-caption p {
        font-size: 1.6rem; } }

.news-bar {
  background-color: #fff;
  min-height: 40px;
  text-align: center; }
  .news-bar .year-box {
    display: inline-block; }
    .news-bar .year-box .year-box-inner {
      position: relative; }
      .news-bar .year-box .year-box-inner span {
        font-size: 1.6rem;
        line-height: 65px;
        display: inline-block;
        cursor: pointer; }
        .news-bar .year-box .year-box-inner span i {
          margin: 0px 0px 0px 20px; }
    .news-bar .year-box .year-dropdown-menu {
      border: none;
      width: 180px;
      background-color: #fff;
      min-height: 100px;
      text-align: left;
      padding: 0px;
      left: 50% !important;
      margin: 0px 0px 0px -60px;
      border-radius: 0px;
      border-bottom: 1px solid #e5e5e5; }
      .news-bar .year-box .year-dropdown-menu p {
        display: block;
        text-align: left;
        line-height: 40px;
        margin: 0px;
        padding: 0px 20px;
        font-size: 1.6rem;
        border-bottom: 1px solid #e5e5e5; }
        .news-bar .year-box .year-dropdown-menu p:hover {
          color: #000;
          cursor: pointer; }

.overlay-news-detail {
  position: fixed;
  z-index: 999;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  transition: all ease 0.6s;
  background-color: #2b2b2b;
  opacity: 0.7;
  z-index: -1;
  opacity: 0;
  visibility: hidden; }

.news-detail {
  position: fixed;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 999999;
  background-color: #fff;
  max-width: 1000px;
  padding: 100px 100px 0px 100px;
  transform: translateX(100%);
  transition: all ease 0.6s;
  width: 100%; }
  @media screen and (max-width: 1400px) {
    .news-detail {
      max-width: 800px; } }
  @media screen and (max-width: 1300px) {
    .news-detail {
      padding: 50px 50px 0px 50px; } }
  @media screen and (max-width: 991px) {
    .news-detail {
      padding: 40px 20px 0px 20px;
      max-width: 500px; } }
  @media screen and (max-width: 991px) {
    .news-detail {
      padding: 40px 20px 0px 20px;
      max-width: 500px; } }
  @media screen and (max-width: 767px) {
    .news-detail {
      padding: 40px 20px 0px 20px;
      max-width: 400px; } }
  @media screen and (max-width: 575px) {
    .news-detail {
      padding: 40px 10px 0px 10px;
      max-width: 260px; } }
  .news-detail .close-nd {
    position: absolute;
    top: 0px;
    left: 0px;
    cursor: pointer;
    background-image: url(../images/close_icon.png);
    width: 85px;
    height: 85px;
    background-size: cover; }
    @media screen and (max-width: 1300px) {
      .news-detail .close-nd {
        width: 30px;
        height: 30px; } }
    .news-detail .close-nd:hover {
      opacity: 0.8; }
  .news-detail .news-detail-scroll {
    overflow: auto;
    max-height: 100%; }
    .news-detail .news-detail-scroll p {
      color: #666666;
      font-size: 1.3rem; }
    .news-detail .news-detail-scroll span.date {
      font-size: 1.3rem;
      color: #d01715;
      display: block;
      margin: 15px 0px; }
  .news-detail h1 {
    margin: 0px;
    padding: 0px;
    font-size: 3.2rem; }
    @media screen and (max-width: 991px) {
      .news-detail h1 {
        font-size: 2rem; } }
  .news-detail img {
    margin: 20px auto; }

.show-news-detail .overlay-news-detail {
  z-index: 999;
  opacity: 0.7;
  visibility: visible; }

.show-news-detail .news-detail {
  transform: translateX(0%); }

.application-caption {
  text-align: center;
  font-size: 4.2rem;
  margin: 0px 0px 60px 0px; }
  @media screen and (max-width: 991px) {
    .application-caption {
      font-size: 2rem; } }
  .application-caption.application-caption {
    font-family: "Aero", sans-serif; }

.about-box p {
  font-size: 1.7rem;
  font-family: arial;
  margin: 0px 0px 20px 0px; }

.about-800 {
  max-width: 800px; }

.service {
  padding: 0px 0px 20px 0px; }
  .service .service-item {
    text-align: center;
    margin: 15px 0px 0px 0px; }
    .service .service-item h3 {
      font-size: 1.6rem;
      font-family: arial;
      color: #000;
      margin: 10px 0px; }
    .service .service-item p {
      color: #666666;
      font-size: 1.5rem; }

.contact-page {
  padding: 30px 0px 100px 0px;
  background-color: #fbfbfb; }
  .contact-page p {
    color: #666666;
    font-size: 1.5rem;
    margin: 0px 0px 20px 0px; }

.c-feild {
  margin: 15px 0px 0px 0px; }
  .c-feild p {
    color: #666666;
    font-size: 1.5rem;
    margin: 0px 0px 5px 0px; }
  .c-feild .my-text {
    display: block;
    border: none;
    outline: none;
    padding: 0px 10px;
    font-size: 1.5rem;
    color: #000;
    width: 100%;
    background-color: #f0f0f0;
    height: 35px;
    line-height: 35px; }
  .c-feild .my-select {
    display: block;
    border: none;
    outline: none;
    padding: 0px 0px 0px 10px;
    font-size: 1.5rem;
    color: #000;
    width: 100%;
    background-color: #f0f0f0;
    height: 35px;
    line-height: 35px; }
  .c-feild .my-textarea {
    display: block;
    border: none;
    outline: none;
    padding: 10px 10px;
    font-size: 1.5rem;
    color: #000;
    width: 100%;
    background-color: #f0f0f0;
    height: 105px;
    line-height: 35px; }

.c-flex {
  display: flex; }
  .c-flex .c-text {
    display: inline-block;
    width: 45px;
    height: 35px;
    background-color: #f0f0f0;
    margin: 0px 0px 0px 10px;
    line-height: 35px;
    text-align: center;
    font-size: 1.5rem;
    cursor: pointer; }
    .c-flex .c-text.active {
      background-color: #f29303;
      color: #fff; }
  .c-flex .captcha {
    height: 35px;
    margin: 0px 0px 0px 10px; }
    .c-flex .captcha img {
      height: 35px; }
  .c-flex .refesh {
    width: 35px;
    height: 35px;
    background-image: url(../images/icon_refesh.png);
    background-repeat: no-repeat;
    background-position: center center;
    cursor: pointer;
    margin: 0px 0px 0px 3px; }

.c-button {
  line-height: 35px;
  height: 35px;
  margin: 0px 0px 0px 15px;
  font-size: 1.5rem;
  display: inline-block;
  border: 1px solid transparent;
  text-align: center;
  padding: 0px 40px;
  color: #fff;
  background-color: #232121;
  -moz-transition: all ease 0.2s;
  -o-transition: all ease 0.2s;
  -webkit-transition: all ease 0.2s;
  transition: all ease 0.2s; }
  .c-button:hover {
    cursor: pointer;
    opacity: 0.9;
    color: #fff; }
  .c-button.border {
    border: 1px solid #232121;
    background-color: #fff;
    color: #232121; }
    .c-button.border:hover {
      color: #232121; }

.map {
  margin: 0px 0px -10px 0px; }

.slider-miles {
  margin-bottom: 100px;
  position: relative;
  padding: 0px 50px; }
  .slider-miles .owl-next {
    color: #d01715;
    height: 30px;
    width: 20px;
    line-height: 30px;
    position: absolute;
    top: 50%;
    margin-top: -25px;
    font-size: 40px;
    right: -55px;
    text-align: center; }
    .slider-miles .owl-next span {
      display: block;
      text-decoration: none;
      color: #000000;
      font-size: 18px;
      margin: -5px 0px 0px -5px;
      white-space: nowrap; }
  .slider-miles .owl-prev {
    color: #d01715;
    height: 30px;
    width: 20px;
    line-height: 30px;
    position: absolute;
    top: 50%;
    margin-top: -25px;
    font-size: 40px;
    left: -55px;
    text-align: center; }
    .slider-miles .owl-prev span {
      display: block;
      text-decoration: none;
      color: #000000;
      font-size: 18px;
      margin: -5px 0px 0px -5px;
      white-space: nowrap; }
  .slider-miles .owl-item {
    padding: 20px; }
    .slider-miles .owl-item .mi-box-des {
      transition: all ease 0.3s;
      opacity: 0; }
    .slider-miles .owl-item.active .mi-box-des {
      opacity: 1; }
  .slider-miles:before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 20px;
    right: 20px;
    height: 10px;
    margin: -10px 0px 0px 0px;
    background-color: #d01715; }
  .slider-miles .mi-box {
    min-height: 260px;
    padding: 0px 20px;
    border-left: 1px solid #d01715;
    position: relative; }
    .slider-miles .mi-box:before {
      width: 15px;
      height: 15px;
      content: "";
      display: block;
      border-radius: 50%;
      background-color: #d01715;
      position: absolute;
      top: -8px;
      left: -8px; }
    .slider-miles .mi-box .mi-box-content {
      padding: 0px 0px; }
    .slider-miles .mi-box h3 {
      font-size: 14px;
      font-weight: 600;
      margin: 0px;
      padding: 0px;
      font-family: arial; }
    .slider-miles .mi-box .mi-box-des {
      margin: 5px 0px; }
    .slider-miles .mi-box .mi-box-img {
      margin: 10px 0px; }
    .slider-miles .mi-box p {
      margin: 0px 0px 0px 0px;
      font-size: 1.4rem;
      font-family: arial; }
    .slider-miles .mi-box img {
      max-width: 200px;
      width: 100%;
      display: block;
      width: 100%;
      margin: 0px 0px 10px 0px; }
    .slider-miles .mi-box.fix:before {
      width: 15px;
      height: 15px;
      content: "";
      display: block;
      border-radius: 50%;
      background-color: #d01715;
      position: absolute;
      top: unset;
      bottom: -8px;
      left: -8px; }
    .slider-miles .mi-box.fix .mi-box-content {
      position: absolute;
      top: unset;
      bottom: -10px;
      left: 20px; }
    .slider-miles .mi-box.none {
      opacity: 0; }

.news-post {
  padding: 60px 0px; }
  .news-post p {
    margin: 15px 0px;
    color: #333333;
    font-size: 1.6rem; }
  .news-post h1 {
    text-align: center;
    margin: 15px 0px;
    color: #000000;
    font-size: 3.2rem;
    padding-bottom: 60px; }
    @media screen and (max-width: 991px) {
      .news-post h1 {
        font-size: 2rem;
        padding-bottom: 30px; } }

.news-post-bar {
  margin-bottom: 60px;
  text-align: right; }
  @media screen and (max-width: 991px) {
    .news-post-bar {
      margin-bottom: 30px; } }
  .news-post-bar .news-post-bar-inner {
    float: right; }
  .news-post-bar span {
    display: inline-block;
    line-height: 30px;
    color: #fff;
    padding: 0px 14px;
    background-color: #666666;
    font-size: 1.6rem;
    float: left;
    margin: 0px 0px 10px 0px; }
  .news-post-bar .social-items {
    display: inline-block;
    float: left; }
    @media screen and (max-width: 575px) {
      .news-post-bar .social-items {
        float: none;
        display: block; } }
    .news-post-bar .social-items a {
      display: inline-block;
      margin: 0px 0px 0px 10px;
      -moz-transition: all ease 0.2s;
      -o-transition: all ease 0.2s;
      -webkit-transition: all ease 0.2s;
      transition: all ease 0.2s;
      float: left; }
      .news-post-bar .social-items a:hover {
        opacity: 0.9;
        cursor: pointer; }

.modal.fade.in {
  padding: 0px; }

.news-post-bottom {
  margin: 60px 0px 10px 0px;
  padding: 20px 0px;
  border-bottom: 1px solid #e5e5e5;
  border-top: 1px solid #e5e5e5;
  text-align: center; }
  .news-post-bottom a {
    font-size: 1.4rem;
    color: #333333;
    cursor: pointer; }
    .news-post-bottom a i {
      color: #000;
      margin: 0px 3px; }
    .news-post-bottom a.left {
      float: left; }
    .news-post-bottom a.right {
      float: right; }
    .news-post-bottom a:hover {
      color: #000; }

.about-nav {
  border-top: 1px solid #e5e5e5;
  text-align: center;
  margin: 50px 0px;
  height: 70px;
  border-bottom: 1px solid #e5e5e5; }
  @media screen and (max-width: 991px) {
    .about-nav {
      height: 40px;
      padding: 0px; } }
  .about-nav .about-nav-inner {
    display: inline-block;
    height: 70px; }
  .about-nav a {
    display: inline-block;
    line-height: 70px;
    font-size: 1.8rem;
    padding: 0px 40px;
    float: left;
    margin: -1px 0px -1px 0px;
    transition: all ease 0.3s; }
    @media screen and (max-width: 991px) {
      .about-nav a {
        height: 40px;
        line-height: 40px;
        font-size: 1.5rem;
        padding: 0px 20px;
        margin: 0px; } }
    @media screen and (max-width: 767px) {
      .about-nav a {
        height: 40px;
        line-height: 40px;
        font-size: 1.3rem;
        padding: 0px 10px;
        margin: 0px; } }
    .about-nav a:hover {
      color: #075eaf; }
    .about-nav a.active {
      color: #fff;
      background-color: #075eaf; }

.product-compare {
  padding: 0px 0px 30px 0px;
  margin: 0px 0px 40px 0px; }
  .product-compare .pc-content {
    min-width: 600px; }
  .product-compare .pc-scroll {
    overflow: auto; }
  .product-compare .pc-product {
    padding: 0px 0px 15px 0px;
    display: inline-block; }
    .product-compare .pc-product .pc-delete {
      width: 40px;
      height: 40px;
      margin: 0px auto;
      text-align: center; }
      .product-compare .pc-product .pc-delete i {
        width: 40px;
        height: 40px;
        line-height: 40px;
        color: #666;
        cursor: pointer;
        font-size: 28px; }
        .product-compare .pc-product .pc-delete i:hover {
          color: #000; }
    .product-compare .pc-product img {
      width: 100%;
      max-width: 140px; }
  .product-compare .pc-row.head {
    background-color: #177cda; }
    .product-compare .pc-row.head.is_stuck {
      top: 120px !important; }
      @media screen and (max-width: 767px) {
        .product-compare .pc-row.head.is_stuck {
          top: unset !important;
          position: relative !important; } }
    .product-compare .pc-row.head strong {
      color: #fff;
      font-size: 1.6rem;
      font-weight: 600;
      display: block;
      padding: 5px 0px; }
      @media screen and (max-width: 991px) {
        .product-compare .pc-row.head strong {
          font-size: 1.4rem; } }
  .product-compare .pc-row.item:hover {
    background-color: #f2f2f2; }
  .product-compare .pc-row.item span {
    display: inline-block;
    font-size: 1.6rem;
    color: #333333;
    padding: 3px 0px; }
    @media screen and (max-width: 991px) {
      .product-compare .pc-row.item span {
        font-size: 1.4rem; } }
  .product-compare .pc-col {
    float: left;
    width: 16.6666%;
    padding: 5px 5px; }
    @media screen and (max-width: 991px) {
      .product-compare .pc-col {
        width: 16.6666%; } }
    .product-compare .pc-col.col1 {
      padding-left: 30px; }
      @media screen and (max-width: 991px) {
        .product-compare .pc-col.col1 {
          padding-left: 5px; } }

.cookie-notify {
  background-color: #000000;
  position: fixed;
  bottom: 0px;
  left: 0px;
  right: 0px;
  z-index: 9999;
  padding: 20px 0px; }
  .cookie-notify .close-cookie {
    color: #fff;
    font-size: 30px;
    position: absolute;
    top: 10px;
    right: 10px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    cursor: pointer;
    opacity: 0.8;
    transition: all ease 0.4s; }
    .cookie-notify .close-cookie:hover {
      opacity: 1; }
  .cookie-notify .cn-inner {
    padding: 0px 200px 0px 0px;
    position: relative;
    text-align: center; }
    @media screen and (max-width: 991px) {
      .cookie-notify .cn-inner {
        padding: 0px 40px 0px 0px; } }
    .cookie-notify .cn-inner p {
      color: #fff;
      margin: 0px 0px;
      text-align: left; }
      .cookie-notify .cn-inner p a {
        color: #075eaf; }
        .cookie-notify .cn-inner p a:hover {
          text-decoration: underline; }
    .cookie-notify .cn-inner .my-btn {
      text-align: center;
      width: 90px;
      border-radius: 3px;
      position: absolute;
      top: 0px;
      right: 50px; }
      @media screen and (max-width: 991px) {
        .cookie-notify .cn-inner .my-btn {
          position: relative;
          top: unset;
          right: unset;
          margin: 15px 0px 0px 0px; } }

.fi-content {
  display: none; }

.qa-box {
  margin-bottom: 50px; }
  .qa-box .faq-box {
    min-height: 300px;
    max-width: 1000px;
    background-color: #fff;
    margin: 0px auto; }
    .qa-box .faq-box .faq-item .fi-caption {
      min-height: 35px;
      cursor: pointer;
      margin: 0px 0px 30px 0px;
      position: relative;
      padding: 0px 20px 0px 70px; }
      .qa-box .faq-box .faq-item .fi-caption i {
        width: 20px;
        height: 20px;
        color: #075eaf;
        position: absolute;
        top: 25px;
        right: 0px;
        font-size: 14px;
        line-height: 20px;
        text-align: center;
        transform: rotate(45deg); }
      .qa-box .faq-box .faq-item .fi-caption p {
        margin: 0px;
        font-size: 1.8rem;
        color: #000;
        padding: 20px 0px 0px 20px;
        color: #333333; }
      .qa-box .faq-box .faq-item .fi-caption .icon-q {
        height: 70px;
        width: 70px;
        text-align: center;
        line-height: 70px;
        color: #27ae60;
        display: block;
        float: left;
        margin: 0px 0px 0px -70px;
        font-size: 50px;
        font-family: arial;
        float: left;
        border-right: 1px solid #dadada;
        background: linear-gradient(to top, #0490d5 0%, #27ae60 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent; }
      @media screen and (max-width: 767px) {
        .qa-box .faq-box .faq-item .fi-caption {
          min-height: 35px;
          cursor: pointer;
          margin: 0px 0px 20px 0px;
          position: relative;
          padding: 0px 20px 0px 40px; }
          .qa-box .faq-box .faq-item .fi-caption i {
            top: 10px; }
          .qa-box .faq-box .faq-item .fi-caption p {
            margin: 0px;
            font-size: 1.6rem;
            color: #000;
            padding: 10px 0px 0px 0px; }
          .qa-box .faq-box .faq-item .fi-caption .icon-q {
            height: 40px;
            width: 40px;
            text-align: center;
            line-height: 40px;
            color: #27ae60;
            display: block;
            float: left;
            margin: 0px 0px 0px -50px;
            font-size: 20px;
            float: left;
            border-right: 1px solid #dadada; } }
    .qa-box .faq-box .faq-item.active .fi-caption i {
      transform: rotate(0deg); }
    .qa-box .faq-box .faq-item .fi-content {
      margin: 0px 0px 30px 0px;
      padding: 30px;
      background-color: #f1f1f1; }
      .qa-box .faq-box .faq-item .fi-content p {
        font-size: 1.5rem;
        color: #333333; }
      @media screen and (max-width: 767px) {
        .qa-box .faq-box .faq-item .fi-content {
          padding: 15px; } }

.news-slider {
  position: relative; }
  .news-slider .owl-dots {
    position: absolute;
    bottom: 10px;
    left: 0px;
    right: 0px;
    text-align: center;
    z-index: 20; }
    .news-slider .owl-dots .owl-dot {
      width: 12px;
      height: 12px;
      border: 2px solid #fff;
      border-radius: 50%;
      display: inline-block;
      margin: 0px 7px;
      cursor: pointer; }
      .news-slider .owl-dots .owl-dot.active {
        background-color: #fff; }
  .news-slider .owl-prev {
    background-image: url(../images/prev.png);
    width: 39px;
    height: 77px;
    position: absolute;
    top: 50%;
    left: 15px;
    margin-top: -40px;
    cursor: pointer;
    z-index: 10;
    text-indent: -9999px;
    overflow: hidden; }
    @media screen and (max-width: 991px) {
      .news-slider .owl-prev {
        width: 19px;
        height: 47px;
        background-size: 19px 47px;
        left: 5px; } }
  .news-slider .owl-next {
    background-image: url(../images/next.png);
    width: 39px;
    height: 77px;
    position: absolute;
    top: 50%;
    right: 15px;
    margin-top: -40px;
    cursor: pointer;
    z-index: 10;
    text-indent: -9999px;
    overflow: hidden; }
    @media screen and (max-width: 991px) {
      .news-slider .owl-next {
        width: 19px;
        height: 47px;
        background-size: 19px 47px;
        right: 5px; } }
  .news-slider .news-slider-item {
    position: relative;
    background-repeat: no-repeat;
    background-position: center center;
    padding: 220px 0px;
    display: flex;
    align-content: center;
    background-size: cover; }
    @media screen and (max-width: 1400px) {
      .news-slider .news-slider-item {
        padding: 220px 0px; } }
    @media screen and (max-width: 1199px) {
      .news-slider .news-slider-item {
        padding: 200px 0px; } }
    @media screen and (max-width: 991px) {
      .news-slider .news-slider-item {
        padding: 100px 0px; } }
    @media screen and (max-width: 767px) {
      .news-slider .news-slider-item {
        padding: 100px 0px; } }
    @media screen and (max-width: 575px) {
      .news-slider .news-slider-item {
        padding: 60px 0px; } }
  .news-slider .item {
    background-color: #000; }
  .news-slider .news-slider-item-video {
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    background-color: #000; }
    .news-slider .news-slider-item-video .fill {
      display: block;
      width: 100%; }
    .news-slider .news-slider-item-video .embed-container {
      position: relative;
      padding-bottom: 56.25%;
      height: 0;
      overflow: hidden;
      max-width: 100%; }
    .news-slider .news-slider-item-video .embed-container iframe,
    .news-slider .news-slider-item-video .embed-container object,
    .news-slider .news-slider-item-video .embed-container embed {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
  .news-slider .btn-block {
    position: absolute;
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
    top: 0px;
    left: 0px; }
  .news-slider .ns-text {
    max-width: 580px; }
    @media screen and (max-width: 1300px) {
      .news-slider .ns-text {
        padding-left: 30px; } }
    .news-slider .ns-text h2 {
      color: #fff;
      font-size: 30px;
      color: #fff;
      margin: 0px 0px 30px 0px; }
      @media screen and (max-width: 991px) {
        .news-slider .ns-text h2 {
          font-size: 20px; } }
      @media screen and (max-width: 767px) {
        .news-slider .ns-text h2 {
          margin: 0px 0px 10px 0px; } }
    .news-slider .ns-text p {
      font-size: 16px;
      color: #fff;
      margin: 0px 0px 30px 0px; }
      @media screen and (max-width: 991px) {
        .news-slider .ns-text p {
          font-size: 14px; } }
      @media screen and (max-width: 767px) {
        .news-slider .ns-text p {
          margin: 0px 0px 10px 0px;
          font-size: 12px; } }
    .news-slider .ns-text .more {
      display: inline-block;
      color: #fff;
      min-width: 190px;
      text-align: center;
      border: 2px solid #fff;
      color: #fff;
      font-weight: bold;
      font-size: 14px;
      line-height: 40px;
      border-radius: 30px;
      transition: all ease 0.3s; }
      @media screen and (max-width: 767px) {
        .news-slider .ns-text .more {
          min-width: 160px;
          padding: 0px 10px; } }
      .news-slider .ns-text .more:hover {
        color: #075eaf;
        background-color: #fff; }

.list-application {
  background-color: #2e2e2e;
  padding: 60px 0px 200px 0px;
  position: relative;
  z-index: 1; }
  .list-application .page-caption h2 {
    color: #fff; }
  .list-application .page-caption p {
    color: #fff; }

.mw1000 {
  max-width: 1000px;
  margin: 0px auto; }

.app-detail {
  background-color: #2e2e2e; }
  .app-detail .add-one {
    padding: 60px 0px 60px 0px; }
    .app-detail .add-one h1 {
      color: #fff;
      font-size: 46px;
      margin: 0px 0px 30px 0px;
      text-align: center; }
      @media screen and (max-width: 991px) {
        .app-detail .add-one h1 {
          font-size: 30px; } }
      @media screen and (max-width: 767px) {
        .app-detail .add-one h1 {
          font-size: 25px; } }
    .app-detail .add-one p {
      font-size: 16px;
      color: #fff;
      margin: 0px 0px 30px 0px; }
      @media screen and (max-width: 991px) {
        .app-detail .add-one p {
          font-size: 14px; } }

.ad-two {
  background-image: url(../images/gradient1.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  padding: 100px 0px 200px 0px;
  position: relative;
  z-index: 2; }
  @media screen and (max-width: 991px) {
    .ad-two {
      background-image: url(../images/gradient.png);
      padding: 50px 0px; } }
  .ad-two .product-item h3 {
    color: #fff; }
  .ad-two .product-item:hover h3 {
    color: #000000; }

.ad-three {
  background-color: #fff;
  position: relative;
  z-index: 3; }
  @media screen and (max-width: 991px) {
    .ad-three {
      padding: 50px 0px; } }
  .ad-three .container {
    position: relative;
    top: -50px; }
    @media screen and (max-width: 991px) {
      .ad-three .container {
        top: 0px; } }
  .ad-three p {
    color: #333333;
    font-size: 16px;
    margin: 0px 0px 30px 0px; }
    @media screen and (max-width: 991px) {
      .ad-three p {
        font-size: 14px; } }

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