@charset "UTF-8";

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  overflow-x: hidden;

}

body {
  margin: 0;
  overflow-x: hidden;
}


h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}


pre {
  font-family: monospace, monospace;
  font-size: 1em;
}


a {
  background-color: transparent;
}


abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}


b,
strong {
  font-weight: bold;
}


code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;

}


small {
  font-size: 80%;
}


sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}


img {
  border-style: none;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}


button,
input {
  overflow: visible;
}


button,
select {
  text-transform: none;
}


button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}


button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}


button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}


fieldset {
  padding: 0.35em 0.75em 0.625em;
}


legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}


progress {
  vertical-align: baseline;
}


textarea {
  overflow: auto;
}


[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  padding: 0;
}


[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}


[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}


::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}


details {
  display: block;
}

summary {
  display: list-item;
}


template {
  display: none;
}


[hidden] {
  display: none;
}

@-moz-keyframes spin {
  from {
    -moz-transform: rotate(0deg);
  }

  to {
    -moz-transform: rotate(360deg);
  }
}

@-webkit-keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes spin {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

@-webkit-keyframes grow {
  0% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    opacity: 1;
  }

  100% {
    -webkit-transform: scale(1.5, 1.5);
    transform: scale(1.5, 1.5);
    opacity: 0;
  }
}

@keyframes grow {
  0% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    opacity: 1;
  }

  100% {
    -webkit-transform: scale(1.5, 1.5);
    transform: scale(1.5, 1.5);
    opacity: 0;
  }
}

body,
button,
input,
select,
optgroup,
textarea {
  color: #333;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 16px;
  line-height: 1.5714285714;
  font-weight: 400;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
  box-sizing: border-box;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-weight: 500;
  line-height: 1.2;
  margin: 0 0 20px;
  color: #000;
}

h1 {
  font-size: 90px;
  font-weight: 900;
}

h2 {
  font-size: 50px;
  font-weight: 900;
  line-height: 56px;
}

h3 {
  font-size: 30px;
  margin-bottom: 18px;
}

h4 {
  font-size: 16px;
  line-height: 24px;
}

h5 {
  font-size: 12px;
}

h6 {
  font-size: 10px;
}

p {
  margin: 0 0 20px;
  font-size: 16px;
  line-height: 26px;
  color: #666;
}

p:last-child {
  margin-bottom: 0;
}

dfn,
cite,
em,
i {
  font-style: italic;
}

blockquote {
  font-size: 18px;
  line-height: 28px;
  margin: 30px 0;
  font-style: italic;
  padding: 20px 30px;
  position: relative;
  background: #feefe8;
  color: #f26522;
}

blockquote p {
  margin-bottom: 0;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 13.125px;
  line-height: 1.5714285714;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code,
kbd,
tt,
var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 13.125px;
}

abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark,
ins {
  background: #fff9c0;
  text-decoration: none;
}

.text-light {
  color: #b7b7b7;
}

.bg-light {
  background: #f2f4f6;
}

.bg-primary {
  background-color: #00a578;
}

.text-primary {
  color: #00a578;
}

.padding-top-bottom-0 {
  padding-top: 0;
  padding-bottom: 0;
}

.padding-top-bot-medium {
  padding-top: 50px;
  padding-bottom: 50px;
}

.no-padding {
  padding: 0;
}

.padding-top-medium {
  padding-top: 90px;
}

.padding-bottom-medium {
  padding-bottom: 90px;
}

.no-padding-left {
  padding-left: 0 !important;
}

.no-padding-right {
  padding-right: 0 !important;
}

.no-padding-top {
  padding-top: 0 !important;
}

.no-padding-bottom {
  padding-bottom: 0 !important;
}

.no-margin {
  margin: 0;
}

.no-margin-bottom {
  margin-bottom: 0 !important;
}

.no-margin-left {
  margin-left: 0 !important;
}

.no-margin-right {
  margin-right: 0 !important;
}

.industris-space-5 {
  height: 5px;
}

.industris-space-10 {
  height: 10px;
}

.industris-space-20 {
  height: 20px;
}

.industris-space-30 {
  height: 30px;
}

.industris-space {
  height: 40px;
}

.industris-space-50 {
  height: 50px;
}

.industris-space-60 {
  height: 60px;
}

.industris-space-90 {
  height: 90px;
}

.clear-both {
  clear: both;
}

.unstyle {
  list-style: none;
  padding-left: 0;
  margin-bottom: 60px;
}

.unstyle li {
  padding: 4px 0;
}

.unstyle li a {
  text-decoration: underline;
}

.unstyle i {
  color: #00a578;
  margin-right: 10px;
}

.text-dark {
  color: #000;
}

.text-white {
  color: #fff;
}

.text-white .text-primary {
  color: #f26522;
}

a.text-white:hover {
  color: #00a578;
}

.text-second {
  color: #00aeef !important;
}

.box-shadow {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.box-shadow-hover:hover {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1) !important;
}

.italic {
  font-style: italic;
}

.bolder {
  font-weight: 900;
}

.semi-bold,
.semi-bold a {
  font-weight: 700;
}

.medium {
  font-weight: 500;
}

.normal {
  font-weight: 400;
}

.lighter {
  font-weight: 300;
}

.thin {
  font-weight: 100;
}

.gaps {
  clear: both;
  height: 20px;
  display: block;
}

.gaps.size-2x {
  height: 40px;
}

.f-left {
  float: left;
}

.f-right {
  float: right;
}

.overflow {
  overflow: hidden;
}

.radius {
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  overflow: hidden;
}

.radius-top {
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 2px;
  -webkit-border-top-right-radius: 2px;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -moz-border-radius-topleft: 2px;
  -moz-border-radius-topright: 2px;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  overflow: hidden;
}

