@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;
  background-color: #fff;
}
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: 158px;
  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: rgba(19, 99, 191, 0.39);
}
header .header-top {
  background-color: #c92e29;
}
header .header-top .mycontainer {
  height: 32px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 12px;
  color: #fff;
  font-weight: 500;
}
header .header-top .rt {
  font-size: 14px;
  font-weight: 700;
}
header .header-top .rt i {
  display: inline-block;
  color: #c92e29;
  width: 18px;
  height: 18px;
  font-size: 7px;
  text-align: center;
  line-height: 18px;
  background-color: #fff;
  border-radius: 50%;
  margin-right: 4px;
}
header .header-bt {
  background-color: #fff;
}
header .header-bt .mycontainer {
  height: 126px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header .logo {
  width: 36.11111%;
  text-align: center;
}
header .lv1 {
  flex: 1;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  font-size: 16px;
  margin-bottom: 0;
}
header .lv1 > li {
  position: relative;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #333;
  font-weight: 500;
  transition: all 0.5s;
  padding-bottom: 0.8125em;
}
header .lv1 > li i {
  font-size: 8px;
  margin-left: 4px;
}
header .lv1 > li a {
  display: block;
  color: inherit;
  text-transform: uppercase;
  text-align: center;
  width: 100%;
}
header .lv1 > li::before {
  position: absolute;
  display: block;
  content: "";
  width: 0;
  height: 3px;
  background-color: #c92e29;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
  transition: all 0.5s;
}
header .lv1 > li:last-child::before {
  display: none;
}
header .lv1 > li:hover {
  color: #c92e29;
}
header .lv1 > li:hover::before {
  width: 2.3125em;
}
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;
  margin-bottom: 0.8125em;
}
header .lv1 .search-icon img {
  transition: all 0.5s;
}
header .lv1 .search-icon::before {
  display: none;
}
header .lv1 .search-on {
  background-color: #c92e29;
}
header .lv1 .search-on img {
  filter: contrast(0) brightness(200%);
}
header .lv1 > .active {
  color: #c92e29;
}
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: #bb0a0a;
}
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: 12.1527778%;
  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: #c92e29;
}
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: #c92e29;
}
.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: #1f61be;
  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: #1f61be;
  margin: 5px;
  color: #fff;
  transition: all 0.5s;
  font-family: var(--Din);
  border-radius: 4px;
}
.pagination a:hover {
  color: #fff;
  background-color: #1f61be;
  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;
  transition: all 0.5s;
  margin: 0 0.6111em;
  opacity: 1;
}
.index-banner .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #0577FA;
}
.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, 3.020833vw, 58px);
  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: 2.083333%;
}
.index-banner .swiper-button-next {
  right: 2.083333%;
}
.index-title {
  text-align: center;
  margin-bottom: 3%;
}
.index-title h2 {
  font-size: clamp(30px, 3.75vw, 72px);
  color: rgba(255, 255, 255, 0.06);
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
}
.index-title h3 {
  font-size: clamp(24px, 2.5625vw, 49.2px);
  color: #fff;
  font-weight: 700;
  position: relative;
  margin-top: -1em;
}
.index-title h3::after {
  display: block;
  content: "";
  width: 1.62601626em;
  height: 3px;
  background-color: #c92e29;
  margin: 0 auto;
}
.index-title h4 {
  font-size: clamp(20px, 2.083333vw, 40px);
  color: #333;
  font-weight: 700;
}
.index-title h4::after {
  display: block;
  content: "";
  width: 2em;
  height: 3px;
  background-color: #c92e29;
  margin: 0 auto;
}
.index-title h4 span {
  color: #666;
  font-size: clamp(12px, 1.1vw, 18px);
  font-weight: normal;
  text-transform: uppercase;
}
.index-title a {
  display: inline-block;
  font-size: clamp(14px, 1vw, 16px);
  color: #fff;
  line-height: 2.9375;
  border-radius: 1.46875em;
  padding: 0 1.4375em;
  background-color: #c92e29;
  transition: all 0.5s;
}
.index-title a:hover {
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3);
  transform: translateY(-2px);
}
.index-prod {
  padding: 3.020833% 0 4.8958333%;
  background-color: #f2f2f2;
}
.index-prod .index-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 4.583333%;
}
.index-prod .index-title h4::after {
  margin: 0;
}
.index-prod .swiper .swiper-slide {
  background-color: #fff;
  padding: 10px 10px 20px;
}
.index-prod .swiper .swiper-slide .pic {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-bottom: 100%;
}
.index-prod .swiper .swiper-slide .pic img {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
}
.index-prod .swiper .swiper-slide .title {
  text-align: center;
}
.index-prod .swiper .swiper-slide .title h4 {
  font-size: clamp(14px, 1.2vw, 20px);
  color: #333;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: 700;
}
.index-prod .swiper .swiper-slide .title a {
  display: inline-block;
  color: #fff;
  background-color: #c92e29;
  font-size: clamp(12px, 1vw, 14px);
  line-height: 2.2142857;
  border-radius: 1.10714285em;
  padding: 0 1.2142857em;
  margin-top: 4px;
  border: 1px solid transparent;
  transition: all 0.5s;
}
.index-prod .swiper .swiper-slide:hover .pic img {
  scale: 1.05;
}
.index-prod .swiper .swiper-slide:hover .title a {
  color: #c92e29;
  background-color: #fff;
  border-color: #c92e29;
}
.index-about {
  background: url(../images/index-about-bg.jpg) no-repeat;
  background-size: cover;
  background-attachment: fixed;
  padding: 4.16667% 0 9.63541667%;
}
.index-about .brief {
  color: #fff;
  text-align: center;
  font-size: clamp(14px, 1.1vw, 18px);
  line-height: 1.875;
}
.index-about .data {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 6.1111%;
}
.index-about .data .block {
  color: #fff;
  width: 20%;
  text-align: center;
}
.index-about .data .block .icon {
  font-size: clamp(40px, 4.166667vw, 80px);
  width: 1em;
  height: 1em;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #c92e29;
  border-radius: 50%;
  margin: 0 auto;
}
.index-about .data .block .icon img {
  max-width: 56.25%;
  max-height: 56.25%;
}
.index-about .data .block h2 {
  font-weight: 700;
  font-size: clamp(12px, 1.1vw, 18px);
  line-height: 1.5;
}
.index-about .data .block h2 span {
  font-size: clamp(24px, 3.75vw, 72px);
  font-family: Impact;
}
.index-about .data .block h5 {
  font-size: clamp(12px, 1.1vw, 18px);
  font-weight: 700;
  line-height: 1.875;
}
.index-about .data .block:hover .icon {
  animation: swing 1s;
}
.index-device {
  margin-top: -2.96875%;
}
.index-device .swiper .pic {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-bottom: 60.683761%;
}
.index-device .swiper .pic img {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
}
.index-device .swiper .title {
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  background-color: #f2f2f2;
  color: #333;
  font-size: clamp(14px, 1.1vw, 18px);
  font-weight: 700;
  line-height: 3.166667;
  transition: all 0.5s;
}
.index-device .swiper .title a {
  color: inherit;
}
.index-device .swiper .swiper-slide:hover .pic img {
  scale: 1.05;
}
.index-device .swiper .swiper-slide:hover .title {
  color: #c92e29;
}
.index-app {
  margin: 3.125% 0;
}
.index-app .swiper .swiper-slide:hover .pic img {
  scale: 1.05;
}
.index-app .swiper .swiper-slide:hover .pic .mask {
  background-color: #f2f2f2;
}
.index-app .swiper .swiper-slide:hover .pic .mask h4,
.index-app .swiper .swiper-slide:hover .pic .mask h5 {
  color: #bb0a0a;
}
.index-app .swiper .pic {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-bottom: 146.59091%;
}
.index-app .swiper .pic img {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
}
.index-app .swiper .pic::after {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  content: "";
  background: -webkit-linear-gradient(top, transparent, rgba(0, 0, 0, 0.8));
}
.index-app .swiper .pic .mask {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
  padding: 0 10px;
  color: #fff;
  font-size: clamp(16px, 1.25vw, 24px);
  z-index: 1;
  line-height: 1.6667;
  height: 5.708333em;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transition: all 0.5s;
}
.index-app .swiper .pic .mask h4 {
  font-weight: 700;
}
.index-app .swiper .pic .mask h5 {
  text-transform: uppercase;
  font-size: clamp(12px, 1vw, 14px);
}
.index-news {
  margin: 3.125% 0 4.166667%;
}
.index-news .wrapper {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.index-news .wrapper .block1 {
  width: 66.388889%;
  margin-bottom: 1.319444%;
}
.index-news .wrapper .block1 .pic {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
  border-radius: 3.125vw 0 0 0;
}
.index-news .wrapper .block1 .pic::after {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  content: "";
  background: -webkit-linear-gradient(top, transparent, rgba(0, 0, 0, 0.8));
}
.index-news .wrapper .block1 .pic img {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
}
.index-news .wrapper .block1 .title {
  position: absolute;
  z-index: 1;
  width: 100%;
  bottom: 0;
  left: 0;
  padding: 0 5.7531381% 4.8117155%;
}
.index-news .wrapper .block1 .title h5 {
  color: #fff;
}
.index-news .wrapper .block1 .title h3 {
  color: #fff;
  font-weight: 700;
  font-size: clamp(16px, 1.25vw, 24px);
  flex: 1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-right: 0.5em;
}
.index-news .wrapper .block1 .title div {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.index-news .wrapper .block1:hover .pic img {
  scale: 1.05;
}
.index-news .wrapper .block {
  width: 32.2916667%;
  background-color: #f2f2f2;
  padding: 3.472222% 2.847222% 4.722222% 3.61111%;
  margin-bottom: 1.319444%;
}
.index-news .wrapper .block .more {
  margin-top: 1em;
}
.index-news .wrapper h5 {
  font-size: 12px;
  color: #b1b1b1;
}
.index-news .wrapper h4 {
  font-size: clamp(14px, 1.2vw, 20px);
  color: #333;
  font-weight: 700;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 0.75em;
}
.index-news .wrapper p {
  font-size: clamp(12px, 1vw, 14px);
  color: #666;
  line-height: 1.42857;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
  height: 5.71428em;
}
.index-news .wrapper .more {
  display: inline-block;
  font-size: clamp(20px, 1.770833vw, 34px);
  font-weight: 300;
  color: #888;
  border: 1px solid #888;
  width: 1.79411765em;
  height: 1.79411765em;
  border-radius: 50%;
  line-height: 1.55;
  text-align: center;
  transition: all 0.5s;
}
.index-news .wrapper .more:hover {
  background-color: #bb0a0a;
  color: #fff;
  rotate: 180deg;
  border-color: transparent;
}
footer {
  background: url(../images/footer-bg.jpg) no-repeat;
  background-size: cover;
}
footer .footer-top {
  position: relative;
  overflow: hidden;
  border-bottom: 1px solid #dcdcdc;
}
footer .footer-top .mycontainer {
  display: flex;
  justify-content: space-between;
  gap: 1em;
}
footer .footer-top .block {
  display: flex;
  align-items: center;
  color: #fff;
}
footer .footer-top .block .icon {
  font-size: clamp(30px, 2.6041667vw, 50px);
  width: 1em;
  height: 1em;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 0.4em;
}
footer .footer-top .block .icon img {
  max-width: 100%;
  max-height: 100%;
}
footer .footer-top .block h3 {
  font-size: clamp(16px, 1.2vw, 20px);
  font-weight: 700;
  line-height: 1.3333;
}
footer .footer-top .block h4 {
  font-weight: 700;
  font-size: clamp(14px, 1.1vw, 18px);
  line-height: 1.3333;
  margin-bottom: 0.6667em;
}
footer .footer-top .block h4:last-child {
  margin-bottom: 0;
}
footer .footer-top em {
  display: block;
  width: 1px;
  height: 134px;
  background-color: #dcdcdc;
}
footer .footer-mid {
  padding: 2.083333% 0 1.25%;
}
footer .footer-mid .mycontainer {
  display: flex;
  justify-content: space-between;
  gap: 1em;
}
footer .footer-mid .info {
  align-self: center;
  color: #fff;
  line-height: 1.2;
}
footer .footer-mid .info h3 {
  font-family: var(--Noto-Sans-SC);
  font-size: clamp(20px, 1.875vw, 36px);
  font-weight: 700;
}
footer .footer-mid .info h5 {
  font-size: clamp(12px, 1vw, 16px);
  color: #d5d5d5;
  font-family: var(--Montserrat-SemiBold);
}
footer .footer-mid nav {
  width: 25%;
  display: flex;
  justify-content: space-between;
  gap: 1em;
}
footer .footer-mid nav ul li {
  font-size: clamp(14px, 1vw, 16px);
  color: #fff;
}
footer .footer-mid nav ul li a {
  color: inherit;
}
footer .footer-mid nav ul li a:hover {
  text-decoration: underline !important;
}
footer .footer-mid .msg {
  width: 270px;
}
footer .footer-mid .msg form .form-row {
  position: relative;
  margin-bottom: 9px;
}
footer .footer-mid .msg form .required::after {
  position: absolute;
  content: "*";
  font-size: 12px;
  color: #bb0a0a;
  font-weight: 300;
  right: 14px;
  top: 12px;
  line-height: 1;
}
footer .footer-mid .msg form input,
footer .footer-mid .msg form textarea {
  display: block;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.2);
  outline: none;
  transition: all 0.5s;
  color: #fff;
  font-size: 12px;
  background-size: auto;
  background-position: 9px 7px;
  background-repeat: no-repeat;
}
footer .footer-mid .msg form input::placeholder,
footer .footer-mid .msg form textarea::placeholder {
  color: #fff;
  font-weight: 300;
}
footer .footer-mid .msg form input:focus,
footer .footer-mid .msg form textarea:focus {
  background-color: rgba(255, 255, 255, 0.1);
}
footer .footer-mid .msg form input {
  height: 27px;
  padding: 0 25px 0 30px;
}
footer .footer-mid .msg form textarea {
  height: 59px;
  padding: 6px 25px 6px 30px;
}
footer .footer-mid .msg form button {
  display: inline-block;
  cursor: pointer;
  font-size: 12px;
  color: #fff;
  background-color: #bb0a0a;
  transition: all 0.5s;
  height: 2em;
  padding: 0 2em;
}
footer .footer-mid .msg form button:hover {
  filter: brightness(140%);
}
footer .footer-mid h4 {
  font-size: clamp(16px, 1.2vw, 20px);
  color: #fff;
  font-weight: 700;
  margin-bottom: 1em;
}
footer .footer-mid h4::after {
  content: "";
  display: block;
  width: 1.1em;
  height: 2px;
  background-color: #bb0a0a;
}
footer .footer-bt {
  background-color: #1b1b1b;
  text-align: center;
  color: #fff;
  font-size: clamp(12px, 1vw, 14px);
  line-height: 1.875;
  padding: 0.7% 0;
}
footer .footer-bt a {
  color: inherit;
}
footer .footer-bt a:hover {
  text-decoration: underline !important;
}
