* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body {
  font-family: "Arial", Helvetica, Arial, Lucida, sans-serif;
  font-size: 14px;
  color: #666;
  background-color: #fff;
  line-height: 1.7em;
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
a,
a:hover,
a:focus {
  text-decoration: none;
  color: #666;
}
li,
ul {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
  list-style: none;
}
img,
video {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}
.flex {
  display: flex;
}
.container {
  width: 100%;
  max-width: 100%;
  padding-right: 30px;
  padding-left: 30px;
}
.bx {
  width: 80%;
  max-width: 1920px;
  margin: auto;
  position: relative;
}
.bx_2 {
  width: 80%;
  max-width: 1000px;
  margin: auto;
  position: relative;
}
.bx_3 {
  width: 100%;
  max-width: 1280px;
  margin: auto;
  position: relative;
}
.bx_4 {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
}
.clearfix::after {
  clear: both;
  content: "";
  display: table;
}
#top-header {
  background-color: rgba(0, 113, 185, 0.5);
  top: 0;
  left: 0;
  right: 0;
  position: fixed;
  height: 21px;
  z-index: 100;
}
header {
  position: fixed !important;
  top: 21px;
  line-height: 23px;
  font-weight: 500;
  width: 100%;
  z-index: 100;
  transition: all 0.4s ease-in-out;
}
header.on {
  background-color: rgba(0, 0, 0, 0.87);
}
header.on .header_top .logo {
  height: 69px;
}
header.on .top_nav {
  padding-top: 20px;
  height: 69px;
}
header.on .top_nav .menu-item > a {
  padding-bottom: 16px;
}
.header_top .logo {
  height: 95px;
  float: left;
  transition: all 0.4s ease-in-out;
}
.header_top .logo a {
  height: 100%;
  display: flex;
  align-items: center;
}
.header_top .logo img {
  max-height: 90% !important;
  padding: 5px 0;
}
.header_top .logo .txt {
  margin-left: 20px;
  color: #fff;
  font-size: 20px;
}
.header_top .logo .txt p {
  font-size: 24px;
  line-height: 1;
}
.header_top .logo .txt span {
      font-size: 13.9px;
          line-height: 1;
          margin-top: 5px;
          display: block;
}
header .header_top .mobile {
  display: none;
}
.top_nav {
  padding-top: 33px;
  float: right;
  height: 95px;
  transition: all 0.4s ease-in-out;
}
.top_nav .menu-item {
  display: inline-block;
  font-size: 14px;
  padding-right: 22px;
  position: relative;
  transition: opacity 0.4s ease-in-out, background-color 0.4s ease-in-out;
}
.top_nav .menu-item:hover .sub-menu {
  opacity: 1;
  visibility: visible;
}
.top_nav .menu-item > a {
  font-weight: normal;
  font-style: normal;
  text-transform: uppercase;
  text-decoration: none;
  padding-bottom: 33px;
  color: #fff;
  display: block;
  transition: opacity 0.4s ease-in-out, background-color 0.4s ease-in-out;
}
.sub-menu {
  position: absolute;
  padding: 20px 0;
  z-index: 99;
  width: 240px;
  background: #fff;
  visibility: hidden;
  opacity: 0;
  border-top: 3px solid #2ea3f2;
  background: #000;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  -webkit-transform: translateZ(0);
  text-align: left;
  transition: opacity 0.4s ease-in-out, background-color 0.4s ease-in-out;
}
.sub-menu li {
  padding: 0 20px;
  margin: 0;
  position: relative;
  line-height: 2em;
}
.sub-menu li a {
  padding: 6px 20px;
  width: 200px;
  display: block;
  font-size: 12px;
  color: #ffffff;
  transition: opacity 0.4s ease-in-out, background-color 0.4s ease-in-out;
}
.sub-menu li a:hover {
  background-color: rgba(0, 0, 0, 0.03);
  opacity: 0.7;
}
.top_bar_info_switcher {
  display: inline-block;
  font-size: 14px;
}
.top_bar_info_switcher a {
  background: #0071b9;
  padding: 15px 20px;
  display: block;
  color: #ffffff;
  font-weight: normal;
  font-style: normal;
  text-transform: uppercase;
  text-decoration: none;
  line-height: 1;
}
footer {
  background-color: #2f2f2f;
}
footer .bottom {
  background-color: rgba(0, 0, 0, 0.41);
  padding: 15px 0;
}
footer .bottom .con {
  color: #fff;
}
footer .bottom .con p {
  color: #fff;
  line-height: 1;
}
footer .bottom .con a {
  color: #fff;
}
footer .flex {
  gap: 5.5%;
  padding: 6% 0 0;
}
footer .flex > div {
  width: calc(100% / 3 - (5.5% * 2) / 3);
  margin-bottom: 2.5% !important;
}
footer .flex .logo a {
  padding-bottom: 1em;
  height: 88px;
  display: block;
}
footer .flex .logo img {
  height: 65px;
  width: 200px;
}
footer .flex .logo p {
  color: #fff;
  font-size: 13px;
}
footer .flex .nav {
  color: #fff;
}
footer .flex .nav .title {
  font-size: 16px;
  padding-bottom: 10px;
  line-height: 1em;
  font-weight: normal;
  font-style: normal;
  text-transform: uppercase;
  text-decoration: none;
  font-family: "Arial", Helvetica, Arial, Lucida, sans-serif;
}
footer .flex .nav .support {
  margin-bottom: 26.539%;
}
footer .flex .nav li {
  line-height: 1.8em;
  font-size: 13px;
  color: #fff;
}
footer .flex .nav a {
  color: #fff;
}
#banner {
  position: relative;
}
#banner video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#banner::after {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.3);
  content: "";
}
#banner .p-t {
  padding-top: 116px;
}
#banner .bx {
  width: 70%;
  margin: 0 auto;
  padding: 150px 0 200px;
  text-align: right !important;
}
#banner .bx img {
  width: 500px;
}
#banner2 {
  background-repeat: no-repeat;
  background-color: #fff;
  background-position: 50%;
  background-size: 100%;
  background-size: cover;
  padding-top: 116px;
}
#banner2 .bx {
  padding: 2% 0;
}
#banner2 h2 {
  font-family: "Arial", Helvetica, Arial, Lucida, sans-serif;
  max-width: 35%;
  padding: 20px 5px;
  font-weight: normal;
  text-transform: uppercase;
  font-size: 20px;
  color: #ffffff !important;
  line-height: 15px;
  text-align: center;
  margin: 0 auto;
  border: 1px solid #ffffff;
}
.rel {
  position: relative;
  z-index: 10;
}
.con p {
  font-size: 16px;
  line-height: 26px;
  color: #000000;
}
.section1 {
  padding-top: 40px;
}
.section1 h2 {
  font-size: 26px;
  font-weight: 600;
  text-transform: uppercase;
  color: #0071b9 !important;
  line-height: 30px;
}
.section1 h3 {
  padding-bottom: 15px;
  padding-top: 20px;
  font-weight: 600;
  font-size: 20px;
  color: #000000 !important;
  line-height: 30px;
  text-align: justify;
}
.section2 {
  padding-top: 70px !important;
  padding-right: 0px !important;
  padding-bottom: 70px !important;
  padding-left: 0px !important;
  margin-left: auto !important;
  margin-right: auto !important;
  padding-top: 70px;
  padding-right: 0px;
  padding-bottom: 70px;
  padding-left: 0px;
  display: flex;
}
.section2 .l {
  flex-shrink: 0;
  width: 48.5%;
  margin-right: 3%;
  padding: 2px;
  font-size: 0;
  display: flex;
}
.section2 .r {
  margin-top: auto;
  margin-bottom: auto;
}
.section2 .r .txt {
  max-width: 75%;
}
.section2 .r h2 {
  font-weight: 600;
  color: #000000 !important;
  line-height: 36px;
  text-align: justify;
  font-size: 26px;
  margin-bottom: 15px !important;
  padding-bottom: 10px;
}
.section3 {
  padding-top: 60px;
  padding-bottom: 50px;
  background-color: #f1f1f1 !important;
  position: relative;
}
.section3 .pb_top {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAwJSIgaGVpZ2h0PSI3MHB4IiB2aWV3Qm94PSIwIDAgMTI4MCAxNDAiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgZmlsbD0iI2ZmZmZmZiI+PHBhdGggZD0iTTEyODAgMTQwVjBIMGwxMjgwIDE0MHoiLz48L2c+PC9zdmc+);
  background-size: 100% 70px;
  top: 0;
  height: 70px;
  z-index: 1;
  transform: scale(1, 1);
  position: absolute;
  pointer-events: none;
  width: 100%;
  left: 0;
  right: 0;
  display: block;
}
.section3 .txt {
  padding: 2% 0;
}
.section3 h2 {
  font-weight: 600;
  text-transform: uppercase;
  color: #0071b9 !important;
  line-height: 36px;
  font-size: 26px;
  padding-bottom: 10px;
}
.section3 h3 {
  font-weight: 600;
  color: #000000 !important;
  line-height: 36px;
  font-size: 26px;
}
.section3 .con {
  padding-top: 15px !important;
}
.mySwiper1 .swiper-slide {
  /* background: ; */
  background-position: 50%;
  background-size: cover;
  height: 610px;
  padding: 0 6%;
}
.mySwiper1 .swiper-slide .txt {
  padding: 0 8%;
  padding-top: 250px;
  padding-bottom: 250px;
  max-width: 70%;
  margin: 0 auto;
  text-align: center;
}
.mySwiper1 .swiper-slide h4 {
  font-size: 40px !important;
  line-height: 50px !important;
  font-weight: 300;
  margin-top: 0;
  color: #fff !important;
  opacity: 0;
  transform: translateY(100px);
  transition: all 1s ease-in-out;
}
.mySwiper1 .swiper-slide-active h4 {
  opacity: 1;
  transform: translateY(0);
}
.mySwiper1 .next1::after,
.mySwiper1 .prev1::after {
  display: none;
}
.mySwiper1 .next1,
.mySwiper1 .prev1 {
  width: 48px;
  height: 48px;
}
.mySwiper1 .next1 i,
.mySwiper1 .prev1 i {
  font-size: 24px;
  color: #fff;
}
.mySwiper1 .pagination1 span {
  background: #fff;
}
.section5 {
  padding: 4% 30px 20px;
  background-color: #f1f1f1 !important;
}
.section5 .bx {
  width: 100%;
  max-width: 1160px;
}
.section5 h2 {
  font-weight: 600;
  text-transform: uppercase;
  font-size: 20px;
  color: #0071b9 !important;
  line-height: 30px;
  text-align: center;
  padding-bottom: 10px;
}
.section5 h3 {
  font-size: 26px;
  padding-top: 15px !important;
  padding-bottom: 25px !important;
  margin-top: 0px !important;
  margin-bottom: 0px !important;
  font-weight: 600;
  text-transform: uppercase;
  color: #000000 !important;
  line-height: 36px;
  text-align: center;
}
.section5 .row {
  flex-wrap: wrap;
  gap: 3%;
}
.section5 .row .son {
  margin-bottom: 30px;
  width: calc(100% / 3 - (3% * 2) / 3);
}
.section5 .row a {
  box-shadow: 0px 2px 18px 0px rgba(0, 0, 0, 0.3);
  height: 100%;
  display: flex;
  flex-direction: column;
}
.section5 .row img {
  aspect-ratio: auto 400 / 250;
}
.section5 .row .txt {
  padding: 30px 20px 20px;
  background-color: #fff;
  flex-grow: 1;
}
.section5 .row h4 {
  font-size: 18px !important;
  line-height: 28px !important;
  text-align: left !important;
  font-weight: 500;
  color: #333;
  padding-bottom: 10px;
}
.section5 .row span {
  color: #666;
  margin-bottom: 6px;
}

