body {
  display: block;
  background-color: #ffffff;
  font-family: "SF Pro Text", "SF Pro Icons", "Helvetica Neue","Hiragino Sans GB","Microsoft Yahei", Helvetica, Arial,
    sans-serif !important;
  margin: 0px;
}

.focus {
  color: #0e9373;
}

.grid {
  display: -webkit-flex;
  display: -moz-flex;
  display: -o-flex;
  display: -ms-flex;
  display: flex;
}

.center-box {
  display: block;
  display: -moz-box;
  -moz-box-pack: center;
  -moz-box-align: center;

  /* Safari, Chrome, and Opera */
  display: -webkit-box;
  -webkit-box-pack: center;
  -webkit-box-align: center;

  /* W3C */
  display: box;
  box-pack: center;
  box-align: center;
}

.header {
  height: 90px;
  width: 100%;
}

.nav-container {
  display: flex;
  justify-content: center;
  max-width: 100%;
  height: 100%;
}

.header-line {
  height: 10px;
  width: 100%;
  background-color: #0e9373;
}

.ah-body {
  background-color: #ffffff;
  width: 100%;
}

.bottom-line {
  margin-block-start: 0;
  margin-block-end: 0;
  text-align: center;
  height: 52px;
  width: 100%;
  background-color: #e6effa;
}

.ah-footer-line {
  display: block;
  position: relative;
  font-size: 12px;
  color: #2a4560;
  text-align: center;
}

.main-menu {
  display: block;
  width: 100%;
  height: 100%;
}

.main-navigation-ul {
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-content: center;
  -webkit-box-align: center;
  align-items: center;
  margin-block-start: 0;
  margin-block-end: 0;
  padding-inline-start: 0px;
  padding-left: 5px;
  padding-right: 5px;
}

.menu-item-logo {
  list-style: none;
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: center;
  position: relative;
  text-align: center;
  height: 100%;
  min-width: 90px;
}

.menu-item-pc {
  list-style: none;
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: center;
  position: relative;
  text-align: center;
  height: 100%;
  min-width: 90px;
}

.menu-item-right {
  right: 10px;
  top: 0;
  list-style: none;
  display: flex;
  flex-flow: row wrap;
  align-content: center;
  align-items: center;
  justify-content: center;
  text-align: center;
  height: 100%;
  min-width: 120px;
}

.menu-item-right .earth-icon {
  width: 20px;
  height: 20px;
}
.menu-item-right .expand-icon {
  width: 20px;
  height: 20px;
}
.menu-item-right .current-lang {
  text-decoration: none;
  display: block;
  color: #0e9373;
  font-size: 10px;
}

.menu-item-mobile {
  display: none;
}

#logo {
  background-image: url("../../static/images/logo.png");
  background-size: 210px 61px;
  min-width: 210px;
  min-height: 61px;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
  only screen and (min--moz-device-pixel-ratio: 1.5),
  /* 注意这里的写法比较特殊 */ only screen and (-o-min-device-pixel-ratio: 3/2),
  only screen and (min-device-pixel-ratio: 1.5) {
  #logo {
    background-size: 210px 61px;
    min-width: 210px;
    min-height: 61px;
    max-width: 210px;
    max-height: 61px;
    background-image: url("../../static/images/logo@2x.png");
  }
}

.ah-space-100px {
  margin-left: 10px;
  margin-right: 10px;
}

.ah-space-10px {
  margin-left: 5px;
  margin-right: 5px;
  min-width: 5px;
}

.menu-item-space {
  list-style: none;
  text-align: center;
  padding: 5px 0px 5px 0px;
}

.menu-item-link-drop-menu {
  text-align: center;
  padding: 20px 0px 20px 0px;
  text-decoration: none;
  color: #24253d;
  text-decoration-color: #24253d;
}

.menu-item-link-drop-menu:hover {
  color: #0e9373;
  text-decoration: none;
}

.menu-item-link {
  display: inline-block;
  position: relative;
  text-align: center;
  padding: 10px;
  text-decoration: none;
  color: #24253d;
  text-decoration-color: #24253d;
}

.menu-item-link:hover {
  color: #0e9373;
  text-decoration: none;
}

.lang-bg {
  background: url("../../static/images/lang.png");
  color: #ffffff;
  display: inline-block;
  position: relative;
  width: 25px;
  height: 25px;
  text-align: center;
  background-repeat: no;
  background-position: center 0;
  -webkit-background-size: cover;
  background-size: cover;
}

.lang {
  display: block;
  position: relative;
  margin-top: 2px;
  font-weight: bold;
  font-size: 12.5px;
}

