@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;
}

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

.section-img {
  height: auto !important;
  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 {
  width: 100%;
  display: block;
}

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

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

.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;
  overflow: hidden;
}

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

.section-1 .content {
  padding-top: 150px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  color: #fff;
  padding-left: 120px;
  padding-right: 40px;
}

.section-1 .left {
  min-width: 555px;
  width: 555px;
  padding-top: 50px;
}

.section-1 .text {
  font-size: 22px;
  font-weight: 300;
  padding-top: 110px;
  padding-bottom: 60px;
  opacity: 0;
  position: relative;
  left: -100px;
}

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

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

.section-1 .title {
  color: #fff;
  font-size: 45px;
  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;
}

.section-1 .info {
  width: 370px;
  -webkit-border-radius: 10px;
          border-radius: 10px;
  border: 3px solid #fff;
  padding: 40px 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #1e273a;
  color: #ffffff;
  font-weight: 300;
  font-size: 22px;
  position: relative;
  left: -100px;
  opacity: 0;
}

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

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

.section-1 .img {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.section-1 .img img {
  width: 100%;
  position: relative;
  right: -100px;
  opacity: 0;
}

.section-1 .img img.focus {
  right: 0;
}

.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__item.active .nav__link:before {
  opacity: 1;
}

.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;
  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;
  padding-left: 140px;
  padding-right: 100px;
  padding-top: 190px;
}