.info {
  padding: 4% 0;
  padding-top: 30px;
}
.info .h2 {
  padding: 2% 0;
  color: #0071b9 !important;
  text-align: justify;
  font-family: "Arial", Helvetica, Arial, Lucida, sans-serif;
  font-weight: 600;
  font-size: 26px;
  line-height: 36px;
}
.info .h2_1 {
  padding: 2% 0;
  color: #0071b9 !important;
  font-family: "Arial", Helvetica, Arial, Lucida, sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  text-align: center;
  font-size: 26px;
  line-height: 36px;
}
.info .con {
  padding: 2% 0;
}
.info .video {
  display: block;
  margin: 2.75% auto;
}
.info .video_con {
  position: relative;
}
.info .play_btn {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  z-index: 1;
  transition: all 0.3s ease-in-out;
  background-color: transparent;
  display: flex;
  justify-content: center;
  align-items: center;
}
.info .play_btn:hover {
  background-color: rgba(0, 0, 0, 0.5);
}
.info i {
  font-size: 48px;
  width: 96px;
  height: 96px;
  color: #fff;
  border-radius: 50%;
  border: 5px solid #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.list {
  padding: 4% 0;
  background-color: #f2f2f2 !important;
}
.list .h2 {
  padding: 2% 0;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 20px;
  color: #0071b9 !important;
  line-height: 30px;
  text-align: center;
  padding-bottom: 10px;
}
.list .h3 {
  padding: 2% 0;
  font-weight: 600;
  font-size: 35px;
  color: #000000 !important;
  line-height: 45px;
  text-align: center;
  padding-top: 0px;
  font-size: xx-large;
}
.list .brand {
  padding: 2% 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.list .brand .son {
  width: calc(100% / 5 - (5.5% * 4) / 5);
  box-shadow: 0px 2px 18px 0px rgba(0, 0, 0, 0.3);
  padding: 2px;
}
.list .brand .txt {
  width: 100%;
  height: 0;
  padding-bottom: 56%;
  position: relative;
  background-color: #fff;
}
.list .brand span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
  color: #2ea3f2;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.2;
}
.list_box {
  padding: 2% 0;
  display: flex;
  flex-wrap: wrap;
  gap: 30px 5.5%;
}
.list_box .son {
  width: calc(100% / 5 - (5.5% * 4) / 5);
}
.list_box .son img {
  aspect-ratio: auto 443 / 250;
  transition: all 0.3s ease-in-out;
}
.list_box .son:hover img {
  transform: scale(1.05);
}
.list_box2 {
  padding: 2% 0;
  display: flex;
  flex-wrap: wrap;
  gap: 60px 10px;
}
.list_box2 .son {
  width: calc(100% / 5 - (10px * 4) / 5);
  padding: 20px;
  box-shadow: 0px 12px 18px -6px rgba(0, 0, 0, 0.1);
  background-color: #ffffff;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.1);
}
.list_box2 .son img {
  aspect-ratio: auto 300 / 200;
}
.list_box2 .son h4 {
  padding-top: 20px !important;
  padding-bottom: 10px !important;
  text-transform: uppercase;
  font-size: 16px;
  color: #000000 !important;
  line-height: 26px;
  text-align: center;
  font-weight: 500;
  font-family: "Arial", Helvetica, Arial, Lucida, sans-serif;
}