.lang-menu-item-link {
  display: inline-block;
  position: relative;
  text-align: center;
  padding-left: 20px;
  padding-right: 20px;
  margin-top: 0px;
  text-decoration: none;
  color: #24253d;
  text-decoration-color: #24253d;
}

.lang-menu-item-link:hover {
  color: #0e9373;
}

.lang-drop-menu {
  display: inline-block;
  position: relative;
}

.lang-drop-menu-indicator {
  position: relative;
  width: 11px;
  height: 7px;
  right: 0;
  top: 0px;
}

.lang-drop-menu-content {
  display: none;
  overflow: visible;
  position: absolute;
  text-align: right;
  background-color: #ffffff;
  border-radius: 8px;
  min-width: 100px;
  padding: 0px 0px;
  margin-left: 20px;
  margin-top: 0px;
  z-index: 10;
}

.lang-drop-menu:hover .lang-drop-menu-content {
  display: block;
}

.lang-drop-menu-content ul {
  width: 100%;
  height: 100%;
  text-align: center;
  padding-left: 19px;
  margin-block-start: 0px;
  margin-block-end: 0px;
}

.lang-drop-menu-content li {
  display: block;
  position: relative;
  text-align: left;
  margin-block-start: 18px;
  padding-top: 5px;
}
.lang-drop-menu-content li a {
  display: inline;
  text-align: left;
  text-decoration: none;
  color: #24253d;
  text-decoration-color: #24253d;
}

.lang-drop-menu-content li a:hover {
  color: #0e9373;
}

.drop-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /* justify-content: center;
  justify-items:  center;
  -webkit-align-content: center;
  flex-direction: row;
  flex-flow: row nowrap; */

  flex-flow: row nowrap;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-align-content: center;
  align-content: center;
}

.drop-menu:hover .drop-menu-content {
  display: flex;
}

.drop-menu-indicator {
  display: flex;
  width: 11px;
  margin-left: 5px;
  position: relative;
}

.drop-menu-content {
  display: none;
  overflow: visible;
  position: absolute;
  background-color: #ffffff;
  border-radius: 8px;
  min-width: 140px;
  padding: 10px 0px;
  margin-left: 20px;
  margin-top: 60px;
  z-index: 100;
}

.drop-menu-content ul {
  width: 100%;
  height: 100%;
  text-align: center;
  padding-left: 19px;
  margin-block-start: 0px;
  margin-block-end: 0px;
}

.drop-menu-content li {
  display: block;
  position: relative;
  text-align: left;
  margin-block-start: 18px;
}

.drop-menu-content li a {
  display: inline;
  text-align: left;
  text-decoration: none;
  color: #24253d;
  text-decoration-color: #24253d;
}

.drop-menu-content li a:hover {
  color: #0e9373;
}

.banner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-align-content: center;
  align-content: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  background: url("https://alexanderhunt.oss-cn-hongkong.aliyuncs.com/ah/banner.png") no-repeat center center;
  background-repeat: no-repeat;
  background-position: center 0;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  text-align: center;
  min-height: 673px;
  max-height: 673px;
}

.banner-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-flow: row wrap;
  max-width: 970px;
  min-height: 673px;
  -webkit-align-content: center;
  align-content: center;
}

.banner-text-area {
  max-width: 506px;
  min-width: 375px;
  margin-left: 15%;
}

.banner-text-title {
  /* height: 109px; */
  font-size: 30px;
  color: #ffffff;
  text-align: left;
  width: 90%;
}

.banner-text-detail {
  display: block;
  font-size: 16px;
  color: #ffffff;
  line-height: 34px;
  word-break: normal;
  -ms-word-wrap: normal;
  word-wrap: normal;
  text-align: justify;
}

.section-content {
  display: inline-block;
  background-color: #ffffff;
  text-align: center;
  padding-top: 0px;
  width: 100%;
}

.section-container {
  text-align: center;
  max-width: 945px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 43px;
}

.section-header {
  display: flex;
  max-width: 945px;
  width: 100%;
  margin-block-start: 0;
  margin-block-end: 0;
  justify-content: space-evenly;
  /* flex-direction: row; */
  flex-wrap: wrap;
  flex-flow: row wrap;
  padding-inline-start: 0px;
}

.section-header-item-1 {
  list-style-type: none;
  text-align: center;
  padding-top: 20px;
  min-width: 187px;
  height: 100%;
}

.section-header-item-1 img {
  width: 112px;
  height: 112px;
  top: 0px;
}

.section-header-item-1 div {
  font-size: 20px;
  color: #2c2e30;
  text-align: center;
  margin-top: 28px;
  bottom: 0px;
}