.radius-bottom {
  border-top-left-radius: 0;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -webkit-border-top-right-radius: 2px;
  -webkit-border-bottom-right-radius: 2px;
  -webkit-border-bottom-left-radius: 0;
  -moz-border-radius-topleft: 0;
  -moz-border-radius-topright: 2px;
  -moz-border-radius-bottomright: 2px;
  -moz-border-radius-bottomleft: 0;
  overflow: hidden;
}

.radius-left {
  border-top-left-radius: 2px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 2px;
  -webkit-border-top-left-radius: 2px;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 2px;
  -moz-border-radius-topleft: 2px;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 2px;
  overflow: hidden;
}

.radius-right {
  border-top-left-radius: 0;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -webkit-border-top-right-radius: 2px;
  -webkit-border-bottom-right-radius: 2px;
  -webkit-border-bottom-left-radius: 0;
  -moz-border-radius-topleft: 0;
  -moz-border-radius-topright: 2px;
  -moz-border-radius-bottomright: 2px;
  -moz-border-radius-bottomleft: 0;
  overflow: hidden;
}

.text-right {
  text-align: right;
}

html {
  box-sizing: border-box;
}

*,
*:before,
*:after {
  box-sizing: inherit;
}

body {
  background: #fff;
}

ul,
ol {
  margin: 0 0 20px;
  padding-left: 18px;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li>ul,
li>ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

dt {
  font-weight: 700;
}

dd {
  margin: 0 1.5em 1.5em;
}

.none-style {
  list-style: none;
  padding-left: 0;
}

img {
  height: auto;
  max-width: 100%;
}

figure {
  margin: 1em 0;
}

table {
  margin: 0 0 1.5em;
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  border-width: 1px 0 0 1px;
}

caption,
td,
th {
  padding: 0;
  font-weight: normal;
  text-align: left;
}

table,
th,
td {
  border: 1px solid #eee;
}

th {
  font-weight: 700;
}

th,
td {
  padding: 0.4375em;
}


tr.firstRow span{ font-weight: bold; }
tr.ue-table-interlace-color-single{ background-color:#fcfcfc;}
tr.ue-table-interlace-color-double{ background-color:#f7faff;}



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

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}



.btn {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  font-size: 16px;
  padding: 18px 22px;
  line-height: 1.42857143;
  display: inline-block;
  margin-bottom: 0;
  text-decoration: none;
  white-space: nowrap;
  vertical-align: middle;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-weight: 500;
  text-align: center;
  margin-bottom: 20px;
  cursor: pointer;
  border: 1px solid transparent;
  color: #272023;
  outline: none;
  min-width: 150px;
  border-radius: 0;
}

.btn:hover,
.btn:focus {
  color: #fff;
  text-decoration: none;
}

.btn-primary {
  background-color: #00a578;
  color: #fff;
}

.btn-default {
  background-color: #f2f4f6;
  color: #000;
}

.btn-default:hover {
  background-color: #00a578;
  color: #000;
}

.btn-dark {
  background: #000;
}


.btn-dark:hover,
.btn-dark:focus {
  background: #f26522;
  color: #fff;
}

.btn-white {
  background-color: #fff;
  color: #252525;
}

.btn-dark:hover,
.btn-dark:focus {
  background: #000;
  color: #fff;
}

.btn.btn-border {
  background: transparent;
  border-color: #363636;
  color: #707070;
}

.btn.btn-border:hover,
.btn.btn-border:focus {
  background: #00a578;
  border-color: #00a578;
  color: #000;
}

.btn-border-white {
  background-color: transparent;
  border-color: #ffffff;
  color: #ffffff;
}

.btn-border-white:hover {
  background-color: transparent;
  border-color: #00a578;
  color: #00a578;
}

.btn-blue {
  background: #b40606;
  color: #fff;
}
.btn-blue:hover, .btn-blue:focus{
  background: #ef1a1a;
  color: #fff;
}

.btn-orange {
  background: #ef1a1a;
  color: #fff;
  border-radius: 10px;
}
.btn-orange:hover, .btn-orange:focus{
  background: #b40606;
  color: #fff;
}

.btn-orange2 {
  background: #ef1a1a;
  color: #fff;
  border: 1px solid #ef1a1a;
  border-radius: 10px;
}
.btn-orange2:hover, .btn-orange2:focus{
  background: none;
  color: #fff;
  border: 1px solid #fff;
}

.btn-blue2 {
  background: #004d9f;
  color: #fff;
  border-radius: 20px;
}
.btn-blue2:hover, .btn-blue2:focus{
  background: #023973;
  color: #fff;
}
.blue-1{ color:#004d9f; }

input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=number],
input[type=tel],
input[type=range],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=color],
textarea {
  color: #707070;
  border: 1px solid #e1e1e1;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  padding: 11px 20px;
  box-sizing: border-box;
  outline: none;
  max-width: 100%;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
}

input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=number]:focus,
input[type=tel]:focus,
input[type=range]:focus,
input[type=date]:focus,
input[type=month]:focus,
input[type=week]:focus,
input[type=time]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=color]:focus,
textarea:focus {
  color: #707070;
}

select {
  border: 1px solid #e2e2e2;
  height: 46px;
  padding: 10px 18px;
  outline: none;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
}

select option {
  color: #000;
}

textarea {
  width: 100%;
  height: 133px;
}

::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #b7b7b7;
}

::-moz-placeholder {
  /* Firefox 19+ */
  color: #b7b7b7;
}

:-ms-input-placeholder {
  /* IE 10+ */
  color: #b7b7b7;
}

:-moz-placeholder {
  /* Firefox 18- */
  color: #b7b7b7;
}

hr {
  border-top-color: #cccccc;
}

.align-self-end {
  -ms-flex-item-align: end !important;
  align-self: flex-end !important;
}

.industris-lineheight {
  line-height: 36px;
}

