/* ----------about_kv----------- */
.about_kv {
  position: relative;
  padding: 25.5vh 0 25.5vh;
  overflow: hidden;
}
.about_kv h1 {
  color: #fff;
  text-shadow: 0 0 10px #666666;
  margin-bottom: 15px;
}
.about_kv p {
  color: #fff;
  opacity: 0.75;
}
.about_kv .w1200 {
  text-align: center;
}
.photoBox {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-size: cover;
  background-position: center;
}
/* ----------about_tab---------- */
.about_tab {
  margin-top: -100px;
}
.iconTab ul.tab_list {
  justify-content: center;
}
.tab_block {
  max-width: 1000px;
  margin: 0 auto;
}
.about_tab .iconTab .content_block {
  background-color: #fff;
}
.iconTab ul.tab_list > li.active:after {
  display: none;
}
.iconTab .content_block {
  padding: 0;
}

.iconTab ul.content_list > .history_report_box {
  padding: 70px 0;
}
/*.iconTab ul.content_list > .strategy_box,*/
.iconTab ul.content_list > .organization_box {
  padding: 70px 0 0 0;
}
/* ----------strategy_box---------- */
.strategy_box .w1200.align-center {
  padding: 70px 0;
}
.strategy_box .w1200.align-center p {
  letter-spacing: 0;
  line-height: 1.5;
  margin-bottom: 50px;
}
.content_list h2 {
  color: #453b5b;
  margin-bottom: 50px;
  font-size: 2.5rem;
  font-weight: 500;
}
.strategy_bg {
  text-align: center;
  padding: 100px 0;
  background-size: cover;
  background-position: center;
}
.strategy_bg h3 {
  position: relative;
  padding-bottom: 5px;
}
.strategy_bg h3:before {
  content: "";
  width: 100px;
  height: 2px;
  background: #dabf90;
  position: absolute;
  left: calc(50% - 50px);
  bottom: 0;
}
.strategy_box h4,
.strategy_box h3 {
  color: #453b5b;
  font-weight: 500;
}
.strategy_box .strategy_bg h3.color-white {
  color: #fff;
}
.strategy_box h4 {
  margin-bottom: 72.5px;
  font-size: 1.75rem;
}
.strategy_box h3 {
  margin-bottom: 50px;
  font-size: 2rem;
}
.strategy_box .col50:nth-child(1) p {
  color: #737373;
  line-height: 1.5;
  letter-spacing: 0;
  margin-bottom: 10px;
  text-align: justify;
}
.strategy_box .code {
  position: relative;
  background-image: url(../img/btn_bg-white_space.png);
  text-align: center;
  margin: 20px 30px;
  background-size: 100% 100%;
  width: 110px;
  height: 146px;
  display: inline-block;
}
.strategy_box .code:before,
.strategy_box .code:after {
  content: "";
  position: absolute;
  height: 100%;
  width: 18px;
  top: 0;
  background-size: 100% 100%;
  background-image: url(../img/btn_bg-white_space02.png);
}
.strategy_box .code:before {
  left: -18px;
}
.strategy_box .code:after {
  right: -18px;
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.strategy_box .code p {
  color: #fff;
  font-weight: 500;
  font-size: 1.75rem;
  line-height: 1.75;
  /*width: max-content;*/
  width: inherit;
  position: absolute;
  left: 50%;
  top: 50%;
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.competition {
  display: flex;
  justify-content: space-between;
}
.competition li {
  width: 30%;
  padding: 50px 25px 65px;
  background-color: #fff;
  text-align: center;
  -webkit-box-shadow: 5px 5px 10px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 5px 5px 10px 0 rgba(0, 0, 0, 0.25);
}
.competition h5 {
  color: #601981;
  margin: 25px 0;
  font-size: 1.25rem;
  font-weight: 600;
}
.competition p {
  line-height: 1.5;
  color: #737373;
}
/* ----------quality--------- */
.quality {
  position: relative;
  padding: 10vh 0 10vh;
  overflow: hidden;
}
.quality .col50 {
  width: calc(50% - 5px);
}
.quality figure img,
.quality figure h2 {
  display: inline-block;
  vertical-align: middle;
  padding-bottom: 25px;
}
.quality figure img {
  margin-right: 25px;
}
.quality figure h2 {
  color: #d4bb8b;
  font-size: 2.5rem;
  word-break: break-all;
}
.quality p {
  color: #fff;
  font-weight: 600;
  margin-bottom: 15px;
  font-size: 1.15rem;
}
.quality p span {
  font-weight: 300;
}
.quality ul,
.quality li {
  list-style: disc;
  margin-left: 12.5px;
  color: #fff;
}
.quality h5 {
  color: #fff;
  font-size: 0.9rem;
  opacity: 0.85;
  margin-bottom: 15px;
}

.quality a {
  width: calc(100% - 27px);
  background-image: url(../img/btn_bg-blue02.png);
  cursor: pointer;
  position: relative;
  padding: 15px 30px;
  margin: 0 20px;
  color: #fff;
  margin-bottom: 10px;
}
.quality a .information {
  width: 100%;
  background-color: #2a2c3d;
  padding: 0;
}
.quality a:hover .information {
  background-color: #44475b;
}
.quality a p {
  margin: 0;
  padding-bottom: 0;
  font-size: 1rem;
}
.quality a:hover p {
  color: #d4bb8b;
}
.quality a:before,
.quality a:after {
  content: "";
  position: absolute;
  height: 100%;
  width: 18px;
  top: 0;
  background-size: 100% 100%;
  background-image: url(../img/btn_bg-blue.png);
}
.quality a:before {
  left: -17px;
}
.quality a:after {
  right: -17px;
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.quality a:hover {
  background-image: url(../img/btn_bg-lightblue02.png);
}
.quality a:hover:before,
.quality a:hover:after {
  background-image: url(../img/btn_bg-lightblue.png);
}
.quality a .information,
.quality a p,
.quality a:before,
.quality a:after,
.quality a {
  -webkit-transition: all 0.25s ease-in;
  -moz-transition: all 0.25s ease-in;
  -ms-transition: all 0.25s ease-in;
  -o-transition: all 0.25s ease-in;
  transition: all 0.25s ease-in;
}
.information p {
  position: relative;
}
.information p:after {
  content: "";
  background-image: url(../img/icon/URE_investors_pdf_a.png);
  display: inline-block;
  vertical-align: middle;
  width: 19px;
  height: 25px;
  margin-left: 15px;
  margin-top: -2px;
  background-repeat: no-repeat;
  background-size: contain;
}

.tuv_top {
  margin-top: 25px;
}
.tuv_word,
.tuv_img {
  display: inline-block;
  vertical-align: top;
}
.tuv_img {
  width: 35%;
}
.tuv_word {
  width: 35%;
}
.quality .tuv_word p {
  font-size: 0.9rem;
  line-height: 1.5;
  font-weight: 300;
  letter-spacing: 1px;
}
.tuv_word hr {
  margin: 15px 0;
  -webkit-transition: all 0.25s ease-in;
  -moz-transition: all 0.25s ease-in;
  -ms-transition: all 0.25s ease-in;
  -o-transition: all 0.25s ease-in;
  transition: all 0.25s ease-in;
}
.quality a:hover .tuv_word hr {
  color: #d4bb8b;
  background-color: #d4bb8b;
}
.tuv_more {
  position: absolute;
  bottom: 30px;
  right: 18px;
}
.quality .tuv_more p,
.quality .tuv_more i {
  display: inline-block;
  color: #d4bb8b;
  font-size: 0.9rem;
  opacity: 0.75;
}
.quality .tuv_more p {
  font-weight: 500;
}

/* ----------history_report_box------------- */
.history_report_box h5 {
  color: #555555;
  font-size: 0.9rem;
  margin-bottom: 25px;
}
.history_report_box figure,
.history_report_box h5 {
  display: inline-block;
}
.ure_founder {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 25px;
}
.ure_founder li {
  position: relative;
  width: 16%;
}
.ure_founder li img {
  background-color: #d5d5d5;
  display: block;
}
.ure_founder li p {
  position: absolute;
  left: 12px;
  bottom: 15px;
  color: #fff;
}
.ure_founder li:before {
  content: "";
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 40px;
  background: -webkit-linear-gradient(bottom, rgba(31, 30, 30, 1), rgba(31, 30, 30, 0.025));
  background: -o-linear-gradient(bottom, rgba(31, 30, 30, 1), rgba(31, 30, 30, 0.025));
  background: linear-gradient(to top, rgba(31, 30, 30, 1), rgba(31, 30, 30, 0.025));
}

.history_report_box .tableBox {
  background-color: #eeedeb;
  padding: 30px;
  margin-top: 10px;
  height: 100%;
}
.history_report_box .tableBox .historical_line {
  max-height: 650px;
  overflow: hidden;
}

/* ----------organization_box------------- */
.organization_box .ure_team {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

/* -----ure_team_member */
.ure_team .ure_team_member {
  text-align: center;
  width: calc(50% - 5px);
  padding: 0 1.25%;
  margin-bottom: 125px;
  display: flex;
  align-items: center;
}
/* bill */
.ure_team .ure_team__first {
  width: 51%;
}
.ure_team .ure_team_member img {
  display: block;
}

.ure_team .ure_team_member figure {
  background-color: #d5d5d5;
  overflow: hidden;
  margin-bottom: 20px;
  width: 40%;
}

.ure_team .ure_team_member .ure_team_member_info {
  width: 60%;
}

.ure_team .ure_team_member h5 {
  color: #3f4293;
  font-size: 1.25rem;
}
.ure_team .ure_team_member p {
  color: #737373;
  letter-spacing: 1px;
}

.ure_team .ure_team_member p:nth-child(2) {
  letter-spacing: 2px;
}

.ure_team .ure_team_member p.small-text {
  font-size: 13px;
}
/* .ure_team .ure_team_member:hover p,
.ure_team .ure_team_member:hover h5 {
  color: #5f1b7f;
  -webkit-transition: all 0.25s ease-in;
  -moz-transition: all 0.25s ease-in;
  -ms-transition: all 0.25s ease-in;
  -o-transition: all 0.25s ease-in;
  transition: all 0.25s ease-in;
} */

.ure_team .ure_team_member:hover img {
  -webkit-filter: drop-shadow(3px 3px 5px rgba(0, 0, 0, 0.5));
  filter: drop-shadow(3px 3px 5px rgba(0, 0, 0, 0.5));
}

@media screen and (max-width: 768px) {
  .ure_team .ure_team_member {
    width: 100%;
  }
  /* bill  */
  .ure_team .ure_team__first {
    width: 100%;
  }
}

/* -----open_lightBox */
.ure_team .open_lightBox {
  text-align: center;
  width: calc(25% - 5px);
  padding: 0 1.25%;
  cursor: pointer;
  margin-bottom: 125px;
}
.ure_team .open_lightBox img {
  display: block;
}
.ure_team .open_lightBox figure {
  background-color: #d5d5d5;
  overflow: hidden;
  margin-bottom: 20px;
}
.ure_team .open_lightBox h5 {
  color: #505050;
  font-size: 1.25rem;
}
.ure_team .open_lightBox p {
  color: #737373;
}
.ure_team .open_lightBox:hover p,
.ure_team .open_lightBox:hover h5 {
  color: #5f1b7f;
  -webkit-transition: all 0.25s ease-in;
  -moz-transition: all 0.25s ease-in;
  -ms-transition: all 0.25s ease-in;
  -o-transition: all 0.25s ease-in;
  transition: all 0.25s ease-in;
}
.organization_bg {
  padding: 70px 0;
  background-color: #efefef;
}
.history_report_box figure img,
.history_report_box figure h2,
.organization_bg figure img,
.organization_bg figure h2 {
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 25px;
}
.history_report_box figure h2,
.history_report_box figure img,
.organization_bg figure img {
  margin-right: 25px;
}
.ure_team .open_lightBox:hover img {
  -webkit-filter: drop-shadow(3px 3px 5px rgba(0, 0, 0, 0.5));
  filter: drop-shadow(3px 3px 5px rgba(0, 0, 0, 0.5));
}
.on_768 {
  display: none;
}
/* ----------lightBox------------- */
.lightBox .lightBoxScrollbar {
  max-height: 650px;
  overflow-x: hidden;
  padding: 75px;
}
#TeamBox .team_member {
  margin-bottom: 25px;
}
#TeamBox .team_member .sticker,
#TeamBox .team_member .designation {
  display: inline-block;
  vertical-align: middle;
}
#TeamBox .team_member .sticker {
  width: 250px;
  height: 250px;
  border-radius: 50%;
  background-color: #e2e1df;
  overflow: hidden;
  margin-right: 75px;
}
.designation h4,
#TeamBox h5 {
  color: #d4bb8b;
  background-color: transparent;
}
#TeamBox h5 {
  padding: 13px 0;
}
#TeamBox h5,
#TeamBox ul,
#TeamBox li,
#TeamBox p {
  font-size: 1.2rem;
}
#TeamBox ul,
#TeamBox li {
  list-style: disc;
  margin-left: 15px;
}
#TeamBox ul {
  margin-bottom: 25px;
}
.experience {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
}

