@import 'https://fonts.googleapis.com/css?family=Montserrat:300,300i,400,400i,500,500i,600,600i,700,700i';
@import 'https://fonts.googleapis.com/css?family=Oswald:400,700';
@import url(../sass/swiper.min.css);
@import url(../sass/animate.css);
@import url(../fonts/fonts.css);
h1, h2, h3, h4, h5, h6, p {
  font-family: "Champagne & Limousines";
  font-weight: bold;
  line-height: 1.6em;
  margin: 0;
}

.input-group .form-control,
.input-group .form-btn {
  display: table-cell;
  vertical-align: middle;
}

.list-inline li {
  display: inline-block;
  vertical-align: middle;
}

.pull-left {
  float: left !important;
}

.pull-right {
  float: right !important;
}

.text-right {
  text-align: right !important;
}

.text-left {
  text-align: left !important;
}

.text-center {
  text-align: center !important;
}

*, *::after, *::before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.clearfix::after, .list-inline::after, .list-unstyled::after, .container::after, .clearfix::before, .list-inline::before, .list-unstyled::before, .container::before {
  display: table;
  content: '';
}

.clearfix::after, .list-inline::after, .list-unstyled::after, .container::after {
  clear: both;
}

.list-inline, .list-unstyled {
  margin: 0;
  padding: 0;
  list-style: none;
}

button.btn {
  border: 0;
  cursor: pointer;
  text-align: left;
}

textarea {
  resize: none;
  box-shadow: none;
}

textarea.form-control {
  height: auto;
}

a {
  text-decoration: none;
  outline: none;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
  color: inherit;
}

a.link {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 16px;
  margin-top: 30px;
  display: table;
  border-left: 2px solid #FFEB00;
  padding-left: 15px;
}

a.link:hover {
  color: rgba(0, 0, 0, 0.8);
  padding-left: 20px;
}

img {
  vertical-align: middle;
  border: 0;
}

img.max-width {
  max-width: 100%;
}

input {
  -webkit-appearance: none;
  box-shadow: none !important;
}

address {
  color: #000000;
  font-style: normal;
}

.dropdown-content {
  pointer-events: none;
  opacity: 0;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}

.dropdown-open .dropdown-content {
  opacity: 1;
  pointer-events: auto;
}

.input-group {
  display: table;
  width: 100%;
}

.input-group .form-control,
.input-group .form-btn {
  font-family: "Champagne & Limousines";
}

.input-group .form-control {
  padding: 0;
  font-size: 16px;
  height: 40px;
}

.input-group .form-btn {
  width: 1%;
  white-space: nowrap;
}

.input-group .form-btn-button {
  height: 40px;
  background-color: transparent;
  border: 0;
  padding: 0;
  padding-left: 15px;
  cursor: pointer;
}

.btn {
  background-color: #FFEB00;
  display: block;
  width: 220px;
  padding: 15px 30px;
  padding-right: 43px;
  font-family: "Champagne & Limousines";
  font-weight: bold;
  color: #000000;
  font-size: 15px;
  letter-spacing: 2px;
  position: relative;
}

.btn::after {
  content: "";
  background-image: url("../assets/arrow-right.png");
  background-repeat: no-repeat;
  background-size: 13px auto;
  position: absolute;
  top: 50%;
  right: 30px;
  width: 13px;
  height: 21px;
  margin-top: -10px;
}

.form-group {
  margin-bottom: 30px;
}

.form-label {
  display: block;
  margin-bottom: 5px;
  font-family: "Champagne & Limousines";
  font-size: 20px;
  letter-spacing: 2px;
  font-weight: normal;
}

.form-control {
  border: 0;
  background-color: transparent;
  border-radius: 0;
  font-size: 20px;
  font-family: "Champagne & Limousines";
  letter-spacing: 2px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  width: 100%;
  height: 40px;
}

.form-button {
  display: table;
  margin-top: 90px;
  margin-left: auto;
}

.visible-xs {
  display: none;
}

html {
  overflow-x: hidden;
}

body {
  margin: 0;
  padding: 0;
  font: 14px/1.3em "Champagne & Limousines";
  color: #000000;
  -webkit-text-size-adjust: 100%;
  font-weight: bold;
  overflow: hidden;
}

.container {
  position: relative;
  max-width: 1280px;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
  z-index: 2;
}

/*img*/
.img-xtop {
  position: absolute;
  top: -68px;
  right: -172px;
  z-index: -1;
}

.img-skewtop {
  -webkit-transform: skewX(30deg);
  transform: skewX(30deg);
  background-color: #FFEB00;
  position: absolute;
  left: 50%;
  top: 0;
  bottom: 90px;
  width: 525px;
  z-index: 1;
}

.img-xline {
  position: absolute;
  top: 50%;
  margin-top: 150px;
  max-width: 150px;
  left: -75px;
  z-index: 1;
}

/*header*/
.header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 3;
}

.header .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 80px;
}

.header_left {
  flex: 1;
}

.header .logo {
  display: block;
  width: 153px;
}

.header .logo > img {
  max-width: 100%;
}

.nav > li {
  float: left;
  margin-left: 30px;
}

.nav > li > a {
  letter-spacing: 1px;
  font-size: 16px;
  text-transform: uppercase;
  position: relative;
}

.nav > li > a:hover {
  text-shadow: 0px -1px 1px rgba(0, 0, 0, 0.2);
}

.nav > li > a:hover::after {
  width: 30px;
}

.nav > li > a::after {
  content: "";
  position: absolute;
  left: -20px;
  width: 0;
  background-color: #FFEB00;
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.1);
  top: 50%;
  height: 2px;
  margin-top: -1px;
  z-index: 2;
  transition: width 0.5s ease;
}

.nav > li.active a::after {
  width: 30px;
}