a {
  color: #000;
  text-decoration: none;
}

a:hover,
a:focus,
a:active {
  color: #ef1a1a;
  text-decoration: none;
}

a:focus {
  outline: 0;
}

a:hover,
a:active {
  outline: 0;
}


section {
  position: relative;
  padding-top: 120px;
  display: block;
}

.container-custom {
  width: 100%;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.bg-dark{ background:#121212; }

@media only screen and (min-width: 768px) {
  .no-xs-margin-bottom {
    margin-bottom: 0 !important;
  }

  .no-padding-sm-left {
    padding-left: 0 !important;
  }

  .no-padding-sm-right {
    padding-right: 0 !important;
  }

}

@media only screen and (min-width: 992px) {
  .md-clear {
    clear: both;
  }

  .no-margin-md-bottom {
    margin-bottom: 0 !important;
  }

  .no-padding-md-left {
    padding-left: 0;
  }
}

@media only screen and (min-width: 1200px) {
  .container-custom {
    width: 1380px;
  }

}


.top-header-2 {
  display: table;
}

.top-header-2 .logo-brand {
  padding: 23px 0;
}

.top-header-2 .header-info-2,
.top-header-2 .topbar-search,
.top-header-2 .header-btn-2 {
  display: table-cell;
  vertical-align: middle;
}

.header-info-2 ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.header-info-2 ul li {
  color: #707070;
  font-size: 16px;
  line-height: 26px;
  display: inline-block;
  font-weight: 500;
  padding: 18px 23px;
}

.header-info-2 ul li i {
  position: relative;
  vertical-align: middle;
  color: #00a578;
  font-size: 20px;
  line-height: 26px;
  margin-right: 10px;
}

.top-header-2 .topbar-search {
  position: relative;
  padding-right: 20px;
}

.top-header-2 .topbar-search i {
  color: #707070;
  font-size: 26px;
  line-height: 26px;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
}

.top-header-2 .topbar-search i:hover {
  color: #00a578;
}

.header-btn-2 {
  width: 1%;
}

header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999;
  width: 100%;
  height: auto;
  background: #fff;
  box-shadow: 2px 1px 2px #fafafa;
}


.main-navigation {
  text-align: left;
  margin-top: -1px;
}

.navigation-2 {
  z-index: 10;
}

.main-navigation>ul {
  display: inline-block;
  list-style: none;
  margin-bottom: 0;
  padding-left: 0;
}

.main-navigation>ul>li {
  position: relative;
  display: inline-block;
}

.main-navigation ul li a {
  font-size: 18px;
  line-height: 1;
  padding: 40px 25px;
  color: #272023;
  display: flex;
  position: relative;
  text-decoration: none;
}

.main-navigation>ul>li.menu-item-has-children>a:after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 4px;
  content: "\f107";
  color: #bdbebf;
  font-family: 'FontAwesome';
  font-weight: 900;
  margin-right: 10px;
  font-size: 16px;
}

.main-navigation ul ul {
  list-style: none;
  margin: 0;
  padding: 20px;
  background-color: #fff;
  border-top: 2px solid #eaeaea;
  -webkit-box-shadow: 0px 3px 11px 0px rgba(0, 0, 0, 0.09);
  -moz-box-shadow: 0px 3px 11px 0px rgba(0, 0, 0, 0.09);
  box-shadow: 0px 3px 11px 0px rgba(0, 0, 0, 0.09);
}

.main-navigation ul li ul {
  min-width: 795px;
  position: absolute;
  top: 140%;
  left: -50%;
  z-index: 999;
  visibility: hidden;
  opacity: 0;
  z-index: 99999;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  transition: all 400ms ease;
  -webkit-transition: all 400ms ease;
  -moz-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  -ms-transition: all 400ms ease;
}

.main-navigation ul>li:hover>ul {
  opacity: 1;
  visibility: visible;
  top: 100%;
}

.main-navigation ul li li {
  position: relative;
  display: inline-block;
}

.main-navigation ul ul li a {
  font-size: 16px;
  line-height: 20px;
  font-weight: 500;
  margin: 0 5px;
  padding: 0;
  color: #272023;
  text-align: left;
  display: block;
  position: relative;
  text-decoration: none;
  outline: none;
  text-transform: none;
  text-align: center;
  transition: all 400ms ease;
  -webkit-transition: all 400ms ease;
  -moz-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  -ms-transition: all 400ms ease;
  border: 1px solid #efefef;
  border-radius: 5px;

}

.main-navigation ul ul li a:hover {
  border-radius: 5px;
}

.orange{
  color: #ef1a1a;
}
.blue {
  color: #b40606;
}

.main-navigation ul li.current-menu-parent-orange>a {
  color: #ef1a1a;
}

.main-navigation ul li.blue a:hover {
  color: #ef1a1a;
}

.main-navigation ul ul li.menu-item-has-children>a:after {
  display: inline-block;
  position: absolute;
  top: 30px;
  right: 25px;
  width: 0;
  height: 0;
  content: "\f107";
  color: #bdbebf;
  font-family: 'FontAwesome';
  font-weight: 900;
  margin-right: 15px;
  font-size: 13px;
  float: right;
  transform: rotate(-90deg);
}

.main-navigation ul ul li.menu-item-has-children>a:hover:after {
  color: #00a578;
}

.main-navigation ul ul li ul {
  margin-left: 100%;
  border-top: none;
}

.main-navigation ul ul li:hover ul {
  opacity: 1;
  visibility: visible;
  top: 0;
  margin-left: 100%;
}

.main-navigation a i {
  margin-left: 8px;
}

.mobile-header {
  display: none;
}

.navigation-2 {
  background-color: #014d97;
}

.navigation-2 ul li a {
  color: #fff;
}

.navigation-style-2>ul>li:last-child {
  border-right: 1px solid rgba(255, 255, 255, .2);
}

