* {
    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;
}
.section {
    position: relative;
    width: 100%;
    font-family: Montserrat;
    font-size: 14px;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: 0em;
    text-align: left;
    color: #244066;
    text-align: justify;
}

.detail-personnel {
    /* position: absolute; */
    /* width: 100%; */
    margin: -100px 212px 0px;
    padding: 50px;
    background: white;
    z-index: 9999;
    box-shadow: 0px 4px 20px 0px #0000001A;
}

.detail-personnel-info img {
    width: 100%;
    height: 357px;
    object-fit: cover;
    margin: 27px 0px;
}


.detail-personnel-info {
    padding-bottom: 29px;
    width: 70%;
    border-top: dotted;
    border-right: 1px dotted #2440664a;
    /* padding: 20px 20px 0px 0px; */
    border-top: 1px dotted #2440664a;
}
.detail-personnel-apply ul {
    display: flex;
    flex-wrap: wrap;
    width: 80%;
    justify-content: space-between;
    margin: auto;
}
.detail-personnel-apply ul li {
    margin-top: 29px;
    /* width: 47%; */
    justify-content: space-between;
    display: flex;
}
.detail-personnel-apply img {
    margin: 5px 7px 0px 0px;
    width: 16px;
    height: 16px;
}
.personnel-jd {
    display: flex;
}

.detail-personnel-apply {
    border-top: dotted;
    width: 30%;
    border-top: 1px dotted #2440664a;
    text-align: center;
}
.detail-personnel-apply button {
    height: 50px;
    width: 200px;
    left: 1073px;
    top: 498px;
    border-radius: 4px;
    background: #FCBB49;
    text-transform: uppercase;
    font-weight: 700;
    margin-top: 34px;
}
.personnel-title h3 {
    font-family: Old Standard TT;
    font-size: 30px;
    font-weight: 700;
    line-height: 37px;
    letter-spacing: 0em;
    text-align: left;
}

.personnel-title p {
    font-family: Montserrat;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0em;
    text-align: left;
    margin: 11px 0px 43px 0px;
}
div.recruit .recruit-img img {
    height: 125px;
    width: 166px;
    left: 849px;
    top: 3228px;
    border-radius: 0px;
    object-fit: cover;
    margin-right: 34px;
}
.recruit-item img {
    margin: 5px 3px 0px 0px;
    width: 16px;
    height: 16px;
}
.recruit-item b a {
    text-decoration: none;
}
ul.recruit-info {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin: auto;
    justify-content: left;
}

ul.recruit-info > li {
    display: flex;
    width: 50%;
    /* margin-top: 28px; */
    font-size: 14px;
    padding: 29px;
    border: 1px dotted #24406654;
}
.recruit-item ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
}

.recruit-item li {
    margin-top: 8px;
    width: 50%;
}
div.recruit {
    /* width: 80%; */
    margin: auto;
    margin: 70px 212px 76px;
}
div.recruit h3 {
    font-family: Old Standard TT;
    font-size: 30px;
    font-weight: 700;
    line-height: 37px;
    letter-spacing: 0em;
    text-align: left;
    margin-bottom: 45px;
}
.recruit-img {
    margin-right: 24px;
}
div.recruit .recruit-img img {
    height: 125px;
    width: 100%;
    left: 849px;
    top: 3228px;
    border-radius: 0px;
    object-fit: cover;
}
.recruit-item img {
    width: 18px;
    height: 18px;
}

.recruit-item ul {
    display: flex;
}

ul.recruit-info {
    display: flex;
}

ul.recruit-info li {
    display: flex;
}
  @media (max-width: 1300px) {
    .banner-title {
        padding-top: 86px;
        padding-left: 61px;
        height: 356px;
    }
    .banner-title h1 {
      font-size: 36px;
      color: white;
    }
    .banner-img img {
      width: 100%;
      height: 356px;
      object-fit: cover;
    }
    .section {
        position: relative;
        width: 100%;
        font-family: Montserrat;
        font-size: 14px;
        font-weight: 400;
        line-height: 28px;
        letter-spacing: 0em;
        text-align: left;
        color: #244066;
        text-align: justify;
    }
    
    .detail-personnel {
        /* position: absolute; */
        width: 80%;
        margin: -100px auto 0px;
        padding: 50px;
        background: white;
        z-index: 9999;
    }
    
    .detail-personnel-info img {
        width: 100%;
        height: 357px;
        object-fit: cover;
        margin: 27px 0px;
    }
    
    .detail-personnel-info {
        border: none;
        padding-bottom: 29px;
        width: 100%;
        padding: 20px 0px 0px 0px;
    }
    .personnel-title p {
        font-family: Montserrat;
        font-size: 14px;
        font-weight: 400;
        line-height: 24px;
        letter-spacing: 0em;
        text-align: left;
        margin: 11px 0px 11px 0px;
    }
    .personnel-jd {
        display: block;
    }
    .personnel-title h3 {
        font-family: Old Standard TT;
        font-size: 25px;
        font-weight: 700;
        line-height: 37px;
        letter-spacing: 0em;
        text-align: left;
    }
    .personnel-title {
        border-bottom: 1px dotted #bebebe;
    }
    .detail-personnel-apply {
        border-top: dotted;
        width: 100%;
        border-top: 1px dotted #2440664a;
    }
    div.recruit {
        width: 80%;
        margin: auto;
    }
    div.recruit h3 {
        font-family: Old Standard TT;
        font-size: 26px;
        font-weight: 700;
        line-height: 37px;
        letter-spacing: 0em;
        text-align: left;
        margin-bottom: 45px;
    }
    ul.recruit-info > li {
        display: block;
        padding: 10px;
        font-size: 14px;
        margin: 0px;
        width: 48%;
        margin-bottom: 14px;
    }
    .recruit-item li {
        margin-top: -4px;
        width: 100%;
        display: flex !important;
    }
    .recruit-item img {
        width: 15px;
        height: 15px;
    }
    .recruit-img {
        margin-right: 0px
    }
    ul.recruit-info {
        display: flex;
        justify-content: space-between;
    }
    }