.botton-nav-main {
  background-color: #f9c325;
  height: 120px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.botton-nav-main .section {
  width: 1200px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: auto;
}

.botton-nav-main .section .text {
  font-size: 32px;
  color: white;
}

.botton-nav-main .section .bottom {
  width: 180px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  border: 2px solid white;
  color: white;
  background-color: transparent;
  border-radius: 50px;
  cursor: pointer;
  font-weight: bold;
}

.botton-nav-main .section .bottom:hover {
  background-color: white;
  color: #f9c325;
}

@media (max-width: 1024px) {
  .botton-nav-main {
    height: auto !important;
    padding: 35px 0 !important;
  }

  .botton-nav-main .section {
    display: inline-block;
    text-align: center;
  }

  .botton-nav-main .section .text {
    font-size: 25px !important;
  }

  .botton-nav-main .section .bottom {
    margin: auto;
    margin-top: 20px;
  }
}

.bottom-container {
  background-color: #223751;
  padding-top: 50px;
}
.bottom-container .section {
  width: 1200px;
  margin: auto;
}

.bottom-container .section .nav-top {
  display: flex;
  justify-content: space-between;
}

.bottom-container .section .nav-top .logo-title {
  font-size: 27px;
  color: white;
  display: flex;
  align-items: center;
}

.bottom-container .section .nav-top .logo-title img {
  width: 45px;
  height: 45px;
}

.bottom-container .section .nav-top .left {
  width: 30%;
}

.bottom-container .section .nav-top .col {
  text-align: right;
}

.bottom-container .section .nav-top .col .title {
  color: white;
  font-size: 20px;
  margin-bottom: 20px;
}

.bottom-container .section .nav-top .col li {
  line-height: 35px;
}

.bottom-container .section .nav-top .col a {
  color: rgba(255, 255, 255, 0.6);
  font-size: 15px;
}

.bottom-container .section .bottom {
  border-top: 1px solid #304361;
  margin-top: 50px;
  font-size: 15px;
  color: rgba(255, 255, 255, 0.6);
  text-align: center;
  line-height: 40px;
}

.bottom-container .section .bottom a {
  color: rgba(255, 255, 255, 0.6);
}

.bottom-container .text-center {
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 1024px) {
  .nav-top {
    display: inline-block !important;
  }

  .nav-top .left {
    width: 100% !important;
  }

  .nav-top .col {
    width: 100% !important;
  }

  .text-center {
    display: inline-block !important;
  }
}
.bottom-container a {
  text-decoration: none;
  line-height: 35px;
}
