/* body {
  font-family: "Montserrat";
  max-width: 1920px;
  --color: #0050aa;
  --color1: #021841;
  margin: 0 auto;
} */
@media screen and (max-width: 1000px) {
  .gvfdgdfg {
    display: none !important;
  }
}
.h2 {
  font-weight: bold;
  font-size: 48px;
  display: block;
  line-height: 1.5;
  color: var(--color1);
}
span.tag {
  font-weight: 500;
  font-size: 20px;
  color: var(--color);
  text-transform: uppercase;
  display: block;
  margin-bottom: 0.5em;
}
.text {
  font-size: 16px;
  line-height: 1.75;
  display: block;
}
a.more {
  font-size: 16px;
  padding: 1em 2em;
  line-height: 2;
  background-color: var(--color);
  color: white;
  display: inline-block;
  border-radius: 2em;
  border: 1px solid var(--color);
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
a.more img {
  display: inline-block;
  vertical-align: middle;
  margin-left: 0.6em;
  margin-top: -0.3em;
}
a.more:hover {
  background-color: black;
}
@media screen and (max-width: 1600px) {
  .text {
    font-size: 14px;
  }
  a.more {
    font-size: 14px;
  }
  span.tag {
    font-size: 16px;
  }
  span.h2 {
    font-size: 32px;
  }
}
@media screen and (max-width: 1250px) {
  span.h2 {
    font-size: 28px;
  }
}
@media screen and (max-width: 1000px) {
  span.tag {
    font-size: 14px;
  }
  span.h2 {
    font-size: 24px;
  }
}
@media screen and (max-width: 700px) {
}
@media screen and (max-width: 500px) {
  #banner li .content .left span.h2,
  span.h2 {
    font-size: 20px;
  }
  a.more {
    padding: 0.7em 1.5em;
  }
}
.inner-page span.h2 strong {
  /*font-size: 1.375em;*/
  font-weight: 700;
  font-size: 40px;
}
.inner-page span.h2 strong em {
  font-weight: bold;
}
.inner-page .public-top {
  padding: 100px 0;
  background-image: url("../images/public-top-bg.jpg");
  background-position: center;
  background-size: cover;
  text-align: center;
}
.inner-page .public-top span.h2 {
  margin-top: 1em;
  font-weight: 500;
}
.inner-page .public-top .text {
  font-size: 18px;
  margin: 1.5em 0 5em;
  font-weight: 300;
}
.inner-page .public-top .nav {
  font-weight: normal;
  font-size: 24px;
  color: var(--color1);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.inner-page .public-top .nav a {
  margin: 0 1em;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  padding-bottom: 1em;
  border-bottom: 4px solid transparent;
}
.inner-page .public-top .nav a:hover {
  border-bottom-color: var(--color);
}
.inner-page .m-page {
  font-size: 16px;
  color: #666;
  margin-top: 6.25em;
}
.inner-page .m-page > div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.inner-page .m-page a,
.inner-page .m-page span {
  height: 2.5em;
  padding: 0 1em;
  border-radius: 3px;
  border: 1px solid #dcdcdc;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 0.5em;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.inner-page .m-page a:hover,
.inner-page .m-page span.current {
  background-color: var(--color);
  color: white;
  border-color: var(--color);
}

.quality-page .ui.container {
  max-width: 1600px;
}
.quality-page .mbx .ui.container {
  max-width: none;
}
.quality-page span.h2 {
  /*font-weight: normal;*/
  font-family: 'Bebas Kai';
}
.quality-page .text {
  font-weight: 300;
}
.quality-page span.h3 {
  font-size: 48px;
  line-height: 1.5;
  display: block;
  margin-bottom: 0.2em;
  color: var(--color1);
  font-family: 'Bebas Kai';
}
.quality-page .quality-1 {
  padding: 60px 0 100px;
  text-align: center;
}
.quality-page .quality-1 .text {
  margin-top: 2em;
}
.quality-page .quality-2 .slide {
  margin-bottom: 70px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.quality-page .quality-2 .slide .left {
  padding-right: 7%;
}
.quality-page .quality-2 .slide .left * {
  height: 100%;
}
.quality-page .quality-2 .slide .left .img {
  height: 100%;
  background-size: cover;
  background-position: center;
  display: block;
  border: 1px solid #c9cfd2;
}
.quality-page .quality-2 .slide .right {
  padding: 20px 0;
  padding-left: 3%;
}
.quality-page .quality-2 .slide:nth-child(even) {
  direction: rtl;
}
.quality-page .quality-2 .slide:nth-child(even) .left {
  padding-left: 7%;
  padding-right: 0;
}
.quality-page .quality-2 .slide:nth-child(even) .right {
  padding-left: 0;
  padding-right: 3%;
  direction: ltr;
}
.quality-page .quality-3 {
  padding: 70px 0 90px;
  background-color: #f9f9f9;
}
.quality-page .quality-3 .box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.quality-page .quality-3 .box .left {
  width: 60%;
}
.quality-page .quality-3 .box .right {
  padding-left: 10%;
  width: 40%;
}
.quality-page .quality-3 .list {
  margin-top: 60px;
}
.quality-page .quality-3 .list ul {
  margin: -7px;
}
.quality-page .quality-3 .list ul li {
  padding: 7px;
}
.quality-page .quality-3 .list ul li a.img-box {
  display: block;
}
.quality-page .quality-4 .list ul {
  margin: -10px;
}
.quality-page .quality-4 .list ul li {
  padding: 10px;
}
.quality-page .quality-4 .list ul li a.img-box {
  display: block;
  border: 1px solid #c9cfd2;
}
.quality-page .quality-4 .list ul li a img {
  width: 100%;
}
.quality-page .quality-4 .list ul li span.h6 {
  font-size: 18px;
  font-weight: 500;
  color: var(--color1);
  display: block;
  margin-top: 0.6em;
  text-align: center;
}
.quality-page .quality-4 .btn {
  font-size: 20px;
}
.quality-page .quality-4 .btn div {
  width: 2em;
  height: 2em;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #999;
  color: white;
  position: absolute;
  top: 46%;
  transform: translateY(-50%);
  transition: 0.5s;
  cursor: pointer;
  cursor: hand;
}
.quality-page .quality-4 .btn div.prev {
  right: 103%;
}
.quality-page .quality-4 .btn div.next {
  left: 103%;
}
.quality-page .quality-4 .btn div:hover {
  background-color: var(--color);
  color: white;
}
.quality-page .quality-5 {
  padding: 110px 0;
}
.quality-page .quality-5 .box .left {
  vertical-align: middle;
  padding-right: 4%;
}
.quality-page .quality-5 span.h2 {
  margin-bottom: 0.5em;
}
.quality-page .quality-5 .list ul li {
  font-size: 20px;
  padding: 1em 0;
  border-bottom: 1px solid #e3e6ea;
}
.quality-page .quality-5 .list ul li span.h6 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-weight: 500;
}
.quality-page .quality-5 .list ul li span.h6 i {
  flex-shrink: 0;
  width: 1em;
  height: 1em;
  position: relative;
}
.quality-page .quality-5 .list ul li span.h6 i:after,
.quality-page .quality-5 .list ul li span.h6 i:before {
  content: "";
  width: 100%;
  height: 2px;
  background-color: black;
  transition: 0.5s;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.quality-page .quality-5 .list ul li span.h6 i:before {
  transform: translateY(-50%) rotate(90deg);
}
.quality-page .quality-5 .list ul li .text {
  margin-top: 1em;
  display: none;
}
.quality-page .quality-5 .list ul li.active span.h6 i:before {
  transform: translateY(-50%) rotate(0);
}
.quality-page .quality-5 .list ul li.active span.h6 i:after,
.quality-page .quality-5 .list ul li.active span.h6 i:before {
  background-color: var(--color);
}
.quality-page .quality-5 .list ul li.active span.h6 {
  color: var(--color);
}
.quality-page .quality-5 .box .right {
  padding-left: 7%;
  vertical-align: middle;
}
.quality-page .quality-5 .box .right .slick {
  position: relative;
}
.quality-page .quality-5 .box .right .slick img {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  z-index: -1;
  transition: 0.5s;
}
.quality-page .quality-5 .box .right .slick img.active {
  opacity: 1;
  position: static;
  z-index: 1;
}
.quality-page .quality-7 {
  padding: 100px 0;
}
.quality-page .quality-7 span.h2 {
  font-weight: normal;
  text-align: center;
  margin-bottom: 1.5em;
}
.quality-page .quality-7 .box {
  margin-top: 60px;
}
.quality-page .quality-7 .box .left {
  width: 66%;
  padding-right: 4%;
}
.quality-page .quality-7 .box .left .text {
  font-size: 14px;
}
.quality-page .quality-7 .box .left .text > * {
  margin: 1em 0;
}
.quality-page .quality-7 .box .left .text .f18 {
  font-size: 1.3em;
}
.quality-page .quality-7 .box .left .text .f20 {
  font-size: 1.45em;
}
.quality-page .quality-7 .box .left .text .f24 {
  font-size: 1.7em;
}
.quality-page .quality-7 .box .left .text span {
  color: var(--color1);
}
.quality-page .quality-7 .box .right {
  width: 34%;
}
@media screen and (max-width: 1600px) {
  .quality-page {
    padding-top: 70px;
  }
  .quality-page .quality-1 {
    padding: 50px 0;
  }
  .quality-page span.h3 {
    font-size: 28px;
  }
}
@media screen and (max-width: 1250px) {
  .quality-page span.h3 {
    font-size: 24px;
  }
}
@media screen and (max-width: 1000px) {
  .quality-page .quality-2 .slide .left,
  .quality-page .quality-3 .box .left {
    padding: 0 !important;
    width: 100%;
  }
  .quality-page .quality-2 .slide .right,
  .quality-page .quality-3 .box .right {
    padding: 0 !important;
    width: 100%;
    margin-top: 20px;
  }
  .quality-page .quality-2 .slide,
  .quality-page .quality-3 .box {
    direction: ltr !important;
    display: block;
  }
  .quality-page .quality-2 .slide .left .img {
    height: 240px;
  }
  .quality-page .quality-3 {
    padding: 50px 0;
  }
}
@media screen and (max-width: 700px) {
  .quality-page {
    padding-top: 50px;
  }
}
@media screen and (max-width: 1250px) {
  .quality-page .quality-4 .btn div.prev {
    left: 0;
    right: auto;
  }
  .quality-page .quality-4 .btn div.next {
    right: 0;
    left: auto;
  }
  .quality-page .quality-7 .box .left {
    padding-right: 0;
    width: 100%;
  }
  .quality-page .quality-7 .box .right {
    display: none;
  }
}
