@font-face {
  font-family: 'DIN-Medium';
  src: url('../fonts/DIN-Medium.otf');
}
@font-face {
  font-family: 'Montserrat-SemiBold';
  src: url('../fonts/Montserrat-SemiBold.otf');
}
:root {
  --Noto-Sans-SC: 'Noto Sans SC', sans-serif;
  --Noto-Serif-SC: 'Noto Serif SC', sans-serif;
  --Song-Myung: 'Song Myung', sans-serif;
  --Roboto-Condensed: 'Roboto Condensed', sans-serif;
  --Abel: 'Abel', sans-serif;
  --Barlow-Condensed: 'Barlow Condensed', sans-serif;
  --Din: 'DIN-Medium', sans-serif;
  --Montserrat-SemiBold: 'Montserrat-SemiBold', 'sans-serif';
  --Montserrat: 'Montserrat', 'sans-serif';
  --Poppins: 'Poppins', 'sans-serif';
  --Lato: 'Lato', 'sans-serif';
  --exCondensed: 'Fira Sans Extra Condensed', 'sans-serif';
  --Anton: 'Anton', 'sans-serif';
}
h1,
h2,
h3,
h4,
h5,
p {
  transition: all 0.5s;
}
.wow {
  visibility: hidden;
}
html,
body {
  scroll-behavior: smooth;
  background-color: #fff;
  font-family: var(--Noto-Sans-SC);
}
body {
  overflow: visible;
}
body::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.1);
  border-radius: 2px;
  background-color: #fff;
}
body::-webkit-scrollbar {
  width: 5px;
  background-color: #fff;
}
body::-webkit-scrollbar-thumb {
  border-radius: 2px;
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.1);
  background-color: #666;
}
body:hover::-webkit-scrollbar-thumb {
  background-color: #ccc;
}
.out-header {
  height: 160px;
  width: 100%;
}
.mycontainer {
  max-width: 1200px;
  width: 85%;
  margin: 0 auto;
}
.blank {
  margin: 0 !important;
  height: 0 !important;
  padding: 0 !important;
  box-shadow: none !important;
  min-height: 0 !important;
  border: 0 !important;
}
header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.15);
  z-index: 99;
  transition: all 0.5s;
  background-color: #fff;
}
header .header-mid {
  background-color: #fff;
}
header .header-mid .mycontainer {
  height: 100px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header .header-mid .logo {
  width: 40%;
}
header .header-mid .tel {
  display: flex;
  align-items: center;
  line-height: 1.2;
}
header .header-mid .tel img {
  font-size: clamp(20px, 3.125vw, 60px);
  width: 1em;
  height: 1em;
  margin-right: 10px;
}
header .header-mid .tel h5 {
  font-size: clamp(12px, 1.1vw, 18px);
  color: #383838;
}
header .header-mid .tel h3 {
  font-size: clamp(20px, 1.5625vw, 30px);
  color: #004B8C;
  font-weight: 500;
}
header .header-bt {
  background-color: #004B8C;
}
header .header-bt .mycontainer {
  height: 60px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header .lv1 {
  flex: 1;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  margin-bottom: 0;
  padding: 3px;
  gap: 3%;
}
header .lv1 > li {
  flex: 1;
  position: relative;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: clamp(16px, 1.25vw, 24px);
  font-weight: 300;
  color: #fff;
  transition: all 0.5s;
}
header .lv1 > li a {
  display: block;
  color: inherit;
  text-transform: uppercase;
  text-align: center;
  width: 100%;
}
header .lv1 > li:last-child::before {
  display: none;
}
header .lv1 > li:hover {
  background-color: #fff;
  color: #004B8C;
}
header .lv1 > li:hover .lv2 {
  opacity: 1;
  transform: translate(-50%, 0);
  visibility: visible;
}
header .lv1 > .active {
  background-color: #fff;
  color: #004B8C;
}
header .lv2 {
  position: absolute;
  left: 50%;
  top: 100%;
  width: 100%;
  transform: translate(-50%, 10%);
  transition: all 0.5s;
  background-color: #fff;
  padding: 8px 0;
  visibility: hidden;
  opacity: 0;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.15);
}
header .lv2 > li {
  position: relative;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: center;
  padding: 2px 0.5em;
  font-size: 16px;
  line-height: 1.875;
  color: #333;
  font-weight: normal;
  transition: all 0.5s;
}
header .lv2 > li a {
  color: inherit;
}
header .lv2 > li:hover {
  background-color: #004B8C;
  color: #fff;
}
header .lv2 > li:hover .lv3 {
  opacity: 1;
  visibility: visible;
  transform: translate(0, 0);
}
header .lv3 {
  position: absolute;
  top: 0%;
  left: 100%;
  transform: translate(50%, 0);
  transition: all 0.5s;
  background-color: rgba(0, 0, 0, 0.88);
  padding: 0 0 10px;
  visibility: hidden;
  opacity: 0;
}
header nav {
  flex: 1;
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header .search-form {
  background-color: #fff;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.15);
  border-top: 1px solid #ccc;
  padding: 1.5% 0;
  display: none;
}
header .search-form form {
  display: flex;
  max-width: 800px;
  margin: 0 auto;
}
header .search-form form input {
  flex: 1;
  font-size: clamp(14px, 1.1vw, 18px);
  color: #333;
  padding: 0 1em;
  height: 2.5em;
  outline: none;
  border: 1px solid #ccc;
  font-weight: 300;
  transition: all 0.5s;
}
header .search-form form input:focus {
  border-color: #004B8C;
}
header .search-form form button {
  font-size: clamp(14px, 1.1vw, 18px);
  width: 2.5em;
  height: 2.5em;
  cursor: pointer;
  background-color: #ccc;
  transition: all 0.5s;
  color: #333;
  outline: none;
}
header .search-form form button:hover {
  color: #fff;
  background-color: #004B8C;
}
.box {
  width: 100%;
  text-align: center;
  margin: 3.4868421% 0 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.pagination {
  display: flex !important;
  text-align: center;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 2%;
}
.pagination a {
  display: block;
  font-size: 14px;
  padding: 0 13px;
  line-height: 32px;
  background-color: #fff;
  margin: 5px;
  color: #004B8C;
  transition: all 0.5s;
  font-family: var(--Din);
  border-radius: 4px;
}
.pagination span {
  display: block;
  font-size: 14px;
  padding: 0 13px;
  line-height: 32px;
  background-color: #004B8C;
  margin: 5px;
  color: #fff;
  transition: all 0.5s;
  font-family: var(--Din);
  border-radius: 4px;
}
.pagination a:hover {
  color: #fff;
  background-color: #004B8C;
  border-color: transparent;
}
.box .total {
  color: #666;
  margin: 5px 7px;
  font-size: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.box .go-link {
  margin: 5px 19px;
  font-size: 16px;
  color: #666;
}
.box .go-link form {
  display: flex;
  align-items: center;
}
.box .go-link a {
  line-height: 1;
  display: inherit;
}
.box .go-link button {
  cursor: pointer;
  font-size: 16px;
  color: #666;
  outline: none;
  background-color: transparent;
  border: 0;
  padding: 0;
  margin: 0;
}
.box .go-link button:hover {
  text-decoration: underline;
}
.box .go-link input {
  width: 56px;
  height: 40px;
  text-align: center;
  outline: none;
  border-radius: 4px;
  border: 2px solid #f0f4f8;
  font-family: var(--Din);
  margin: 0 11px;
}
.box .go-link input[type='number']::-webkit-outer-spin-button,
.box .go-link input[type='number']::-webkit-inner-spin-button {
  -webkit-appearance: none !important;
  margin: 0;
}
.index-banner {
  position: relative;
}
.index-banner .swiper .swiper-slide {
  position: relative;
}
.index-banner .swiper .swiper-slide img {
  display: block;
  width: 100%;
  object-fit: cover;
  transform: scale(1.1);
  transition: all 4s;
}
.index-banner .swiper .swiper-slide-active h2 {
  animation: fadeInDown 2s;
}
.index-banner .swiper .swiper-slide-active h5 {
  animation: fadeInDown 2.5s;
}
.index-banner .swiper .swiper-slide-active a {
  animation: fadeInUp 2s;
}
.index-banner .swiper .swiper-slide-active img {
  transform: scale(1);
}
.index-banner .mycontainer {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.index-banner .banner-text {
  text-align: center;
}
.index-banner .banner-text h2 {
  font-size: 50px;
  color: #fff;
  font-weight: 700;
  line-height: 1.6;
}
.index-banner .banner-text h5 {
  font-size: 18px;
  color: #fff;
  font-weight: 500;
  line-height: 1.6;
}
.index-banner .banner-text a {
  display: inline-block;
  width: 150px;
  line-height: 50px;
  text-align: center;
  border: 1px solid #fff;
  border-radius: 25px;
  color: #fff;
  margin-top: 6.13497%;
  transition: all 0.5s;
}
.index-banner .banner-text a img {
  margin-right: 13px;
  transition: all 0.5s;
}
.index-banner .banner-text a:hover {
  box-shadow: inset -5px 5px 15px rgba(255, 255, 255, 0.3);
}
.index-banner .banner-text a:hover img {
  margin-right: 7px;
}
.index-banner .swiper-pagination {
  position: absolute;
  bottom: 5%;
}
.index-banner .swiper-pagination .swiper-pagination-bullet {
  font-size: clamp(10px, 1.1vw, 18px);
  width: 1em;
  height: 1em;
  line-height: 1;
  background-color: #fff;
  border: 1px solid #004B8C;
  transition: all 0.5s;
  margin: 0 0.6111em;
  opacity: 1;
}
.index-banner .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #004B8C;
}
.index-banner .swiper-page {
  position: absolute;
  bottom: 2%;
  width: 100%;
  left: 50%;
  transform: translate(-50%, 0);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1;
}
.index-banner .swiper-button-prev,
.index-banner .swiper-button-next {
  font-size: clamp(16px, 1.2vw, 20px);
  border-radius: 50%;
  background-color: #fff;
  width: 2.9em;
  height: 2.9em;
  outline: none;
}
.index-banner .swiper-button-prev::after,
.index-banner .swiper-button-next::after {
  display: none;
}
.index-banner .swiper-button-prev img,
.index-banner .swiper-button-next img {
  height: 1em;
}
.index-banner .swiper-button-prev {
  left: 2.2395833%;
}
.index-banner .swiper-button-next {
  right: 2.2395833%;
}
.index-title {
  text-align: center;
  margin: 0 auto 3%;
}
.index-title h3 {
  font-size: clamp(20px, 2.083333vw, 40px);
  color: #004B8C;
  font-weight: 500;
  position: relative;
  line-height: 1.25;
}
.index-title h5 {
  color: #A6A6A6;
  font-weight: 500;
  font-size: clamp(12px, 1.3541667vw, 26px);
  text-transform: uppercase;
}
.index-title h6 {
  font-size: clamp(10px, 1vw, 14px);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  line-height: 1.57143;
}
.index-title h6::before,
.index-title h6::after {
  display: block;
  content: "";
  flex: 1;
  height: 1px;
  background-color: #E5E5E5;
}
.index-title h6 span {
  background-color: #004B8C;
  padding: 0 1.5em;
}
.index-about {
  background: url(../images/about-bg.jpg) no-repeat;
  background-size: cover;
  background-attachment: fixed;
  padding: 2.5% 0 5.208333%;
}
.index-about .index-title {
  text-align: left;
}
.index-about .wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.index-about .wrapper .lt {
  width: 44.583333%;
}
.index-about .wrapper .lt .pic {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-bottom: 61.448598%;
}
.index-about .wrapper .lt .pic img {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.index-about .wrapper .lt .more {
  display: block;
  width: 85.3971%;
  background-color: rgba(15, 87, 168, 0.44);
  text-align: right;
  font-size: clamp(14px, 1.3541667vw, 26px);
  color: #fff;
  font-weight: 700;
  padding-right: 2em;
  transition: all 0.5s;
  line-height: 3.73076923;
}
.index-about .wrapper .lt .more:hover {
  padding-right: 2.5em;
}
.index-about .wrapper .rt {
  width: 51.666667%;
  padding-right: 6%;
}
.index-about .wrapper .rt .title h2 {
  font-size: clamp(20px, 2.60416667vw, 50px);
  color: #004B8C;
  line-height: 1.44;
}
.index-about .wrapper .rt .title h3 {
  font-size: clamp(18px, 1.666667vw, 32px);
  color: #004B8C;
  font-weight: 300;
  line-height: 1.4375;
}
.index-about .wrapper .rt .title h4 {
  font-size: clamp(16px, 1.5625vw, 30px);
  color: #000;
  font-weight: 700;
  line-height: 1.4333;
  margin: 0.9em 0 1.2em;
}
.index-about .wrapper .rt .brief {
  font-size: clamp(14px, 1.2vw, 20px);
  color: #808080;
  line-height: 1.45;
  font-weight: 300;
}
.index-about .wrapper .rt .data {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 5.84834%;
}
.index-about .wrapper .rt .data .block {
  width: 26%;
  margin-bottom: 3.319%;
}
.index-about .wrapper .rt .data .block h3 {
  font-size: clamp(20px, 1.5625vw, 30px);
  font-weight: 700;
  color: #004B8C;
  line-height: 1.4333;
}
.index-about .wrapper .rt .data .block h3 em {
  font-size: clamp(12px, 1.2vw, 20px);
  font-weight: 400;
}
.index-about .wrapper .rt .data .block h5 {
  font-size: clamp(12px, 1.2vw, 20px);
  color: #808080;
  line-height: 1.45;
}
.index-prod {
  background-color: rgba(15, 87, 168, 0.05);
  padding-bottom: 2.8125%;
}
.index-prod .index-title {
  background: url(../images/prod-title-bg.jpg) no-repeat;
  background-size: cover;
  padding: 1.770833% 0 1.458333%;
}
.index-prod .index-title h3,
.index-prod .index-title h5 {
  color: #fff;
}
.index-prod .wrapper .mycontainer {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.index-prod .wrapper .mycontainer aside {
  width: 19.75%;
}
.index-prod .wrapper .mycontainer aside .aside-lv1 li {
  position: relative;
  font-size: clamp(16px, 1.1vw, 18px);
  color: #fff;
  font-weight: 500;
  background-color: #0B68BA;
  line-height: 1.4444;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
  min-height: 4em;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.index-prod .wrapper .mycontainer aside .aside-lv1 li div {
  padding: 0 2.2222em 0 0.8889em;
  min-height: 4em;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 2em;
  transform: transform	18px;
}
.index-prod .wrapper .mycontainer aside .aside-lv1 li a {
  color: inherit;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.index-prod .wrapper .mycontainer aside .aside-lv1 li i {
  position: absolute;
  right: 0.5em;
  top: 2em;
  transform: translateY(-50%);
  transition: all 0.5s;
}
.index-prod .wrapper .mycontainer aside .aside-lv1 .on i {
  transform: translateY(-50%) rotate(90deg);
}
.index-prod .wrapper .mycontainer aside .aside-lv2 {
  display: none;
  width: 100%;
}
.index-prod .wrapper .mycontainer aside .aside-lv2 li {
  background-color: #fff;
  color: #004B8C;
  font-size: clamp(14px, 1.1vw, 18px);
  font-weight: 300;
  padding: 0 1em;
  text-align: center;
  justify-content: center;
  align-items: center;
}
.index-prod .wrapper .mycontainer main {
  width: 78.08333333%;
}
.index-prod .wrapper .mycontainer main .swiper .pic {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-bottom: 81.33333%;
}
.index-prod .wrapper .mycontainer main .swiper .pic img {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
}
.index-prod .wrapper .mycontainer main .swiper .pic .title {
  position: absolute;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 0 0.5em;
  font-size: clamp(14px, 1vw, 16px);
  color: #000;
  text-align: center;
  bottom: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.76);
  line-height: 3.125;
  transition: all 0.5s;
}
.index-prod .wrapper .mycontainer main .swiper .pic:hover img {
  scale: 1.05;
}
.index-prod .wrapper .mycontainer main .swiper .pic:hover .title {
  color: #004B8C;
}
.index-choose {
  background-color: #F5FAFF;
  padding: 2.3958333% 0 2.2916667%;
}
.index-choose .index-title h3 {
  display: inline-block;
  background: -webkit-linear-gradient(227.74deg, #86E7FC 0%, #004B8C 48.46%, #82E4FA 100%);
  color: transparent;
  -webkit-background-clip: text;
}
.index-choose .index-title h3 span {
  font-size: 2em;
  font-weight: 900;
}
.index-choose .index-title h5 {
  color: #0B68BA;
}
.index-choose .wrapper {
  position: relative;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 10%;
}
.index-choose .wrapper .bg {
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: clamp(200px, 23.125vw, 444px);
  width: 1em;
  height: 1em;
}
.index-choose .wrapper .block {
  width: 31.5%;
  margin-bottom: 10%;
}
.index-choose .wrapper .block .title {
  font-size: clamp(16px, 1.5625vw, 30px);
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 4.866667em;
  height: 4.866667em;
  border-radius: 50%;
  border: 0.133333em solid #fff;
  background-color: #0465BA;
  box-shadow: 0 0 0 0.4em rgba(130, 197, 255, 0.78);
  transition: all 0.2s;
  margin: 0 auto 1.5em;
}
.index-choose .wrapper .block .brief {
  font-size: clamp(14px, 1.2vw, 20px);
  color: #383838;
  font-weight: 300;
  line-height: 1.45;
}
.index-choose .wrapper .block:hover .title {
  box-shadow: 0 0 0 1em transparent;
  transition: all 0.5s;
}
.index-choose .wrapper .block:nth-of-type(n+3) {
  margin-bottom: 0;
}
.index-serv {
  background: url(../images/serv-bg.jpg) no-repeat;
  background-size: cover;
  padding: 4.583333% 0;
  position: relative;
  overflow: hidden;
}
.index-serv .mycontainer {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.index-serv .mycontainer .block {
  font-size: clamp(16px, 2.083333vw, 40px);
  text-align: center;
  color: #fff;
  line-height: 1.45;
  cursor: default;
}
.index-serv .mycontainer .block:hover .icon img {
  animation: rubberBand 1s;
}
.index-serv .mycontainer .block .icon {
  width: 3em;
  height: 3em;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto 0.75em;
}
.index-serv .mycontainer .block .icon img {
  max-height: 100%;
  max-width: 100%;
}
.index-serv .mycontainer .block h3 {
  font-weight: 500;
  margin-bottom: 0.45em;
}
.index-serv .mycontainer .block h5 {
  font-weight: 300;
  font-size: clamp(12px, 1.2vw, 20px);
}
.index-slogan {
  padding: 2.5% 0;
  font-size: clamp(20px, 1.5625vw, 30px);
  color: #fff;
  font-weight: 700;
  text-align: center;
  line-height: 1.45;
  background: -webkit-linear-gradient(215.16deg, #86e7fc 0%, #004b8c 52.14%, #82e4fa 100%);
}
.index-news {
  padding: 2.083333% 0;
  background-color: #F7FAFC;
}
.index-news .mycontainer {
  max-width: 1208px;
}
.index-news .swiper {
  padding: 6px 4px;
}
.index-news .swiper .pic {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-bottom: 84.80565371%;
}
.index-news .swiper .pic img {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
}
.index-news .swiper .title {
  padding: 7.74648%;
  transition: all 0.5s;
}
.index-news .swiper .title h4 {
  font-size: clamp(14px, 1.2vw, 20px);
  color: #383838;
  font-weight: 700;
  line-height: 1.45;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  height: 2.9em;
  margin-bottom: 1em;
}
.index-news .swiper .title h4 a {
  color: inherit;
}
.index-news .swiper .title p {
  font-size: clamp(12px, 1.1vw, 18px);
  color: #808080;
  font-weight: 300;
  line-height: 1.45;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  height: 4.35em;
  margin-bottom: 1.1111em;
}
.index-news .swiper .title p a {
  color: inherit;
}
.index-news .swiper .title span {
  font-size: clamp(12px, 1.1vw, 18px);
  color: #808080;
  font-weight: 300;
  line-height: 1.45;
  transition: all 0.5s;
}
.index-news .swiper .swiper-slide {
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
}
.index-news .swiper .swiper-slide:hover .pic img {
  scale: 1.05;
}
.index-news .swiper .swiper-slide:hover .title {
  background-color: #0A60AB;
}
.index-news .swiper .swiper-slide:hover .title h4,
.index-news .swiper .swiper-slide:hover .title p,
.index-news .swiper .swiper-slide:hover .title span {
  color: #fff;
}
footer {
  background-color: #004B8C;
  padding: 1.458333% 0 0;
}
footer .footer-slogan {
  background-color: #fff;
  padding: 1% 0;
}
footer .footer-slogan .mycontainer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1%;
}
footer .footer-slogan .mycontainer .logo {
  width: 26.66667%;
}
footer .footer-slogan .mycontainer h3 {
  font-size: clamp(16px, 1.3541667vw, 26px);
  color: #000;
  font-weight: 500;
  line-height: 1.45;
}
footer .footer-mid {
  padding: 1.5625% 0 3.125%;
}
footer .footer-mid .mycontainer {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
footer .footer-mid .mycontainer .lt {
  width: 48%;
}
footer .footer-mid .mycontainer .lt form .form-row {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 3.47222%;
}
footer .footer-mid .mycontainer .lt form .form-row .form-col {
  width: 48.26388889%;
}
footer .footer-mid .mycontainer .lt form input,
footer .footer-mid .mycontainer .lt form textarea,
footer .footer-mid .mycontainer .lt form button {
  display: block;
  background-color: #1367B0;
  color: #fff;
  font-weight: 400;
  outline: none;
  font-size: clamp(14px, 1.2vw, 20px);
  transition: all 0.5s;
  border: 1px solid transparent;
}
footer .footer-mid .mycontainer .lt form input {
  width: 100%;
  height: 3em;
  padding: 0 0.7em;
}
footer .footer-mid .mycontainer .lt form input::placeholder {
  color: #E5E5E5;
  font-weight: 300;
}
footer .footer-mid .mycontainer .lt form input:focus {
  border-color: #fff;
}
footer .footer-mid .mycontainer .lt form textarea {
  width: 100%;
  height: 6em;
  padding: 0.5em 0.7em;
}
footer .footer-mid .mycontainer .lt form textarea::placeholder {
  color: #E5E5E5;
  font-weight: 300;
}
footer .footer-mid .mycontainer .lt form textarea:focus {
  border-color: #fff;
}
footer .footer-mid .mycontainer .lt form button {
  cursor: pointer;
  width: 9.4em;
  height: 2.7em;
  margin: 0 auto;
  font-weight: 300;
}
footer .footer-mid .mycontainer .lt form button:hover {
  filter: brightness(1.2);
}
footer .footer-mid .mycontainer .rt {
  max-width: 48%;
}
footer .footer-mid .mycontainer h4 {
  font-size: clamp(16px, 1.3541667vw, 26px);
  color: #fff;
  margin-bottom: 0.5em;
}
footer .footer-mid .mycontainer h5 {
  font-size: clamp(14px, 1.1vw, 18px);
  color: #fff;
  font-weight: 500;
  margin-bottom: 1em;
}
footer .footer-mid .mycontainer p {
  font-size: clamp(14px, 1.2vw, 20px);
  color: #fff;
  font-weight: 300;
  margin-bottom: 0.4em;
}
footer .footer-bt {
  text-align: center;
  font-size: clamp(12px, 1.1vw, 18px);
  font-weight: 300;
  color: #fff;
  line-height: 1.45;
  padding: 1% 0;
  border-top: 1px solid #808080;
}
footer .footer-bt a {
  color: inherit;
}
footer .footer-bt a:hover {
  text-decoration: underline !important;
}