.flex-space {
  display: block;
  min-width: 50px;
  max-width: 180px;
}

.clearboth {
  display: block;
  visibility: hidden;
  clear: both;
  overflow: hidden;
  width: 0;
  height: 0;
}

.background-section-content {
  display: flex;
  text-align: center;
  justify-content: center;
  align-content: center;
  align-items: center;
  flex-flow: row nowrap;
  flex-direction: row;
  padding-top: 60px;
  padding-bottom: 60px;
  width: 100%;
}

.background-section-container {
  text-align: center;
  width: 967px;
  margin-left: auto;
  margin-right: auto;
}

.background-container {
  display: flex;
  justify-content: space-between;
  align-content: center;
  align-items: center;
  margin-block-start: 0px;
  margin-block-end: 0px;
  padding-inline-start: 0px;
  padding: 0;
}

.background-text-content {
  display: flex;
  position: relative;
  align-content: center;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 500px;
  padding: 0px;
}

.background-text-content .text-container {
  display: block;
  position: relative;
  text-align: center;
  top: 0;
  left: 0;
  min-width: 514px;
  max-width: 514px;
  min-height: 520px;
  z-index: 10;
}

.background-text-content .text-container h {
  display: block;
  position: relative;
  font-size: 30px;
  color: #000000;
  line-height: 45px;
  margin-top: 19px;
  padding-top: 10px;
  text-align: left;
  background: url("../../static/images/quote_left.svg");
  background-repeat: no-repeat;
  background-position: left;
  -webkit-background-size: 133px 92px;
  background-size: 133px 92px;
  height: 92px;
}

.background-text-content .text-brief {
  display: block;
  position: relative;
  font-size: 14px;
  color: #0e9373;
  line-height: 24px;
  margin-block-start: 7px;
  word-break: normal;
  -ms-word-wrap: normal;
  word-wrap: normal;
  text-align: justify;
}

.background-text-content .text-detail-first {
  display: block;
  position: relative;
  font-size: 14px;
  color: #24253d;
  padding-top: 20px;
  line-height: 20px;
  word-break: normal;
  -ms-word-wrap: normal;
  word-wrap: normal;
  text-align: justify;
  margin-block-start: 0px;
}

.background-text-content .text-detail {
  display: block;
  position: relative;
  font-size: 14px;
  color: #24253d;
  line-height: 20px;
  word-break: normal;
  -ms-word-wrap: normal;
  word-wrap: normal;
  text-align: justify;
}

#id-mobile-background-img-content {
  display: none;
}

#id-background-img-content {
  display: flex;
}

.background-img-content {
  display: flex;
  align-content: center;
  justify-content: center;
  align-items: center;
  background: url("https://alexanderhunt.oss-cn-hongkong.aliyuncs.com/ah/coffee.png");
  min-width: 402px;
  max-width: 402px;
  min-height: 353px;
  max-height: 353px;
}

.background-img-content .background-img-text {
  display: block;
  position: relative;
  font-size: 14px;
  color: #ffffff;
  width: 222px;
  height: 50px;
  word-break: normal;
  -ms-word-wrap: normal;
  word-wrap: normal;
  text-align: justify;
}

.clients-section-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-align-content: center;
  align-content: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  min-height: 699px;
  max-height: 699px;
}

.clients-section-container {
  width: 100%;
  display: flex;
  justify-content: center;
}

.world-bg {
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  flex-flow: row wrap;
  flex-wrap: wrap;
  flex-direction: row;
  text-align: center;
  padding-bottom: 30px;
}

.world-bg h {
  color: black;
  text-align: center;
  font-size: 30px;
  line-height: 45px;
  width: 100%;
  margin-top: 30px;
  margin-bottom: 70px;
}

#id-world-bg-mobile {
  display: none;
}

.logo-list {
  background: url("https://alexanderhunt.oss-cn-hongkong.aliyuncs.com/ah/logo_list.png");
  height: 400px;
  width: 756px;
}
.corner-img-overflow {
  display: block;
  position: absolute;
  background: url("../../static/images/corner_decoration.png");
  width: 206px;
  height: 212px;
  left: -100px;
  top: -100px;
  z-index: 10;
}

.why-section-content {
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 100%;
  margin-top: 120px;
}

.why-section-container {
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: center;
  text-align: center;
  text-align: center;
  width: 967px;
}

.why-section-container ul {
  list-style-type: none;
  padding-inline-start: 0px;
  padding-left: 0px;
}

.why-choose-us-img-content {
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  position: relative;
  background: url("https://alexanderhunt.oss-cn-hongkong.aliyuncs.com/ah/why.png");
  width: 481px;
  height: 342px;
  margin-top: 100px;
}