/*icon-plus */
.section-focus_col .item::after, .section-focus_col .item:last-child::before {
  content: "";
  background-image: url("../assets/plus.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 26px auto;
  left: -12px;
  top: -12px;
  width: 26px;
  height: 26px;
  position: absolute;
}

/*section*/
.section {
  position: relative;
}

.section:first-child .container {
  padding-top: 180px;
}

.section:last-child .container {
  padding-bottom: 230px;
}

.section-top {
  height: 680px;
}

.section-top .container {
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
  flex-flow: column;
  min-height: 100%;
  padding-bottom: 60px;
}

.section-top_title {
  font-size: 36px;
  letter-spacing: 8px;
  margin-bottom: 60px;
  padding-right: 684px;
}

.section-top_figure {
  position: absolute;
  right: 60px;
  bottom: 60px;
  width: 624px;
  z-index: 2;
}

.section-top_figure > img {
  max-width: 100%;
}

.section-top_info {
  display: flex;
  position: relative;
  z-index: 2;
}

.section-top_info-item {
  font-size: 60px;
  color: #FFEB00;
  line-height: 1em;
}

.section-top_info-item > small {
  display: block;
  line-height: 1em;
  font-size: 14px;
  font-weight: normal;
  color: #999999;
  letter-spacing: 2px;
}

.section-top_info-item:last-child {
  align-self: flex-end;
}

.section-see {
  z-index: 3;
  padding: 0 30px;
  margin-bottom: -192px;
}

.section-see_box {
  max-width: 540px;
  margin: 0 auto;
  box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.05);
}

.section-see_box > h3 {
  padding: 30px 90px;
  letter-spacing: 8px;
  font-size: 32px;
  background-color: #FFFFFF;
  min-height: 316px;
}

.section-see_box-link {
  background-color: #FFEB00;
  display: block;
  padding: 30px 90px;
  padding-right: 140px;
  text-transform: uppercase;
  font-size: 18px;
  letter-spacing: 2px;
  position: relative;
}

.section-see_box-link::after {
  content: "";
  background-image: url("../assets/arrow-right.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 13px auto;
  border: 1px solid #000000;
  width: 50px;
  height: 50px;
  position: absolute;
  right: 90px;
  top: 50%;
  margin-top: -25px;
}

.section-trans .container {
  padding: 90px;
  padding-top: 272px;
  overflow: hidden;
}

.section-trans_col {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}

.section-trans_col-left {
  max-width: 282px;
}

.section-trans_col-left > img {
  max-width: 100%;
}

.section-trans_col-right {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex: 1;
  padding-left: 90px;
}

.section-trans_img {
  position: relative;
}

.section-trans_img::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: 5px;
  box-shadow: 10px 10px 60px rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 60px;
  border-radius: 60px;
  z-index: 1;
}

.section-trans_img > img {
  max-width: 100%;
  position: relative;
  z-index: 2;
}

.section-trans_img-native {
  max-width: 182px;
}

.section-trans_img-ipad {
  max-width: 357px;
}

.section-trans_text {
  margin-left: auto;
  margin-top: 30px;
  display: table;
  max-width: 150px;
}

.section-trans_text > h5 {
  margin-bottom: 30px;
  font-size: 32px;
  letter-spacing: 2px;
}

.section-trans_equals {
  font-family: "Montserrat", sans-serif;
  font-size: 60px;
  position: relative;
  min-width: 176px;
  min-height: 92px;
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}

.section-trans_equals::after {
  content: "";
  background-image: url("../assets/equals.png");
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-size: 176px auto;
}

.section-clients {
  padding-top: 120px;
  padding-bottom: 120px;
}

.section-clients::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #FFEB00;
  height: 210px;
  z-index: -1;
}

.section-clients .container {
  background-image: url("../assets/clients.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
  color: #FFFFFF;
  padding: 45px;
  padding-bottom: 180px;
  box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.05);
  overflow: hidden;
}

.section-clients_body {
  position: relative;
  z-index: 2;
}

.section-clients_max {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 120px;
}

.section-clients_max > h6 {
  font-size: 16px;
  letter-spacing: 2px;
}

.section-clients_col {
  display: table;
  table-layout: fixed;
  width: 100%;
}

.section-clients_col > * {
  display: table-cell;
  vertical-align: top;
  padding-left: 45px;
  padding-right: 45px;
}

.section-clients_col-left > h3 {
  font-size: 32px;
  letter-spacing: 8px;
  margin-bottom: 60px;
}

.section-clients_col-left > h3 > span {
  color: #FFEB00;
}

.section-clients_col-right {
  width: 600px;
}

.section-partner {
  background-image: url("../assets/partner.jpg");
  background-repeat: no-repeat;
  background-position: bottom left;
  background-size: cover;
}

.section-partner .container {
  padding-top: 120px;
}

.section-partner_col {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.section-partner_col-left {
  flex: 1;
}

.section-partner_col-left > h1 {
  font-size: 180px;
  line-height: 1em;
}

.section-partner_col-left > h1 > small {
  margin-left: 15px;
  font-size: 36px;
  line-height: 1.6em;
  display: block;
  letter-spacing: 8px;
}

.section-partner_col-right {
  padding-left: 30px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.section-partner_col-right .item {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 14.282%;
  padding: 0 15px;
  height: 80px;
}

.section-partner_col-right .item > img {
  max-width: 100%;
  max-height: 100%;
  filter: invert(0.8) grayscale(1) brightness(1);
}

.section-deliver_col {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 90px 120px;
  overflow: hidden;
  position: relative;
}

.section-deliver_col-right {
  flex: 1;
  padding-left: 120px;
}

.section-deliver_col-left {
  display: block;
  max-width: 316px;
  position: relative;
  margin-top: 60px;
}

.section-deliver_col-left::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: 5px;
  box-shadow: 10px 10px 60px rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 60px;
  border-radius: 60px;
  z-index: 1;
}

.section-deliver_col-left > img {
  max-width: 100%;
  position: relative;
  z-index: 2;
}

.section-focus {
  background-color: #e9e9e9;
  margin-top: -120px;
  overflow: hidden;
}

.section-focus .img-skewtop {
  top: 50%;
  bottom: 0;
  margin-top: 35px;
  margin-left: 25px;
  width: 600px;
}

.section-focus .container {
  padding-top: 240px;
  padding-bottom: 240px;
}

.section-focus_col {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  overflow: hidden;
}

.section-focus_col .item {
  padding: 45px;
  width: 33.33%;
  position: relative;
}

.section-focus_col .item:first-child::after {
  display: none;
}

.section-focus_col .item:last-child::before {
  left: auto;
  right: -12px;
}

.section-focus_col .item-figure {
  position: relative;
  margin-bottom: 30px;
}

.section-focus_col .item-figure::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: 5px;
  box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 20px;
  border-radius: 20px;
  z-index: 1;
}