.section-2 .content .img {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.section-2 .content .img img {
  width: 100%;
  display: block;
  position: relative;
  left: -100px;
  opacity: 0;
}

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

.section-2 .content .text {
  width: 730px;
  color: #212121;
  font-size: 22px;
  font-weight: 300;
  line-height: 1.3;
  position: relative;
  right: -100px;
  opacity: 0;
}

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

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

.section-2 .content .text b {
  font-weight: 400;
}

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

.section-3 .content .top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 180px;
  padding-right: 100px;
  padding-top: 80px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.section-3 .content .top .img {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-right: 160px;
}

.section-3 .content .top .img img {
  display: block;
  width: 100%;
  opacity: 0;
  position: relative;
  left: -100px;
}

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

.section-3 .content .top .text {
  font-size: 22px;
  font-weight: 300;
  color: #ffffff;
  width: 990px;
  line-height: 1.3;
  position: relative;
  opacity: 0;
  right: -100px;
}

.section-3 .content .top .text.focus {
  right: 0;
}

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

.section-3 .content .bot {
  padding-left: 180px;
  padding-right: 180px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
  padding-top: 70px;
}

.section-3 .content .bot .item {
  opacity: 0;
}

.section-3 .content .bot .item:nth-child(2) {
  -webkit-transition-delay: 0.2s;
       -o-transition-delay: 0.2s;
          transition-delay: 0.2s;
}

.section-3 .content .bot .item .img {
  height: 140px;
  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;
}

.section-3 .content .bot .item .img img {
  display: block;
}

.section-3 .content .bot .item .img p {
  font-size: 74px;
  font-weight: 300;
  color: #ffffff;
  text-align: center;
}

.section-3 .content .bot .item small {
  font-size: 22px;
  text-align: center;
  color: #fff;
  font-weight: 300;
  display: block;
}

.section-3 .content .bot .item b {
  display: block;
  color: #ffffff;
  font-weight: 300;
  font-size: 74px;
  margin-top: 10px;
  text-align: center;
}

.section-4 {
  height: 1040px;
  background-image: url("../img/sec_4-bg.jpg");
  background-repeat: no-repeat;
  -webkit-background-size: cover;
          background-size: cover;
  position: relative;
  overflow: hidden;
}

.section-4 .text {
  font-size: 22px;
  font-weight: 400;
  color: #191a22;
  line-height: 1.3;
  top: 20px;
  left: 80px;
  width: 670px;
  position: absolute;
  opacity: 0;
}

.section-4 .text.focus {
  top: 120px;
}

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

.section-4 .box {
  width: 540px;
  height: 210px;
  border: 3px dashed #402217;
  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;
  -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;
  position: absolute;
  top: 610px;
  left: 135px;
  opacity: 0;
}

.section-4 .box.focus {
  top: 510px;
}

.section-4 .box.focus:before {
  opacity: 1;
}

.section-4 .box:before {
  content: "";
  position: absolute;
  width: 145px;
  height: 100px;
  background-image: url("../img/Shape1.png");
  background-repeat: no-repeat;
  right: -145px;
  top: -90px;
  opacity: 0;
  -webkit-transition: all 1s 0.5s;
  -o-transition: all 1s 0.5s;
  transition: all 1s 0.5s;
}

.section-4 .box p {
  font-size: 22px;
  font-weight: 300;
}

.section-4 .box b {
  font-size: 54px;
  font-weight: 500;
  display: block;
  margin-top: 10px;
}

.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: #ffffff;
  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 {
  color: #ffffff;
}

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

.section-4 .nav__link {
  color: #ffffff;
  width: 250px;
  height: 35px;
  border: 2px solid #fff;
  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: #fff;
  color: #000000;
}

/*==========  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;
  }
}

@media only screen and (max-width: 1600px) {
  body {
    padding-top: 110px;
  }
  .header {
    height: 110px;
    padding-top: 10px;
    -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-11 {
    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: 20px;
  }
  .section-1 .text {
    font-size: 18px;
    padding-top: 50px;
  }
  .section-1 .info {
    padding: 20px;
    font-size: 18px;
  }
  .section-2 {
    height: 740px;
  }
  .section-2 .content .text {
    font-size: 18px;
  }
  .section-3 .content .top {
    padding-top: 50px;
    padding-left: 170px;
    padding-right: 100px;
  }
  .section-3 .content .top .text {
    font-size: 18px;
    width: 700px;
  }
  .section-3 {
    height: 740px;
  }
  .section-3 .content .bot .item b {
    font-size: 50px;
  }
  .section-3 .content .bot .item .img {
    height: 100px;
  }
  .section-3 .content .bot .item .img img {
    height: 60px;
  }
  .section-3 .content .bot .item .img p {
    font-size: 50px;
  }
  .section-3 .content .bot .item small {
    font-size: 18px;
  }
  .section-4 {
    height: 740px;
    -webkit-background-size: 1600px 1600px;
            background-size: 1600px;
    position: relative;
  }
  .section-4:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(225, 225, 225, 0.3);
  }
  .section-4 .text {
    font-size: 18px;
    left: 50px;
    top: 00px;
    width: 570px;
  }
  .section-4 .text.focus {
    top: 50px;
  }
  .section-4 .box {
    width: 400px;
    height: 100px;
    top: 480px;
  }
  .section-4 .box.focus {
    top: 380px;
  }
  .section-4 .box p {
    font-size: 18px;
  }
  .section-4 .box b {
    font-size: 40px;
  }
  .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: 1300px) {
  .section-2 .content .text {
    width: 500px;
    padding-left: 100px;
  }
  .section-3 .content .top {
    padding-left: 80px;
  }
  .section-3 .content .top .img {
    padding-right: 80px;
  }
}

@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 .content {
    padding-left: 50px;
    padding-right: 20px;
  }
  .section-1 .text {
    font-size: 16px;
  }
  .section-1 .left {
    min-width: 400px;
    width: 400px;
  }
  .section-2 .content {
    padding-left: 50px;
    padding-right: 50px;
    padding-top: 0;
    height: 100%;
    position: relative;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .section-2 .content .text {
    width: 400px;
  }
  .section-3 .content .top .text {
    font-size: 16px;
    width: 500px;
  }
  .section-3 .content .bot {
    padding-left: 50px;
    padding-right: 50px;
  }
  .section-3 .content .bot .item b {
    font-size: 40px;
  }
  .section-4 .text {
    font-size: 16px;
  }
}

@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-11 {
    height: -webkit-calc(100vh - 60px);
    height: calc(100vh - 60px);
  }
  .section-4 .footer .nav {
    display: none;
  }
  .section-1 {
    height: auto;
  }
  .section-1 .content {
    padding-top: 50px;
    padding-left: 20px;
    padding-right: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .section-1 .content .left {
    width: 100%;
  }
  .section-1 .content .left .info {
    margin: auto;
  }
  .section-1 .content .img {
    margin: auto;
    width: 100%;
    margin-top: 50px;
    padding-bottom: 40px;
  }
  .section-1 .content .img img {
    width: 60%;
    display: block;
    margin: auto;
  }
  .section-2 {
    height: auto;
  }
  .section-2 .content {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 50px;
    padding-bottom: 50px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .section-2 .content .img img {
    width: 60%;
    margin: auto;
    margin-bottom: 30px;
  }
  .section-2 .content .text {
    width: 100%;
    padding: 0;
  }
  .section-3 {
    height: auto;
  }
  .section-3 .content .top {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 50px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .section-3 .content .top .img {
    width: 100%;
    padding: 0;
    margin-bottom: 30px;
  }
  .section-3 .content .top .img img {
    width: 230px;
    margin: auto;
  }
  .section-3 .content .top .text {
    width: 100%;
  }
  .section-3 .content .bot {
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 30px;
    padding-top: 30px;
  }
  .section-3 .content .bot .item b {
    font-size: 30px;
  }
  .section-4 {
    padding-bottom: 150px;
    height: auto;
    position: relative;
    background-position: center;
    -webkit-background-size: cover;
            background-size: cover;
  }
  .section-4:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(225, 225, 225, 0.5);
  }
  .section-4 .text {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    left: auto;
    top: -50px;
    padding-top: 50px;
    position: relative;
  }
  .section-4 .text.focus {
    top: 0;
  }
  .section-4 .box {
    position: relative;
    top: auto;
    bottom: -50px;
    left: auto;
    margin: auto;
    margin-top: 50px;
    margin-bottom: 50px;
  }
  .section-4 .box.focus {
    bottom: 0;
    top: auto;
  }
  .section-4 .box:before {
    display: none;
  }
}

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

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