.boder-line {
  position: absolute;
  top: 50%;
  right: -32px;
  transform: translateY(-50%);
  width: 2px;
  height: 60px;
  background-color: #d5e5fe;
}

.footer-right-item-text {
  font-size: 15px;
  font-weight: lighter;
  color: #fff;
  text-align: center;
}

.footer-right {
  width: 28%;
  display: flex;
  justify-content: center;
  align-items: center;

  .footer-right-item {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px;
  }

  .footer-right-item-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    color: #fff;

    img {
      width: 69px;
      height: 69px;
    }
  }
}

.footer-contact {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.footer-contact-item {
  width: 50%;
  color: #fff;
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 7px;

  span {
    width: 15.3px;
    height: 15.3px;
    border-radius: 50%;
    background-image: url(./img/1.png);
    background-size: cover;
    background-position: center;
    background-color: #b32b27;
  }
}

.footer-logo {
  margin: 20px 0;
}

.footer-left {
  width: 72%;
  margin-bottom: 49px;

  ul {
    margin-bottom: 20px;
  }

  a {
    color: #fff;
    font-size: 15px;
    font-weight: lighter;
    border-right: 1px solid #fff;
  }
}

.footer-top-img {
  position: absolute;
  top: -22.5px;
  left: 50%;
  transform: translateX(-50%);
}

.footer {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  height: 240px;
  background-color: #1c3b7a;

  .footer-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 1200px;
    margin: 0 auto;
  }
}

