.applicationDetail-swiper {
  width: 100%;
  height: 600px;
  position: relative;
}

.spotLatticetwo {
  position: absolute;
  width: 16.0416%;
  height: 31.33%;
  left: 3.125%;
  top: 55.33%;
  overflow: hidden;
  z-index: 2;
}

.applicationDetail-content > p {
  font-size: 16px;
  font-family: SYNormal;

  font-weight: 300;
  color: #003a70;
  line-height: 28px;
  text-align: justify;
}

.applicationDetail-content > p:nth-child(2) {
  margin-top: 50px;
  margin-bottom: 35px;
}
.applicationDetail-content > h3 {
  margin-top: 100px;
  font-size: 40px;
  font-family: SYMedium;
  font-weight: bold;
  color: #003a70;
}

.product-recommnd {
  margin-top: 39px;
}
.product-recommnd th {
  height: 60px;
  font-family: SYMedium;
  text-align: center;
  background-color: #f5f5f6;
  font-size: 18px;
  font-weight: bold;
  color: #003a70;
}
.product-recommnd td {
  text-align: center;
  height: 45px;
  font-size: 16px;
  font-family: SYNormal;
  font-weight: 400;
  color: #003a70;
}
.product-recommnd tr td:last-child {
  position: relative;
}
.product-recommnd tr td:last-child > div {
  width: 80%;
  padding-left: 2%;
  text-align: left;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: wrap;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.see_all {
  position: absolute;
  right: 2%;
  top: 25%;

  display: none;
}
.table-border {
  border-color: rgba(0, 0, 0, 0.1);
}
.Access-programmes {
  /* height: 302px; */
  background-color: #2f71ae;
  margin-bottom: 100px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.Access-programmes > h3 {
  font-size: 28px;
  font-family: SYBold;
  font-weight: 800;
  color: #ffffff;
  margin-top: 60px;
  margin-bottom: 20px;
}
.Access-programmes > p {
  font-size: 16px;
  font-family: SYNormal;
  font-weight: 400;
  color: #ffffff;
  margin-bottom: 47px;
}
.Access-programmes > div {
  display: flex;
  background-color: #ffffff;
  border-radius: 5px 5px 5px 5px;
  width: 144px;
  height: 54px;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  margin-bottom: 60px;
}

.Access-programmes > div > a {
  display: flex;
  text-decoration: none;
}
.Access-programmes > div p {
  font-size: 18px;
  font-family: SYNormal;
  font-weight: 500;
  color: #003a70;
  margin-left: 11px;
}
@media only screen and (max-width: 1800px) {
  .product-recommnd tr td:last-child > div {
    width: 78%;
  }
}
@media only screen and (max-width: 1600px) {
  .spotLattice {
    position: absolute;
    width: 16.041%;
    height: 20.736%;
    left: 60px;
    top: 66.181%;
    border: 0.5px solid;
  }
  .applicationDetail-content > h3 {
    margin-top: 80px;
    font-size: 30px;
  }
  
}
@media only screen and (max-width: 1400px) {
  .applicationDetail-content > h3 {
    margin-top: 60px;
    font-size: 24px;
  }
  .product-recommnd tr td:last-child > div {
    width: 74%;
  }
}
@media only screen and (max-width: 1200px) {
  .product-recommnd tr td:last-child > div {
    width: 74%;
  }
}
@media only screen and (max-width: 1050px) {
  .applicationDetail-content > h3 {
    margin-top: 50px;
    font-size: 20px;
  }
  .product-recommnd tr td:last-child > div {
    width: 70%;
  }
}

@media only screen and (max-width: 980px) {
  .table-border {
    min-width: 900px;
    /* overflow-x: auto; */
  }
  .product-recommnd {
    overflow-x: auto;
  }

  .product-recommnd::-webkit-scrollbar {
    width: 4px;
    height: 4px;
  }

  .product-recommnd::-webkit-scrollbar-thumb {
    border-radius: 5px;
    /* -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2); */
    background-color: #99a9bf;
  }

  .product-recommnd::-webkit-scrollbar-track {
    /* -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2); */
    border-radius: 5px;
    background-color: #d3dce6;
  }
}
@media only screen and (max-width: 600px) {
  .w1600 {
    width: 100%;
    margin: 0 auto;
  }
  .content-header {
    height: 50px;
  }
  .applicationDetail-content > p:nth-child(2) {
    margin-top: 20px;
    margin-bottom: 35px;
  }
  .Access-programmes {
    padding: 0 24px;
    background-color: #2f71ae;
    margin-bottom: 100px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .Access-programmes > h3 {
    font-size: 20px;
  }
  .Access-programmes > div {
    height: 48px;
  }
  .Access-programmes > p {
    font-size: 16px;
    font-family: SYNormal;
    font-weight: normal;
    color: #ffffff;
    margin-bottom: 47px;
  }
  .spotLatticetwo {
    display: none;
  }
  
  
}