.section-focus_col .item-figure > img {
  max-width: 100%;
  position: relative;
  z-index: 2;
}

.section-focus_col .item-descrip {
  text-align: center;
  padding: 0 15px;
}

.section-focus_col .item-descrip > h5 {
  font-size: 22px;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.section-focus_col .item-descrip > p {
  font-weight: normal;
  letter-spacing: 1px;
}

.section-massive {
  background-image: url("../assets/gamish.jpg");
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: cover;
  padding-bottom: 600px;
}

.section-massive_col {
  background-color: #2F2F2F;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 60px;
  min-height: 300px;
  margin-top: -150px;
}

.section-massive_col-left {
  flex: 1;
  color: #FFFFFF;
}

.section-massive_col-left > h2 {
  font-size: 36px;
  letter-spacing: 8px;
  margin-bottom: 30px;
}

.section-massive_col-right {
  padding-left: 60px;
}

.section-massive_col-right > img {
  max-width: 100%;
}

.section-channel {
  background-color: #e9e9e9;
  margin-top: 245px;
}

.section-channel_gender {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #FFEB00;
  max-width: 720px;
  min-height: 240px;
  margin: 60px auto;
  margin-top: -120px;
  box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.05);
}

.section-channel_gender .item {
  display: flex;
  align-items: center;
  padding: 30px;
}

.section-channel_gender .item-figure {
  height: 160px;
  text-align: center;
}

.section-channel_gender .item-figure > img {
  max-width: 100%;
  max-height: 100%;
}

.section-channel_gender .item-descrip {
  padding-left: 15px;
  color: #2F2F2F;
}

.section-channel_gender .item-descrip > h3 {
  font-size: 60px;
  letter-spacing: 2px;
  line-height: 1em;
}

.section-channel_gender .item-descrip > p {
  font-size: 18px;
  letter-spacing: 2px;
}

.section-channel_list {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  position: relative;
  padding-top: 15px;
  padding-bottom: 120px;
  columns: 2;
  -webkit-columns: 2;
}

.section-channel_list::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 1px;
  height: 100%;
  background-color: #000000;
}

.section-channel_list > li {
  display: flex;
  align-items: center;
  width: 50%;
  padding: 30px 120px;
}

.section-channel_list > li > h5 {
  font-size: 20px;
  letter-spacing: 2px;
  padding-right: 15px;
  width: 130px;
}

.section-channel_list > li .slider {
  position: relative;
  flex: 1;
}

.section-channel_list > li .slider::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  background-color: #FFEB00;
  height: 2px;
  margin-top: -1px;
}

.section-channel_list > li .slider-icon {
  position: absolute;
  top: 50%;
  left: 20%;
  height: 41px;
  margin-top: -21px;
  z-index: 2;
}

.section-channel_list > li .slider-icon > img {
  max-width: 100%;
  max-height: 100%;
}

.section-channel_list > li .slider-item {
  display: table;
  margin-left: auto;
}

.section-channel_list > li .slider-item > span {
  display: block;
  color: #999999;
  font-size: 16px;
  letter-spacing: 2px;
  margin-top: 46px;
}

.section-channel_list > li .slider-item > span:first-child {
  margin-top: 0;
}

.section-channel_detail {
  background-color: #000000;
  color: #FFFFFF;
  padding: 15px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.section-channel_detail .item {
  flex: 1;
  width: 33.33%;
  padding: 30px;
}

.section-channel_detail .item > h5 {
  font-size: 22px;
  line-height: 1.4em;
  height: 62px;
  overflow: hidden;
}

.section-channel_detail .item > p {
  padding-top: 48px;
  position: relative;
}

.section-channel_detail .item > p::after {
  content: "";
  position: absolute;
  right: 0;
  top: 10px;
  background-image: url("../assets/plus.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 29px auto;
  width: 29px;
  height: 29px;
  filter: invert(1) grayscale(1) brightness(1.5) contrast(1.5);
}

.section-how {
  background-image: url("../assets/whyus.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  min-height: 600px;
  margin-top: 390px;
}

.section-about {
  background-color: #e9e9e9;
  margin-top: 90px;
}

/*vision */
.vision {
  max-width: 996px;
  margin: 0 auto;
  position: relative;
}

.vision::after {
  content: "";
  background-image: url("../assets/X-line-yellow.png");
  background-repeat: no-repeat;
  background-size: 302px auto;
  position: absolute;
  right: -262px;
  bottom: 0;
  width: 302px;
  height: 283px;
  z-index: -1;
}

.vision-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: -90px;
  position: relative;
  overflow: hidden;
}

.vision-figure, .vision-swiper {
  width: 50%;
  height: 500px;
}

.vision-figure {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

/*member*/
.member {
  background-color: #FFFFFF;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  margin-top: 120px;
  position: relative;
  z-index: 2;
}

.member::before {
  content: "";
  background-image: url("../assets/X-line-white.png");
  background-repeat: no-repeat;
  background-size: 302px auto;
  position: absolute;
  left: -262px;
  bottom: 0;
  width: 302px;
  height: 283px;
  z-index: -1;
}

.member-content, .member-nav {
  width: 65%;
  min-height: 100%;
  overflow: hidden;
}

.member-item {
  position: relative;
  display: none;
}

.member-item:first-child {
  display: block;
}

.member-item_bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  filter: blur(3px);
}

.member-item_bg::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.9);
}

