@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';
}
h1,
h2,
h3,
h4,
h5,
p {
  transition: all 0.5s;
}
.wow {
  visibility: hidden;
}
html,
body {
  scroll-behavior: smooth;
  font-family: var(--Noto-Sans-SC) !important;
  background-color: #fff;
  max-width: 1920px;
  margin: 0 auto;
}
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: 100px;
  width: 100%;
}
.mycontainer {
  max-width: 1440px;
  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-nav .mycontainer {
  height: 100px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header .logo {
  width: 31.944444%;
}
header .lv1 {
  flex: 1;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  font-size: clamp(14px, 1vw, 16px);
  margin-bottom: 0;
}
header .lv1 > li {
  position: relative;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #333;
  transition: all 0.5s;
}
header .lv1 > li a {
  display: block;
  color: inherit;
  text-transform: uppercase;
  text-align: center;
  padding: 0 0.5em;
}
header .lv1 > li:hover {
  color: #076ACF;
}
header .lv1 > li:hover .lv2 {
  opacity: 1;
  transform: translate(-50%, 0);
  visibility: visible;
}
header .lv1 .search-icon {
  padding: 0;
  width: 2em;
  height: 2em;
  line-height: 2;
  text-align: center;
  border-radius: 50%;
  cursor: pointer;
}
header .lv1 .search-icon img {
  transition: all 0.5s;
}
header .lv1 .search-icon::before {
  display: none;
}
header .lv1 .search-on {
  background-color: #076ACF;
}
header .lv1 .search-on img {
  filter: contrast(0) brightness(200%);
}
header .lv1 .ewm {
  text-align: center;
  white-space: nowrap;
  line-height: 1.45;
  flex-direction: column;
  align-items: center;
}
header .lv1 .ewm img {
  width: 62px;
  height: 62px;
  object-fit: scale-down;
}
header .lv1 .ewm h5 {
  font-size: 10px;
  margin-top: 0.2em;
  color: #076ACF;
}
header .lv1 > .active {
  font-weight: 700;
  color: #076ACF;
}
header .lv2 {
  position: absolute;
  left: 50%;
  top: 100%;
  transform: translate(-50%, 10%);
  transition: all 0.5s;
  background-color: rgba(51, 51, 51, 0.95);
  visibility: hidden;
  opacity: 0;
  padding: 12px 0;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.15);
}
header .lv2 > li {
  position: relative;
  white-space: nowrap;
  text-align: center;
  min-width: 130px;
  font-size: 16px;
  padding: 0 15px;
  color: #fff;
  transition: all 0.5s;
}
header .lv2 > li a {
  color: inherit;
}
header .lv2 > li:hover {
  background-color: #076ACF;
}
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;
  margin-left: 4.861111%;
  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: #076ACF;
}
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: #076ACF;
}
.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: #076ACF;
  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: #076ACF;
  margin: 5px;
  color: #fff;
  transition: all 0.5s;
  font-family: var(--Din);
  border-radius: 4px;
}
.pagination a:hover {
  color: #fff;
  background-color: #076ACF;
  border-color: transparent;
}
.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 {
  width: 10px;
  height: 10px;
  line-height: 1;
  background-color: #fff;
  transition: all 0.5s;
  margin: 0 2.5px;
  opacity: 1;
}
.index-banner .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #076ACF;
}
.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, 2.708333vw, 52px);
  width: 1em;
  height: 1em;
  outline: none;
  color: #fff;
  font-weight: 400;
}
.index-banner .swiper-button-prev::after,
.index-banner .swiper-button-next::after {
  font-size: inherit;
  font-weight: inherit;
}
.index-banner .swiper-button-prev {
  left: 0.83333%;
}
.index-banner .swiper-button-next {
  right: 0.83333%;
}
.index-title {
  text-align: center;
  margin-bottom: 2.7778%;
}
.index-title h3 {
  position: relative;
  font-size: clamp(20px, 2.083333vw, 40px);
  color: #3d3d3d;
  font-weight: 700;
  line-height: 1.45;
  white-space: nowrap;
}
.index-title h3 span {
  font-size: clamp(12px, 1vw, 16px);
  color: #076ACF;
  font-weight: 400;
}
.index-title h3::after {
  position: absolute;
  content: attr(title);
  top: 20%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-transform: uppercase;
  line-height: 1;
  color: rgba(7, 106, 207, 0.1);
}
.index-title .swiper-btn {
  display: flex;
  font-size: clamp(14px, 1vw, 16px);
  gap: 1em;
}
.index-title .swiper-btn .swiper-button-prev,
.index-title .swiper-btn .swiper-button-next {
  position: relative;
  margin: 0;
  top: auto;
  left: auto;
  right: auto;
  width: 2.625em;
  height: 2.625em;
  border-radius: 50%;
  color: #fff;
  border: 1px solid #076ACF;
  background-color: #076ACF;
  font-weight: 700;
  transition: all 0.5s;
}
.index-title .swiper-btn .swiper-button-prev::after,
.index-title .swiper-btn .swiper-button-next::after {
  font-size: inherit;
}
.index-title .swiper-btn .swiper-button-disabled {
  opacity: 1;
  color: #c2c2c2;
  border: 1px solid #c2c2c2;
  background-color: transparent;
}
.index-prod {
  padding: 4.1667% 0;
}
.index-prod .index-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.index-prod .index-title h3::after {
  left: 0;
  transform: translate(0, -50%);
}
.index-prod .swiper {
  position: relative;
}
.index-prod .swiper .swiper-slide:hover .pic img {
  scale: 1.05;
}
.index-prod .swiper .swiper-slide:hover .title {
  transform: translate(0, 0);
}
.index-prod .swiper .pic {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-bottom: 72.173913%;
  border-radius: 10px;
}
.index-prod .swiper .pic img {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
}
.index-prod .swiper .title {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  transform: translate(0, 100%);
  font-size: clamp(14px, 1.1vw, 18px);
  color: #fff;
  line-height: 2.5;
  background-color: rgba(7, 106, 207, 0.6);
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: 700;
  padding: 0 1em;
  transition: all 0.5s;
}
.index-prod .swiper .swiper-pagination {
  position: relative;
  line-height: 1;
  top: auto;
  margin-top: 1.1805556%;
}
.index-prod .swiper .swiper-pagination .swiper-pagination-bullet {
  background-color: #d8d8d8;
  width: 6px;
  height: 6px;
  margin: 0 1.5px;
  opacity: 1;
  transition: all 0.5s;
}
.index-prod .swiper .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #076ACF;
}
.index-prod .index-more {
  justify-content: center;
  margin-top: 3.611111%;
}
.index-about {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.index-about .lt {
  width: 50%;
}
.index-about .lt .pic {
  position: relative;
  z-index: 0;
  width: 100%;
  height: 100%;
}
.index-about .lt .pic img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.index-about .rt {
  position: relative;
  overflow: hidden;
  width: 50%;
  padding: 4.2708333% 12.5% 2.083333% 1.5625%;
  background-color: #076ACF;
}
.index-about .rt::after {
  position: absolute;
  bottom: 0;
  right: 0;
  content: "COMPANY PROFILE";
  text-transform: uppercase;
  font-size: clamp(40px, 5.7291667vw, 110px);
  white-space: nowrap;
  pointer-events: none;
  color: rgba(242, 242, 242, 0.1);
  line-height: 1;
  font-weight: 600;
  font-family: var(--Poppins);
}
.index-about .rt .index-title {
  text-align: left;
}
.index-about .rt .index-title h3 {
  color: #fff;
}
.index-about .rt .brief {
  font-size: clamp(14px, 1vw, 16px);
  color: #fff;
  line-height: 1.45;
}
.index-about .rt .index-more {
  margin-top: 1.5625vw;
}
.index-about .rt .index-more a {
  color: #076ACF;
  background-color: #fff;
}
.index-about .rt .index-more a:hover {
  box-shadow: 0 3px 10px #fff;
}
.index-about .data {
  width: 100%;
}
.index-about .data .mycontainer {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: space-around;
  background-image: url(../images/index-data-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #fff;
  border-radius: 6px;
  box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.2);
  padding: 2.6041667% 2%;
  margin-top: -2.5%;
}
.index-about .data .block {
  line-height: 1.45;
  text-align: center;
}
.index-about .data .block h3 {
  font-size: clamp(20px, 2.708333vw, 52px);
  color: #076ACF;
  font-weight: 900;
  margin-bottom: 0.15385em;
}
.index-about .data .block h3 em {
  font-size: clamp(12px, 1.2vw, 20px);
  color: #3d3d3d;
  font-weight: 900;
}
.index-about .data .block h5 {
  font-size: clamp(12px, 1.2vw, 20px);
  color: #3d3d3d;
  font-weight: 700;
}
.index-more {
  display: flex;
  justify-content: flex-start;
}
.index-more a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: clamp(14px, 1vw, 16px);
  color: #fff;
  background-color: #076ACF;
  line-height: 3.125;
  border-radius: 1.5625em;
  padding: 0 1.5625em;
  min-width: 10.5em;
  transition: all 0.5s;
}
.index-more a em {
  font-size: 2em;
  line-height: 1;
  margin-top: -0.25em;
}
.index-more a:hover {
  box-shadow: 0 3px 10px #076ACF;
  transform: translateY(-2px);
}
.index-culture {
  position: relative;
  overflow: hidden;
  margin: 4.1667% 0 0;
}
.index-culture .wrapper {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  position: relative;
  overflow: hidden;
}
.index-culture .wrapper .block {
  position: relative;
  width: 31.944444%;
  background: #f2f2f2;
  font-size: clamp(14px, 1.2vw, 20px);
  padding: 3.5em 2.1em 2.1em 1.7em;
  min-height: 19.55em;
  border-radius: 0.3em;
  transition: all 0.5s;
}
.index-culture .wrapper .block .icon {
  width: 4.8em;
  height: 4.8em;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto 1.45em;
  border-radius: 50%;
  background-color: #e4e4e4;
  transition: all 0.5s;
}
.index-culture .wrapper .block .icon img {
  width: 2.7em;
  height: 2.7em;
  object-fit: scale-down;
}
.index-culture .wrapper .block h4 {
  font-size: clamp(14px, 1.25vw, 24px);
  color: #3d3d3d;
  font-weight: 700;
  line-height: 1.45;
  margin-bottom: 0.5em;
  text-align: center;
}
.index-culture .wrapper .block .brief {
  font-size: clamp(12px, 1vw, 18px);
  color: #3d3d3d;
  line-height: 1.45;
  text-align: justify;
  text-align-last: center;
}
.index-culture .wrapper .block:hover {
  background-color: #076ACF;
}
.index-culture .wrapper .block:hover .icon {
  animation: swing 1s;
  box-shadow: 0 0 0 0.4em rgba(255, 255, 255, 0.2);
}
.index-culture .wrapper .block:hover h4,
.index-culture .wrapper .block:hover .brief {
  color: #fff;
}
.index-device {
  padding: 4.1667% 0;
}
.index-device .index-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.index-device .index-title h3::after {
  left: 0;
  transform: translate(0, -50%);
}
.index-device .swiper {
  position: relative;
}
.index-device .swiper .swiper-slide:hover .pic img {
  scale: 1.05;
}
.index-device .swiper .swiper-slide:hover .title {
  color: #076ACF;
}
.index-device .swiper .pic {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-bottom: 72.173913%;
  border-radius: 10px;
  border: 1px solid #c2c2c2;
}
.index-device .swiper .pic img {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
}
.index-device .swiper .title {
  width: 100%;
  font-size: clamp(14px, 1.1vw, 20px);
  color: #3d3d3d;
  line-height: 1.45;
  margin-top: 0.8em;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: 700;
  padding: 0 1em;
  transition: all 0.5s;
}
.index-device .swiper .swiper-pagination {
  position: relative;
  line-height: 1;
  top: auto;
  margin-top: 1.1805556%;
}
.index-device .swiper .swiper-pagination .swiper-pagination-bullet {
  background-color: #d8d8d8;
  width: 6px;
  height: 6px;
  margin: 0 1.5px;
  opacity: 1;
  transition: all 0.5s;
}
.index-device .swiper .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #076ACF;
}
.index-app {
  padding: 4.1667% 0;
  background: linear-gradient(180deg, #076ACF 40%, #f2f2f2 40%);
}
.index-app .index-title h3 {
  color: #fff;
}
.index-app .index-title h3::after {
  color: rgba(255, 255, 255, 0.1);
}
.index-app .wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  gap: 30px;
}
.index-app .wrapper .block .pic {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-bottom: 78.478261%;
  border-radius: 10px;
}
.index-app .wrapper .block .pic img {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
}
.index-app .wrapper .block .pic .mask {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  font-size: clamp(14px, 1.25vw, 24px);
  color: #fff;
  line-height: 1.45;
  padding: 0.8333em 1.5em;
  background: linear-gradient(180deg, rgba(7, 106, 207, 0) 36%, #076ACF 100%);
}
.index-app .wrapper .block .pic .mask h4 {
  font-weight: 700;
}
.index-app .wrapper .block .pic .mask h5 {
  font-size: clamp(12px, 1vw, 18px);
  font-family: var(--Poppins);
}
.index-app .wrapper .block .pic:hover img {
  filter: brightness(90%);
  scale: 1.05;
}
.index-app .wrapper .block:nth-child(2) {
  grid-column: 2 / 3;
  grid-row: 1 / 3;
}
.index-app .wrapper .block:nth-child(2) .pic {
  padding-bottom: 163.478261%;
}
.index-app .wrapper .block:nth-child(2) .pic .mask {
  height: 50%;
  align-items: center;
  text-align: center;
}
.index-news {
  padding: 4.1667% 0;
}
.index-news .index-title {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}
.index-news .index-title h3::after {
  left: 0;
  transform: translate(0, -50%);
}
.index-news .wrapper {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.index-news .wrapper .block {
  width: 48.819444%;
  display: flex;
  align-items: center;
  background-color: #f2f2f2;
  border-radius: 10px;
  margin-bottom: 2.708333%;
}
.index-news .wrapper .block .date {
  line-height: 1.45;
  font-size: clamp(16px, 1.5625vw, 30px);
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 5.1666667em;
  height: 5.1666667em;
  border-radius: 10px;
  background-color: #e4e4e4;
  transition: all 0.5s;
}
.index-news .wrapper .block .date h3 {
  font-weight: 700;
  color: #3d3d3d;
}
.index-news .wrapper .block .date h4 {
  font-size: clamp(14px, 1.1vw, 20px);
  color: #3d3d3d;
}
.index-news .wrapper .block .date h5 {
  color: #666;
  font-weight: 300;
  font-size: clamp(12px, 1.25vw, 24px);
}
.index-news .wrapper .block .text {
  flex: 1;
  font-size: clamp(14px, 1.2vw, 20px);
  line-height: 1.45;
  padding: 0 2.6em 0 1.8em;
}
.index-news .wrapper .block .text h4 {
  color: #3d3d3d;
  font-weight: 700;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  margin-bottom: 0.35em;
}
.index-news .wrapper .block .text p {
  font-size: clamp(12px, 1vw, 14px);
  color: #666;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.index-news .wrapper .block:hover .date {
  background-color: #076ACF;
}
.index-news .wrapper .block:hover .date h3,
.index-news .wrapper .block:hover .date h4,
.index-news .wrapper .block:hover .date h5 {
  color: #fff;
}
.index-news .wrapper .block:hover .text h4 {
  color: #076ACF;
}
.footer-contact .mycontainer {
  position: relative;
  background: url(../images/footer-contact-bg.jpg) no-repeat;
  background-size: cover;
  z-index: 1;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 10px;
  padding: 1.5625% 4.791667% 1.5625% 9.94791667%;
}
.footer-contact h4 {
  font-size: clamp(16px, 1.25vw, 24px);
  color: #fff;
  line-height: 1.45;
  font-weight: 700;
  margin-bottom: 0.5833em;
}
.footer-contact address {
  width: 30%;
  font-size: clamp(14px, 1vw, 16px);
}
.footer-contact address p {
  color: #fff;
  line-height: 1.45;
  margin-bottom: 0.5em;
}
.footer-contact address p img {
  width: 1.25em;
  height: 1.25em;
  object-fit: scale-down;
  margin-right: 0.625em;
}
.footer-contact form {
  width: 41.805556%;
}
.footer-contact form .form-row {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.footer-contact form .form-row .form-col {
  width: 48.83721%;
}
.footer-contact form input,
.footer-contact form textarea {
  display: block;
  width: 100%;
  outline: none;
  background-color: #fff;
  color: #333;
  font-size: 12px;
  border-radius: 4px;
  margin-bottom: 1em;
  transition: all 0.5s;
}
.footer-contact form input::placeholder,
.footer-contact form textarea::placeholder {
  background: -webkit-linear-gradient(left, #666 var(--size), #f00 var(--size));
  color: transparent;
  background-clip: text;
  -webkit-background-clip: text;
  -moz-background-clip: text;
}
.footer-contact form input:focus,
.footer-contact form textarea:focus {
  box-shadow: 0 0 0.5em rgba(255, 255, 255, 0.5);
}
.footer-contact form input {
  height: 29px;
  padding: 0 1em;
}
.footer-contact form textarea {
  height: 68px;
  padding: 0.5em 1em;
}
.footer-contact form .code-row {
  display: flex;
  gap: 12px;
}
.footer-contact form .code-row input {
  margin-bottom: 0;
  max-width: 147px;
}
.footer-contact form .code-row .code {
  position: relative;
  display: block;
  height: 29px;
  overflow: hidden;
  border-radius: 4px;
  background-color: #fff;
  cursor: pointer;
}
.footer-contact form .code-row .code img {
  display: block;
  height: 100%;
  width: 100%;
  object-fit: scale-down;
}
.footer-contact form .code-row button {
  flex: 1;
  max-width: 105px;
  height: 29px;
  border-radius: 15px;
  background-color: #fff;
  color: #076ACF;
  font-size: 12px;
  cursor: pointer;
  transition: all 0.5s;
}
.footer-contact form .code-row button:hover {
  background-color: #076ACF;
  color: #fff;
}
footer {
  background-color: #0A2454;
}
footer .footer-top {
  padding: 10% 0 2.708333%;
  margin-top: -7.1875%;
}
footer .footer-top nav {
  width: 100%;
  font-size: clamp(14px, 1.1vw, 20px);
}
footer .footer-top nav ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 1em 2.6em;
}
footer .footer-top nav ul li {
  color: #fff;
  line-height: 1.45;
  font-weight: 700;
}
footer .footer-top nav ul li a {
  color: inherit;
}
footer .footer-top nav ul li a:hover {
  text-decoration: underline !important;
}
footer .footer-bt {
  text-align: center;
  font-size: clamp(12px, 1vw, 14px);
  color: #e4e4e4;
  line-height: 1.45;
}
footer .footer-bt .mycontainer {
  border-top: 1px solid #d8d8d8;
  padding: 1.25% 0;
}
footer .footer-bt a {
  color: inherit;
}
footer .footer-bt a:hover {
  text-decoration: underline !important;
}