.section6 {
  padding: 4% 0;
  padding-top: 30px;
  background-color: #f4f4f4 !important;
}
.section6 h2 {
  padding: 2% 0;
  color: #0071b9 !important;
  line-height: 36px;
  font-family: "Arial", Helvetica, Arial, Lucida, sans-serif;
  font-weight: 600;
  text-align: justify;
  font-size: 26px;
}
.section6 .p {
  padding: 0 0 2%;
  font-size: 16px;
  font-family: "Arial", Helvetica, Arial, Lucida, sans-serif;
  line-height: 26px;
}
.list_box3 {
  padding: 2% 0;
  display: flex;
  flex-wrap: wrap;
  gap: 60px 3%;
}
.list_box3 .son {
  width: calc(100% / 2 - (3% * 1) / 2);
}
.list_box3 .img {
  font-size: 0;
  margin-bottom: 3.093%;
  box-shadow: 0px 2px 18px 0px rgba(0, 0, 0, 0.3);
  padding: 2px;
  display: flex;
}
.list_box3 .txt h3 {
  color: #0071b9 !important;
  text-align: center;
  font-family: "Arial", Helvetica, Arial, Lucida, sans-serif;
  font-size: 26px;
  padding-bottom: 10px;
  font-weight: 500;
  margin-bottom: 3.093%;
}
.list_box3 .txt p {
  font-size: 16px;
  line-height: 26px;
}
.section6 .info_box {
  padding: 2% 0;
}
.section6 .hr {
  border-top-color: #000000;
  border-top-width: 2px;
  height: 2px;
  width: 100%;
  background-color: #000;
  margin-bottom: 55px;
}
.section7 {
  background-color: #f4f4f4 !important;
  padding: 2% 0 60px;
}
.section7 h2 {
  font-weight: 600;
  text-transform: uppercase;
  color: #0071b9 !important;
  line-height: 36px;
  text-align: center;
  font-size: 26px;
  font-family: "Arial", Helvetica, Arial, Lucida, sans-serif;
  padding: 2% 0;
  padding-bottom: 40px;
}
.section7 h2.h2 {
  margin-top: 40px;
}

