.san-home-about {
  position: relative;
  overflow: hidden;
}

.san-home-about .container {
  width: 1400px;
  margin: 0 auto;
}

.san-home-about .wp {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.san-home-about .wpb {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

.san-home-about .home-aboutfl {
  position: relative;
  width: 46%;
  height: 100%;
  border-bottom-left-radius: 50px;
  overflow: hidden;
}

.san-home-about .home-aboutfl img {
  width: 100%;
  vertical-align: middle;
  -webkit-transition: 0.6s all;
  -moz-transition: 0.6s all;
  -ms-transition: 0.6s all;
  transition: 0.6s all;
}

.san-home-about .home-aboutfl:hover img {
  -webkit-transform: scale(1.03);
  -moz-transform: scale(1.03);
  -ms-transform: scale(1.03);
  transform: scale(1.03);
}

.san-home-about .home-aboutfl:hover span::after {
  display: block;
}

.san-home-about .lg-02 li {
  width: 48.8%;
  margin-left: 2.4%;
}

.san-home-about .lg-02 li:nth-child(2n + 1) {
  margin-left: 0;
}

.san-home-about .home-abvideo {
  position: absolute;
  right: 40px;
  bottom: 30px;
}

.san-home-about .home-abvideo span {
  position: relative;
  display: inline-block;
  width: 63px;
  height: 63px;
  border-radius: 50%;
  background: var(--color-primary);
  text-align: center;
  font-size: 18px;
  color: #fff;
  line-height: 63px;
  cursor: pointer;
  vertical-align: top;
}

.san-home-about .home-abvideo span::after {
  display: none;
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 50%;
  animation: scale2 2s linear infinite;
}

.san-home-about .videos {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.5);
  text-align: center;
  z-index: 999;
  overflow: hidden;
}

.san-home-about .home-aboutfr {
  width: 47.8%;
  margin-top: 30px;
}

.san-home-about .home-aboutfr .title {
  width: 100%;
  text-align: left;
}

.san-home-about .home-aboutfr .main-href {
  margin-top: 60px;
  text-align: left;
}

.san-home-about .home-aboutnum {
  padding-right: 11.9%;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.san-home-about .home-aboutnum div {
  position: relative;
  width: 45%;
  padding: 20px;
  margin-top: 20px;
  border-bottom: 2px solid #dbdbdb;
}

.san-home-about .home-aboutnum div::after {
  content: " ";
  position: absolute;
  z-index: 2;
  bottom: -2px;
  left: 0;
  width: 100%;
  height: 2px;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  -ms-transition: 0.3s all;
  transition: 0.3s all;
}

.san-home-about .home-aboutnum div:hover::after {
  animation: border_width 0.5s linear forwards;
  background: var(--color-primary);
}

.san-home-about .home-aboutnum span {
  display: block;
  color: #212121;
  font-size: 15px;
}

.san-home-about .home-aboutnum span b {
  margin-right: 10px;
  font-size: 26px;
  font-family: var(--title-font-family);
  font-weight: 400;
}

.san-home-about .home-aboutnum p {
  font-size: 17px;
  line-height: 20px;
  color: #212121;
}

.san-home-about .main-href {
  margin-top: 50px;
}

.san-home-about .main-href a {
    display: inline-block;
    padding: 12px 50px;
    background: var(--color-primary);
    color: #fff;
    font-size: 20px;
    font-family: var(--title-font-family);
    /* font-weight: 700; */
    cursor: pointer;
}

.san-home-about .main-href a:hover {
  background: var(--color-second);
  text-decoration: none;
}

.san-home-about .title {
  width: 90%;
  margin-top: -10px;
}

.san-home-about .title h1,
.san-home-about .title h1 a {
  font-size: 36px;
}

.san-home-about .title p {
  margin-top: 30px;
  font-size: 18px;
}

.san-home-about .home-aboutnum p {
  margin-top: 20px;
  font-size: 16px;
  font-family: var(--font-family);
  color: #666;
  line-height: 30px;
}

.san-home-about .videos {
  display: none;
  position: fixed;
  left: 0;
  top: 60;
  bottom: 0;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.5);
  text-align: center;
  z-index: 1000;
  overflow: hidden;
}

.san-home-about .videos #video {
  position: fixed;
  left: 10%;
  top: 10vh;
  width: 80%;
  height: 80vh;
  background: #000;
  z-index: 999;
}