.navigation-style-2>ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.navigation-style-2>ul>li {
  -webkit-flex-grow: 1;
  flex-grow: 1;
  -webkit-flex-basis: 0;
  flex-basis: 0;
  text-align: center;
  border-left: 1px solid rgba(255, 255, 255, .2);
}

.navigation-style-2>ul>li a {
  display: block;
  padding: 19px 25px;
}

.navigation-style-2 ul li ul {
  min-width: 275px;
}

.topbar-right {
  text-align: right;
}

.topbar-right>div {

  display: inline-block;
  padding: 20px 5px;

}

.topbar-right>div.mail {
  font-weight: bold;
  font-size: 18px;
}

.main-navigation ul li ul.sub-menu2 {
  min-width: 220px;
  position: absolute;
  top: 140%;
  left: -25%;
  z-index: 10;
  visibility: hidden;
  opacity: 0;
  transition: all 400ms ease;
  -webkit-transition: all 400ms ease;
  -moz-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  -ms-transition: all 400ms ease;
}

.main-navigation ul>li:hover>ul.sub-menu2 {
  opacity: 1;
  visibility: visible;
  top: 100%;
}

.main-navigation ul li li.menu-item2 {
  position: relative;
  display: block;
}

.main-navigation ul ul.sub-menu2 li.menu-item2 a {
  font-size: 16px;
  line-height: 20px;
  font-weight: 500;
  color: #272023;
  text-align: center;
  display: block;
  padding: 15px 5px 15px 5px;
  position: relative;
  text-decoration: none;
  outline: none;
  text-transform: none;
  border: none;
  transition: all 400ms ease;
  -webkit-transition: all 400ms ease;
  -moz-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  -ms-transition: all 400ms ease;
  border-bottom: 1px solid rgba(183, 183, 183, 0.5);
}

.main-navigation ul ul.sub-menu2 li.green a:hover {
  color: #00a578;
}

.main-navigation ul ul.sub-menu2 li.dark-blue a:hover {
  color: #066cf2;
}

.main-navigation ul ul.sub-menu2 li.orange a:hover {
  color: #ff6816;
}

.main-navigation ul ul.sub-menu2 li.light-blue a:hover {
  color: #00aaf1;
}


@media (max-width: 991px) {
  .md-hidden {
    display: none;
  }

  .mobile-header {
    display: block;
    background-color: #fff;
    padding: 10px 0;
  }

  .logo-brand-mobile {
    max-width: 200px;
  }

  .mobile-nav {
    display: none;
    margin-bottom: 30px;
  }

  #mmenu_toggle {
    position: relative;
    cursor: pointer;
    float: right;
    width: 26px;
    height: 20px;
    padding: 10px 0;
    margin: 14px 0 0;
  }

  #mmenu_toggle button {
    position: absolute;
    left: 0;
    top: 50%;
    margin: -2px 0 0;
    background: #000;
    height: 4px;
    padding: 0;
    border: none;
    width: 100%;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    outline: none;
    border-radius: 2px;
  }

  #mmenu_toggle button:before {
    content: "";
    position: absolute;
    left: 0;
    top: -8px;
    width: 26px;
    height: 4px;
    background: #000;
    -webkit-transform-origin: 1.5px center;
    transform-origin: 1.5px center;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    border-radius: 2px;
  }

  #mmenu_toggle button:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -8px;
    width: 26px;
    height: 4px;
    background: #000;
    -webkit-transform-origin: 1.5px center;
    transform-origin: 1.5px center;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    border-radius: 2px;
  }

  #mmenu_toggle.active button {
    background: none;
  }

  #mmenu_toggle.active button:before {
    top: 0;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
  }

  #mmenu_toggle.active button:after {
    bottom: 0;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
  }

  .mobile-menu {
    margin: 0;
    padding: 0 0 20px 0;
    list-style: none;
    border-top: 1px solid rgba(183, 183, 183, 0.5);
  }

  .mobile-nav ul li.menu-item-has-children ul {
    display: none;
  }

  .mobile-nav ul li {
    position: relative;
  }

  .mobile-nav ul li a {
    color: #272023;
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    display: block;
    padding-top: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid rgba(183, 183, 183, 0.5);
    text-decoration: none;
  }

  .mobile-nav ul li a:hover {
    color: #b40606;
  }

  .mobile-nav .btn {
    margin-top: 20px;
  }

  .mobile-header .mobile-nav .mobile-menu>li.menu-item-has-children .arrow {
    color: #000;
    position: absolute;
    display: block;
    right: 0;
    top: 0;
    cursor: pointer;
    height: 53px;
    padding: 0 30px;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
  }

  .mobile-header .mobile-nav .mobile-menu>li.menu-item-has-children .arrow i {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    width: 11px;
    height: 11px;
  }

  .sub-menu {
    padding-left: 20px;
  }

  .mobile-nav ul {
    margin-top: 10px;
    list-style: none;
  }


}


.black {
  color: #333 !important;
}

.white {
  color: #fff !important;
}

.index-banner-pc .swiper {
  position: relative;
  display: block;
  width: 100%;
  height: 680px;
}

.index-banner-pc .swiper .swiper-wrapper {
  height: px;
}

.index-banner-pc .swiper .swiper-wrapper .swiper-slide {
  height: 680px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .index-banner-pc .swiper {
    margin-top: 55px;
  }
}


.index-banner-pc .swiper-button-prev,
.index-banner-pc .swiper-button-next {
  color: #fff;
  opacity: 0.5;
  filter: alpha(opacity=50);
}

.banner-mobile {
  display: none;
}

@media screen and (max-width: 768px) {
  .index-banner-pc .swiper {
    margin-top: 55px;
  }

  .banner-mobile {
    display: block;
    margin-top: 55px;
  }

}