.list_box4 {
  padding-top: 25px !important;
  padding-right: 25px !important;
  padding-left: 25px !important;
  padding-bottom: 30px !important;
  box-shadow: 0px 2px 18px 0px rgba(0, 0, 0, 0.3);
  display: flex;
  flex-wrap: wrap;
  gap: 60px 0;
}
.list_box4 .son {
  width: 25%;
  padding: 0 5px;
}
.list_box4_2 .son {
  width: calc(100% / 3);
}
.list_box4 .info_box {
  padding: 10px;
  background-color: #fff;
  height: 100%;
}
.list_box4 .info_box .img {
  display: flex;
}
.list_box4 .info_box img {
  aspect-ratio: auto 353 / 353;
}
.list_box4 .info_box .txt {
  padding-top: 12px;
}
.list_box4 .info_box h3 {
  font-size: 20px;
  color: #000000 !important;
  line-height: 30px;
  padding-bottom: 10px;
  font-weight: 500;
  font-family: "Arial", Helvetica, Arial, Lucida, sans-serif;
}
.list_box4 .info_box .p {
  color: #aaa;
  font-family: "Arial", Helvetica, Arial, Lucida, sans-serif;
  font-size: 14px;
}
.list_box4 .info_box .con {
  padding-bottom: 23px;
}
.list_box4 .info_box .con p {
  font-size: 14px;
  font-family: "Arial", Helvetica, Arial, Lucida, sans-serif;
}