.member-item_wrapper {
  position: relative;
  z-index: 2;
  padding: 60px;
  color: #FFFFFF;
}

.member-item_title {
  position: absolute;
  font-size: 16px;
  letter-spacing: 2px;
  font-weight: normal;
}

.member-item_title::after {
  content: "";
  display: block;
  margin-top: 10px;
  width: 50px;
  height: 2px;
  background-color: #FFFFFF;
}

.member-item_body {
  max-width: 640px;
  margin: 0 auto;
}

.member-item_top {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: column;
}

.member-item_top .photo {
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  width: 150px;
  height: 150px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}

.member-item_top > h6 {
  font-size: 18px;
  color: #FFEB00;
  letter-spacing: 2px;
  margin-top: 15px;
  margin-bottom: 5px;
}

.member-item_top > small {
  font-size: 16px;
  font-weight: normal;
  display: block;
  letter-spacing: 1px;
}

.member-item_list {
  margin-top: 30px;
  margin-bottom: -15px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}

.member-item_list .col {
  width: 50%;
  padding: 0 15px;
}

.member-item_list .col-item {
  margin-bottom: 15px;
}

.member-item_list .col-item > h6 {
  font-size: 15px;
  font-weight: normal;
  letter-spacing: 1px;
}

.member-item_list .col-item > p {
  font-size: 16px;
  letter-spacing: 2px;
}

.member-item_list .col-item > p.yellow {
  color: #FFEB00;
}

.member-item_list .col-item .sosmed .icon {
  display: inline-block;
  vertical-align: middle;
  background-image: url("../assets/about-sosmed.png");
  background-repeat: no-repeat;
  background-size: 151px auto;
  width: 31px;
  height: 31px;
  margin-right: 5px;
}

.member-item_list .col-item .sosmed .icon-medium {
  background-position: -41px 0;
}

.member-item_list .col-item .sosmed .icon-mail {
  background-position: -81px 0;
}

.member-item_list .col-item .sosmed .icon-ig {
  background-position: -121px 0;
}

.member-nav {
  width: 35%;
  position: relative;
}

.member-nav > h2 {
  font-size: 32px;
  padding: 30px;
  padding-top: 60px;
  line-height: 1em;
  letter-spacing: 2px;
  min-height: 122px;
  border-bottom: 1px solid #FFEB00;
}

.member-nav_list {
  overflow-y: auto;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 123px;
  padding-bottom: 15px;
}

.member-nav_list > li .item {
  padding: 15px 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}

.member-nav_list > li .item::after {
  content: "";
  position: absolute;
  left: 30px;
  right: 30px;
  bottom: 0;
  height: 1px;
  background-color: #ececec;
}

.member-nav_list > li .item:hover {
  background-color: #e9e9e9;
}

.member-nav_list > li .item-photo {
  width: 60px;
  height: 60px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}

.member-nav_list > li .item-descrip {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-left: 15px;
  flex: 1;
}

.member-nav_list > li .item-name {
  flex: 1;
  padding-right: 15px;
}

.member-nav_list > li .item-name > h6 {
  font-size: 15px;
  letter-spacing: 1px;
}

.member-nav_list > li .item-name > small {
  font-size: 15px;
  font-weight: normal;
  color: #999999;
  letter-spacing: 1px;
}

.member-nav_list > li.active .item {
  background-color: #e9e9e9;
}

/*target */
.target {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin: -15px;
  max-width: 500px;
}

.target-item {
  flex: 1;
  padding: 15px;
}

.target-item > h3 {
  border: 1px solid rgba(255, 255, 255, 0.5);
  padding: 15px;
  font-size: 80px;
  color: #FFEB00;
  line-height: 1em;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
}

.target-item > h3 > small {
  color: #FFFFFF;
  font-size: 32px;
  line-height: 1em;
  padding-left: 15px;
}

.target-item > p {
  font-size: 22px;
  padding: 0 20px;
  color: #FFEB00;
}

.figmaps {
  position: relative;
  max-width: 1015px;
  padding-bottom: 160px;
  margin: 0 auto;
}

.figmaps .layer {
  position: absolute;
}

.figmaps .layer > img {
  max-width: 100%;
}

.figmaps .layer-1 {
  width: 1016px;
  left: 50%;
  margin-left: -508px;
  bottom: 0;
  z-index: 1;
}

.figmaps .layer-2 {
  width: 793px;
  left: 50%;
  margin-left: -420px;
  bottom: 70px;
  z-index: 2;
}

.figmaps .layer-3 {
  position: relative;
  max-width: 356px;
  margin: 0 auto;
  z-index: 3;
}

.figmaps .layer-4 {
  max-width: 448px;
  top: 50%;
  left: 0;
  right: 0;
  margin: 0 auto;
  transform: translateY(-50%);
  z-index: 4;
  box-shadow: 0px 30px 30px 0px rgba(255, 235, 0, 0.1);
}

/*title */
.title {
  text-align: center;
  max-width: 680px;
  margin: 0 auto;
  margin-bottom: 45px;
  position: relative;
  z-index: 2;
}

.title-lg {
  font-size: 38px;
  letter-spacing: 8px;
  line-height: 1.4em;
  margin-bottom: 10px;
}

.title-caption {
  letter-spacing: 1px;
  color: #999999;
  font-weight: normal;
}

/*swiper*/
.swiper-clients .swiper-top {
  position: relative;
  margin-left: auto;
  display: flex;
  justify-content: flex-end;
}

.swiper-clients .swiper-top::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  background-color: #FFFFFF;
  height: 1px;
  width: 300px;
}

