.fs_12 {
  font-size: 12px;
  color: #51595f;
}

.sc-page-title .page-title {
  color: #8daed6;
}

.sc-page-title .line-solid {
  border-bottom: 1px solid #8dade6;
  display: block;
}

.sc-page-title .s_img_title {
  margin: 10px auto;
}

@media screen and (max-width: 640px) {
  .sp_fs_9 {
    font-size: 9px !important;
  }
}

.list_des_img {
  margin-left: 100px;
}

@media screen and (max-width: 640px) {
  .list_des_img {
    margin-left: 10px;
  }
}

.sc-user-profile {
  border: 1px solid #b7c4cd;
}

.sc-user-profile .title-profile {
  padding: 15px 30px;
  background-color: #b7c4cd;
}

.sc-user-profile.text-r .block-user-profile {
  flex-direction: row-reverse;
}

.sc-user-profile.text-r .block-user-profile .block-content-user {
  padding-left: 0;
  padding-right: 30px;
}

.sc-user-profile .block-user-profile {
  display: flex;
  padding: 30px;
}

.sc-user-profile .block-user-profile .block-imgae-user {
  width: 45%;
  position: relative;
}

.sc-user-profile .block-user-profile .block-imgae-user:before {
  content: '';
  padding-top: 75%;
  display: block;
}

.sc-user-profile .block-user-profile .block-imgae-user .link {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
}

.sc-user-profile .block-user-profile .block-imgae-user .link img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

.sc-user-profile .block-user-profile .block-content-user {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding-left: 30px;
  width: 55%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

@media screen and (max-width: 640px) {
  .sc-user-profile .title-profile {
    text-align: center;
  }
  .sc-user-profile .block-user-profile {
    padding: 15px;
    display: block;
  }
  .sc-user-profile .block-user-profile .block-imgae-user,
  .sc-user-profile .block-user-profile .block-content-user {
    width: 100%;
  }
  .sc-user-profile .block-user-profile .block-content-user {
    text-align: center;
    padding-top: 20px;
    padding-left: 0;
  }
}

.number-description {
  list-style-type: decimal;
  padding: 0 15px;
}

.title-section-product {
  background-color: #8daed6;
  padding: 10px 25px;
  color: #fff;
}

.style-1 .section-product {
  display: flex;
  padding: 60px 30px;
  background-color: #fff;
}

.style-1 .section-product .block-content-product {
  width: 55%;
  padding-left: 75px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.style-1 .section-product .block-image-product {
  position: relative;
  width: 45%;
}

.style-1 .section-product .block-image-product:before {
  display: block;
  content: '';
  padding-top: 100%;
}

.style-1 .section-product .block-image-product .link {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
}

.style-1 .section-product .block-image-product .link img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

.style-1 .section-product .link-product {
  font-size: 12px;
}

.style-1 .section-product .link-product .link_under {
  position: relative;
  font-size: 14px;
}

.style-1 .section-product .link-product .link_under:before {
  content: '';
  position: absolute;
  bottom: -5px;
  height: 1px;
  width: 100%;
  background-color: #afafaf;
}

@media screen and (max-width: 640px) {
  .style-1 .title-section-product {
    text-align: center;
  }
  .style-1 .section-product {
    display: block;
    padding: 15px;
  }
  .style-1 .section-product .block-image-product,
  .style-1 .section-product .block-content-product {
    width: 100%;
  }
  .style-1 .section-product .block-content-product {
    padding-left: 0;
  }
  .style-1 .section-product .number-description {
    font-size: 9px;
  }
  .style-1 .section-product .link-product {
    font-size: 10px;
  }
}

/*----------  css for col 3 ----------*/
.sc_s_bubble .s_title {
  color: #0b2669;
}

.sc_s_bubble .bubble_item {
  background: #EDEFF1;
  padding: 15px;
  margin-bottom: 2px;
}

.sc_s_bubble .bubble_item .bubble_icon {
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  width: 80px;
  height: 80px;
  padding: 15px;
  margin-right: 20px;
  display: inline-block;
  box-sizing: border-box;
  border-radius: 50%;
  background-color: #0b2669;
}

.sc_s_bubble .bubble_item .bubble_icon .number {
  font-size: 24px;
}

.sc_s_bubble .bubble_item .bubble_des {
  display: inline-block;
}

@media screen and (max-width: 640px) {
  .sc_s_bubble .bubble_item .bubble_icon {
    display: block;
    margin: 0 auto 10px;
    font-size: 12px;
    width: 60px;
    height: 60px;
  }
  .sc_s_bubble .bubble_item .bubble_icon .number {
    font-size: 16px;
  }
}