.why-choose-us-img-content .img-text {
  display: block;
  position: relative;
  font-size: 16px;
  color: #ffffff;
  line-height: 24px;
  width: 434px;
  height: 164px;
  word-break: normal;
  -ms-word-wrap: normal;
  word-wrap: normal;
  text-align: left;
}

/* try to use flex layout*/
.why-text-content {
  display: flex;
  justify-content: center;
  flex-flow: column;
  align-content: center;
  width: 412px;
}

.why-text-content .text-container {
  display: flex;
  position: absolute;
  text-align: center;
  flex-flow: column;
  position: relative;
  text-align: center;
  width: 412px;
}

.why-text-content h {
  display: block;
  position: relative;
  font-size: 30px;
  color: #000000;
  line-height: 45px;
  margin-top: 19px;
  padding-top: 10px;
  text-align: right;
  background: url("../../static/images/quote_right.svg");
  background-repeat: no-repeat;
  background-position: right;
  -webkit-background-size: 133px 92px;
  background-size: 133px 92px;
  height: 92px;
}

#id-why-choose-us-img-content-mobile {
  display: none;
}

.why-text-content .brief {
  display: inline-block;
  position: relative;
  width: 100%;
  text-align: left;
  vertical-align: middle;
  height: 33px;
}
.text-container .img-icon {
  display: inline-block;
  align-self: left;
}
.why-text-content .text-brief {
  display: inline-block;
  position: relative;
  font-size: 16px;
  color: #0e9373;
  top: -10px;
  line-height: 30px;
  margin-left: 17px;
  text-align: justify;
}

.why-text-content .text-detail {
  display: block;
  position: relative;
  font-size: 14px;
  color: #24253d;
  line-height: 20px;
  word-break: normal;
  -ms-word-wrap: normal;
  word-wrap: normal;
  text-align: justify;
  padding-top: 10px;
}

.why-container {
  display: flex;
  justify-content: space-between;
  align-content: center;
  align-items: center;
  margin-block-start: 0px;
  margin-block-end: 0px;
  padding-inline-start: 0px;
  width: 975px;
}

.approach-section-content {
  display: flex;
  text-align: center;
  margin-top: 119px;
  width: 100%;
  align-content: center;
  align-items: center;
  justify-content: center;
}

.approach-section-container {
  text-align: center;
  width: 948px;
  margin-left: auto;
  margin-right: auto;
}

.approach-container {
  display: flex;
  justify-content: space-between;
  align-content: center;
  align-items: center;
  flex-flow: row wrap;
  flex-wrap: wrap;
  flex-direction: row;
  margin-block-start: 0px;
  margin-block-end: 0px;
  padding-inline-start: 0px;
}

.left-content-container {
  display: flex;
  position: relative;
  justify-content: center;
  align-content: center;
  align-items: center;
  width: 346px;
}

.left-content h {
  display: block;
  position: relative;
  font-size: 30px;
  color: #000000;
  line-height: 45px;
  margin-top: 19px;
  padding-top: 10px;
  text-align: left;
  background: url("../../static/images/quote_left.svg");
  background-repeat: no-repeat;
  background-position: left;
  -webkit-background-size: 133px 92px;
  background-size: 133px 92px;
  height: 92px;
}

.left-content .methodology_img {
  margin-top: 101px;
}

.left-content .match_img {
  margin-top: 81px;
}

.right-content-container {
  width: 412px;
  margin-top: 110px;
}

.approach-container ul {
  width: 100%;
  height: 100%;
  text-align: center;
  margin-block-start: 0px;
  margin-block-end: 0px;
}

.approach-container li {
  display: flex;
  flex-flow: column;
  position: relative;
  text-align: left;
}

.right-content-container p {
  font-size: 16px;
  color: #24253d;
  line-height: 24px;
  display: block;
  position: relative;
  word-break: normal;
  -ms-word-wrap: normal;
  word-wrap: normal;
  text-align: justify;
}
/* values */
.values-section-content {
  display: flex;
  align-content: center;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin-top: 91px;
  width: 100%;
}

.values-section-container {
  text-align: center;
  width: 948px;
  display: flex;
  justify-content: space-between;
  align-content: center;
  align-items: center;
  flex-flow: row wrap;
  flex-wrap: wrap;
}

.values-container {
  margin-block-start: 0px;
  margin-block-end: 0px;
  padding-inline-start: 0px;
  padding: 0;
  width: 100%;
}

.values-content {
  display: flex;
  align-content: center;
  align-items: center;
  flex-flow: column wrap;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  width: 100%;
}