.swiper-clients .swiper-nav {
  font-size: 15px;
  padding: 0 30px;
  letter-spacing: 2px;
  line-height: 1em;
}

.swiper-clients .swiper-nav-next {
  padding-right: 0;
  border-left: 1px solid #FFFFFF;
}

.swiper-clients .swiper-slide {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}

.swiper-clients .swiper-slide .item {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50%;
  height: 100px;
  padding: 0 15px;
  margin-top: 60px;
}

.swiper-clients .swiper-slide .item > img {
  max-width: 100%;
  max-height: 100%;
  filter: invert(0.8) grayscale(1) brightness(1.5) contrast(1.5);
}

.swiper-clients .swiper-pagination {
  position: static;
  margin-top: 60px;
}

.swiper-clients .swiper-pagination-bullet {
  background-color: #FFFFFF;
}

.swiper-deliver .swiper-slide .item {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #FFFFFF;
  padding: 15px;
  margin-top: 15px;
  position: relative;
}

.swiper-deliver .swiper-slide .item:first-child {
  margin-top: 0;
}

.swiper-deliver .swiper-slide .item-descrip {
  flex: 1;
  padding-left: 30px;
}

.swiper-deliver .swiper-slide .item-descrip > h5 {
  font-size: 24px;
  letter-spacing: 2px;
}

.swiper-deliver .swiper-slide .item-descrip > p {
  font-weight: normal;
  letter-spacing: 1px;
}

.swiper-deliver .swiper-slide .item-figure {
  max-width: 90px;
}

.swiper-deliver .swiper-slide .item-figure > img {
  max-width: 100%;
}

.swiper-deliver .swiper-pagination {
  position: absolute;
  top: 6px;
  bottom: auto;
  left: auto;
  right: 15px;
  width: auto;
}

.swiper-deliver .swiper-pagination-bullet {
  background-color: #FFFFFF;
  opacity: .6;
}

.swiper-deliver .swiper-pagination-bullet-active {
  opacity: 1;
}

.swiper-specific {
  padding-top: 45px;
}

.swiper-specific::after {
  content: "";
  background-color: #FFEB00;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  bottom: 120px;
}

.swiper-specific .swiper-slide .item {
  text-align: center;
}

.swiper-specific .swiper-slide .item-figure {
  position: relative;
  height: 500px;
  margin-bottom: 30px;
}

.swiper-specific .swiper-slide .item-figure > img {
  max-width: 100%;
  max-height: 100%;
}

.swiper-specific .swiper-slide .item-figure > img.img-car {
  position: absolute;
  left: 0;
  bottom: 0;
}

.swiper-specific .swiper-slide .item-figure > img.img-gear {
  position: absolute;
  top: 30px;
  left: 45px;
}

.swiper-specific .swiper-slide .item-figure > img.img-gear2 {
  position: absolute;
  top: 90px;
  right: 45px;
}

.swiper-specific .swiper-slide .item-figcaption {
  font-size: 22px;
  letter-spacing: 2px;
}

.swiper-how {
  margin-top: -300px;
  height: 600px;
  position: relative;
}

.swiper-how::after, .swiper-how::before {
  content: "";
  position: absolute;
  height: 150px;
  width: 2px;
  right: 34px;
  background-color: #FFFFFF;
  z-index: 2;
}

.swiper-how::before {
  top: 30px;
}

.swiper-how::after {
  bottom: 30px;
}

.swiper-how .swiper-slide {
  padding: 30px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: auto;
  color: #FFFFFF;
}

.swiper-how .swiper-slide .text {
  display: block;
  color: #FFEB00;
  letter-spacing: 2px;
}

.swiper-how .swiper-slide .item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 500px;
}

.swiper-how .swiper-slide .item-figcaption {
  flex: 1;
  padding: 30px;
  padding-left: 90px;
}

.swiper-how .swiper-slide .item-figcaption > h2 {
  font-size: 32px;
  margin-bottom: 10px;
  letter-spacing: 2px;
}

.swiper-how .swiper-slide .item-figcaption > p {
  color: rgba(255, 255, 255, 0.7);
  letter-spacing: 1px;
}

.swiper-how .swiper-slide .item-figure {
  width: 600px;
  height: 100%;
  text-align: center;
  position: relative;
}

.swiper-how .swiper-slide .item-figure > img {
  position: relative;
  z-index: 2;
  max-width: 100%;
  max-height: 100%;
}

.swiper-how .swiper-slide .item-figure > img.swing {
  max-width: 369px;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 1;
  margin-left: -190px;
  margin-top: -170px;
}

.swiper-how .swiper-pagination {
  right: 30px;
}

.swiper-how .swiper-pagination-bullet {
  background-color: #FFFFFF;
  margin: 15px 0 !important;
  width: 10px;
  height: 10px;
}

.swiper-vision {
  width: 100%;
  height: 100%;
}

.swiper-vision .swiper-slide {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: stretch;
}

.swiper-vision .swiper-slide .item {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  padding: 30px;
  padding-right: 120px;
  padding-top: 60px;
}

.swiper-vision .swiper-slide .item h3 {
  font-size: 32px;
  letter-spacing: 8px;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  margin: 0 -30px;
  margin-bottom: 60px;
}

.swiper-vision .swiper-slide .item p {
  font-size: 16px;
  color: rgba(0, 0, 0, 0.5);
  letter-spacing: 1px;
  margin-top: 10px;
}

.swiper-vision .swiper-slide .item p:first-child {
  margin-top: 0;
}

.swiper-vision .swiper-button {
  background-image: none;
  background-size: auto;
  font-size: 16px;
  letter-spacing: 2px;
  margin-top: 0;
  top: auto;
  left: auto;
  right: 0;
  width: 90px;
  height: auto;
  padding: 30px 0;
  text-align: center;
}

.swiper-vision .swiper-button-prev {
  bottom: 0;
}

