@font-face {
  font-family: "MyriadPro";
  font-weight: normal;
  font-style: normal;
  src: url("../fonts/MyriadPro-Regular/MyriadPro-Regular.eot");
  src: url("../fonts/MyriadPro-Regular/MyriadPro-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/MyriadPro-Regular/MyriadPro-Regular.woff") format("woff"), url("../fonts/MyriadPro-Regular/MyriadPro-Regular.ttf") format("truetype");
}

@font-face {
  font-family: "MyriadPro";
  font-weight: 600;
  font-style: normal;
  src: url("../fonts/MyriadPro-Bold/MyriadPro-Bold.eot");
  src: url("../fonts/MyriadPro-Bold/MyriadPro-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/MyriadPro-Bold/MyriadPro-Bold.woff") format("woff"), url("../fonts/MyriadPro-Bold/MyriadPro-Bold.ttf") format("truetype");
}

@font-face {
  font-family: "MyriadPro";
  font-weight: 300;
  font-style: normal;
  src: url("../fonts/MyriadPro-Light/MyriadPro-Light.eot");
  src: url("../fonts/MyriadPro-Light/MyriadPro-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/MyriadPro-Light/MyriadPro-Light.woff") format("woff"), url("../fonts/MyriadPro-Light/MyriadPro-Light.ttf") format("truetype");
}

@font-face {
  font-family: "MyriadPro";
  font-weight: 500;
  font-style: normal;
  src: url("../fonts/MyriadPro-Semibold/MyriadPro-Semibold.eot");
  src: url("../fonts/MyriadPro-Semibold/MyriadPro-Semibold.eot?#iefix") format("embedded-opentype"), url("../fonts/MyriadPro-Semibold/MyriadPro-Semibold.woff") format("woff"), url("../fonts/MyriadPro-Semibold/MyriadPro-Semibold.ttf") format("truetype");
}

* {
  margin: 0;
  padding: 0;
  outline: none;
}

::-webkit-input-placeholder {
  color: #666;
}

::-moz-placeholder {
  color: #666;
}

:-ms-input-placeholder {
  color: #666;
}

::-ms-input-placeholder {
  color: #666;
}

::placeholder {
  color: #666;
}

::-moz-selection {
  background-color: orange;
  color: #fff;
}

::selection {
  background-color: orange;
  color: #fff;
}

html, body {
  background-color: #fff;
}

body {
  font-size: 16px;
  min-width: 630px;
  max-width: 1920px;
  margin: auto;
  position: relative;
  line-height: normal;
  font-family: "MyriadPro", sans-serif;
  color: #333;
  padding-top: 90px;
}

body input,
body textarea {
  border: #666 1px solid;
  outline: none;
}

body input:focus:required:invalid,
body textarea:focus:required:invalid {
  border-color: red;
}

body input:required:valid,
body textarea:required:valid {
  border-color: green;
}

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

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

b,
strong {
  font-weight: bold;
}

.section-img {
  height: auto;
  position: relative;
}

.section-img .icon {
  content: "";
  position: absolute;
  bottom: 30px;
  width: 50px;
  left: 50%;
  margin-left: -25px;
  cursor: pointer;
  -webkit-animation: arrow  3s linear infinite;
          animation: arrow  3s linear infinite;
}

.section-img img {
  display: block;
  width: 100%;
}

@-webkit-keyframes arrow {
  from {
    bottom: 30px;
  }
  50% {
    bottom: 60px;
  }
  to {
    bottom: 30px;
  }
}

@keyframes arrow {
  from {
    bottom: 30px;
  }
  50% {
    bottom: 60px;
  }
  to {
    bottom: 30px;
  }
}

.focus {
  opacity: 1 !important;
  -webkit-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
}

.section-1 {
  height: 980px;
  background-image: url("../img/sec_bg-1.jpg");
  background-position: top center;
  -webkit-background-size: cover;
          background-size: cover;
  position: relative;
}

.section-1.section-11 {
  background-image: url("../img/sec_bg-11.jpg");
}

.section-1.section-22 {
  height: -webkit-calc(100vh - 90px);
  height: calc(100vh - 90px);
  background-image: url("../img/1.jpg");
}

.section-1 .content {
  padding-top: 220px;
}