.section8 {
  padding-top: 30px;
  padding-bottom: 30px;
  padding-right: 20px;
  padding-left: 20px;
  background-color: #f7f7f7 !important;
}
.flex_box {
  padding: 15px;
  padding-bottom: 55px;
  display: flex;
  flex-wrap: wrap;
  gap: 45px 3%;
}
.flex_box .son {
  width: calc(100% / 3 - (3% * 2) / 3);
  border: 1px solid #d8d8d8;
  background-color: #fff;
  word-wrap: break-word;
}
.flex_box .son .img {
  padding: 19px;
  margin-bottom: 30px;
  box-shadow: 0px 2px 18px 0px rgba(0, 0, 0, 0.3);
  position: relative;
  display: flex;
}
.flex_box .son .img .icon {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  transition: all 300ms ease 0ms;
  background-color: rgba(255, 255, 255, 0.6);
  display: flex;
  align-items: center;
  justify-content: center;
}
.flex_box .son .img .icon i {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  color: #fff;
  background-color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
}
.flex_box .son:hover .img .icon {
  opacity: 1;
}
.flex_box .son img {
  width: 100%;
  aspect-ratio: auto 400 / 250;
}
.flex_box .son .txt {
  padding: 19px;
}
.flex_box .son .txt h3 {
  font-size: 24px !important;
  line-height: 30px !important;
  color: #333;
  padding-bottom: 10px;
  font-weight: 500;
  transition: all 300ms ease 0ms;
}
.flex_box .son .txt h3 a {
  color: inherit;
}
.flex_box .son:hover .txt h3 {
  color: #0071b9 !important;
}
.flex_box .son .txt .p {
  line-height: 26px;
  font-size: 14px;
  margin-bottom: 6px;
}
.flex_box .son .txt p {
  font-size: 16px;
  line-height: 26px;
  text-align: justify;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.flex_box2 {
  padding: 20px 0;
  display: flex;
  flex-wrap: wrap;
  gap: 30px 0;
}
.flex_box2 .son {
  width: 25%;
  padding: 15px;
}
.flex_box2 .son .box {
  box-shadow: 0px 2px 18px 0px rgba(0, 0, 0, 0.3);
  background-color: #ffffff;
  padding: 20px 15px;
}
.flex_box2 .son .img {
  margin-bottom: 30px;
  display: flex;
}
.flex_box2 .son h3 {
  font-size: 24px;
  color: #000000 !important;
  line-height: 30px;
  transition: color 300ms ease 0ms;
  font-weight: 500;
  padding-bottom: 10px;
}
.flex_box2 .son:hover h3 {
  color: #0071b9 !important;
}
.flex_box2 .son .p {
  line-height: 26px;
  padding-bottom: 1em;
}
.flex_box2 .son p {
  line-height: 26px;
  font-size: 16px;
}
.flex_box.video .box {
  padding: 15px;
}
.flex_box.video .son {
  border: none;
}
.flex_box.video .son .txt {
  margin-top: 20px;
  padding: 0;
}
.section9 {
  padding: 30px 0 60px;
}
.section9 h1 {
  margin-bottom: 33px;
  line-height: 40px;
  font-family: "Arial", Helvetica, Arial, Lucida, sans-serif;
  font-size: 30px;
  color: #333;
  padding-bottom: 10px;
  font-weight: 500;
  text-align: center;
}
.section9 .con p {
  line-height: 32px;
}
.section9 .pdf {
  padding: 80px 0 30px;
  text-align: center;
}
.section9 .pdf a {
  color: #2ea3f2 !important;
  font-size: 33px;
  line-height: 56px;
  display: inline-block;
  font-weight: 500;
  border: 2px solid;
  padding: 10px 35px;
  border-radius: 5px;
  position: relative;
  transition: all 300ms ease 0ms;
}
.section9 .pdf a i {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  font-size: 24px;
  opacity: 0;
  transition: all 300ms ease 0ms;
}
.section9 .pdf a:hover {
  padding-left: 15px;
  padding-right: 55px;
  background-color: rgba(0, 0, 0, 0.05);
  border-color: rgba(0, 0, 0, 0.05);
}
.section9 .pdf a:hover i {
  opacity: 1;
  transform: translate(10px, -50%);
}

.section10 {
  padding: 4% 0;
  padding-top: 30px;
}
.section10 h2 {
  padding-top: 2%;
  color: #000000 !important;
  text-align: center;
  line-height: 35px;
  text-transform: uppercase;
  font-size: 25px;
  margin-bottom: 10px !important;
  font-weight: 500;
}
.section10 h3 {
  padding-bottom: 2%;
  color: #000000 !important;
  text-align: center;
  font-size: 18px;
  line-height: 28px;
  font-weight: 500;
}
.flex_box3 {
  padding-top: 2%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.flex_box3 .son {
  width: 30%;
  text-align: center;
}
.flex_box3 .son > i {
  margin-bottom: 30px;
  display: inline-block;
  width: 94px;
  height: 94px;
  border-radius: 50%;
  background-color: #1a2857;
  color: #ffffff;
  font-size: 40px;
  line-height: 94px;
}
.flex_box3 .son h4 {
  font-size: 25px;
  color: #000000 !important;
  line-height: 35px;
  text-align: center;
}
.flex_box3 .son p {
  font-size: 16px;
  color: #000000 !important;
  line-height: 26px;
  text-align: center;
  margin-bottom: 33px;
  font-family: "Arial", Helvetica, Arial, Lucida, sans-serif;
}
.flex_box3 .son a {
  color: #1a2857 !important;
  border-width: 1px !important;
  border-radius: 0px;
  font-size: 17px;
  line-height: 28px;
  border: 2px solid;
  padding: 5px 17px;
  font-family: "Arial", Helvetica, Arial, Lucida, sans-serif !important;
  text-transform: uppercase !important;
  background-color: #ffffff;
  display: inline-block;
}
.flex_box3 .son a i {
  display: inline-block;
  width: 0;
  transition: all 300ms ease 0ms;
  overflow: hidden;
  line-height: 10px;
}
.flex_box3 .son a:hover i {
  width: 28px;
}
.section11 {
  padding: 4% 0;
  padding-top: 30px;
}
.flex_box4 {
  flex-wrap: wrap;
  justify-content: space-between;
}
.section11 h2 {
  padding: 2% 0;
  font-family: "Arial", Helvetica, Arial, Lucida, sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 40px;
  font-weight: 500;
  text-align: center;
}
.section11 .son {
  width: 31.3333%;
  padding: 30px 0;
}
.section11 h3 {
  font-family: "Arial", Helvetica, Arial, Lucida, sans-serif;
  font-size: 22px;
  color: #1a2857 !important;
  line-height: 32px;
  text-align: center;
  font-weight: 500;
  padding-bottom: 10px;
}
.section11 .con {
  text-align: center;
}
.section11 .con p {
  font-size: 14px;
}
.section11 .but {
  margin-top: 25px !important;
  text-align: center;
}
.section11 .but a {
  color: #1a2857;
  border-width: 1px;
  border-radius: 0px;
  font-size: 16px;
  line-height: 27px;
  text-transform: uppercase;
  padding-top: 5px;
  padding-right: 25px;
  padding-bottom: 5px;
  padding-left: 25px;
  border: 1px solid #1a2857;
  position: relative;
  transition: all 300ms ease 0ms;
  display: inline-block;
}
.section11 .but a i {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  font-size: 14px;
  opacity: 0;
  transition: all 300ms ease 0ms;
}
.section11 .but a:hover {
  background-color: rgba(0, 0, 0, 0.05);
  border-color: rgba(0, 0, 0, 0.05);
}
.section11 .but a:hover i {
  /* width: 28px; */
  opacity: 1;
  transform: translate(5px, -50%);
}
.section12 {
  padding: 4% 0;
  padding-top: 30px;
}
.section12 .title {
  padding: 2% 0;
}
.section12 .title .h2 {
  padding-bottom: 1em;
  color: #000000 !important;
  font-family: "Arial", Helvetica, Arial, Lucida, sans-serif;
  font-weight: 600;
  font-size: 25px;
  line-height: 35px;
  text-align: center;
}
.section12 .title .h4 {
  font-family: "Arial", Helvetica, Arial, Lucida, sans-serif;
  font-weight: 600;
  font-size: 25px;
  line-height: 35px;
  color: #000000 !important;
  margin-bottom: 10px !important;
}
.section12 .title p {
  line-height: 24px;
  font-family: "Arial", Helvetica, Arial, Lucida, sans-serif;
  font-size: 16px;
  line-height: 24px;
  padding-bottom: 0px !important;
  margin-bottom: 0px !important;
}
.section12 .con {
  padding: 2% 0;
}
#mobile_menu {
  display: none;
}
@media screen and (max-width: 767px) {
  .container,
  .bx,
  .bx_2,
  .bx_3,
  .bx_4 {
    width: 100%;
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
  .top_nav,
  #top-header {
    display: none;
  }
  .info,
  .list,
  .section7,
  .section6,
  .section10 {
    padding: 30px 0 50px;
  }
  .info .con,
  .info .h2,
  .info .h2_1,
  .list .brand,
  .list_box2,
  .section6 h2,
  .section6 .info_box,
  .section5 {
    padding: 30px 0;
  }
  .list .h2,
  .section7 h2,
  .section10 h2,
  .flex_box3 {
    padding-top: 30px;
  }
  .list .h3,
  .section6 .p,
  .section10 h3 {
    padding-bottom: 30px;
  }
  .info .h2,
  .section5 h3,
  .section3 h2,
  .section1 h2,
  .info .h2_1,
  .list .h2,
  .section6 h2,
  .list_box3 .txt h3,
  .section7 h2,
  .section10 h2 {
    font-size: 20px;
  }
  .section3 h3,
  .section1 h3,
  .section2 .r h2,
  .section5 h2 {
    font-size: 17px;
    line-height: 27px;
  }
  .list .h3 {
    line-height: 30px;
    font-size: xx-large;
  }
  .list_box3 {
    gap: 30px;
    padding: 30px 0;
  }
  .list_box2 {
    width: 80%;
    margin: 0 auto;
  }
  .list_box3 .son,
  .list_box2 .son {
    width: 100%;
    text-align: justify;
  }
  .list_box3 .img,
  .list_box3 .txt h3 {
    margin-bottom: 30px;
  }
  .list_box3 .txt h3 {
    line-height: 30px;
  }
  .list_box2 {
    gap: 3px;
  }
  header {
    background-color: rgba(0, 0, 0, 0.87);
    top: 0;
  }
  .list_box4 {
    gap: 0;
  }
  .list_box,
  .list .brand {
    width: 80%;
    margin: 0 auto;
  }
  .flex_box3 {
    gap: 30px;
  }
  .section11 .son,
  .flex_box3 .son,
  .flex_box .son,
  .flex_box2 .son,
  .list_box4 .son,
  .list_box .son {
    width: 100%;
  }
  .section9 h1 {
    font-size: 24px;
  }
  .section9 .pdf a {
    width: 100%;
    padding: 10px 0px;
    font-size: 18px;
    line-height: 40px;
  }
  .flex_box2 {
    gap: 0;
  }
  .list .brand .son {
    width: 100%;
    margin-bottom: 30px;
  }
  .list .brand span {
    font-size: 26px;
  }
  header .header_top .mobile {
    height: 80px;
    transition: all 300ms ease 0ms;
    float: right;
    display: flex;
    align-items: center;
  }
  header.on .header_top .logo {
    height: 80px;
  }
  header .header_top .mobile i {
    font-size: 24px;
    color: #2ea3f2;
  }
  .header_top .logo {
    height: 80px;
  }
  #mobile_menu {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    padding: 5%;
    background: #fff;
    width: 80%;
    visibility: visible;
    opacity: 1;
    display: none;
    z-index: 9999;
    border-top: 3px solid #2ea3f2;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    background-color: rgba(0, 0, 0, 0.8);
  }
  #mobile_menu a {
    font-size: 12px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.03);
    color: #fff;
    padding: 10px 5%;
    display: block;
  }
  #mobile_menu .mobile_menu_sub {
    padding-left: 10px;
  }
  #mobile_menu .mobile_menu_sub li {
    padding-left: 5%;
  }
  #banner .bx {
    width: 100%;
    padding: 100px 0 !important;
  }
  #banner .p-t {
    padding-top: 80px !important;
  }
  .section2 {
    padding-left: 20px !important;
    padding-right: 20px !important;
    display: flex;
    flex-direction: column;
  }
  .section2 .l {
    width: 100%;
    margin-right: 0 !important;
    margin-bottom: 30px;
  }
  .section2 .r .txt {
    width: 100%;
    max-width: 100%;
  }
  .mySwiper1 .swiper-slide {
    height: auto;
    display: flex;
    align-items: center;
  }
  .mySwiper1 .swiper-slide .txt {
    padding-top: 30%;
    padding-bottom: 30%;
    max-width: 90%;
  }
  .mySwiper1 .swiper-slide h4 {
    font-size: 20px !important;
    line-height: 30px !important;
  }
  .section5 {
    padding-left: 0;
    padding-right: 0;
  }
  .section5 .row .son {
    width: 100%;
  }
  footer .flex {
    flex-wrap: wrap;
    padding-top: 12%;
  }
  footer .flex > div {
    width: 100%;
    margin-bottom: 11.5% !important;
  }
  .header_top .logo img {
    max-width: 75%;
    padding: 8px 0;
  }
  #banner2 h2 {
    max-width: 100%;
  }
  #banner2 {
    padding-top: 80px;
  }
  #banner2 .bx {
    padding: 30px 0;
  }
  .info .video {
    margin-top: 30px;
  }
  .header_top .logo .txt {
      margin-left: 10px;
  }
  .header_top .logo .txt p{
    font-size: 18px;
  }
  .header_top .logo .txt span {
    font-size: 10.4px;
  }
  .info i {
    width: 48px;
    height: 48px;
    font-size: 24px;
    border: 4px solid #fff;
  }
}
