.sxfl-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../img/contents/products/sxsb/sxsb-header-bg.jpg');
  background-position: 50% 0%;
  background-size: cover;
}

.sx-dot {
  position: absolute;
  width: 800px;
  height: 800px;
  margin-top: -100px;
  margin-bottom: 100px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50%;
  background-color: #4fb62e;
}

.sx-h1 {
  color: #fff;
  text-align: center;
  line-height: 1.3em;
}

.sx-h1.red {
  color: #4fb62e;
}

.body {
  margin-right: auto;
  margin-left: auto;
  color: #525252;
}


.product-img {
  width: 300px;
  margin-top: 40px;
}

.banner-img-b {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 120px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.why-you-like {
  padding-top: 80px;
  padding-bottom: 80px;
  background-image: url('../img/contents/products/sxfl/sx-bg.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.sx-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.col-l {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.img-txt {
  position: absolute;
  color: #fff;
}

.col-r {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  padding-top: 20px;
  padding-bottom: 20px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.txt-b {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  justify-content: center;
  align-items: center;
}

.txt-bg {
  position: absolute;
}

.number-line {
  width: 100%;
  height: 1px;
  margin-right: 10%;
  margin-left: 10%;
  background-color: #4fb62e;
}

.number {
  position: relative;
  z-index: 1;
  margin-left: -11px;
  color: #4fb62e;
  font-size: 40px;
  font-weight: 900;
}

.number._2 {
  margin-right: -11px;
  margin-left: 0px;
}

.col-l-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  padding-top: 20px;
  padding-bottom: 20px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.col-r-2 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.product-photo {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.container-pd-img {
  background: white;
  margin-right: auto;
  margin-left: auto;
  padding: 40px 140px 100px;
  max-width: 1800px;
}

.pd-img {
  width: 33%;
  padding-right: 10px;
  padding-left: 10px;
}

.pd-img-gp {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.sx-logo {
  position: relative;
  z-index: 1;
  display: inline-block;
  width: 20%;
  margin-bottom: 20px;
}

.product-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 100px;
}

.number-b {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 25%;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.sx-row-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.number-b-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 25%;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.container-main {
  background: white;
  max-width: 1800px;
  margin-right: auto;
  margin-left: auto;
  font-size: 20px;
}

.sx-txt {
  margin-top: 1.2em;
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 991px) {
  .sx-dot {
    width: 600px;
    height: 600px;
    background-color: #4fb62e;
  }

  .body {
    font-size: 15px;
  }

  .product-img {
    width: 200px;
  }

  .why-you-like {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .container-pd-img {
    padding-right: 60px;
    padding-bottom: 60px;
    padding-left: 60px;
  }

  .product-row {
    padding-top: 60px;
  }
}

@media screen and (max-width: 767px) {
  .sx-dot {
    width: 450px;
    height: 450px;
  }

  .product-img {
    width: 160px;
    margin-top: 20px;
  }

  .banner-img-b {
    margin-top: 40px;
  }

  .sx-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .col-l {
    width: 100%;
  }

  .col-r {
    position: relative;
    width: 100%;
    min-height: 450px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .txt-b {
    position: absolute;
  }

  .number-line {
    margin-right: 0%;
  }

  .number._2 {
    margin-right: 0px;
  }

  .col-l-2 {
    position: relative;
    width: 100%;
    min-height: 450px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .col-r-2 {
    width: 100%;
  }

  .container-pd-img {
    padding-right: 40px;
    padding-bottom: 40px;
    padding-left: 40px;
  }

  .pd-img {
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .pd-img-gp {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .sx-logo {
    width: 50%;
  }

  .number-b {
    position: absolute;
    top: -10px;
    right: 0px;
    width: 50%;
  }

  .sx-row-2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .number-b-2 {
    position: absolute;
    top: -10px;
    right: 0px;
    z-index: 1;
    width: 50%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .product-row {
    padding-top: 20px;
  }
}

@media screen and (max-width: 479px) {
  .sx-dot {
    margin-top: -135px;
  }

  .product-img {
    width: 160px;
  }

  .col-r {
    min-height: 350px;
  }

  .txt-b {
    width: 60%;
  }

  .number {
    font-size: 30px;
  }

  .number._2 {
    font-size: 30px;
  }

  .col-l-2 {
    min-height: 350px;
  }

  .col-r-2 {
    width: 100%;
  }

  .container-pd-img {
    padding: 20px;
  }

  .pd-img {
    width: 90%;
  }



  .sx-row-2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }



  .sx-logo {
    width: 80%;
  }

}