.section-1 .left {
  padding-left: 100px;
}

.section-1 .text {
  font-size: 22px;
  font-weight: 300;
  padding-top: 60px;
  max-width: 630px;
  color: #000000;
  opacity: 0;
  position: relative;
  left: -100px;
  -webkit-transition-delay: 0.2s;
       -o-transition-delay: 0.2s;
          transition-delay: 0.2s;
}

.section-1 .text.focus {
  left: 0;
}

.section-1 .text span {
  display: inline-block;
  width: 20px;
}

.section-1 .title {
  color: #000;
  font-size: 45px;
  padding-left: 100px;
  opacity: 0;
  position: relative;
  left: -100px;
}

.section-1 .title.focus {
  left: 0;
}

.section-1 .title b {
  font-size: 90px;
}

.section-1 .title b span {
  color: #a13c3c;
}

.nav__item.active .nav__link:before {
  opacity: 1;
}


.section-1 .info {
  color: #000000;
  font-weight: 300;
  font-size: 20px;
  text-align: center;
  bottom: 60px;
  left: 810px;
  position: absolute;
  background-color: #532f16;
  width: 380px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 85px;
  padding-right: 10px;
  padding-top: 35px;
  padding-bottom: 35px;
  -webkit-border-radius: 10px;
          border-radius: 10px;
  opacity: 0;
  -webkit-transition-delay: 0.3s;
       -o-transition-delay: 0.3s;
          transition-delay: 0.3s;
}

.section-1 .info.focus {
  bottom: 160px;
}

.section-1 .info b {
  display: block;
  text-align: center;
  font-size: 40px;
  font-weight: 600;
  background-color: #532f16;
  color: #ffffff;
  position: absolute;
  width: 90px;
  height: 90px;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  line-height: 93px;
  top: -28px;
  left: -28px;
  -webkit-box-shadow: 0 0 120px #fff;
          box-shadow: 0 0 120px #fff;
}

.section-1 .info p {
  color: #fff;
  text-align: left;
}

.header {
  padding-left: 90px;
  padding-right: 80px;
  position: fixed;
  top: 0;
  z-index: 99;
  height: 90px;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
}

.header .button-open {
  display: none;
}

.nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.nav__item {
  display: block;
  margin: 0 10px;
  position: relative;
}

.nav__item:before {
  content: "/";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  right: -12px;
  color: #000;
}

.nav__item:nth-child(10):before {
  display: none;
}

.nav__link {
  text-decoration: none;
  color: #000;
  font-size: 14px;
  position: relative;
}

.nav__link:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #000;
  bottom: -5px;
  left: 0;
  opacity: 0;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

.nav__link:hover:before {
  opacity: 1;
}

.nav .button-close {
  display: none;
}

.section-2 {
  height: 1040px;
  background-color: #fff;
  background-image: url("../img/sec_bg-2.jpg");
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  overflow: hidden;
}

.section-2 .content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  height: 100%;
  position: relative;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.section-2 .content .left {
  width: 50%;
  padding-left: 20px;
  padding-right: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 22px;
  color: #fff;
}

