* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
  }
  body {
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    color: #244066;
  }
  section {
    padding-top: 80px;
  }
  .banner-img img {
    width: 100%;
    height: 376px;
    object-fit: cover;
}

.banner-title {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 376px;
    background: linear-gradient(90deg, rgba(36, 64, 102, 0.95) 53.69%, rgba(36, 64, 102, 0) 100%);
    padding-top: 89px;
    padding-left: 212px;
    font-family: Old Standard TT;
}

.banner-title ul li {
    padding-right: 10px;
    border-bottom: 2px solid #FCBB49;
    padding-bottom: 42px;
}
.banner-title ul li a{
  color: white;
  text-decoration: none;
}

.banner-title i {
    width: 800px;
    margin-top: 38px;
}
.banner {
  width: 100%;
  position: relative;
}

.banner-title h1 {
  font-size: 52px;
  color: white;
}

.banner-title ul {
  display: flex;
  list-style: none;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-align: left;
  margin-top: 22px;
  font-style: italic;
}
.core-values {
    display: flex;
    width: 80%;
    margin: auto;
}

.core-values-img {
    width: 50%;
    position: relative;
    height: 878px;
    border-radius: 0px;
}

.core-values-img img {
    width: 90%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0px;
    z-index: 99;
    right: 0;
    top: -134px;
    box-shadow: 26px 29px #d9d9d954;
}

.core-values-info {
    width: 50%;
    margin-top: 74px;
}

.core-values-info h2 {
    font-family: Old Standard TT;
    font-size: 56px;
    font-weight: 700;
    line-height: 30px;
    letter-spacing: 0em;
    text-align: left;
    margin: 20px 0px 30px 0px;
    text-transform: uppercase;
}

.core-values-info p {
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: 0em;
    text-align: left;
}
.vision {
    position: relative;
}

.vision-banner {
    width: 100%;
    height: 606px;
}

.vision-banner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.vision-info {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, rgba(36, 64, 102, 0.95) 53.69%, rgba(36, 64, 102, 0) 100%);
    color: white;
    text-align: center;
}

.vision-info h2 {
    font-family: Old Standard TT;
    font-size: 56px;
    font-weight: 700;
    line-height: 69px;
    letter-spacing: 0em;
    text-align: center;
    margin: 97px 0px 16px 0px;
    text-transform: uppercase;
}

.vision-info p {
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: 0em;
    text-align: center;
    width: 60%;
    margin: auto;
}
.vision-number {
    display: flex;
    width: 60%;
    justify-content: space-around;
    margin: auto;
}

.vision-number-item {
    height: 184px;
    width: 304px;
    border-radius: 0px;
    background: white;
    color: #244066;
    padding-top: 34px;
    margin: 44px 13px;
    border-bottom: 5px solid #FCBB49;
}

.vision-number-item b {
    font-family: Old Standard TT;
    font-size: 56px;
    font-weight: 700;
    line-height: 69px;
    text-align: center;
}

.vision-number-item p {
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: 0em;
    text-align: center;
}
.build {
    display: flex;
    width: 80%;
    margin: auto;
}

.build-img {
    width: 50%;
    position: relative;
    height: 734px;
    border-radius: 0px;
    margin-right: 32px;
}

.build-img img {
    width: 90%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 54px;
    z-index: 99;
    right: 0;
    box-shadow: -33px 29px #d9d9d954;
}

.build-info {
    width: 50%;
    margin-top: 23px;
    padding-top: 64px;
}

.build-info h2 {
    font-family: Old Standard TT;
    font-size: 56px;
    font-weight: 700;
    line-height: 30px;
    letter-spacing: 0em;
    text-align: left;
    margin: 20px 0px 30px 0px;
    text-transform: uppercase;
}

.build-info p {
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: 0em;
    text-align: left;
}
.manage {
    position: relative;
}

.manage-banner {
    width: 100%;
    height: 1311px;
}

.manage-banner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.manage-info {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, rgba(36, 64, 102, 0.95) 53.69%, rgba(36, 64, 102, 0) 100%);
    color: white;
    text-align: center;
}

.manage-info h2 {
    font-family: Old Standard TT;
    font-size: 56px;
    font-weight: 700;
    line-height: 69px;
    letter-spacing: 0em;
    text-align: center;
    margin: 161px 0px 14px 0px;
    text-transform: uppercase;
}
.manage-info b {
    font-family: Old Standard TT;
    font-size: 56px;
    font-weight: 700;
    line-height: 30px;
    letter-spacing: 0em;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 30px;
}

.manage-info p {
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: 0em;
    text-align: left;
    width: 60%;
    margin: auto;
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: 0em;
    text-align: left;
}
.manage-number {
    display: flex;
    width: 60%;
    justify-content: space-around;
    margin: auto;
}

.manage-number-item {
    height: 184px;
    width: 304px;
    border-radius: 0px;
    background: white;
    color: #244066;
    padding-top: 34px;
    margin: 44px 13px;
    border-bottom: 5px solid #FCBB49;
}

.manage-number-item b {
    font-family: Old Standard TT;
    font-size: 56px;
    font-weight: 700;
    line-height: 69px;
    text-align: center;
}

.manage-number-item p {
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: 0em;
    text-align: center;
}
.list-manage {
    display: flex;
    width: 60%;
    margin: 28px auto;
}

.list-manage-item {
    border-left: 2px solid #FCBB49;
    padding: 0px 33px;
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 500;
    line-height: 26px;
    letter-spacing: 0em;
    text-align: left;
}

.list-manage-item li {
    margin-bottom: 13px;
}
.manage-img {
    height: 520px;
    width: 60%;
    margin: 56px auto;
}