.nybanner {
  position: relative;
  display: block;
  text-align: left;
  color: #666;
  height: 320px;
  margin-top: 97px;
}

.nybanner .pc {
  height: 320px;
}

.nybanner .text-box {
  position: relative;
  padding-top: 100px;
}

.nybanner .text-box h4 {
  color: #fff;
}

.nybanner .text-box h3 {
  font-size: 46px;
  font-weight: bold;
  line-height: 1;
}

.nybanner .text-box a {
  color: #FFF
}


.index-banner-pc {
  margin-top: 99px;
}


.nybanner2 {
  position: relative;
  display: block;
  text-align: left;
  color: #666;
  height: 300px;
  margin-top: 97px;
}

.nybanner2 .pc {
  height: 300px;
}

.nybanner2 .text-box {
  position: relative;
  padding-top: 50px;
}

.nybanner2 .text-box h4 {
  color: #fff;
}

.nybanner2 .text-box h2 {
  font-size: 46px;
  line-height: 1;
}

.nybanner2 .text-box a {
  color: #666
}


.pc-show {
  display: block;
}

.m-show {
  display: none;
}


@media screen and (max-width: 768px) {

  .nybanner,
  .nybanner2 {
    margin-top: 55px;
    height: 200px;
  }

  .nybanner .pc,
  .nybanner2 .pc {
    background-image: none !important;
    height: 300px !important;
  }

  .nybanner .text-box {
    padding-top: 40px;
  }

  h2 {
    font-size: 42px;
  }

  .text-box h3 {
    font-size: 34px;
  }

  h3 {
    font-size: 38px;
  }

  .text-box h4 {
    font-size: 22px !important;
  }

  h4 {
    font-size: 30px;
    line-height: 1.2;
  }

  .pc-show {
    display: none;
  }

  .m-show {
    display: block;
  }


}



.pt0 {
  padding-top: 0;
}

.pt10 {
  padding-top: 10px;
}

.pt30 {
  padding-top: 30px;
}

.pt60 {
  padding-top: 60px;
}

.pt90 {
  padding-top: 90px;
}

.pt120 {
  padding-top: 120px;
}

.pb30 {
  padding-bottom: 30px;
}

.pb60 {
  padding-bottom: 60px;
}

.pb90 {
  padding-bottom: 90px;
}