.values-content .text-container {
  display: flex;
  text-align: right;
  width: 100%;
  align-content: flex-end;
  justify-content: flex-end;
  overflow: visible;
}

.values-content .text-container h {
  display: block;
  position: relative;
  font-size: 30px;
  color: #000000;
  line-height: 45px;
  margin-top: 19px;
  padding-top: 10px;
  padding-right: 10px;
  text-align: center;
  width: 133px;
  background: url("../../static/images/quote_right.svg");
  background-repeat: no-repeat;
  background-position: right;
  -webkit-background-size: 133px 92px;
  background-size: 133px 92px;
  height: 92px;
}
.values-content ul li {
  list-style: none;
  display: block;
}

.values-title {
  display: block;
  position: relative;
  font-size: 30px;
  color: #000000;
  line-height: 45px;
  margin-top: 19px;
  margin-right: 19px;
  text-align: right;
}

.values-img {
  margin-top: 20px;
  width: 446px;
  height: 380px;
}

.values-list-area {
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
  padding-top: 38px;
  /* min-width: 320px; */
  width: 100%;
}

.values-list-container {
  display: block;
  position: absolute;
  background: transparent;
  border: 1px solid rgba(188, 213, 223, 0.44);
  box-shadow: 0 2px 10px 0 rgba(120, 153, 184, 0.21);
  border-radius: 8px;
  width: 969px;
  height: 248px;
  text-align: center;
}

.values-list-content {
  display: flex;
  justify-content: space-between;
  align-content: center;
  align-items: center;
  max-width: 969px;
  height: 248px;
  text-align: center;
  padding-left: 0px;
  margin-block-start: 0px;
  margin-block-end: 0px;
  padding-inline-start: 0px;
  z-index: 10;
}

.values-item {
  display: flex;
  position: relative;
  justify-content: center;
  align-items: center;
  align-content: center;
  padding: 10px;
  width: 160px;
  min-height: 160px;
}

.values-item h {
  display: block;
  font-size: 18px;
  color: #0e9373;
  letter-spacing: 0;
  margin-top: 5px;
  text-align: center;
  margin-left: 10px;
  margin-right: 10px;
  margin-top: 10px;
  height: 30px;
}

.values-item p {
  display: block;
  font-size: 14px;
  color: #0e9373;
  letter-spacing: 0;
  text-align: center;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
}

.v-seperator {
  opacity: 0.6;
  height: 113px;
  margin-left: 12px;
  margin-right: 12px;
  border: 0.5px solid #cecece;
  border-style: dashed;
}

.h-seperator {
  display: none;
  position: absolute;
  opacity: 0.6;
  bottom: 0px;
  border: 0.5px solid #cecece;
  border-style: dashed;
  width: 100%;
}

.footer-section-content {
  display: block;
  text-align: center;
  margin-top: 0px;
  margin-bottom: 50px;
  width: 100%;
}

.footer-container {
  width: 966px;
  margin-top: 38px;
  margin-left: auto;
  margin-right: auto;
}

.footer-content {
  display: block;
}

.footer-content ul {
  width: 100%;
  height: 100%;
  text-align: left;
  margin-block-start: 0px;
  margin-block-end: 0px;
  padding-inline-start: 0px;
}

.footer-content ul li {
  display: block;
  position: relative;
  text-align: left;
  min-width: 300px;
  margin-block-start: 10px;
  padding-inline-start: 0px;
}

.footer-content li a {
  display: inline;
  text-align: left;
  text-decoration: none;
  font-size: 16px;
  color: #7887a7;
  text-decoration-color: #7887a7;
  letter-spacing: 0;
  line-height: 23px;
}

.footer-content li a:hover {
  color: #0e9373;
  text-decoration-color: #0e9373;
}

.footer-right-content {
  display: block;
  max-width: 550px;
  height: 165px;
}

.cv-section-content {
  display: block;
  text-align: center;
  margin-top: 110px;
  width: 100%;
}

.cv-bg {
  display: block;
  width: 100%;
  position: relative;
  background: url("https://alexanderhunt.oss-cn-hongkong.aliyuncs.com/ah/cv_bg.png");
  background-repeat: no-repeat;
  background-position: center 0;
  -webkit-background-size: cover;
  background-size: cover;
  text-align: center;
  min-height: 684px;
}

.cv-section-container {
  width: 100%;
}

.cv-container {
  display: flex;
  padding: 175px 0 0 0;
  align-content: center;
  justify-content: center;
  align-items: center;
  text-align: center;
  flex-flow: column wrap;
  flex-direction: column;
  margin-block-start: 0px;
  margin-block-end: 0px;
  padding-inline-start: 0px;
}