.manage-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media (min-width:0px) and (max-width: 1300px) {
    .banner-title {
      padding-top: 86px;
      padding-left: 61px;
      height: 356px;
  }
  .banner-title h1 {
    font-size: 36px;
    color: white;
  }
  .banner-title ul {
    display: flex;
    list-style: none;
    font-family: Montserrat;
    font-size: 13px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
    margin-top: 22px;
    font-style: italic;
}
  .banner-img img {
    width: 100%;
    height: 356px;
    object-fit: cover;
  }
  .core-values {
    display: block;
    width: 80%;
    margin: auto;
}

.core-values-img {
    height: 217px;
    width: 100%;
    /* position: relative; */
}

.core-values-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    top: 0;
    /* position: relative; */
    /* top: 86px; */
    /* z-index: 99; */
}

.core-values-info {
    width: 100%;
    margin-top: 30px;
}

.core-values-info h2 {
    font-family: Old Standard TT;
    font-size: 56px;
    font-weight: 700;
    line-height: 69px;
    letter-spacing: 0em;
    text-align: left;
    margin: 20px 0px 10px 0px;
    font-family: Old Standard TT;
    font-size: 36px;
    font-weight: 700;
    line-height: 44px;
    letter-spacing: 0em;
    text-align: center;
}

.core-values-info p {
    font-family: Montserrat;
    font-size: 14px;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: 0em;
    text-align: justify;
    margin-bottom: 30px;
}
.vision {
    position: relative;
    margin-top: 44px;
}

.vision-banner {
    width: 100%;
    height: 531px;
}

.vision-banner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.vision-info {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, rgba(36, 64, 102, 0.95) 53.69%, rgba(36, 64, 102, 0) 100%);
    color: white;
    text-align: center;
}

.vision-info h2 {
    font-family: Old Standard TT;
    font-size: 56px;
    font-weight: 700;
    line-height: 69px;
    letter-spacing: 0em;
    text-align: center;
    font-family: Old Standard TT;
    font-size: 36px;
    font-weight: 700;
    line-height: 44px;
    letter-spacing: 0em;
    text-align: center;
    margin: 56px 0px 6px 0px;
}

.vision-info p {
    font-family: Montserrat;
    font-size: 14px;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: 0em;
    text-align: center;
    width: 80%;
    margin: 11px auto;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
}
.vision-number {
    display: flex;
    width: 100%;
    justify-content: space-around;
    margin: auto;
    /* flex-wrap: wrap; */
}
.vision-number-item {
    height: auto;
    border-radius: 0px;
    background: white;
    color: #244066;
    padding-top: 10px;
    margin: 10px 5px;
    border-bottom: 5px solid #FCBB49;
    max-width: 148px;
}
.build {
    display: block;
    width: 80%;
    margin: auto;
}

.build-img {
    height: 217px;
    width: 100%;
}

.build-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.build-info {
    width: 100%;
    margin-top: 30px;
}

.build-info h2 {
    font-family: Old Standard TT;
    font-size: 56px;
    font-weight: 700;
    line-height: 69px;
    letter-spacing: 0em;
    text-align: left;
    margin: 20px 0px 10px 0px;
    font-family: Old Standard TT;
    font-size: 36px;
    font-weight: 700;
    line-height: 44px;
    letter-spacing: 0em;
    text-align: center;
}

.build-info p {
    font-family: Montserrat;
    font-size: 14px;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: 0em;
    text-align: justify;
    margin-bottom: 30px;
}
.manage {
    position: relative;
}

.manage-banner {
    width: 100%;
    height: 745px;
}

.manage-banner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.manage-info {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, rgba(36, 64, 102, 0.95) 53.69%, rgba(36, 64, 102, 0) 100%);
    color: white;
    text-align: center;
}

.manage-info h2 {
    font-family: Old Standard TT;
    font-size: 56px;
    font-weight: 700;
    line-height: 69px;
    letter-spacing: 0em;
    text-align: center;
    margin: 97px 0px 14px 0px;
    margin: 50px 0px 10px 0px;
    font-family: Old Standard TT;
    font-size: 36px;
    font-weight: 700;
    line-height: 44px;
    letter-spacing: 0em;
    text-align: center;
}
.manage-info b {
    font-family: Old Standard TT;
    font-size: 56px;
    font-weight: 700;
    line-height: 69px;
    letter-spacing: 0em;
    text-align: center;
    margin: 17px 0px 10px 0px;
    font-family: Old Standard TT;
    font-size: 36px;
    font-weight: 700;
    line-height: 44px;
    letter-spacing: 0em;
    text-align: center;
}

.manage-info p {
    font-family: Montserrat;
    font-size: 14px;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: 0em;
    text-align: center;
    width: 80%;
    margin: 30px auto 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 7;
    -webkit-box-orient: vertical;
}
.manage-number {
    display: flex;
    width: 60%;
    justify-content: space-around;
    margin: auto;
}

.manage-number-item {
    height: 184px;
    width: 304px;
    border-radius: 0px;
    background: white;
    color: #244066;
    padding-top: 34px;
    margin: 44px 13px;
    border-bottom: 5px solid #FCBB49;
}

.manage-number-item b {
    font-family: Old Standard TT;
    font-size: 56px;
    font-weight: 700;
    line-height: 69px;
    text-align: center;
}

.manage-number-item p {
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: 0em;
    text-align: center;
}
.list-manage-item li {
    margin-bottom: 4px;
}
.manage-img {
    height: 520px;
    width: 60%;
    margin: 56px auto;
    display: none;
}
.list-manage {
    display: flex;
    width: 80%;
    margin: 28px auto;
}
.list-manage-item {
    border-left: 2px solid #FCBB49;
    padding: 0px 33px;
    font-family: Montserrat;
    font-size: 13px;
    font-weight: 500;
    line-height: 26px;
    letter-spacing: 0em;
    text-align: left;
}
}