:root {
  --public-color: #004178;
  --max: 1430px;
}

.middle {
  padding-top: 123px;
}

/* middle-one */
.middle .middle-one {
  height: 350px;
  background: url(../../images/bg_faq.jpg) no-repeat;
  background-size: cover;
}

.middle .middle-one>.container-xl {
  display: flex;
  align-items: center;
  height: 100%;
}

.middle .middle-one h1 {
  margin-left: 0px;
  margin-top: 25px;
  font-size: 64px;
  line-height: 64px;
  font-weight: 800;
  color: #fff;
  font-family: "Urbanist", sans-serif;
}

/* middle-two */
/* middle-three */
.middle .middle-three {
  padding: 150px 0 150px 0;
  background-color: #fff;
}

.middle .middle-three .container-xl {
  max-width: 1665px;
  padding-right: 0;
  margin-right: 0;
}

.middle .middle-three .up {
  position: relative;
  padding-left: 60px;
  color: var(--public-color);
  font-size: 42px;
  line-height: 42px;
  font-weight: 700;
  font-family: "Urbanist", sans-serif;
}

.middle .middle-three .up::before {
  position: absolute;
  content: "";
  width: 30px;
  height: 30px;
  background-color: var(--public-color);
  left: 0;
  top: 8px;
}

.middle .middle-three .down {
  margin-top: 60px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.middle .middle-three .down .left {
  width: 40%;
}

.middle .middle-three .down .left .t1 {
  color: #666666;
  font-weight: 300;
  font-size: 18px;
  line-height: 32px;
  font-family: "Urbanist", sans-serif;
}

.middle .middle-three .down .left .t2 {
  margin-top: 50px;
}

.middle .middle-three .down .left .t2 p {
  color: #666666;
  font-weight: 300;
  font-size: 18px;
  line-height: 32px;
  font-family: "Urbanist", sans-serif;
  padding-left: 35px;
  position: relative;
}

.middle .middle-three .down .left .t2 p::before {
  position: absolute;
  content: "";
  width: 14px;
  height: 11px;
  left: 0;
  top: 10px;
  background: url(../../images/ico/application-icon.png) no-repeat;
}

.middle .middle-three .down .right {
  width: 55%;
  padding-right: 100px;
}

.middle .middle-three .down .right .row {
  display: grid;
  gap: 20px;
  grid-template-rows: repeat(var(--bs-rows, 2), 1fr);
  grid-template-columns: repeat(var(--bs-columns, 12), 1fr);
  margin: 0;
}

.middle .middle-three .down .right .row .col-md-4 {
  grid-column: auto / span 6;
  max-width: none;
  padding: 0;
}

.middle .middle-three .down .right .row .col-md-4 img {
  width: 100%;
}

/* middle-four */
.middle .middle-four {
  background-color: #fff;
  padding: 0 0 110px 0;
  border-bottom: 3px solid var(--public-color);
}

.middle .middle-four .up {
  color: var(--public-color);
  font-size: 42px;
  line-height: 48px;
  font-weight: 700;
  font-family: "Urbanist", sans-serif;
  text-align: center;
}

.middle .middle-four .mid {
  margin-top: 100px;
}

.middle .middle-four .mid .mySwiper1 {
  overflow: hidden;
}

.middle .middle-four .mid .mySwiper1 .swiper-slide>div {
  padding: 0 30px 30px 30px;
  height: 100%;
  transition: 0.5s;
}

.middle .middle-four .mid .mySwiper1 .swiper-slide>div .image {
  background-color: #f3f5f9;
  min-height: 180px;
  transition: 0.5s;
}

.middle .middle-four .mid .mySwiper1 .swiper-slide>div .image a {
  background-color: #f3f5f9;
  width: 100%;
  height: 100%;
  min-height: 180px;
  display: flex;
  transition: 0.5s;
}

.middle .middle-four .mid .mySwiper1 .swiper-slide>div .image a img {
  mix-blend-mode: multiply;
  margin: auto;
}

.middle .middle-four .mid .mySwiper1 .swiper-slide>div .text {
  margin-top: 15px;
}

.middle .middle-four .mid .mySwiper1 .swiper-slide>div .text a {
  color: var(--public-color);
  font-size: 24px;
  line-height: 48px;
  font-weight: 700;
  font-family: "Urbanist", sans-serif;
  position: relative;
  padding-right: 30px;
  transition: 0.5s;
}

.middle .middle-four .mid .mySwiper1 .swiper-slide>div .text a::before {
  position: absolute;
  content: "";
  background: url(../../images/white-left-arrow.png) no-repeat;
  width: 18px;
  height: 10px;
  right: 0;
  top: 20px;
  transition: 0.5s;
  opacity: 0;
}

.middle .middle-four .mid .mySwiper1 .swiper-slide>div .text a::after {
  position: absolute;
  content: "";
  background-color: #fff;
  width: 100%;
  height: 1px;
  bottom: 10px;
  left: 0;
  transition: 0.5s;
  opacity: 0;
}

.middle .middle-four .mid .mySwiper1 .swiper-slide>div:hover {
  background-color: var(--public-color);
}

.middle .middle-four .mid .mySwiper1 .swiper-slide>div:hover .image {
  background-color: #fff;
}

.middle .middle-four .mid .mySwiper1 .swiper-slide>div:hover .image a {
  background-color: #fff;
}

.middle .middle-four .mid .mySwiper1 .swiper-slide>div:hover .text a {
  color: #fff;
}

.middle .middle-four .mid .mySwiper1 .swiper-slide>div:hover .text a::before {
  opacity: 1;
}

.middle .middle-four .mid .mySwiper1 .swiper-slide>div:hover .text a::after {
  opacity: 1;
}

.middle .middle-four .down {
  margin-top: 60px;
  display: flex;
}

.middle .middle-four .down .swiper-but {
  margin: auto;
  display: flex;
  align-items: center;
}

.middle .middle-four .down .swiper-but .swiper-scrollbar,
.middle .middle-four .down .swiper-but .swiper-button-prev,
.middle .middle-four .down .swiper-but .swiper-button-next {
  position: static;
}

.middle .middle-four .down .swiper-but .swiper-scrollbar {
  width: 300px;
}

.middle .middle-four .down .swiper-button-prev,
.middle .middle-four .down .swiper-button-next {
  line-height: 50px;
  border: 1px solid #cfdbe7;
  margin: auto;
  width: 50px;
  height: 50px;
  border-radius: 50%;
}

.middle .middle-four .down .swiper-button-prev {
  margin-right: 20px;
}

.middle .middle-four .down .swiper-button-next {
  margin-left: 20px;
}

.middle .middle-four .down .swiper-button-next:after,
.middle .middle-four .swiper-button-prev:after {
  font-size: 16px;
  line-height: 24px;
  color: #004178;
}

/* middle-five */
.middle .middle-five {
  background-color: #fff;
  padding: 130px 0 180px 0;
}

.middle .middle-five .up {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.middle .middle-five .up .t1 {
  width: 30%;
  color: var(--public-color);
  font-size: 42px;
  line-height: 48px;
  font-weight: 700;
  font-family: "Urbanist", sans-serif;
}

.middle .middle-five .up .t2 {
  width: 70%;
  color: #666666;
  font-size: 18px;
  line-height: 32px;
  font-weight: 300;
  font-family: "Urbanist", sans-serif;
}

.middle .middle-five .down {
  margin-top: 85px;
}

.middle .middle-five .down .col-md-3 {
  padding-right: 55px;
}

.middle .middle-five .down .col-md-3>div {
  height: 100%;
  border-bottom: 4px solid var(--public-color);
}

.middle .middle-five .down .col-md-3>div .image {
  min-width: 92px;
  max-width: 95px;
  height: 82px;
}

.middle .middle-five .down .col-md-3>div .image img {
  width: 100%;
  height: 100%;
}

.middle .middle-five .down .col-md-3>div .text {
  margin-top: 35px;
  margin-bottom: 35px;
}

.middle .middle-five .down .col-md-3>div .text a {
  font-size: 18px;
  line-height: 48px;
  font-weight: 800;
  color: var(--public-color);
  font-family: "Urbanist", sans-serif;
}

@media (max-width: 767px) {
  .middle .middle-one{height: 120px;}
  .middle .middle-one > .container-xl{justify-content: center;}
  .middle .middle-one h1{margin-top: 0;}
  .middle .middle-three{padding: 15px 0 30px 0;}
  .middle .middle-three .container-xl{padding-left: 15px;padding-right: 15px;}
  .middle .middle-three .up{padding-left: 45px;}
  .middle .middle-three .up::before{width: 25px;height: 25px;top: 4px;}
  .middle .middle-three .down{margin-top: 15px;}
  .middle .middle-three .down .left{width: 100%;}
  .middle .middle-three .down .left .t2{margin-top: 15px;}
  .middle .middle-three .down .right{width: 100%;padding: 0;margin-top: 15px;}
  .middle .middle-three .down .left .t2 p{padding-left: 20px;}
  .middle .middle-three .down .left .t2 p::before{top: 5px;}
  .middle .middle-three .down .right .row .col-md-4{width: auto !important;}
  .middle .middle-four{padding: 0 0 30px 0;}
  .middle .middle-four .up{font-size: 24px;line-height: 32px;}
  .middle .middle-four .mid{margin-top: 15px;}
  .middle .middle-four .mid .mySwiper1 .swiper-slide>div .text a{font-size: 24px;line-height: 32px;padding: 0;}
  .middle .middle-four .down{margin-top: 0;}
  .middle .middle-four .mid .mySwiper1 .swiper-slide>div{padding: 0;}
  .middle .middle-four .mid .mySwiper1 .swiper-slide>div .text a::before{display: none;}
  .middle .middle-four .mid .mySwiper1 .swiper-slide>div .text a::after{display: none;}
  .middle .middle-four .down .swiper-but .swiper-scrollbar{width: 200px;}
  .middle .middle-five{padding: 30px 0 30px 0;}
  .middle .middle-five .down{margin-top: 15px;}
  .middle .middle-five .down .col-md-3{padding-right: 7px;padding-bottom: 15px;}
  .middle .middle-five .down .col-md-3>div .text{margin-top: 15px;margin-bottom: 15px;}
  
}