.pb120 {
  padding-bottom: 120px;
}
.w100{ width:100%; }
.bg-gray{ background:#f5f5f5; }


.red{ color:#ef1a1a;}
.btn-white{ padding: 5px 20px; border: 1px solid #ef1a1a; border-radius: 10px;}

.border-gray{border: 1px solid #e1e1e1; border-radius: 5px;}
.pt15{padding-top: 15px;}
.pl30{ padding-left:30px; }
.pr30{ padding-right:30px; }

.header-top-right {
  padding: 12px 0;
}

.header-top-right ul {
  text-align: right;
}

.header-top-right ul li {
  display: inline-block;
  margin-left: 10px;
  padding-right: 10px;
  border-right: 1px dotted #ccc;
}

.header-top-right img{ max-height: 15px; margin-right: 3px; }

.header-top-right ul li a {
  display: block;
  font-size: 14px;
  color: #333;
}

.header-top-right ul li a:hover {
  color: #ef1a1a
}




.pro-ca-box .pro-ca-img{ position:relative; overflow: hidden;}
.pro-ca-box .pro-ca-img .title{font-size:18px; line-height: 20px; color:#232323; font-weight:bold; margin-top:15px; text-align:center; }

@media screen and ( max-width: 768px){ 
.pro-ca-box .pro-ca-img .title{ position:relative; bottom:0; font-size: 18px;  }
  
}

.pro-ca-box .item{ padding:20px 30px; border-radius:15px; }
.pro-ca-box .item h4{ font-size:24px; }

.pro-ca-box .item ul{ padding-top:30px; }
.pro-ca-box .item ul li{ line-height:1.5; }

.mb30{ margin-bottom:30px; }


.index-cus-say .item{ padding:30px 30px; border-radius:5px; }
.index-cus-say .item h4{ font-size:24px; }
.index-cus-say .item .text-box{}
.index-cus-say .item .avatar{ position:absolute; top:0px; right:10px; width:120px; height:120px; border-radius:150px; overflow:hidden; }









.img-box{ overflow:hidden; }
.img-box img{ max-width:100%; 
 -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out; }
.img-box:hover img{
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);

}

a.title-right{ position:absolute; right:0; bottom:60px; }

.pro-list-sc .tab1-box ul{ text-align:center; }
.pro-list-sc .tab1-box ul li{ list-style:none; font-size: 14px; display:inline-block; text-align:center; padding:10px 25px; cursor: pointer;}
.pro-list-sc .tab1-box ul li.active{ background:#ef1a1a; border-radius:999px;  color:#fff; }



.index-about .text-box{ padding-left:30px; padding-right: 30px;}
.index-about .text-box .btn{ margin-top:30px; }


.index-workshop .img-box{  margin-bottom:30px;}

.index-why .item{ margin-bottom:30px; }

.index-why .text-box h4{ font-size:26px; line-height: 1.5; font-weight:bold; margin-bottom:30px; }

.contact-banner .item{ padding:60px 0 60px 80px; }

.contact-banner .mail{ background:url(../images/contact-email.png) no-repeat left center; }
.contact-banner .whatsapp{ background:url(../images/contact-whatsapp.png) no-repeat left center; }
.contact-banner .chat{ background:url(../images/contact-chat.png) no-repeat left center; }
.contact-banner .address{ background:url(../images/contact-address.png) no-repeat left center; }

.newslist .news-more{ position:absolute; right:0; bottom: 50px; padding-right:30px; }
.newslist .item{ border:1px solid #dadada; margin-bottom:30px;  }
.newslist .item:hover{ box-shadow: 2px 2px 5px #eee; }

.newslist .text-box{ padding:30px 30px; }
.newslist .text-box h4{ font-size:16px; font-weight:bold; }
.newslist .text-box:hover h4{ color:#ef1a1a;}
.newslist .text-box .view-date{ margin-bottom:20px; }
.newslist .text-box .view-date span{ padding-left:20px; margin-right:20px; }
.newslist .text-box:hover span{ color:#000; }
.newslist .text-box .view-date span.view{ background:url(../images/news-view-bg.png) no-repeat left center; }
.newslist .text-box .view-date span.date{ background:url(../images/news-date-bg.png) no-repeat left center; }

.bg-blue{ background:#b40606; }

.index-form{ color:#fff;  }
.index-form .map{ padding-top:50px; }
.form-box{ width: 90%; margin: 0 auto;}
.form-box .item{ margin-bottom:20px; }
.form-box .item span{ display: block; padding-bottom:15px; }
.form-box .item input.input{
  position: relative;
    font-size: 16px;
    line-height: 26px;
    color: #707070;
    display: table-cell;
    width: 100%;
    padding: 10px 20px;
    border-radius: 0;
}
.red{ color:red; }

footer{ background:#000; }

footer .foot-top{ color:#fff; padding-bottom:50px; }
footer .foot-top .logo-foot{ padding-top:50px; padding-right: 50px; }
footer .foot-top .logo-foot p{ color:#fff; }
footer .foot-top .foot-nav{ padding-top:50px; padding-left:50px; }
footer .foot-top .foot-nav h4,footer .foot-top .foot-contact h4{ color:#fff; font-size:20px; font-weight:bold; }
footer .foot-top .foot-nav a{ display: inline-block; color:#999; margin:10px 25px 10px 0px; }
footer .foot-top .foot-contact{ padding-top:50px; padding-left:30px;}
footer .foot-top .foot-contact p{ color:#999;  }
footer .foot-top .foot-contact p a{ color:#999; }
footer .foot-top .foot-wechat{ text-align:center; padding-top:50px; }
footer .foot-top .foot-wechat img{ margin-bottom:10px;}
footer .foot-botom{ padding:20px 0; border-top:1px solid #333; }
footer .foot-botom a{ color:#333; }
/*
footer .foot-top .foot-right{ border-left:1px solid #333; }
*/



.map-box{ border-top:1px solid #eee;}
.foot-contact2 h4{ color:#fff; font-size:26px; font-weight:bold; margin-bottom:30px; }
.foot-contact2{ padding-top:80px;}
.foot-contact2 p{ color:#fff; font-size:20px;}
.foot-contact2 p a{ color:#fff; }
.foot-wechat2{ text-align:center; padding-top:50px; }
.foot-wechat2 img{ margin-bottom:10px;}





footer .foot-fixed{ width: 100%; position:fixed; bottom:0;  background:#00a578; z-index: 9999;}
footer .foot-fixed a{ color:#fff; }
footer .foot-fixed a img{ margin-right:5px; }
footer .foot-fixed .foot-fixed-item{ height:30px; margin: 10px 0; text-align:center;}


@media screen and ( max-width: 768px){ 
 footer{ padding-bottom:50px; }
  
}

h2{}

.about-us h4{ font-size:36px; font-weight:bold;  padding-bottom: 30px; border-bottom:1px solid #f0f0f0; }
.about-us .con{  }

.nav-box{ border-bottom:1px solid #f0f0f0;}
.nav-box a{ display:inline-block; width:100%; text-align:center; padding: 20px 0;}
.nav-box a.active, .nav-box a:hover{ background:#ef1a1a; color: #fff;}

.pro-list-box .pro-item{ margin-bottom:30px; }
.pro-list-box .pro-img{ width: 100%; overflow: hidden;}
.pro-list-box .pro-img img{ max-width:100%; }
.pro-item .title{ font-size:18px; line-height: 45px; }


.page {
  clear: both;
  margin-top: 45px;
  text-align: center;
  padding-bottom: 20px
}

.page a {
  color: #ef1a1a;
  padding: 8px 12px;
  border: 1px solid #ef1a1a;
  margin-bottom: 15px;
  margin-right: 5px
}

.page a.hide {
  display: none
}

.page a:hover,.page a.page-num-current {
  color: #fff;
  background: #ef1a1a;
  border: 1px solid #ef1a1a;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  transition: all .3s
}

.product-box .text-box h2{ font-size: 34px; font-weight: bold; padding-top: 30px; padding-bottom: 30px; border-bottom: 1px solid #f0f0f0; border-left: none; }
.product-box .text-box .product-btn{ border-top: 1px solid #f0f0f0; }

.product-detail h4{ font-size: 30px; font-weight: bold;  padding-bottom: 30px; border-bottom: 1px solid #f0f0f0; }

@media screen and (max-width: 768px) {
 .product-detail .con{ overflow-x:scroll; }
 .pro-list-con{ overflow-x:scroll;}
}

.pro-rec h4{ font-size: 30px; font-weight: bold;  padding-bottom: 30px; border-bottom: 1px solid #f0f0f0; }

.side h3{ font-size: 24px; font-weight: bold; padding-left: 20px; }

.last-news-list ul li{ display: block; width: 100%; list-style: none; margin-bottom: 30px; }
.last-news-list ul li h4{ font-size: 20px; font-weight: bold; padding: 15px 0 10px; }

.contact-box{ background: #fff; border: 1px solid #f0f0f0; box-shadow: 2px 2px 5px #eee; padding: 20px 30px; margin-bottom: 20px;}
.contact-box h3{ font-size: 30px; font-weight: bold;  padding-bottom: 30px; border-bottom: 1px solid #f0f0f0;}

.contact-info{ padding: 50px 40px; border-radius: 30px;}
.contact-form{  padding: 20px 40px; }

.contact-info .con{ padding: 30px 20px; }

.contact-info .con .item{ background: #fff; margin-bottom: 30px; padding: 0px 20px; font-size: 20px;}

.contact-info .con .item .miss{ background:url(../images/contact-chat.png) left center no-repeat; padding:20px 0 20px 60px; }
.contact-info .con .item .phone{ background:url(../images/contact-whatsapp.png) left center no-repeat; padding:20px 0 20px 60px; }
.contact-info .con .item .email{ background:url(../images/contact-email.png) left center no-repeat; padding:20px 0 20px 60px; }
.contact-info .con .item .address{ background:url(../images/contact-address.png) left center no-repeat; padding:20px 0 20px 60px; }

@media screen and (max-width: 768px) {
 .contact-box{ padding:0;}
 .contact-info{ margin-bottom:30px; }
}


.faq .item{ margin-bottom:20px; background: linear-gradient(to bottom, #ef1a1a, #f83b3b); padding:20px 20px 1px  20px; color:#fff; border-radius:5px; }
.faq .item h4{ font-size:22px; font-weight: bold; color:#fff;  padding-bottom:10px; cursor:pointer; }
.faq .item p{ display: none; color:#fff; padding-bottom:20px; }


 .faq-t .icon {
        margin-left: 10px;
        transition: transform 0.3s ease;
       
    }
.expanded .icon {
        transform: rotate(-90deg); 
}


.fix-right{ position:fixed; top:450px; right:100px; width:100px;}

.fix-right .item{ width:100%; height: 100px; border-bottom:1px solid #feb899; text-align: center; background:#ef1a1a; margin-bottom: 2px;}
.fix-right .item:last-child{ border:none; }
.fix-right .item:hover{ background:#b40606; }
.fix-right .item a{ display:block; width:100%; height:100%; }
.fix-right .item a img{ width:80%; margin-top:5px; }
.fix-right .gotop{ cursor:pointer; }


.nav-left .item{ margin-bottom:30px; padding:30px 20px 30px 0; }

.nav-left .item h3{padding-left: 15px; border-left: 10px solid #ef1a1a; font-weight: 600;}

.nav-left .item ul li{ list-style:none; padding-top:10px; padding-bottom:10px; padding-left:30px; margin-bottom:10px; }
.nav-left .item ul li:hover,.nav-left .item ul li.active{ background:#ef1a1a; }
.nav-left .item ul li:hover a,.nav-left .item ul li.active a{ color:#fff; }
.nav-left .item ul li a{ font-size:18px; }
.nav-left .item > div{ padding-left:35px;  padding-top:10px; padding-bottom:10px;}
.nav-left .item > div.phone{ background:url(../images/left-whatsapp.png) no-repeat left center;}
.nav-left .item > div.email{ background:url(../images/left-email.png) no-repeat left center; }
.nav-left .pl20{ padding-left:20px; }

h3.agent-h3{ font-size: 40px; font-weight:bold;}
.agent-ys-con .icon-box{ padding:20px 30px; }
.agent-ys-con .icon-box img{ width:50%; }
.agent-ys-con .text-box{ padding:10px 20px; }
.agent-ys-con .text-box h4{ font-size:20px; }

.agent-fw-con .item{ padding: 30px 40px; background:linear-gradient(to bottom, #ef1a1a, #f83b3b); margin-bottom: 20px;}
.agent-fw-con .item span{ font-size:48px; color:#fff; font-style: italic; font-weight:bold; }
.agent-fw-con .text-box{ font-size:16px; color: #fff; font-weight: normal;}




.agent-bg { background:url(../images/agent-bg.jpg) no-repeat center/cover; }
.agent-contact-con{ padding:60px 50px; }

.agent-contact-con .btn-box{ margin:20px 0; }
.agent-contact-con .btn-box a{ font-size:20px; }
.agent-contact-con .top{  }
.agent-contact-con h4{ font-size:20px; }
i.icon{ display:inline-block; float: left;}
.agent-contact-con .btn-box .contact-icon-white{ height:30px; width:30px; margin-right: 10px; background:url(../images/contact-icon-white.png) no-repeat center;  }



.agent-about-con{position: relative; margin-top:-100px; z-index:999; background:#fff; padding:30px 20px; border-radius: 15px; box-shadow:2px 2px 4px #dbdbdb; }

.agent-about-con .item{ border-right:1px dashed #232323;}
.agent-about-con .no-border{ border-right:none; }

.agent-about-con .item .text-box{}
.agent-about-con .item .text-box em{ font-size:14px; color:#ef1a1a; }
.agent-about-con .item .text-box span.num{ font-size:40px; }
.agent-about-con .item .text-box span.tit{ font-size:20px; }
.agent-about-con h4, .agent-about-con-2 h4, .agent-about-con-3 h4{ font-size:24px; }

@media screen and (max-width: 768px) {
 .agent-about-con {margin-top:30px; }
 .agent-about-con .item{ margin-bottom: 30px;}
 .agent-about-con .no-border-m{ border-right:none; }

}



.nopadding{ padding:0; }
.fix-bottom{ position:fixed; bottom:0px; width: 100%; z-index: 999; height: 60px;}

.fix-bottom .box{ width: 100%;  display: inline-flex; justify-content: space-between; }

.fix-bottom .item{height: 60px; border-bottom:1px solid #feb899; text-align: center; background:#ef1a1a; margin-bottom: 2px;}
.fix-bottom .item:last-child{ border:none; }
.fix-bottom .item:hover{ background:#b40606; }
.fix-bottom .item a{ display:block; text-align:center; }

.h2-no-border{ border:none; }
.product-series{

}

.product-series .item{
  padding: 50px 30px 20px 30px;
  border: 1px solid #fafafa;
  box-shadow:2px 2px 4px #e6e6e6;
  margin-bottom:30px ;

}
.product-series .item .img-box{ margin-bottom:20px; }
.product-series .text-box{
  
}
.product-series .text-box ul{ padding-left:0; }
.product-series .text-box li{ position: relative; margin:10px 0; list-style:none; padding-left:15px; }

.product-series .text-box li:before {
    content: "";
    background-color: #003da5;
    width: 5px;
    height: 5px;
    border-radius: 100%;
    position: absolute;
    top: 12px;
    left: 0;
}

.mt2{ margin-top:-430px!important; }

.agent-ys2 h4{ font-size:24px; }


.agent-cooperate .logo-img{ }
.agent-cooperate .logo-img .item{ padding: 10px 20px; border: 1px solid #f5f5f5; margin: 0 -5px 25px; box-shadow: 2px 2px 5px #eee; -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;}
.agent-cooperate .logo-img .item:hover{-webkit-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  -o-transform: translateY(-10px);
  transform: translateY(-10px);}



.pop-form{ display: none; width: 30%; position:fixed; top:10%; left:35%;z-index:99999; background: #fff; border: 1px solid #f5f5f5; border-radius: 15px; box-shadow: 2px 2px 3px #d1d1d1; }

.pop-form .form-box .close {
    text-align: right;
}
.pop-form .form-box h4{
  font-size: 24px;
}


@media screen and (max-width: 768px) {
.mt2{ margin-top:20px!important; }
.pop-form{width: 96%; top:10%; left:2%; }
}






.index-why .why-con .item{ margin-bottom:20px;  padding:50px 20px; }
.index-why .why-con .item .icon{ margin-top:30px; text-align: right;}
.index-why .why-con .item .icon img{ width:75%;}
.index-why .why-con .item .text-box{ margin-top:20px; }
.index-why .why-con .item .text-box span{ color:#e6e6e6; font-weight:600; }

.why-chooses__border {
    position: absolute
}


.why-chooses__border--top {
    top: 0;
    left: 0;
    right: 0
}

.why-chooses__border--top::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 35px;
    width: 35px;
    border-top: 1px solid #e6e6e6;
    border-left: 1px solid #e6e6e6
}

.why-chooses__border--top::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    border-top: 1px solid #e6e6e6;
    border-right: 1px solid #e6e6e6
}

.why-chooses__border--bottom {
    bottom: 0;
    left: 0;
    right: 0
}

.why-chooses__border--bottom::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    height: 35px;
    width: 35px;
    border-bottom: 1px solid #e6e6e6;
    border-left: 1px solid #e6e6e6
}

.why-chooses__border--bottom::after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 35px;
    height: 35px;
    border-bottom: 1px solid #e6e6e6;
    border-right: 1px solid #e6e6e6
}


.honor-bg { background:url(../images/honor-bg.jpg) no-repeat center/cover; }

.honor-bg .item{ margin-bottom:20px; border:5px solid #fff; }





.bg-light-gray{ background:#f4f6fa; }

.vn-pro-list .item{ padding:30px 40px; border-radius:15px; }

.vn-pro-list .item h3{ font-size:30px; font-weight:bold; }
.vn-pro-list .item p,.vn-pro-list .item li{ color:#000; }
.vn-pro-list .item .text-box{padding: 30px 15px;}
.vn-pro-list .item p{ font-size:18px; line-height:1.5; }

.mt30{margin-top: 30px;}

.vn-pro-list .item .ul-list span{ font-size:20px; font-weight: 600; padding-left:35px; background:url(../images/red-check.png) no-repeat left center; }



/*singlepage20250620*/
.top-con-h{ line-height:100px; }

.top-con-h span{ margin-right:30px; font-size:20px; }


.sing-title span{ padding: 10px 20px;  background:#004d9f; border-radius: 20px; color: #fff;}

.sing-title h2{ font-size:50px; font-weight:normal; margin-top:20px; }

.sing-title p{ font-size:18px; margin-top:20px; }


.border-blue::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 60px; 
  border-bottom: 5px solid #004d9f;
} 

.border-orange::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 60px; 
  border-bottom: 5px solid #fe5d15;
} 

.border-orange-left{
  display: block;
  position: relative;
  padding-bottom: 20px;
}
.border-orange-left::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 10px;
  transform: translateX(-50%);
  width: 20px; 
  border-bottom: 3px solid #fe5d15;
} 
.sing-pro-box .item{
  margin-top:50px ;
}
.sing-pro-box h4{ font-size:28px; font-weight:bold; }
.sing-pro-box span{ font-size:18px; font-weight:bold; margin-bottom:20px; }

.sing-pro-box ul{ margin-top:20px; }
.sing-pro-box ul li{ font-size:16px; }
.sing-pro-box ul li::marker{
  color: #004d9f; 
}


.right-arrow{
  position: relative;
  display: block;
  text-align: center;
  font-size: 18px;
  margin-top: 20px;
  padding: 5px 20px;
  background: #004d9f;
  border-radius: 20px;
  color: #fff;
}

.right-arrow::after {
  content: ""; 
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%); 
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 10px solid #fe5d15; 
  
}


.pro-list-box .swiper-slide{ width:20%; }

@media only screen and (max-width: 768px) {
.pro-list-box .swiper-slide{ width:90%; }

}


.pro-list-box .swiper-slide span{ display:block; background:#003d7d; color:#fff; text-align:center; font-size:22px; padding:10px 0; }


.sing-par .item{ margin-bottom:30px; }

.num-item h3{ font-weight:bold; }


.some-box-2 .content{ width:100%; }
.some-box-2 .content h4{ font-size:26px; padding-bottom:15px; }
.some-box-2 .content p{ font-size:22px; }
.some-box-2 .fl-img{ float:right; width:30%; margin:20px 30px; }


.bg-blue-2{ background:#004d9f; }

.sing-form .input{ width:100%; }