.swiper-vision .swiper-button-next {
  top: 0;
  border-left: 1px solid #FFFFFF;
  padding-bottom: 90px;
}

/*contact*/
.contact {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.8);
  color: #FFFFFF;
  overflow-y: auto;
  z-index: 11;
  opacity: 0;
  transition: opacity 0.5s ease;
  pointer-events: none;
}

.contact.open {
  opacity: 1;
  pointer-events: auto;
}

.contact-inner {
  display: flex;
  justify-content: center;
  flex-flow: column;
  max-width: 500px;
  min-height: 100%;
  margin: 0 auto;
  padding: 60px 15px;
}

.contact-inner_head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 45px;
}

.contact-inner_head > h2 {
  flex: 1;
  letter-spacing: 2px;
  font-size: 28px;
}

/*footer*/
.footer {
  position: relative;
  z-index: 2;
}

.footer_col {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}

.footer_col-maps {
  background-image: url("../assets/map.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  flex: 1;
  padding-bottom: 60px;
}

.footer_col-copyright {
  width: 30%;
  background-color: #FFEB00;
  padding: 60px;
}

.footer .address {
  margin-left: auto;
  margin-right: 90px;
  margin-top: -140px;
  max-width: 360px;
  box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.05);
}

.footer .address-body {
  background-color: #FFFFFF;
  padding: 45px;
  min-height: 400px;
}

.footer .address-body > h3 {
  font-size: 32px;
  letter-spacing: 8px;
  line-height: 1.1em;
}

.footer .address-body > h6 {
  font-size: 20px;
  letter-spacing: 8px;
}

.footer .address-body > p {
  margin-top: 15px;
  text-transform: uppercase;
  font-size: 15px;
  letter-spacing: 2px;
}

.footer .address-link {
  background-color: #FFEB00;
  padding: 15px 45px;
  display: block;
  font-size: 16px;
  position: relative;
  letter-spacing: 2px;
}

.footer .address-link::after {
  content: "";
  background-image: url("../assets/arrow-right.png");
  background-repeat: no-repeat;
  background-size: 13px auto;
  position: absolute;
  top: 50%;
  right: 45px;
  width: 13px;
  height: 21px;
  margin-top: -10px;
}

.footer_link > a {
  display: block;
  letter-spacing: 2px;
  margin-top: 10px;
}

.footer_link > a:first-child {
  margin-top: 0;
}

.footer_sosmed {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 45px;
  margin-bottom: 75px;
}

.footer_sosmed > a {
  float: left;
  background-image: url("../assets/sosmed.png");
  background-repeat: no-repeat;
  background-size: 69px auto;
  width: 28px;
  height: 28px;
  margin-left: 15px;
}

.footer_sosmed > a:first-child {
  margin-left: 0;
}

.footer_sosmed > a.linked {
  background-position: left;
}

.footer_sosmed > a.fb {
  background-position: right;
}

.footer .copyright {
  letter-spacing: 2px;
}

.footer_nav {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #2F2F2F;
}

.footer_nav .nav-icon {
  display: block;
  height: 24px;
  margin-bottom: 5px;
}

.footer_nav .nav-icon > img {
  max-width: 100%;
  max-height: 100%;
}

.footer_nav .nav > li {
  width: 16.66%;
  margin-left: 0;
  text-align: center;
}

.footer_nav .nav > li > a {
  color: #FFFFFF;
  text-transform: none;
  font-size: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: column;
  height: 60px;
}

.footer_nav .nav > li > a::after {
  display: none !important;
}