.cv-container ul li {
  list-style: none;
  display: block;
}

.cv-title {
  display: block;
  position: relative;
  font-size: 34px;
  color: #ffffff;
  letter-spacing: 0;
  text-align: center;
  width: 100%;
  height: 40px;
}

.cv-desc {
  display: block;
  position: relative;
  font-size: 18px;
  color: #c5e6d1;
  letter-spacing: 0;
  text-align: center;
  line-height: 34px;
  padding-left: 10px;
  padding-right: 10px;
  margin-top: 14px;
  margin-left: auto;
  margin-right: auto;
}

.cv-area {
  display: block;
  position: relative;
  background: #ffffff;
  border-radius: 5px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 53px;
  text-align: center;
  width: 80%;
  max-width: 523px;
  height: 75px;
}

.cv-file-name {
  display: block;
  float: left;
  position: relative;
  margin-left: 26px;
  width: 60%;
  font-size: 18px;
  color: #7e8085;
  letter-spacing: 0;
  text-align: left;
}

.input-upload-file {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  height: 100%;
  width: 68%;
  z-index: 10;
}

.v-line {
  display: block;
  position: relative;
  float: left;
  border: 1px solid #e7eaee;
  height: 73px;
  margin-left: 0px;
  margin-right: 0px;
  border-style: line;
}

.send-btn-text {
  display: block;
  position: relative;
  float: left;
  width: 30%;
  height: 75px;
  font-size: 16px;
  color: #0e9373;
  letter-spacing: 0;
  text-align: center;
  outline: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  border-style: none;
  background-color: transparent;
}

.cv-attachment-container {
  display: flex;
  padding-inline-start: 0px;
  padding: 0;
  align-items: center;
  align-content: center;
  justify-content: center;
}

.cv-area ul li {
  list-style: none;
  display: block;
}

.common-single-title {
  display: block;
  position: relative;
  font-size: 34px;
  background-color: transparent;
  color: #0e9373;
  letter-spacing: 0;
  width: 100%;
  height: 60px;
  text-align: center;
}

.hidden {
  display: none;
}

.ah-share-items {
  display: block;
  margin-top: 85px;
  margin-left: -45px;
  width: 100%;
}

.share-icon-item {
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: center;
  position: relative;
  text-align: center;
  width: 210px;
  height: 100%;
}

#id-mobile-share {
  display: none;
}

#id-right-seperator-3 {
  display: none;
}

#id-place-holder {
  display: none;
}