.san-home-about .vclose {
  position: absolute;
  right: 3%;
  top: 5%;
  width: auto;
  cursor: pointer;
}

.san-home-about .vclose::before {
  font-size: 32px;
  color: #fff;
}

.paddinga-top-sangni {
  padding-top: 80px;
}

.san-home-about h2,
.san-home-about h3 {
  color: #212121;
  font-weight: normal;
  font-family: var(--title-font-family);
  font-weight: 700;
}
.san-home-about h2 a,
.san-home-about h3 a {
  font-family: var(--title-font-family);
  font-weight: 700;
  color: #212121;
}

.san-home-about h2,
.san-home-about h2 a {
  font-size:48px;
  line-height: 1;
  color: #000000;
  font-weight: 400;
}
.san-home-about h3,
.san-home-about h3 a {
  font-family: var(--title-font-family);
  font-weight: 700;
  font-size: 18px;
  font-weight: 400;
}

@media screen and (max-width: 1580px) {
  .paddinga-top-sangni {
    padding-top: 70px;
  }

  .san-home-about .container {
    width: 78%;
  }

  .san-home-about .home-aboutfr {
    margin-top: 20px;
  }

  .san-home-about .main-href {
    margin-top: 40px;
  }

  .san-home-about .main-href a {
    padding: 16px 50px;
    font-size: 15px;
  }

  .san-home-about .home-aboutfr .main-href {
    margin-top: 50px;
  }

  .san-home-about .title p {
    font-size: 17px;
    margin-top: 20px;
  }


}



/*@media screen and (max-width: 1100px) {
  .san-home-about .home-aboutnum span b {
    display: block;
  }
}*/

@media screen and (max-width: 960px) {
  .paddinga-top-sangni {
    padding: 50px 0;
    
  }
  
  .san-home-about h2, .san-home-about h2 a {
    font-size: 24px;
  }
  
  .san-home-about .home-aboutnum {
    padding-right: 0;
  }

  .san-home-about .container {
    width: 100%;
  }
  .san-home-about .home-aboutnum div {
    padding: 20px 0;
  }
  
  .san-home-about .home-aboutnum p {
    font-size: 14px;
    margin-top: 5px;
  }

  .san-home-about .lg-02 li {
    margin-left: 0;
  }

  .san-home-about .home-aboutfl {
    width: 100%;
  }

  .san-home-about .home-aboutfr {
    width: 100%;
  }

  .san-home-about .home-aboutfr {
    margin-top: 40px;
  }



  .san-home-about .main-href a {
    font-size: 14px;
  }

  .san-home-about .main-href a:nth-child(2) {
    margin-left: 0;
    margin-top: 10px;
    padding: 15px 49px;
  }

  .san-home-about .main-href {
    margin-top: 30px;
  }

  .san-home-about .title {
    width: 100%;
  }

  .san-home-about .title p {
    font-size: 16px;
  }

  .san-home-about .title h1,
  .san-home-about .title h1 a {
    font-size: 28px;
  }


  .san-home-about .home-aboutfl,
  .san-home-about .home-aboutfr {
    width: 100%;
  }
}


@media screen and (min-width: 960px) and (max-width: 1281px) {
   .san-home-about .title p {margin-top: 20px;font-size: 15px;height: 143px;overflow: auto;}
   .san-home-about .home-aboutnum div {padding: 10px;margin-top: 20px;}
   .san-home-about .home-aboutnum p { margin-top: 5px;}

}



@media screen and (max-width: 1500px) {
  .san-home-about h2 a{font-size: 40px;}
}
@media screen and (max-width: 1440px) {
  .san-home-about h2 a{font-size: 36px;}
}
@media screen and (max-width: 1281px) {
  .san-home-about h2 a{font-size: 34px;}
}
@media screen and (max-width: 1171px) {
  .san-home-about h2 a{font-size: 30px;}
}
@media screen and (max-width: 992px) {
  .san-home-about h2 a{font-size: 26px;}
}
@media screen and (max-width: 768px) {
  .san-home-about h2 a{font-size: 24px;}
}
@media screen and (max-width: 480px) {
  .san-home-about h2 a{font-size: 22px;}
}