@media (max-width: 1199px) {
  .section-trans_col-left {
    max-width: 150px;
  }
  .section-clients_col > * {
    padding-left: 15px;
    padding-right: 15px;
  }
  .section-clients_col-left > h3 {
    font-size: 22px;
  }
  .section-partner_col-right .item {
    width: 20%;
  }
  .section-massive_col-left > h2 {
    font-size: 28px;
  }
  .section-channel_list > li {
    padding: 30px;
  }
  .section-channel_list > li > h5 {
    font-size: 18px;
    width: 115px;
  }
  .section-channel_detail .item {
    padding-left: 15px;
    padding-right: 15px;
  }
  .section-channel_detail .item > h5 {
    font-size: 18px;
  }
  .footer_col-copyright {
    width: auto;
  }
  .target-item > h3 {
    font-size: 45px;
  }
  .target-item > h3 > small {
    font-size: 22px;
  }
  .target-item > p {
    font-size: 18px;
  }
  .swiper-how .swiper-slide .item-figcaption {
    padding-left: 30px;
  }
  .swiper-how .swiper-slide .item-figcaption > h2 {
    font-size: 24px;
  }
  .swiper-how .swiper-slide .item-figure {
    width: 300px;
    height: 300px;
    text-align: center;
  }
  .swiper-how .swiper-slide .item-figure > img.swing {
    max-width: 240px;
    margin-left: -120px;
    margin-top: -115px;
  }
  .member-item_wrapper {
    padding-left: 30px;
    padding-right: 30px;
  }
  .member-item_list .col-item > p {
    font-size: 14px;
  }
  .member-nav_list > li .item-photo {
    width: 40px;
    height: 40px;
    align-self: flex-start;
    margin-top: 5px;
  }
  .member-nav_list > li .item-descrip {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .member-nav_list > li .item-name {
    padding-right: 0;
    margin-bottom: 10px;
  }
  .member-nav_list > li .item-name > h6,
  .member-nav_list > li .item-name > small {
    font-size: 14px;
  }
}

@media (max-width: 991px) {
  .nav > li {
    margin-left: 15px;
  }
  .img-skewtop {
    width: 402px;
  }
  .section-top .container {
    justify-content: flex-start;
    padding-left: 45px;
    padding-right: 45px;
  }
  .section-top_title {
    font-size: 32px;
    padding-right: 382px;
    margin-bottom: 90px;
  }
  .section-top_figure {
    bottom: auto;
    top: 60px;
    width: 382px;
  }
  .section-trans .container {
    padding-left: 60px;
    padding-right: 60px;
    padding-bottom: 60px;
  }
  .section-clients {
    padding: 90px 15px;
  }
  .section-clients .container {
    padding: 30px;
    padding-bottom: 90px;
  }
  .section-clients_max {
    margin-bottom: 60px;
  }
  .section-clients_col > * {
    display: block;
    padding-left: 0;
    padding-right: 0;
  }
  .section-clients_col-right {
    margin-top: 60px;
    width: 100%;
  }
  .section-partner .container {
    padding-top: 90px;
  }
  .section-partner_col-right .item {
    width: 25%;
  }
  .section-deliver_col {
    padding-left: 60px;
    padding-right: 60px;
    flex-flow: column;
    display: block;
  }
  .section-deliver_col-left {
    max-width: 240px;
    margin: 0 auto;
  }
  .section-deliver_col-right {
    padding-left: 0;
    margin-top: 60px;
  }
  .section-focus .img-skewtop {
    margin-top: 0px;
    margin-left: 125px;
  }
  .section-focus_col .item {
    padding-left: 15px;
    padding-right: 15px;
  }
  .section-massive {
    padding-bottom: 450px;
  }
  .section-massive_col {
    padding: 60px 30px;
  }
  .section-massive_col-left > h2 {
    font-size: 22px;
    letter-spacing: 4px;
  }
  .section-massive_col-right {
    padding-left: 30px;
  }
  .footer .address {
    margin-right: auto;
  }
  .swiper-specific {
    margin-left: -15px;
    margin-right: -15px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .swiper-specific .swiper-slide {
    width: 280px;
  }
  .swiper-vision .swiper-slide .item {
    flex-flow: column;
  }
  .swiper-vision .swiper-slide .item h3 {
    transform: none;
    margin: 0;
    margin-bottom: 10px;
  }
  .swiper-vision .swiper-slide .item p {
    font-size: 14px;
  }
  .member-content, .member-nav {
    width: 50%;
  }
  .member-item_title {
    display: none;
  }
  .member-item_list {
    flex-flow: column;
  }
  .member-item_list .col {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  .hide-xs {
    display: none !important;
  }
  .header .logo {
    width: 200px;
  }
  .img-skewtop {
    margin-left: 195px;
    max-height: 800px;
    min-height: 800px;
  }
  .section-top_figure {
    right: 30px;
  }
  .section-see {
    margin-bottom: -165px;
  }
  .section-see_box > h3, .section-see_box-link {
    padding: 45px;
  }
  .section-see_box > h3 {
    min-height: 252px;
  }
  .section-see_box-link {
    padding-right: 95px;
  }
  .section-see_box-link::after {
    right: 45px;
  }
  .section-trans {
    padding-left: 15px;
    padding-right: 15px;
  }
  .section-trans .container {
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 225px;
  }
  .section-trans_col {
    flex-flow: column;
  }
  .section-trans_col-left {
    max-width: 200px;
    margin: 0 auto;
  }
  .section-trans_col-right {
    flex-flow: column;
    padding-left: 0;
    margin-top: 60px;
  }
  .section-trans_text {
    max-width: 100%;
    display: block;
  }
  .section-trans_equals {
    min-height: 180px;
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .section-trans_equals::after {
    transform: rotate(90deg);
  }
  .section-clients_max {
    flex-flow: column;
  }
  .section-partner_col {
    flex-flow: column;
  }
  .section-partner_col-left {
    margin: 0 auto;
  }
  .section-partner_col-right {
    margin-left: -15px;
    margin-right: -15px;
    margin-top: 30px;
    padding-left: 0;
  }
  .section-partner_col-right .item {
    width: 33.33%;
  }
  .section-deliver_col {
    padding: 15px;
    padding-top: 60px;
  }
  .section-deliver_col-right {
    margin-top: 30px;
  }
  .section-focus_col {
    flex-flow: column;
  }
  .section-focus_col .item {
    width: 100%;
    padding: 30px 0;
  }
  .section-focus_col .item::after, .section-focus_col .item::before {
    display: none;
  }
  .section-focus_col .item-figure {
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
  }
  .section-massive {
    background-position: bottom -150px center;
    padding-bottom: 750px;
  }
  .section-massive_col {
    margin-left: -15px;
    margin-right: -15px;
    flex-flow: column;
  }
  .section-massive_col-left > h2 {
    font-size: 36px;
    letter-spacing: 8px;
  }
  .section-massive_col-right {
    padding-left: 0;
    margin-top: 30px;
  }
  .section-channel_list {
    flex-flow: column;
    padding-top: 0;
    padding-bottom: 60px;
  }
  .section-channel_list::before {
    display: none;
  }
  .section-channel_list > li {
    flex-flow: column;
    width: 100%;
    align-items: stretch;
    padding: 15px 0;
    text-align: center;
  }
  .section-channel_list > li > h5 {
    width: 100%;
    padding-right: 0;
    padding-bottom: 26px;
  }
  .section-channel_list > li .slider::after {
    display: none;
  }
  .section-channel_list > li .slider-icon {
    left: 50%;
    margin-left: -21px;
  }
  .section-channel_list > li .slider-item {
    display: flex;
    align-items: center;
    flex-flow: row-reverse;
    margin-left: 0;
    text-align: left;
  }
  .section-channel_list > li .slider-item > span {
    margin-top: 0;
    width: 50%;
    flex: 1;
    font-size: 14px;
  }
  .section-channel_list > li .slider-item > span:first-child {
    padding-left: 36px;
  }
  .section-channel_list > li .slider-item > span:last-child {
    text-align: right;
    padding-right: 36px;
  }
  .section-channel_gender {
    flex-flow: column;
  }
  .section-channel_gender .item-figure {
    width: 120px;
  }
  .section-channel_gender .item-descrip > h3 {
    font-size: 45px;
  }
  .section-channel_detail {
    flex-flow: column;
  }
  .section-channel_detail .item {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
  .section-channel_detail .item > h5 {
    height: auto;
    margin-bottom: 15px;
  }
  .section-channel_detail .item > p {
    padding-top: 0;
  }
  .section-channel_detail .item > p::after {
    display: none;
  }
  .section-how {
    margin-top: 90px;
  }
  .footer_col {
    flex-flow: column;
  }
  .footer_col-copyright {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 120px;
  }
  .footer_col-maps {
    padding-left: 15px;
    padding-right: 15px;
  }
  .footer_col-body {
    min-height: 100%;
  }
  .footer .address-body {
    padding: 30px;
  }
  .footer .address-link {
    padding-left: 30px;
    padding-right: 30px;
  }
  .footer .address-link::after {
    right: 30px;
  }
  .swiper-clients .swiper-top::before {
    width: 100px;
  }
  .swiper-clients .swiper-nav {
    padding: 0 15px;
  }
  .swiper-deliver {
    margin-left: -15px;
    margin-right: -15px;
    padding-right: 15px;
  }
  .swiper-deliver .swiper-slide {
    padding-top: 36px;
    padding-left: 15px;
  }
  .swiper-deliver .swiper-slide .item {
    flex-flow: column;
    padding-top: 31px;
  }
  .swiper-deliver .swiper-slide .item-figure {
    position: absolute;
    left: 15px;
    top: -36px;
    min-height: 52px;
  }
  .swiper-deliver .swiper-slide .item-descrip {
    padding-left: 0;
  }
  .swiper-specific::after {
    left: 50%;
    width: 200px;
    margin-left: -100px;
  }
  .swiper-specific .swiper-slide {
    width: 200px;
  }
  .swiper-how {
    margin-left: -15px;
    margin-right: -15px;
    height: auto;
    margin-top: 0;
  }
  .swiper-how::before, .swiper-how::after {
    display: none;
  }
  .swiper-how .swiper-slide .item {
    height: 100%;
    flex-flow: column-reverse;
  }
  .swiper-how .swiper-slide .item-figcaption {
    padding-left: 0;
    padding-right: 0;
  }
  .swiper-how .swiper-pagination {
    right: 0;
    bottom: 30px;
  }
  .swiper-how .swiper-pagination-bullet {
    margin: 0 5px !important;
  }
  .swiper-vision .swiper-slide .item {
    padding-bottom: 60px;
    padding-right: 30px;
  }
  .swiper-vision .swiper-nav {
    position: absolute;
    top: 30px;
    right: 30px;
    z-index: 2;
  }
  .swiper-vision .swiper-nav .swiper-button {
    position: static;
    display: inline-block;
    vertical-align: middle;
    padding: 0;
    border: 0;
    width: auto;
    margin-left: 15px;
  }
  .target {
    flex-flow: column;
    max-width: none;
  }
  .target-item {
    width: 100%;
  }
  .target-item > h3 {
    font-size: 80px;
  }
  .target-item > h3 > small {
    font-size: 32px;
  }
  .target-item > p {
    font-size: 22px;
  }
  .title-lg {
    font-size: 30px;
  }
  .vision::after {
    display: none;
  }
  .vision-inner {
    flex-flow: column;
  }
  .vision-swiper {
    width: 100%;
    height: auto;
  }
  .member {
    flex-flow: column;
    margin-top: 60px;
    animation-name: fadeIn !important;
  }
  .member::before {
    display: none;
  }
  .member-content, .member-nav {
    width: 100%;
    min-height: inherit;
    overflow: inherit;
  }
  .member-nav > h2 {
    padding-top: 45px;
    min-height: auto;
  }
  .member-nav_list {
    position: static;
  }
  .member-nav_list > li.active .item {
    background-color: inherit;
  }
  .member-nav_list > li.active .item:hover {
    background-color: #e9e9e9;
  }
  .member-item {
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    overflow-y: auto;
    z-index: 9;
  }
  .member-item:first-child {
    display: none;
  }
  .member-item_bg {
    position: fixed;
    filter: blur(0px);
  }
  .member-item_close {
    position: absolute;
    top: 30px;
    right: 30px;
    color: #FFFFFF;
    font-size: 32px;
  }
  .tab-open {
    overflow: hidden;
  }
  .tab-open body {
    overflow: hidden;
  }
  .tab-open .header,
  .tab-open .footer {
    z-index: 0;
  }
}

@media (max-width: 639px) {
  .section-top {
    height: 580px;
  }
  .section-top .container {
    padding-left: 30px;
    padding-right: 30px;
  }
  .section-top_title {
    font-size: 28px;
    padding-right: 252px;
  }
  .section-top_figure {
    width: 312px;
    right: -60px;
  }
  .section-see_box > h3, .section-see_box-link {
    padding: 30px;
  }
  .section-see_box > h3 {
    font-size: 28px;
  }
  .section-see_box-link {
    padding-right: 80px;
  }
  .section-see_box-link::after {
    right: 30px;
  }
  .footer_nav .nav > li > a {
    font-size: 13px;
  }
}

@media (max-width: 479px) {
  .section-top_title {
    font-size: 22px;
    padding-right: 172px;
  }
  .section-top_figure {
    width: 232px;
    right: -90px;
    top: 90px;
  }
  .section-top_info-item {
    font-size: 50px;
  }
  .section-top_info-item > small {
    font-size: 12px;
  }
  .section-see_box > h3 {
    font-size: 20px;
  }
  .section-see_box-link {
    font-size: 14px;
  }
}

@media (max-width: 359px) {
  .section-see_box-link {
    font-size: 15px;
  }
  .footer_nav .nav > li > a {
    font-size: 12px;
  }
  .title-lg {
    font-size: 28px;
  }
}