.quality .w1200 .col50 .align-center {
  color: #fff;
}
.space_25px {
  padding: 0 12.5px;
}

/* ----------RWD------------- */
@media screen and (max-width: 1440px) {
  .content_list h2 {
    margin-bottom: 35px;
  }
  .strategy_box h4 {
    margin-bottom: 57.5px;
  }
  .organization_box .ure_team,
  .ure_team .open_lightBox {
    margin-bottom: 100px;
  }
  .tuv_img {
    width: 45%;
  }
  .tuv_word hr {
    margin: 10px 0;
  }
  .quality .tuv_word p {
    font-size: 0.8rem;
  }
}
@media screen and (max-width: 1366px) {
  .about_kv {
    padding: 24.5vh 0 24.5vh;
  }
  .competition li {
    width: 33%;
    margin: 0 1%;
    padding: 35px 15px 45px;
  }
  .competition h5 {
    margin: 17.5px 0;
  }
  .organization_box .ure_team,
  .ure_team .open_lightBox {
    margin-bottom: 75px;
  }
  .strategy_box .code {
    width: 90px;
    height: 126px;
  }
  .strategy_box .code p {
    font-size: 1.5rem;
  }
  .quality a {
    padding: 15px 20px;
  }
  .strategy_bg {
    padding: 75px 0;
  }
  #TeamBox .team_member .sticker {
    margin-right: 50px;
  }
}
@media screen and (max-width: 1280px) {
  .strategy_box .col50 {
    margin-bottom: 75px;
  }
  .organization_box .ure_team,
  .ure_team .open_lightBox {
    margin-bottom: 50px;
  }
  .iconTab ul.content_list > .organization_box {
    padding: 50px 0 0 0;
  }
  .iconTab ul.content_list > .history_report_box,
  .strategy_box .w1200.align-center {
    padding: 50px 0;
  }
  .quality {
    padding: 8vh 0 8vh;
  }
}
@media screen and (max-width: 1023px) {
  .about_kv {
    padding: 21.25vh 0 21.25vh;
  }
  .strategy_box .col50 {
    margin-bottom: 35px;
  }
  .strategy_box .col50 {
    width: 100%;
  }
  .content_list h2 {
    text-align: center;
    margin-bottom: 25px;
  }
  .strategy_box h4 {
    margin-bottom: 35px;
  }
  .strategy_box .col50:nth-child(2) div {
    margin: 0 20px 5px 20px;
  }
  .organization_box .ure_team,
  .ure_team .open_lightBox {
    margin-bottom: 25px;
  }
  .strategy_box .w1200.align-center p {
    margin-bottom: 25px;
  }
  .strategy_box .code {
    width: 75px;
    height: 111px;
    margin: 20px;
  }
  .quality a {
    padding: 15px;
  }
  .information p:after {
    margin-left: 10px;
  }
  .tuv_more {
    right: 0px;
  }
  #TeamBox .team_member .sticker {
    margin-right: 25px;
  }
  #TeamBox .team_member .sticker {
    width: 225px;
    height: 225px;
  }
  .lightBox .lightBoxScrollbar {
    padding: 50px;
  }
}
@media screen and (max-width: 768px) {
  .about_kv {
    padding: 17.25vh 0 17.25vh;
  }
  .ure_team .open_lightBox {
    width: calc(33% - 5px);
  }
  .ure_founder li {
    width: 32%;
    margin-bottom: 10px;
  }
  .strategy_box .w1200.align-center p {
    margin-bottom: 20px;
  }
  .strategy_box .code {
    width: 65px;
    height: 101px;
  }
  .strategy_box .code p {
    font-size: 1.35rem;
  }
  .quality .col50 {
    width: 100%;
    margin-bottom: 25px;
  }
  .tuv_img {
    width: 35%;
  }
  .tuv_word,
  .tuv_img {
    display: inline-block;
    vertical-align: middle;
  }
  .iconTab ul.content_list > .organization_box {
    padding: 35px 0 0;
  }
  .iconTab ul.content_list > .history_report_box,
  .strategy_box .w1200.align-center {
    padding: 35px 0;
  }
  .history_report_box figure h2,
  .history_report_box figure img,
  .organization_bg figure img {
    margin-right: 15px;
  }
  .on_768 {
    display: block;
  }
  .off_768 {
    display: none;
  }
  .strategy_bg {
    padding: 50px 0;
  }
  .competition h5 {
    margin: 10px 0;
  }
  .strategy_box h3 {
    margin-bottom: 25px;
  }
  #TeamBox .team_member .sticker {
    width: 185px;
    height: 185px;
  }
}
@media screen and (max-width: 620px) {
  .about_kv {
    padding: 15vh 0 15vh;
  }
  .competition {
    flex-direction: column;
  }
  .competition li {
    width: 100%;
    margin-bottom: 15px;
  }
  .competition li {
    padding: 20px 15px 20px;
  }
  .history_report_box .tableBox {
    padding: 0;
  }
  .strategy_box .code {
    width: 55px;
    height: 91px;
  }
  .history_report_box .tableBox .historical_line {
    max-height: 350px;
  }
  #TeamBox .team_member .sticker {
    width: 145px;
    height: 145px;
    margin: 0 auto 15px;
  }
  #TeamBox .team_member .sticker,
  #TeamBox .team_member .designation {
    display: block;
    text-align: center;
  }
  #TeamBox ul,
  #TeamBox .team_member {
    margin-bottom: 5px;
  }
  .quality {
    padding: 6.5vh 0 6vh;
  }
}
@media screen and (max-width: 520px) {
  .strategy_box .code {
    margin: 5px 32.5px;
  }
  .competition li {
    padding: 7.5px 15px 15px;
  }
  .experience {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
  }
}
@media screen and (max-width: 480px) {
  .ure_team .open_lightBox {
    width: calc(50% - 5px);
    margin-bottom: 10px;
  }
  .about_tab {
    margin-top: 0;
  }
  .about_kv {
    padding: 8.5vh 0 8.5vh;
  }
  .about_kv p {
    opacity: 1;
  }
  .ure_founder li {
    width: calc(50% - 5px);
  }
  .tuv_word {
    width: calc(65% - 5px);
  }
  .quality a {
    padding: 15px 2.5px;
  }
  .iconTab ul.content_list > li {
    display: block;
  }
  .quality {
    padding: 4.5vh 0 4vh;
  }
}
@media screen and (max-width: 400px) {
}