.section-2 .content .left .img {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.section-2 .content .left .img img {
  opacity: 0;
  top: -100px;
  position: relative;
}

.section-2 .content .left .img img.focus {
  top: 0;
}

.section-2 .content .left b {
  display: block;
  text-align: center;
  font-weight: 500;
  opacity: 0;
}

.section-2 .content .left p {
  text-align: center;
  font-weight: 300;
  opacity: 0;
  -webkit-transition-delay: 0.3s;
       -o-transition-delay: 0.3s;
          transition-delay: 0.3s;
}

.section-2 .content .right {
  width: 50%;
  padding-left: 20px;
  padding-right: 50px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #fff;
  font-size: 22px;
  font-weight: 300;
}

.section-2 .content .right span {
  display: inline-block;
  width: 20px;
}

.section-2 .content .right p {
  opacity: 0;
  position: relative;
  right: -100px;
}

.section-2 .content .right p.focus {
  right: 0;
}

.section-2 .content .right .info {
  border: 3px dashed #fff;
  -webkit-border-radius: 10px;
          border-radius: 10px;
  padding: 20px 67px;
  margin-top: 60px;
  opacity: 0;
  bottom: -100px;
  position: relative;
  -webkit-transition-delay: 0.3s;
       -o-transition-delay: 0.3s;
          transition-delay: 0.3s;
}

.section-2 .content .right .info.focus {
  bottom: 0;
}

.section-3 {
  position: relative;
  height: 1040px;
  background-color: #4b4866;
  background-image: url("../img/sec_bg-3.jpg");
  background-repeat: no-repeat;
  overflow: hidden;
}

.section-3 .text {
  font-size: 22px;
  font-weight: 300;
  color: #fff;
  line-height: 1.3;
  padding-left: 110px;
  padding-right: 50px;
  padding-top: 60px;
}

.section-3 .text span {
  display: inline-block;
  width: 20px;
}

.section-3 .img {
  margin-left: 80px;
  padding-top: 30px;
}

.section-3 .info {
  position: absolute;
  font-size: 22px;
  font-weight: 500;
  color: #fff;
  line-height: 1.3;
  padding-top: 25px;
  padding-bottom: 25px;
  border: 2px dashed #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.section-3 .info.info-1 {
  padding-left: 20px;
  padding-right: 20px;
  left: 1450px;
  bottom: 410px;
}

.section-3 .info.info-1 .line {
  position: absolute;
  width: 325px;
  border-bottom: 2px dashed #fff;
  top: 0;
  left: -325px;
}

.section-3 .info.info-1 .line small {
  font-size: 54px;
  font-weight: 600;
  color: #fff;
}

.section-3 .info.info-2 {
  padding-left: 40px;
  padding-right: 40px;
  left: 1140px;
  bottom: 100px;
}

.section-3 .info.info-2 span {
  display: inline-block;
  width: 20px;
}

.section-3 .info.info-2 .line-2 {
  width: 340px;
  border-bottom: 2px dashed #fff;
  position: absolute;
  top: 50%;
  margin-top: -1px;
  left: -340px;
}

.section-3 .info.info-2 .line-2:before {
  content: "";
  position: absolute;
  width: 60px;
  height: 60px;
  -webkit-border-radius: 60px;
          border-radius: 60px;
  border: 2px dashed #fff;
  left: -64px;
  top: 50%;
  margin-top: -30px;
}

.section-4 {
  height: 1040px;
  position: relative;
  background-color: #fff;
  overflow: hidden;
}

.section-4 .content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.section-4 .left {
  width: 500px;
  margin-left: 100px;
}

.section-4 .left .item {
  margin-top: 60px;
  opacity: 0;
  position: relative;
  left: -100px;
}

.section-4 .left .item:nth-child(2) {
  -webkit-transition-delay: 0.2s;
       -o-transition-delay: 0.2s;
          transition-delay: 0.2s;
}

.section-4 .left .item:nth-child(3) {
  -webkit-transition-delay: 0.4s;
       -o-transition-delay: 0.4s;
          transition-delay: 0.4s;
}

.section-4 .left .item.focus {
  left: 0;
}

.section-4 .left .item b {
  font-size: 27px;
  text-align: center;
  display: block;
  font-weight: 300;
}

.section-4 .left .item p {
  font-weight: 300;
  text-align: center;
  padding-bottom: 20px;
}

.section-4 .left .item .img {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.section-4 .left .item .line {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 20px;
}

.section-4 .left .item .line .num {
  margin-top: -20px;
  padding-left: 30px;
}

.section-4 .left .item .line .num .color {
  color: #30c5ee;
  font-size: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.section-4 .left .item .line .num .color .b {
  font-size: 48px;
  line-height: 0.7;
}

.section-4 .left .item .line .num .p {
  font-size: 13px;
  font-weight: 30;
}

.section-4 .left .item .line .linee {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.section-4 .left .item .line .linee .l {
  height: 9px;
  width: 100%;
  background: -webkit-gradient(linear, left top, right top, from(#9658b4), color-stop(#5d80eb), to(#00bbf7));
  background: -webkit-linear-gradient(left, #9658b4, #5d80eb, #00bbf7);
  background: -o-linear-gradient(left, #9658b4, #5d80eb, #00bbf7);
  background: linear-gradient(to right, #9658b4, #5d80eb, #00bbf7);
}

.section-4 .left .item .line .linee .l.l2 {
  background: -webkit-gradient(linear, left top, right top, from(#6a6a6a), to(#c8c8c8));
  background: -webkit-linear-gradient(left, #6a6a6a, #c8c8c8);
  background: -o-linear-gradient(left, #6a6a6a, #c8c8c8);
  background: linear-gradient(to right, #6a6a6a, #c8c8c8);
  width: 30px;
}

.section-4 .left .item .line .linee .l.l3 {
  width: 265px;
}

.section-4 .left .item .line .linee .p {
  font-weight: 300;
  margin-top: 5px;
}

.section-4 .right-l {
  padding-left: 40px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-right: 40px;
  padding-top: 90px;
}

.section-4 .right-l .img {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.section-4 .right-l .img img {
  position: relative;
  top: -50px;
  opacity: 0;
}

.section-4 .right-l .img img.focus {
  top: 0;
}

.section-4 .right-l .text {
  max-width: 1000px;
  margin: auto;
  margin-top: 60px;
  font-size: 22px;
  font-weight: 300;
  position: relative;
  opacity: 0;
  right: -100px;
}

.section-4 .right-l .text .button-link {
	display: table;
	float: right;
	clear: both;
	padding: 5px 20px;
	background-color: #d42f2f;
	margin-top: 15px;
	text-decoration: none;
	color: #fff;
	transition: all 0.3s;
}
.section-4 .right-l .text .button-link:hover {
	-webkit-box-shadow: 0 3px 10px rgba(0,0,0,0.5);
	box-shadow: 0 3px 14px rgba(0,0,0,0.5);
}

.section-4 .right-l .text.focus {
  right: 0;
}

.section-4 .right-l .text span {
  display: inline-block;
  width: 20px;
}

.section-4 .right-l .info {
  position: absolute;
  top: 140px;
  right: 60px;
  opacity: 0;
}

.section-4 .right-l .info.focus {
  -webkit-transition-delay: 0.2s;
       -o-transition-delay: 0.2s;
          transition-delay: 0.2s;
}

.section-4 .right-l .info b {
  display: block;
  text-align: center;
  font-size: 74px;
  font-weight: 300;
}

.section-4 .right-l .info p {
  font-size: 22px;
  font-weight: 300;
  text-align: center;
}

.section-4 .footer {
  position: absolute;
  bottom: 0;
  left: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 120px;
  padding-right: 70px;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-bottom: 40px;
}

.section-4 .footer .right {
  color: #000;
  font-size: 14px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: flex-start;
  -webkit-align-items: flex-start;
      -ms-flex-align: flex-start;
          align-items: flex-start;
}

.section-4 .footer .right img {
  display: block;
  margin-bottom: 15px;
}

.section-4 .nav__item:before {
  display: none;
}

.section-4 .nav__link {
  color: #000;
  width: 250px;
  height: 35px;
  border: 2px solid #000;
  font-size: 20px;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.section-4 .nav__link:before {
  background-color: #fff;
  display: none;
}

.section-4 .nav__link:hover {
  background-color: #000;
  color: #fff;
}

/*==========  Desktop First  ==========*/
@media only screen and (max-width: 1860px) {
  .header {
    padding-left: 40px;
    padding-right: 40px;
  }
  .section-4 .footer {
    padding-left: 40px;
    padding-right: 40px;
  }
  .section-3 .info.info-1 {
    left: 1400px;
  }
  .section-3 .info.info-2 {
    bottom: 18px;
  }
}

@media only screen and (max-width: 1600px) {
  body {
    padding-top: 110px;
  }
  .header {
    padding-top: 10px;
    height: 110px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .header .nav {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    top: 70px;
  }
  .header .nav__item {
    white-space: nowrap;
  }
  .section-1 {
    height: 740px;
  }
  .section-1.section-22 {
    height: -webkit-calc(100vh - 110px);
    height: calc(100vh - 110px);
  }
  .section-1 .title {
    font-size: 40px;
  }
  .section-1 .title b {
    font-size: 70px;
  }
  .section-1 .left {
    padding-top: 0px;
    padding-left: 100px;
  }
  .section-1 .text {
    font-size: 18px;
    padding-top: 50px;
  }
  .section-1 .info {
    right: 150px;
    font-size: 18px;
  }
  .section-1 .info b {
    font-size: 30px;
  }
  .section-2 {
    height: 740px;
  }
  .section-2 .content .right {
    font-size: 16px;
  }
  .section-2 .img {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .section-2 .img img {
    width: 80%;
  }
  .section-2 .content .left b {
    font-size: 18px;
  }
  .section-2 .content .left p {
    font-size: 16px;
  }
  .section-3 {
    height: 740px;
  }
  .section-3 .text {
    font-size: 18px;
    padding-left: 50px;
    padding-top: 40px;
  }
  .section-3 .img {
    width: 750px;
    margin-left: 10px;
  }
  .section-3 .img img {
    width: 100%;
    display: block;
  }
  .section-3 .info.info-2 {
    font-size: 18px;
    left: 700px;
  }
  .section-3 .info.info-2 .line-2 {
    margin-top: 22px;
    left: -178px;
    width: 178px;
  }
  .section-3 .info.info-1 {
    left: 900px;
    bottom: 200px;
  }
  .section-3 .info.info-1 .line {
    left: -150px;
    width: 150px;
  }
  .section-3 .info.info-1 .line small {
    font-size: 40px;
  }
  .section-4 {
    height: 740px;
    position: relative;
  }
  .section-4 .left {
    -webkit-transform: scale(0.8);
        -ms-transform: scale(0.8);
            transform: scale(0.8);
    margin-top: -60px;
    left: -40px;
    position: relative;
  }
  .section-4 .left {
    margin-left: 30px;
  }
  .section-4 .left .item {
    margin-top: 30px;
  }
  .section-4 .right-l .img {
    width: 300px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-left: 50px;
  }
  .section-4 .right-l .img img {
    width: 100%;
  }
  .section-4 .right-l .text {
    font-size: 18px;
  }
  .section-4 .right-l .info {
    top: 100px;
  }
  .section-4 .right-l .info b {
    font-size: 40px;
  }
  .section-4 .right-l .info p {
    font-size: 16px;
  }
  .section-4 .footer {
    padding-bottom: 20px;
  }
  .section-4 .footer .logo {
    width: 150px;
  }
  .section-4 .footer .logo img {
    width: 100%;
  }
}

@media only screen and (max-width: 1240px) {
  .header {
    padding-left: 20px;
    padding-right: 20px;
  }
  .section-1 .nav__item {
    margin-left: 5px;
    margin-right: 5px;
  }
  .section-1 .nav__item:before {
    right: -8px;
  }
  .section-1 .nav__item:last-child:before {
    display: none;
  }
  .section-4 .footer {
    padding-left: 20px;
    padding-right: 20px;
  }
  .nav__item {
    margin-left: 7px;
    margin-right: 7px;
  }
  .nav__item:before {
    right: -10px;
  }
  .nav__item:last-child:before {
    display: none;
  }
  .section-4 .footer .right img {
    width: 70px;
  }
  .section-4 .footer .nav {
    top: -50px;
  }
  .section-1 .text {
    font-size: 16px;
    max-width: 450px;
  }
  .section-1 .left {
    padding-left: 50px;
  }
  .section-1 .info {
    font-size: 16px;
    left: 55%;
  }
  .section-1 .info b {
    font-size: 30px;
  }
  .section-1 .title {
    padding-left: 0;
  }
  .section-2 .content .text {
    font-size: 16px;
  }
  .section-2 .content .right .info {
    padding: 20px 30px;
    margin-top: 30px;
  }
  .section-2 .content .right {
    width: 65%;
  }
  .section-3 .text {
    font-size: 16px;
  }
  .section-3 .img {
    width: 500px;
    margin-top: 100px;
  }
  .section-3 .info.info-1 {
    font-size: 16px;
    left: 600px;
    bottom: 250px;
  }
  .section-3 .info.info-1 .line {
    width: 120px;
    left: -120px;
  }
  .section-3 .info.info-2 {
    font-size: 16px;
    left: 500px;
    bottom: 50px;
  }
  .section-3 .info.info-2 .line-2 {
    margin-top: 0;
    left: -140px;
    width: 140px;
  }
  .section-4 .right-l .text {
    font-size: 16px;
  }
  .section-4 .right-l {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 30px;
  }
  .section-4 .right-l .img {
    margin-left: -30px;
  }
  .section-4 .right-l .info {
    top: 50px;
    right: 20px;
  }
}

@media only screen and (max-width: 1015px) {
  body {
    padding-top: 60px;
  }
  .header {
    height: 60px;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    padding-top: 0;
  }
  .header .logo img {
    width: 100%;
  }
  .header .logo:nth-child(2) {
    width: 300px;
  }
  .header .logo:nth-child(4) {
    width: 130px;
  }
  .header .button-open {
    width: 40px;
    height: 40px;
    position: relative;
    display: block;
    cursor: pointer;
  }
  .header .button-open span {
    width: 100%;
    height: 5px;
    background-color: #000;
    -webkit-border-radius: 50px;
            border-radius: 50px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .header .button-open span:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #000;
    top: -10px;
    left: 0;
    -webkit-border-radius: 50px;
            border-radius: 50px;
  }
  .header .button-open span:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #000;
    bottom: -10px;
    left: 0;
    -webkit-border-radius: 50px;
            border-radius: 50px;
  }
  .header .nav {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 9;
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-top: 50px;
    padding-bottom: 50px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    overflow: auto;
    display: none;
  }
  .header .nav.active {
    display: block;
  }
  .header .nav__item {
    display: block;
    padding: 15px;
    padding-left: 30px;
    border-left: 3px solid #fff;
    margin: 5px;
  }
  .header .nav__item:before {
    display: none;
  }
  .header .nav__link {
    text-transform: uppercase;
    width: 100%;
    color: #ffffff;
  }
  .header .nav__link:before {
    background-color: #fff;
  }
  .header .nav .button-close {
    position: absolute;
    top: 30px;
    right: 30px;
    width: 40px;
    height: 40px;
    display: block;
    cursor: pointer;
  }
  .header .nav .button-close span {
    position: absolute;
    top: 50%;
    width: 100%;
    height: 5px;
    background-color: #fff;
    -webkit-transform: rotateZ(45deg);
        -ms-transform: rotate(45deg);
            transform: rotateZ(45deg);
    -webkit-border-radius: 50px;
            border-radius: 50px;
  }
  .header .nav .button-close span:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #fff;
    -webkit-transform: rotateZ(90deg);
        -ms-transform: rotate(90deg);
            transform: rotateZ(90deg);
    -webkit-border-radius: 50px;
            border-radius: 50px;
  }
  .section-1.section-22 {
    height: -webkit-calc(100vh - 60px);
    height: calc(100vh - 60px);
  }
  .section-4 .footer .nav {
    display: none;
  }
  .section-1 .content {
    padding-top: 100px;
  }
  .section-1 .text {
    max-width: 100%;
    padding-right: 50px;
  }
  .section-1 .info {
    position: relative;
    bottom: -100px;
    left: auto;
    right: auto;
    margin: auto;
    margin-top: 60px;
  }
  .section-1 .info.focus {
    bottom: 0;
  }
  .section-2 {
    height: auto;
    -webkit-background-size: cover;
            background-size: cover;
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .section-2 .content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .section-2 .content .left {
    width: 100%;
  }
  .section-2 .img img {
    width: 300px;
  }
  .section-2 .content .right {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 50px;
  }
  .section-4 {
    height: auto;
    padding-bottom: 150px;
  }
  .section-4 .content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .section-4 .left {
    width: 100%;
    margin: auto;
    left: auto;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    padding-left: 20px;
    padding-right: 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding-top: 20px;
  }
  .section-4 .right-l {
    margin-top: 40px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .section-4 .right-l .img {
    margin: auto;
  }
  .section-4 .right-l .info {
    position: relative;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
        -ms-flex-order: 0;
            order: 0;
    top: auto;
    left: auto;
    right: auto;
    margin-top: 40px;
  }
  .section-4 .right-l .text {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
    margin-top: 40px;
  }
}

@media only screen and (max-width: 680px) {
  .section-1.section-22 {
    background-position: -960px center;
  }
}

/*==========  Mobile First  ==========*/