@media all and (max-width: 1024px) {
  .banner {
    background: url("https://alexanderhunt.oss-cn-hongkong.aliyuncs.com/ah/banner_middle.png") no-repeat center
      center;
  }
  .menu-item-pc {
    display: none;
    min-width: 0px;
  }
  .menu-item-logo {
    flex-flow: row wrap;
  }
  .main-navigation-ul {
    justify-content: space-between;
    padding-left: 20px;
    padding-right: 20px;
  }

  .menu-item-mobile {
    list-style: none;
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: center;
    position: relative;
    text-align: center;
    min-width: 44px;
    height: 100%;
    overflow: visible;
  }

  .menu-item-m {
    list-style: none;
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: center;
    position: relative;
    text-align: center;
    height: 100%;
    min-width: 90px;
  }

  .section-header-item-1 {
    min-width: 50%;
  }

  .menu-icon {
    border-style: none;
    background-color: transparent;
    border-width: 0px;
    background-image: url("../../static/images/menu_icon.svg");
    background-size: 44px 44px;
    min-width: 44px;
    min-height: 44px;
    overflow: visible;
  }

  .right-menu-container {
    display: -webkit-flex;
    display: -moz-flex;
    display: -o-flex;
    display: -ms-flex;
    display: none;
    position: fixed;
    overflow: visible;
    flex-flow: row wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-content: flex-end;
    flex-direction: row;
    justify-content: flex-end;
    background-color: rgba(0, 0, 0, 0.6);
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 100;
  }

  .ah-normal-btn {
    display: -webkit-flex;
    display: -moz-flex;
    display: -o-flex;
    display: -ms-flex;
    display: flex;
    align-items: flex-end;
    -webkit-align-content: center;
    align-content: center;
    justify-content: flex-end;
    padding: 35px;
    width: 100%;
    height: 100px;
    padding-right: 28px;
    padding-top: 28px;
    padding-bottom: 28px;
  }

  .close-icon {
    border-style: none;
    background-color: transparent;
    border-width: 0px;
    background-image: url("../../static/images/close.svg");
    background-size: 44px 44px;
    height: 44px;
    width: 44px;
    padding: 0px;
    overflow: hidden;
  }

  .ah-img-btn img {
    max-height: 44px;
    max-width: 44px;
  }

  .right-menu-content {
    display: relative;
    top: 0px;
    right: 0px;
    bottom: 0px;
    opacity: 1;
    min-width: 292px;
    max-width: 300px;
    height: 100%;
    background-color: #ffffff;
  }

  .right-menu-content ul {
    list-style-type: none;
  }
  .right-menu-content ul li {
    display: flex;
    margin-top: 20px;
    margin-block-start: 20px;
    margin-block-end: 0px;
    padding-inline-start: 0px;
  }

  .right-menu-content ul li a {
    text-align: left;
  }
  .right-menu-content ul li ul {
    padding-inline-start: 0px;
    padding: 0;
    align-content: flex-start;
  }

  .right-menu-content ul li ul li {
    list-style-type: none;
    display: flex;
    align-content: flex-start;
    flex-flow: row wrap;
    flex-wrap: wrap;
    text-align: left;
    margin-block-start: 20px;
  }
  .right-menu-content ul li ul li ul li {
    list-style-type: disc;
    padding-left: 20px;
    margin-left: 20px;
  }

  .right-menu-content ul li a {
    text-align: left;
    text-decoration: none;
    font-size: 16px;
    color: #24253d;
    text-decoration-color: #24253d;
  }
  #id-first-li {
    margin-block-start: 0px;
  }
  .mobile-drop-menu {
    display: flex;
    flex-direction: row;
    flex-flow: row nowrap;
    align-content: flex-start;
    justify-content: flex-start;
    width: 100%;
  }

  .mobile-drop-menu a {
    width: auto;
  }

  .ah-list-type {
    list-style-type: disc;
    display: flex;
    padding-inline-start: 30px;
  }

  .ah-list-type ul {
    list-style: disc;
    list-style-type: disc;
    overflow: visible;
    padding-inline-start: 0px;
  }

  .ah-list-type ul li {
    list-style: disc;
    list-style-type: disc;
    list-style-image: url("../../static/images/list_dot_gray.svg");
    list-style-position: inside;
    background: url("../../static/images/list_dot_gray.svg") no-repeat 3px 13px;
    background-position: left;
    padding-inline-start: 15px;
    overflow: visible;
  }

  .right-menu-content a:hover {
    color: #0e9373;
    text-decoration: none;
  }

  .banner-text-area {
    margin-left: 5%;
  }

  #id-why-choose-us-img-content-mobile {
    display: none;
  }

  .why-choose-us-img-content-mobile {
    background: url("https://alexanderhunt.oss-cn-hongkong.aliyuncs.com/ah/why.png");
    background-repeat: no-repeat;
    background-position: center;
    text-align: center;
    justify-content: center;
    align-content: center;
    align-items: center;
    width: auto;
    height: 239px;
    margin-top: 60px;
  }

  .why-choose-us-img-content-mobile .img-text {
    display: block;
    position: relative;
    font-size: 16px;
    color: #ffffff;
    line-height: 24px;
    word-break: normal;
    -ms-word-wrap: normal;
    word-wrap: normal;
    padding: 20px;
    text-align: left;
  }

  .left-content .methodology_img {
    margin-top: 101px;
    width: 90%;
    height: auto;
  }

  .left-content .match_img {
    margin-top: 81px;
    width: 90%;
    height: auto;
  }

  #ah-footer {
    display: none;
  }
  #id-ah-bottom-line {
    display: none;
  }
  #id-mobile-share {
    display: flex;
  }

  .mobile-share-section {
    background-color: #f0f0f0;
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: center;
    position: relative;
    text-align: center;
    height: 81px;
    min-height: 81px;
    width: 100%;
  }

  .approach-section-container {
    max-width: 967px;
  }

  .approach-container {
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    padding: 0;
  }

  .left-content-container {
    width: 100%;
  }
  .left-content {
    max-width: 346px;
  }
  .right-content-container {
    max-width: 482px;
  }
  #id-values-list-container {
    display: none;
  }
  .values-list-content {
    max-width: 375px;
    height: auto;
    justify-content: space-between;
    flex-flow: row wrap;
    flex-direction: row;
  }
  .v-seperator {
    height: 160px;
  }
  .h-seperator {
    display: block;
    left: 0;
    right: 0;
    bottom: 0;
  }
  #id-right-seperator-1 {
    display: none;
  }
  #id-right-seperator-2 {
    display: none;
  }
  #id-right-seperator-3 {
    display: block;
    right: 0;
  }
  #id-place-holder {
    display: block;
  }
} /* @media all and (max-width: 1022px) -- end*/