.top-img {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.news {
  .content {
    width: 1200px;
    margin: 0 auto;
  }

  margin-bottom: 100px;
}

.news-now {
  display: flex;
  align-items: center;
}

.news-body {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 30px;
}

.news-item {
  width: 569px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 20px 0;
}

.news-date {
  padding-right: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-right: 30px;
  min-width: 80px;
  border-right: 1px solid #e0e0e0;
}

.date-day {
  font-size: 65px;
  font-weight: bold;
  color: #07397a;
  line-height: 1;
}

.date-month {
  font-size: 18px;
  color: #07397a;
  margin-top: 5px;
}

.news-content {
  flex: 1;
}

.news-title {
  font-size: 18px;
  font-weight: bold;
  color: #07397a;
  margin-bottom: 10px;
}

.news-text {
  font-size: 16px;
  color: #07397a;
  line-height: 22px;
}

.news-arrow {
  font-size: 16px;
  color: #156aa5;
  font-weight: bold;
  margin-left: 20px;
  align-self: self-end;
}

.main-container {
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.main-container-item {
  position: relative;
  color: #fff;

  h3 {
    font-size: 20px;
    font-weight: bold;
  }

  h3:first-child {
    margin-top: 50px;
  }

  .space {
    color: #fff;
    position: absolute;
    font-size: 196.17px;
    font-weight: bolder;
    bottom: -118px;
    left: -17px;
    opacity: 0.1;
    transform: translateX(-50%);
  }
}

.main {
  h2 {
    text-align: center;
    color: #fff;
    font-size: 29px;
    padding-top: 34px;
  }

  .main-sub-title {
    text-align: center;
    color: #fff;
    font-size: 17.26px;
    opacity: 0.3;
  }
}

.competition {
  height: 900px;
  background-image: url(../img/g2.png);
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center;

  .main {
    width: 1200px;
    height: 250px;
    background: linear-gradient(145deg, #3a7cc5 0%, #1a4a8a 50%, #265fa8 100%);
  }
}

.bottom {
  position: absolute;
  top: -159px;
  left: 50%;
  transform: translateX(-50%);
  width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;

  .bottom-item {
    width: 227.3px;
    height: 474px;
    background-color: #deeafc;
    display: flex;
    align-items: center;
    justify-content: center;
    background-size: cover;
    background-position: center;
  }

  .item-content {
    width: 85%;
    height: 85%;
    display: flex;
    flex-direction: column;
  }

  .item-icon {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .icon-circle {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #156aa5;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .icon-inner {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: #deeafc;
  }

  .item-title {
    font-size: 20px;
    font-weight: bold;
    color: #156aa5;
    margin-bottom: 10px;
  }

  .item-subtitle {
    font-size: 15px;
    color: #fff;
    font-weight: bold;
    margin-bottom: 15px;
  }

  .item-bar {
    width: 35.5px;
    height: 11px;
    background-color: #a91b20;
    margin-bottom: 96px;
    z-index: 1000;
  }

  .item-image {
    width: 100%;
    height: 150px;
    background-color: #f0f0f0;
    margin-bottom: 20px;
  }

  .item-description {
    text-align: justify;
    width: 170px;
    color: #6294d3;
    font-weight: bold;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 20px;
  }

  .item-page {
    font-size: 14px;
    color: #fff;
    align-self: flex-start;

    span {
      font-size: 18px;
      color: #d0161b;
    }
  }
}

.list {
  margin-top: 50px;
  display: flex;
  gap: 80px;
}

.list-item {
  position: relative;
  width: 154px;
  height: 184px;

  img {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
  }

  .p1 {
    position: absolute;
    top: 78px;
    left: -8px;
    transform: translateY(-50%);
    font-size: 90.38px;
    color: #156aa5;
    font-weight: lighter;
    letter-spacing: -8px;
  }

  .p2 {
    position: absolute;
    top: 117px;
    left: 0;
    font-size: 11.21px;
    font-weight: bold;
    color: #156aa5;
    letter-spacing: 2px;
  }

  .p3 {
    position: absolute;
    top: 135px;
    left: 0;
    width: 106px;
    height: 18.8px;
    line-height: 18.8px;
    text-align: center;
    font-size: 10.85px;
    font-weight: bold;
    color: #fff;
    letter-spacing: 2px;
    background-color: #156aa5;
  }

  .p4 {
    position: absolute;
    top: 34px;
    right: -8px;
    transform: translateY(-50%);
    font-size: 31px;
    color: #156aa5;
    font-weight: lighter;
    letter-spacing: -8px;
  }
}

.sub-title {
  margin: 25px 0;
}

.title {
  margin-top: 75px;
  display: flex;
  gap: 10px;

  span {
    display: flex;
    align-items: end;
  }
}

.back-img {
  position: relative;
}

.back-word {
  position: absolute;
  top: 50%;
  left: 25px;
  transform: translateY(-50%);
  width: 476px;
  text-align: justify;
  color: #fff;
  line-height: 33px;
  font-size: 15px;
}

.overview-bottom {
  position: relative;
  height: 405px;
  background-color: #156aa5;
}

.overview-top {
  position: relative;
  width: 1200px;
  height: 870px;
  margin: 0 auto;

  .right {
    position: absolute;
    top: 25px;
    right: 25px;
  }
}

h2 {
  font-size: 24px;
  font-weight: bold;
  color: #a91b20;
}

.title {
  span {
    font-size: 15px;
    color: #156aa5;
  }
}

.sub-title {
  font-size: 24px;
  font-weight: lighter;
  color: #a2a2a2;
}

.banner {
  position: relative;
  overflow: hidden;

  .banner-slides {
    display: flex;
    transition: transform 0.5s ease;
    width: 100%;

    img {
      width: 100%;
      flex-shrink: 0;
    }
  }

  .banner-dots {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 10px;
    z-index: 10;
  }

  .dot {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #b32b27;
    cursor: pointer;
    transition: all 0.3s ease;
  }

  .dot.active {
    width: 22px;
    border-radius: 36px;
    background-color: #265fa8;
  }
}

.nav-top {
  display: flex;
  justify-content: space-between;
  width: 1200px;
  margin: 60px auto 60px;
}

ul {
  display: flex;
  justify-content: space-between;
}

li {
  display: flex;
  align-items: flex-end;
}

a {
  display: block;
  white-space: nowrap;
  padding: 0 12px;
  border-right: 1px solid #232323;
  line-height: 1;
}

.active {
  font-weight: bold;
  border-right: 2px solid #232323;
}