: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: 165px 0 140px 0;
}

.middle .middle-three .container-xl {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

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

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

.middle .middle-three .right {
  width: 50%;
  line-height: 32px;
  font-size: 18px;
  font-family: "Urbanist", sans-serif;
  font-weight: 300;
  color: #666666;
}

/* middle-four */
.middle .middle-four {
  padding: 0 0 80px 0;
}

.middle .middle-four .container-xl {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.middle .middle-four .left {
  width: 50%;
  padding-right: 50px;
}

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

.middle .middle-four .left .t2 {
  margin-top: 45px;
  color: #666666;
  font-weight: 300;
  font-size: 18px;
  line-height: 32px;
  font-family: "Urbanist", sans-serif;
}

.middle .middle-four .right {
  width: 50%;
}

/* middle-five */
.middle .middle-five {
  padding: 0 0 130px 0;
}

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

.middle .middle-five .row {
  margin-top: 80px;
}

.middle .middle-five .row .col-md-4 {
  padding-right: 70px;
  padding-bottom: 15px;
}

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

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

/* middle-six */
.middle .middle-six {
  padding: 0 0 110px 0;
}

.middle .middle-six .container-xl {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.middle .middle-six .left {
  width: 50%;
}

.middle .middle-six .right {
  width: 50%;
  padding-left: 80px;
}

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

.middle .middle-six .right .t2 {
  margin-top: 45px;
  color: #666666;
  font-weight: 300;
  font-size: 18px;
  line-height: 32px;
  font-family: "Urbanist", sans-serif;
}

.middle .middle-six .right .but {
  margin-top: 80px;
  max-width: 280px;
  background: linear-gradient(to left, #24b66f, #88ca4e);
  background-size: cover;
  background-repeat: no-repeat;
}

.middle .middle-six .right .but a {
  width: 100%;
  text-align: center;
  color: #fff;
  line-height: 46px;
  text-decoration: underline;
  text-transform: uppercase;
  font-size: 16.46px;
  font-weight: 700;
}

.middle .middle-six .right .but:hover {
  background-color: var(--public-color) !important;
}

/* middle-seven */
.middle .middle-seven {
  padding: 0 0 180px 0;
  position: relative;
}

.middle .middle-seven .container-xl {
  position: relative;
  z-index: 1;
}

.middle .middle-seven .title {
  font-size: 42px;
  font-weight: 700;
  line-height: 48px;
  color: var(--public-color);
  font-family: "Urbanist", sans-serif;
}

.middle .middle-seven .cont {
  margin-top: 80px;
  background-color: #fff;
}

.middle .middle-seven .cont table {
  word-break: break-all;
  word-wrap: break-all;
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #dddddd;
}

.middle .middle-seven .cont table td,
.middle .middle-seven th {
  border: 1px solid #dddddd;
  /* padding: 5px; */
}

.middle .middle-seven .cont table tr td {
  max-width: 50%;
}

.middle .middle-seven .cont table tr:nth-child(1) td:nth-child(1) {
  background-color: var(--public-color);
}

.middle .middle-seven .cont table tr:nth-child(1) td:not(:first-child) {
  background-color: #0b57aa;
}

.middle .middle-seven .cont table tr td,
.middle .middle-seven .cont table tr td p,
.middle .middle-seven .cont table tr td span {
  text-align: center;
  color: #333333;
  font-size: 18px;
  line-height: 52.5px;
  font-weight: 500;
  font-weight: 400;
}

.middle .middle-seven .cont table tr:nth-child(1) td,
.middle .middle-seven .cont table tr:nth-child(1) td p,
.middle .middle-seven .cont table tr:nth-child(1) td span {
  color: #fff;
  font-weight: 700;
}

.middle .middle-seven .other-img {
  position: absolute;
  bottom: -150px;
  left: 0;
}

@media (max-width: 768px) {
  .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 .left{width: 100%;padding-left: 45px;}
  .middle .middle-three .right{width: 100%;margin-top: 15px;}
  .middle .middle-four{padding-bottom: 30px;}
  .middle .middle-four .left{width: 100%;padding: 0;}
  .middle .middle-four .right{width: 100%;margin-top: 15px;}
  .middle .middle-four .left .t2{margin-top: 15px;}
  .middle .middle-five{padding-bottom: 15px;}
  .middle .middle-five .title{font-size: 24px;line-height: 32px;}
  .middle .middle-five .row{margin-top: 15px;}
  .middle .middle-five .row .col-md-4{width: 50%;padding-right: 7px;}
  .middle .middle-six{padding-bottom: 30px;}
  .middle .middle-six .left{width: 100%;}
  .middle .middle-six .right{width: 100%;padding: 0;margin-top: 15px;}
  .middle .middle-six .right .t2{margin-top: 15px;}
  .middle .middle-six .right .but{margin-top:15px;}
  .middle .middle-seven{padding-bottom: 30px;}
  .middle .middle-seven .title{font-size: 24px;line-height: 32px;}
  .middle .middle-seven .cont{margin-top: 15px;}
  .middle .middle-seven .other-img{display: none;}
  .middle .middle-seven .cont table tr td, .middle .middle-seven .cont table tr td p, .middle .middle-seven .cont table tr td span{line-height: 32px;}
}