@media all and (max-width: 983px) {
  .section-container {
    max-width: 424px;
  }
  .section-header {
    max-width: 424px;
    padding: 0;
  }

  .background-container {
    justify-content: center;
  }

  .background-text-content .text-container {
    padding: 20px;
    min-width: 360px;
    max-width: 360px;
  }

  .background-text-content .text-brief {
    margin-block-start: 30px;
  }

  #id-background-img-content {
    display: none;
  }

  #id-mobile-background-img-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-content: center;
    align-content: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    background: url("https://alexanderhunt.oss-cn-hongkong.aliyuncs.com/ah/coffee.png") no-repeat center center;
    background-repeat: no-repeat;
    background-position: center;
    text-align: center;
    justify-content: center;
    align-content: center;
    align-items: center;
    width: auto;
    height: 295px;
    min-height: 295px;
  }

  #id-world-bg {
    display: none;
  }
  .world-bg-mobile h {
    color: black;
    text-align: center;
    font-size: 30px;
    line-height: 45px;
    width: 100%;
    margin-top: 30px;
    margin-bottom: 40px;
  }

  #id-world-bg-mobile {
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: center;
    flex-flow: row wrap;
    height: 100%;
    width: 420px;
    padding-bottom: 50px;
  }

  .logo-list-mobile {
    background: url("https://alexanderhunt.oss-cn-hongkong.aliyuncs.com/ah/logo_list_mobile.png");
    height: 380px;
    width: 337px;
  }

  .mobile-background-img-content .mobile-background-img-text {
    position: relative;
    font-size: 14px;
    color: #ffffff;
    width: 222px;
    height: 50px;
    word-break: normal;
    -ms-word-wrap: normal;
    word-wrap: normal;
    text-align: justify;
  }
  #id-mobile-share {
    display: flex;
  }

  /*why choose us style for 983px width*/
  #id-corner-img-overflow {
    display: none;
  }

  #id-why-choose-us-img-content-mobile {
    display: flex;
  }

  #id-why-choose-us-img-content {
    display: none;
  }
  .why-container {
    justify-content: center;
    max-width: 360px;
  }
  .why-text-content {
    margin: 0;
    max-width: 360px;
  }

  .values-section-container {
    max-width: 540px;
  }

  .values-img {
    width: 334px;
    height: 284px;
  }
} /* @media all and (max-width: 983px) -- end */

@media all and (max-width: 514px) {
  .background-text-content .text-container {
    padding: 20px;
    min-width: 375px;
    max-width: 375px;
  }
  .why-text-content .text-container {
    width: 375px;
  }

  .why-choose-us-img-content-mobile {
    background: url("https://alexanderhunt.oss-cn-hongkong.aliyuncs.com/ah/why.png");
    background-repeat: no-repeat;
    background-position: center;
    text-align: center;
    justify-content: center;
    align-content: center;
    align-items: center;
    width: auto;
    height: 239px;
    margin-top: 40px;
  }

  .why-choose-us-img-content-mobile .img-text {
    display: block;
    position: relative;
    font-size: 16px;
    color: #ffffff;
    line-height: 24px;
    word-break: normal;
    -ms-word-wrap: normal;
    word-wrap: normal;
    padding: 30px;
    text-align: left;
  }

  .right-content-container {
    max-width: 400px;
  }
}

@media all and (max-width: 414px) {
  .banner {
    min-height: 514px;
    max-height: 514px;
  }
  .menu-item-right {
    min-width: 50px;
    margin-right: 0px;
  }
  .banner-text-area {
    width: 100%;
    max-width: 100%;
    min-width: 100%;
    margin-left: 0px;
  }
  .banner-text-detail {
    width: 90%;
    text-align: left;
  }
  #id-mobile-share {
    display: flex;
  }

  .background-text-content .text-container {
    padding: 20px;
    min-width: 320px;
    max-width: 340px;
    min-height: auto;
  }

  .why-text-content .text-container {
    min-width: 360px;
    max-width: 360px;
  }

  .why-text-content h {
    padding-right: 35px;
  }

  .why-text-content .text-container {
    width: 96%;
    padding-left: 2%;
    padding-right: 2%;
    margin-left: auto;
    margin-right: auto;
    justify-content: center;
  }

  .right-content-container {
    max-width: 340px;
  }
}

@media all and (max-height: 640px) {
  .right-menu-content ul li {
    margin-top: 10px;
    margin-block-start: 10px;
  }
  .ah-list-type {
    padding-inline-start: 5px;
  }

  .right-content-container {
    max-width: 300px;
  }
}
