.sf-top {
  position: relative;
  margin: 1rem auto 5rem auto;
  padding: 10rem 1rem 5rem;
  border: solid 3px #4169e1;
  border-radius: 8px;
}
.sf-top h2 {
  position: absolute;
  top: -3.5rem;
  right: 0;
  left: 0;
  margin: 0 auto 5rem;
  text-align: center;
  width: 300px;
  font-weight: bold;
  background-color: #FFF;
  font-size: 4rem;
}
.sf-top h2 span {
  font-size: 2rem;
  font-weight: normal;
}
.sf-top ul {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  align-content: flex-start;
  gap: 2rem;
  margin-left: -4rem;
}
.sf-top ul li {
  width: 350px;
  max-width: 350px;
  /*@media (max-width:1200px) {
      width: 30%;
  }
  @media (max-width:1024px) {
      width: 40%;
  }*/
}
.sf-top ul li a {
  display: block;
  text-align: center;
  border: solid 1px #ccc;
  transition: all 0.3s ease;
}
.sf-top ul li a:hover {
  text-decoration: none;
  border: solid 1px #045E79;
  background-color: #e8e8e8;
}
.sf-top ul li a .boxthum {
  width: 100%;
  height: 350px;
  display: flex;
  align-items: center;
}
.sf-top ul li a .boxthum img {
  width: 348px;
  height: 350px;
  -o-object-fit: cover;
     object-fit: cover;
  /*display: block;*/
}
.sf-top ul li a .tilbg {
  background: #045E79;
  background: linear-gradient(0deg, rgb(4, 94, 121) 0%, rgb(5, 146, 191) 100%);
}
.sf-top ul li a .tilbg .boxtil {
  font-size: 1.5rem;
  font-weight: bold;
  padding: 0.5rem;
  color: #FFF;
}
.sf-top ul li a .tilbg .boxcompname {
  font-size: 1.5rem;
  color: #FFF;
  padding: 0 0.5rem 0.5rem 0.5rem;
}

#spfcont {
  margin-bottom: 5rem;
}
#spfcont h1 {
  font-size: 30px;
  font-family: Myriad Pro, Lato, Helvetica Neue, Arial;
  line-height: 30px;
  font-weight: 600;
  margin-bottom: 5px;
  background-color: #666;
  color: #FFF;
  padding: 20px 7px;
}
@media screen and (max-width: 768px) {
  #spfcont h1 {
    font-size: 26px;
  }
}
#spfcont h2 {
  font-weight: bold;
}
#spfcont h3.sub-til {
  border-bottom: none;
}
#spfcont h3 {
  margin-top: 5rem;
  border-bottom: solid 2px #4169e1;
}
#spfcont .breadcrum-list {
  list-style: none;
  margin: 1rem 3rem 0 0;
  padding: 0;
  display: flex;
  flex-direction: row;
}
@media screen and (max-width: 768px) {
  #spfcont .breadcrum-list {
    flex-direction: column;
  }
}
#spfcont .breadcrum-list li {
  display: inline;
  font-size: 1.5rem;
}
#spfcont .breadcrum-list li + li::before {
  content: " > ";
  padding: 0 0.5rem;
  color: #666;
}
#spfcont .breadcrum-list li a {
  position: relative;
  color: #045E79;
  text-decoration: none;
}
#spfcont .breadcrum-list li a::before {
  position: absolute;
  right: 0;
  bottom: 0;
  content: "";
  width: 100%;
  height: 1px;
  background-color: #045E79;
  transition: all 0.3s ease;
}
#spfcont .breadcrum-list li a:hover::before {
  width: 0%;
}
#spfcont table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 3rem;
}
#spfcont table th,
#spfcont table td {
  border: solid 1px #ccc;
  padding: 0.5rem;
  text-align: left;
}
#spfcont table tr:nth-child(odd) {
  background-color: #cef3f9;
}
#spfcont table.compdata_table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 3rem;
  border-top: solid 1px #ccc;
  border-bottom: solid 1px #ccc;
  border-left: none;
  border-right: none;
}
#spfcont table.compdata_table th,
#spfcont table.compdata_table td {
  border-top: solid 1px #ccc;
  border-bottom: solid 1px #ccc;
  border-left: none;
  border-right: none;
  padding: 0.5rem;
  text-align: left;
}
#spfcont table.compdata_table tr:nth-child(odd) {
  background-color: #FFF;
}
#spfcont table.compdata_table th {
  border-left: 5px solid #4169e1;
  width: 120px;
}
#spfcont .mb3rem {
  margin-bottom: 3rem;
}
#spfcont p {
  font-size: 1.8rem;
  line-height: 3rem;
}

#greeting h1 {
  font-size: 26px;
  font-family: Myriad Pro, Lato, Helvetica Neue, Arial;
  line-height: 30px;
  font-weight: 600;
  margin-bottom: 3rem;
  background-color: #666;
  color: #FFF;
  padding: 20px 7px;
}
#greeting #chair .header p {
  font-size: 15px;
  font-weight: 400;
  color: #666;
  margin-top: 14px;
  line-height: 24px;
}/*# sourceMappingURL=add2025sf.css.map */