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

body {
  font-size: 18px;
  color: #000;
  font-family: "NunitoSans-Bold"; }

.default_btn {
  width: 200px;
  height: 42px;
  border: 2px solid #fff;
  background: #272525;
  border-radius: 10px;
  display: block;
  color: #fff;
  font-family: "NunitoSans";
  font-size: 12px;
  text-transform: uppercase;
  line-height: 38px;
  text-align: center; }

a {
  text-decoration: none; }

ul, ol {
  list-style: none; }

header {
  width: 100%;
  height: 80px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease; }
  header.desktop {
    display: block; }
  header.mobile {
    display: none; }
  header.active {
    background: #353333;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease; }
  header nav {
    width: 100%;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%); }
    header nav ul {
      display: inline-block;
      vertical-align: middle; }
      header nav ul:after {
        content: '';
        display: block;
        clear: both; }
      header nav ul li {
        display: block;
        float: left;
        font-family: "NunitoSans-SemiBold";
        text-align: center;
        padding: 0 20px;
        color: #fff; }
        header nav ul li a {
          color: #CCCCCC;
          font-size: 20px;
          text-transform: uppercase;
          display: inline-block; }
          header nav ul li a:hover:after, header nav ul li a.reactive:after, header nav ul li a.active:after {
            content: '';
            display: block;
            width: calc(100% - 10px);
            height: 5px;
            background: #C88A2A;
            margin: 0 auto; }
  header .lang_box {
    color: #fff;
    display: inline-block;
    margin-left: 5px; }
    header .lang_box a {
      color: #fff; }
      header .lang_box a.active {
        color: #C88A2A; }
  header .menu_mobile {
    width: 36px;
    height: 36px;
    display: block;
    background: url(../images/menu.png) no-repeat center;
    position: absolute;
    top: 12px;
    left: 20px;
    display: none; }
    header .menu_mobile.opened {
      background: url(../images/icon_cross.png) no-repeat center; }

.loader {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: #fff;
  z-index: 1000;
  display: none; }
  .loader img {
    width: 200px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%); }

.row_clear {
  width: 100%; }
  .row_clear:after {
    content: '';
    display: block;
    clear: both; }

.container {
  max-width: 960px;
  margin: 0 auto; }

h3.title {
  text-align: center;
  font-size: 33px;
  color: #A78A50;
  text-transform: uppercase;
  font-family: "UniversLTStdBold";
  margin-bottom: 80px; }
  h3.title span:before {
    content: '';
    width: 200px;
    height: 24px;
    background: url(../images/line_left.png) no-repeat top center;
    display: inline-block;
    margin-right: 20px; }
  h3.title span:after {
    content: '';
    width: 200px;
    height: 24px;
    background: url(../images/line_right.png) no-repeat top center;
    display: inline-block;
    margin-left: 20px; }

section .section_new_project {
  padding: 140px 0;
  background: #353334 url(../images/draw_line1.jpg) no-repeat top center; }
  section .section_new_project.detail {
    background: #353333 url(../images/draw_line2.png) no-repeat top center/cover;
    padding: 140px 0 1px;
    min-height: 100vh; }
    section .section_new_project.detail .container {
      position: relative; }
    section .section_new_project.detail ul.menu {
      position: absolute;
      top: 0;
      left: 0;
      margin-right: 100px; }
      section .section_new_project.detail ul.menu li {
        width: 120px;
        margin-bottom: 20px; }
        section .section_new_project.detail ul.menu li a {
          color: #fff;
          display: block;
          position: relative; }
          section .section_new_project.detail ul.menu li a img {
            width: 100%; }
            section .section_new_project.detail ul.menu li a img + span {
              width: 100%;
              text-align: center;
              display: block;
              color: #fff;
              font-size: 13px;
              font-family: "NunitoSans-SemiBold";
              position: absolute;
              top: 50%;
              left: 50%;
              -webkit-transform: translateX(-50%) translateY(-50%);
              -moz-transform: translateX(-50%) translateY(-50%);
              transform: translateX(-50%) translateY(-50%); }
          section .section_new_project.detail ul.menu li a span {
            font-size: 12px;
            text-transform: uppercase; }
            section .section_new_project.detail ul.menu li a span i {
              font-style: normal; }
    section .section_new_project.detail .project_detail {
      padding-left: 300px; }
      section .section_new_project.detail .project_detail:after {
        content: '';
        display: block;
        clear: both; }
      section .section_new_project.detail .project_detail .pd_box {
        width: 265px;
        display: block;
        margin: 0 40px 80px;
        float: left;
        box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.5); }
        section .section_new_project.detail .project_detail .pd_box.custom-one {
          width: 275px; }
          section .section_new_project.detail .project_detail .pd_box.custom-one .pd_img {
            width: 275px;
            height: 162px; }
        section .section_new_project.detail .project_detail .pd_box.custom-two {
          width: 185px;
          margin: 0 80px 80px; }
          section .section_new_project.detail .project_detail .pd_box.custom-two .pd_img {
            width: 185px;
            height: 210px; }
          section .section_new_project.detail .project_detail .pd_box.custom-two .pd_desc h4 {
            font-size: 11px; }
          section .section_new_project.detail .project_detail .pd_box.custom-two .pd_desc span {
            font-size: 10px; }
        section .section_new_project.detail .project_detail .pd_box.custom-three {
          width: 275px;
          margin: 0 0 80px;
          margin-right: 35px; }
          section .section_new_project.detail .project_detail .pd_box.custom-three:last-child {
            margin-right: 0; }
          section .section_new_project.detail .project_detail .pd_box.custom-three .pd_img {
            width: 275px;
            height: 162px; }
        section .section_new_project.detail .project_detail .pd_box.custom-four {
          width: 185px;
          margin: 0 0 80px;
          margin-right: 80px; }
          section .section_new_project.detail .project_detail .pd_box.custom-four:last-child {
            margin-right: 0; }
          section .section_new_project.detail .project_detail .pd_box.custom-four .pd_img {
            width: 185px;
            height: 210px; }
          section .section_new_project.detail .project_detail .pd_box.custom-four .pd_desc h4 {
            font-size: 11px; }
          section .section_new_project.detail .project_detail .pd_box.custom-four .pd_desc span {
            font-size: 10px; }
        section .section_new_project.detail .project_detail .pd_box .pd_img {
          width: 265px;
          height: 210px; }
        section .section_new_project.detail .project_detail .pd_box .pd_desc {
          background: #A78A50;
          height: 75px;
          width: 100%;
          padding: 8px;
          text-align: center;
          color: #fff;
          position: relative; }
          section .section_new_project.detail .project_detail .pd_box .pd_desc .pd_absolute {
            width: 100%;
            position: absolute;
            top: 50%;
            left: 0;
            -webkit-transform: translateY(-50%);
            -moz-transform: translateY(-50%);
            transform: translateY(-50%); }
          section .section_new_project.detail .project_detail .pd_box .pd_desc h4 {
            font-size: 16px;
            text-transform: uppercase; }
          section .section_new_project.detail .project_detail .pd_box .pd_desc span {
            display: block;
            font-size: 14px;
            text-transform: uppercase; }
      section .section_new_project.detail .project_detail .pd_box2 {
        width: 100%;
        display: block; }
        section .section_new_project.detail .project_detail .pd_box2 .pd_img2 {
          position: relative; }
          section .section_new_project.detail .project_detail .pd_box2 .pd_img2 img {
            width: 100%;
            display: block; }
          section .section_new_project.detail .project_detail .pd_box2 .pd_img2 .pdi_name {
            position: absolute;
            top: 40px;
            left: 0;
            background: rgba(255, 255, 255, 0.8);
            padding: 10px;
            font-size: 13px;
            font-family: "NunitoSans";
            text-transform: uppercase; }
            section .section_new_project.detail .project_detail .pd_box2 .pd_img2 .pdi_name span {
              font-size: 15px;
              font-family: "NunitoSans-Bold"; }
        section .section_new_project.detail .project_detail .pd_box2 .pd_desc2 {
          background: #A78A50;
          width: 100%;
          padding: 20px 20px 60px;
          text-align: left;
          color: #fff;
          font-size: 14px;
          font-family: "NunitoSans"; }
          section .section_new_project.detail .project_detail .pd_box2 .pd_desc2 h3 {
            font-size: 19px;
            text-transform: uppercase;
            font-family: "NunitoSans-Bold"; }
        section .section_new_project.detail .project_detail .pd_box2 .back_btn {
          background: #59595B;
          width: 60px;
          font-size: 14px;
          color: #fff;
          border-radius: 5px;
          text-transform: uppercase;
          padding: 5px 10px;
          display: block;
          position: absolute;
          bottom: 20px;
          right: 20px; }
      section .section_new_project.detail .project_detail .row_flex {
        display: -webkit-flex;
        display: flex;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap; }
      section .section_new_project.detail .project_detail .pd_box3 {
        width: 100%; }
        section .section_new_project.detail .project_detail .pd_box3 .pd_img3 {
          width: 50%;
          position: relative; }
          section .section_new_project.detail .project_detail .pd_box3 .pd_img3 img {
            width: 100%;
            display: block; }
          section .section_new_project.detail .project_detail .pd_box3 .pd_img3 .pdi_name {
            position: absolute;
            top: 40px;
            left: 0;
            background: rgba(255, 255, 255, 0.8);
            padding: 10px;
            font-size: 13px;
            font-family: "NunitoSans";
            text-transform: uppercase; }
            section .section_new_project.detail .project_detail .pd_box3 .pd_img3 .pdi_name span {
              font-size: 15px;
              font-family: "NunitoSans-Bold"; }
        section .section_new_project.detail .project_detail .pd_box3 .pd_desc3 {
          background: #A78A50;
          width: 50%;
          padding: 40px 40px 60px;
          text-align: left;
          color: #fff;
          font-size: 17px;
          font-family: "NunitoSans";
          position: relative; }
          section .section_new_project.detail .project_detail .pd_box3 .pd_desc3 h3 {
            font-size: 19px;
            text-transform: uppercase;
            font-family: "NunitoSans-Bold";
            margin-bottom: 20px; }
        section .section_new_project.detail .project_detail .pd_box3 .back_btn {
          background: #59595B;
          width: 60px;
          font-size: 14px;
          color: #fff;
          border-radius: 5px;
          text-transform: uppercase;
          padding: 5px 10px 3px;
          display: block;
          position: absolute;
          bottom: 20px;
          left: 50%;
          -webkit-transform: translateX(-50%);
          -moz-transform: translateX(-50%);
          transform: translateX(-50%); }
  section .section_new_project .container {
    max-width: 1200px; }
  section .section_new_project .snp_box {
    display: inline-block;
    margin: 0 25px; }
    section .section_new_project .snp_box a {
      position: relative;
      display: block; }
    section .section_new_project .snp_box span {
      width: 100%;
      text-align: center;
      display: block;
      color: #fff;
      font-size: 21px;
      font-family: "NunitoSans-SemiBold";
      text-transform: uppercase;
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translateX(-50%) translateY(-50%);
      -moz-transform: translateX(-50%) translateY(-50%);
      transform: translateX(-50%) translateY(-50%); }
section .section_new_milestones {
  background: #353333 url(../images/triangle.png) no-repeat top right/contain;
  padding-top: 240px; }
  section .section_new_milestones .container {
    max-width: 1110px; }
  section .section_new_milestones .milestones_one {
    /*background:#353333 url(../images/bg_drawing_D.png) no-repeat top 200px center;*/ }
  section .section_new_milestones .milestones_two {
    /*background:#353333 url(../images/bg_drawing_C.png) no-repeat top 100px center;*/ }
  section .section_new_milestones .milestones_three {
    padding-bottom: 5px;
    /*background:#353333 url(../images/bg_drawing_B.png) no-repeat top -30px center;*/ }
  section .section_new_milestones .text_year {
    font-size: 30px;
    color: #A78A4E;
    font-family: "NunitoSans-ExtraBold"; }
  section .section_new_milestones .nm_wrapper {
    padding: 30px 0;
    position: relative;
    margin-bottom: 35px; }
    section .section_new_milestones .nm_wrapper.start:before {
      content: '';
      width: 30px;
      display: block;
      background: url(../images/milestone_line_A.png) no-repeat top center;
      left: -12px; }
    section .section_new_milestones .nm_wrapper.ended:before {
      content: '';
      width: 30px;
      display: block;
      background: url(../images/milestone_line_D.png) no-repeat top center;
      left: -12px;
      top: -35px; }
    section .section_new_milestones .nm_wrapper:before {
      content: '';
      width: 6px;
      height: 100%;
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      background: #bbbcbf; }
    section .section_new_milestones .nm_wrapper .text_year {
      position: absolute;
      top: -40px;
      left: -82px; }
  section .section_new_milestones .nb_box {
    display: inline-block;
    margin-left: -5px;
    vertical-align: top; }
    section .section_new_milestones .nb_box:nth-child(2) {
      margin-left: 0px; }
    section .section_new_milestones .nb_box:nth-child(3) h3, section .section_new_milestones .nb_box:nth-child(4) h3, section .section_new_milestones .nb_box:nth-child(5) h3, section .section_new_milestones .nb_box:nth-child(6) h3 {
      font-size: 15px;
      color: #fff;
      position: relative;
      top: 7px;
      padding-left: 40px; }
    section .section_new_milestones .nb_box:nth-child(3) .nbc_box, section .section_new_milestones .nb_box:nth-child(4) .nbc_box, section .section_new_milestones .nb_box:nth-child(5) .nbc_box, section .section_new_milestones .nb_box:nth-child(6) .nbc_box {
      padding-left: 40px;
      font-size: 11px;
      font-family: "NunitoSans"; }
    section .section_new_milestones .nb_box h3 {
      font-size: 20px;
      height: 30px;
      color: #A78A4E;
      padding-left: 30px;
      text-transform: uppercase; }
  section .section_new_milestones .nbc_box {
    padding: 20px 0 20px 30px;
    position: relative;
    display: inline-block;
    font-size: 15px;
    font-family: "NunitoSans-Light";
    color: #fff;
    text-transform: uppercase;
    font-family: "NunitoSans-Bold"; }
    section .section_new_milestones .nbc_box:before {
      content: '';
      width: 100%;
      height: 5px;
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      background: #bbbcbf; }
    section .section_new_milestones .nbc_box .nb_img {
      margin-bottom: 5px; }
      section .section_new_milestones .nbc_box .nb_img.custom-one img {
        display: block;
        margin: 0 0 20px; }
    section .section_new_milestones .nbc_box img {
      margin-left: 20px;
      display: inline-block; }
      section .section_new_milestones .nbc_box img:first-child {
        margin-left: 0; }
section .section_awards {
  background: #353333 url(../images/triangle.png) no-repeat top left/contain;
  padding: 240px 0 100px; }
  section .section_awards .container {
    max-width: 1220px;
    text-align: center; }
    section .section_awards .container .saward_box {
      width: 210px;
      margin: 0 30px 60px;
      display: inline-block;
      vertical-align: top; }
      section .section_awards .container .saward_box:nth-child(4n) {
        margin-right: 0; }
      section .section_awards .container .saward_box .saward_img {
        width: 210px;
        height: 160px;
        position: relative;
        margin: 0 auto 20px; }
      section .section_awards .container .saward_box img {
        max-width: 100%;
        max-height: 100%;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translateX(-50%) translateY(-50%);
        -moz-transform: translateX(-50%) translateY(-50%);
        transform: translateX(-50%) translateY(-50%);
        box-shadow: 0 10px 5px rgba(0, 0, 0, 0.8); }
      section .section_awards .container .saward_box .saward_desc {
        font-size: 11px;
        font-family: "NunitoSans-Bold";
        color: #A78A50; }
        section .section_awards .container .saward_box .saward_desc strong {
          font-family: "NunitoSans-ExtraBold"; }
        section .section_awards .container .saward_box .saward_desc p {
          font-family: "NunitoSans"; }
section .section_new_contact_us {
  padding: 100px 0;
  position: relative; }
  section .section_new_contact_us .container {
    max-width: 1220px; }
    section .section_new_contact_us .container .cover_img {
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      object-fit: cover;
      z-index: -1; }
  section .section_new_contact_us .half_box {
    float: right;
    width: 50%;
    color: #fff;
    padding-left: 70px;
    font-family: "NunitoSans"; }
    section .section_new_contact_us .half_box h4 {
      font-size: 18px;
      text-transform: uppercase;
      font-size: 18px;
      font-family: "NunitoSans-Bold";
      color: #fff;
      margin-bottom: 10px; }
    section .section_new_contact_us .half_box .contact_box {
      margin-bottom: 40px; }
      section .section_new_contact_us .half_box .contact_box .contact_info {
        margin-bottom: 20px; }
        section .section_new_contact_us .half_box .contact_box .contact_info a {
          color: #fff; }
        section .section_new_contact_us .half_box .contact_box .contact_info img {
          display: inline-block;
          vertical-align: top; }
        section .section_new_contact_us .half_box .contact_box .contact_info span {
          display: inline-block;
          border-left: 1px solid #fff;
          vertical-align: top;
          padding-left: 10px;
          margin-left: 10px; }
  section .section_new_contact_us .default_btn {
    margin-bottom: 60px; }
section .section_new_partner {
  background: #4F4747 url(../images/triangle2.png) no-repeat top left/contain;
  padding: 200px 0 1px 0; }
  section .section_new_partner .container {
    text-align: center;
    max-width: 1300px; }
  section .section_new_partner .partner_img {
    display: inline-block;
    margin: 0 5px 20px; }
section .section_new_about {
  background: #353333;
  padding: 240px 0 60px; }
  section .section_new_about .container {
    text-align: center;
    color: #fff; }
  section .section_new_about .snabout_box {
    font-family: "NunitoSans-Light";
    font-size: 21px;
    margin-bottom: 75px; }
    section .section_new_about .snabout_box strong {
      font-size: 23px;
      font-family: "NunitoSans-ExtraBold";
      margin-bottom: 10px;
      display: block;
      color: #A78A50; }
section .section_new_team {
  background: #4F4747 url(../images/triangle2.png) no-repeat top right/contain;
  padding: 240px 0 60px;
  margin-top: -140px; }
  section .section_new_team .container {
    text-align: center;
    color: #fff; }
  section .section_new_team .structur_box {
    display: inline-block;
    margin: 0 100px 80px;
    font-size: 19px;
    font-family: "UniversLTStdBold";
    color: #fff;
    text-transform: uppercase; }
    section .section_new_team .structur_box span {
      font-family: "NunitoSans-ExtraBold";
      display: block;
      color: #A78A50;
      text-transform: none; }
    section .section_new_team .structur_box img {
      display: block;
      margin: 0 auto 10px; }
  section .section_new_team .quote_box {
    font-size: 30px;
    font-family: "NunitoSans-Light";
    line-height: 42px; }
    section .section_new_team .quote_box img {
      display: block;
      margin: 0 auto 30px;
      width: 100%; }
    section .section_new_team .quote_box p {
      display: inline-block;
      position: relative;
      font-family: 'Quattrocento';
      font-style: italic; }
      section .section_new_team .quote_box p:before {
        content: '';
        width: 35px;
        height: 30px;
        background: url(../images/quote_left.png) no-repeat center;
        display: block;
        position: absolute;
        top: -15px;
        left: -40px; }
      section .section_new_team .quote_box p:after {
        content: '';
        width: 35px;
        height: 30px;
        background: url(../images/quote_right.png) no-repeat center;
        display: block;
        position: absolute;
        bottom: -15px;
        right: -40px; }
section .section_video {
  min-height: 100vh;
  max-height: 100vh;
  position: relative;
  width: 100%;
  overflow: hidden; }
  section .section_video video {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover; }
section .section_about {
  min-height: 100vh;
  position: relative; }
  section .section_about img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%); }
  section .section_about .container {
    max-width: 960px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    padding: 60px 0; }
    section .section_about .container p {
      margin-bottom: 20px;
      text-align: center;
      line-height: 28px; }
section .section_history {
  min-height: 100vh;
  position: relative;
  font-size: 14px;
  padding-top: 20px;
  padding-bottom: 60px; }
  section .section_history .circle_gold {
    width: 24px;
    height: 24px;
    border: 6px solid #BE8D38;
    display: block;
    border-radius: 24px;
    margin: 0 auto;
    position: relative;
    top: -5px; }
    section .section_history .circle_gold.bottom {
      top: 30px; }
  section .section_history .section_history_one {
    position: relative;
    padding-bottom: 40px; }
    section .section_history .section_history_one .bg_history {
      width: 100%;
      position: absolute;
      bottom: 0;
      left: 0; }
  section .section_history .section_history_two {
    position: relative;
    margin-top: -40px;
    padding-bottom: 100px; }
    section .section_history .section_history_two .bg_history {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translateX(-50%) translateY(-50%);
      -moz-transform: translateX(-50%) translateY(-50%);
      transform: translateX(-50%) translateY(-50%);
      margin-top: 60px; }
  section .section_history .section_history_three {
    position: relative;
    margin-top: -140px; }
    section .section_history .section_history_three .bg_history {
      width: 100%;
      position: absolute;
      top: 180px;
      left: 0; }
  section .section_history .sh_box_odd {
    width: 50%;
    float: left;
    text-align: right;
    padding-right: 80px;
    position: relative; }
    section .section_history .sh_box_odd .year_text {
      color: #BE8D38;
      font-size: 26px;
      display: block;
      position: absolute; }
      section .section_history .sh_box_odd .year_text:before {
        content: '';
        display: block;
        width: 6px;
        height: 100px;
        background: #BE8D38;
        position: absolute; }
    section .section_history .sh_box_odd p {
      line-height: 18px;
      margin-top: -15px; }
    section .section_history .sh_box_odd.one .year_text {
      top: 100px;
      right: -3px; }
      section .section_history .sh_box_odd.one .year_text:before {
        top: -110px;
        right: 0; }
    section .section_history .sh_box_odd.one p {
      padding-right: 30px; }
    section .section_history .sh_box_odd.two {
      margin-top: -60px; }
      section .section_history .sh_box_odd.two .year_text {
        top: 150px;
        right: -3px; }
        section .section_history .sh_box_odd.two .year_text:before {
          top: -72px;
          right: 0;
          height: 65px; }
      section .section_history .sh_box_odd.two p {
        padding-right: 30px; }
    section .section_history .sh_box_odd.three {
      padding-top: 300px; }
      section .section_history .sh_box_odd.three .year_text {
        top: 450px;
        right: -3px; }
        section .section_history .sh_box_odd.three .year_text:before {
          top: -350px;
          right: 0;
          height: 340px; }
      section .section_history .sh_box_odd.three p {
        padding-right: 30px; }
    section .section_history .sh_box_odd.five {
      padding-top: 300px; }
      section .section_history .sh_box_odd.five .year_text {
        top: 450px;
        right: -3px; }
        section .section_history .sh_box_odd.five .year_text:before {
          top: -505px;
          right: 0;
          height: 500px; }
      section .section_history .sh_box_odd.five p {
        padding-right: 30px; }
  section .section_history .sh_box_even {
    width: 50%;
    float: left;
    padding-left: 80px;
    position: relative; }
    section .section_history .sh_box_even .year_text {
      color: #BE8D38;
      font-size: 26px;
      display: block;
      position: absolute; }
      section .section_history .sh_box_even .year_text:before {
        content: '';
        display: block;
        width: 6px;
        height: 100px;
        background: #BE8D38;
        position: absolute; }
    section .section_history .sh_box_even p {
      line-height: 18px;
      margin-top: -15px; }
    section .section_history .sh_box_even.one {
      padding-top: 100px;
      margin-bottom: 35px; }
      section .section_history .sh_box_even.one .year_text {
        top: 243px;
        left: -3px; }
        section .section_history .sh_box_even.one .year_text:before {
          top: -110px;
          left: 0; }
      section .section_history .sh_box_even.one p {
        padding-left: 10px; }
    section .section_history .sh_box_even.two {
      float: right; }
      section .section_history .sh_box_even.two .year_text {
        top: -15px;
        left: -3px; }
        section .section_history .sh_box_even.two .year_text:before {
          top: -110px;
          left: 0;
          height: 100px; }
      section .section_history .sh_box_even.two p {
        padding-left: 10px; }
    section .section_history .sh_box_even.three {
      float: right;
      padding-top: 60px; }
      section .section_history .sh_box_even.three .year_text {
        top: 70px;
        left: -3px; }
        section .section_history .sh_box_even.three .year_text:before {
          top: -135px;
          left: 0;
          height: 130px; }
      section .section_history .sh_box_even.three p {
        padding-left: 10px; }
    section .section_history .sh_box_even.four {
      float: right;
      padding-top: 180px; }
      section .section_history .sh_box_even.four .year_text {
        top: 325px;
        left: -3px; }
        section .section_history .sh_box_even.four .year_text:before {
          top: -165px;
          left: 0;
          height: 160px; }
      section .section_history .sh_box_even.four p {
        padding-left: 10px; }
    section .section_history .sh_box_even.five {
      float: right;
      padding-top: 540px; }
      section .section_history .sh_box_even.five .year_text {
        top: 680px;
        left: -3px; }
        section .section_history .sh_box_even.five .year_text:before {
          top: -240px;
          left: 0;
          height: 235px; }
        section .section_history .sh_box_even.five .year_text:after {
          content: '';
          display: block;
          width: 6px;
          height: 140px;
          background: #BE8D38;
          position: absolute;
          top: 30px; }
      section .section_history .sh_box_even.five p {
        padding-left: 10px; }

footer {
  background: #353333;
  padding: 40px 0; }
  footer .container {
    max-width: 1200px;
    position: relative; }
    footer .container .footer_logo {
      width: 200px; }
  footer .sosmed_box {
    color: #fff;
    position: absolute;
    top: 0;
    right: 0;
    text-transform: uppercase;
    font-size: 16px;
    font-family: "NunitoSans-SemiBold"; }
    footer .sosmed_box ul {
      margin-top: 10px; }
      footer .sosmed_box ul li {
        display: block;
        float: left;
        margin-right: 10px; }
        footer .sosmed_box ul li a {
          display: block; }

.back_to_top {
  width: 60px;
  height: 60px;
  display: block;
  background: url(../images/button_top.png) no-repeat center/contain;
  position: fixed;
  bottom: 40px;
  right: 20px;
  cursor: pointer;
  display: none; }

@media only screen and (max-width: 1350px) {
  footer .container {
    max-width: 1050px; } }
@media only screen and (max-width: 1280px) {
  section .section_new_milestones .nm_wrapper .text_year {
    position: absolute;
    top: -36px;
    left: -44px;
    font-size: 24px; } }
@media only screen and (max-width: 1299px) {
  header nav ul {
    text-align: center; }
    header nav ul li {
      padding: 0 20px;
      float: none;
      display: inline-block; }
      header nav ul li a {
        font-size: 18px; } }
@media only screen and (max-width: 1199px) {
  .back_to_top {
    bottom: 20px; }

  header {
    height: 60px; }
    header.mobile {
      display: block; }
    header.desktop {
      display: none; }
    header nav {
      width: 100%;
      height: 100%;
      display: none;
      position: fixed;
      top: 0;
      left: 0;
      background: #353333;
      -webkit-transform: none;
      -moz-transform: none;
      transform: none;
      overflow: scroll;
      text-align: left; }
      header nav ul {
        padding-top: 100px; }
        header nav ul li {
          display: block;
          float: none;
          text-align: left;
          padding: 0 40px; }
          header nav ul li a {
            color: #fff;
            text-align: left;
            padding: 10px 0; }
    header .menu_mobile {
      display: block; }
    header .lang_box {
      display: block;
      margin: 0;
      padding: 20px 40px; }

  section .section_new_milestones .milestones_one {
    padding-top: 100px; }
  section .section_new_team,
  section .section_new_about {
    padding: 40px 20px; }
    section .section_new_team p br,
    section .section_new_about p br {
      display: none; }
    section .section_new_team .quote_box,
    section .section_new_about .quote_box {
      width: 100%; }
      section .section_new_team .quote_box img,
      section .section_new_about .quote_box img {
        width: 100%; }
      section .section_new_team .quote_box p,
      section .section_new_about .quote_box p {
        padding: 0 20px; }
        section .section_new_team .quote_box p:before,
        section .section_new_about .quote_box p:before {
          left: -5px; }
        section .section_new_team .quote_box p:after,
        section .section_new_about .quote_box p:after {
          right: -5px; }
  section .section_new_project {
    padding-top: 100px;
    padding-bottom: 100px;
    background: #353333 url(../images/bg_drawing_E.png) no-repeat top center/cover; }
    section .section_new_project .container {
      padding: 0 20px; }
      section .section_new_project .container:after {
        content: '';
        clear: both;
        display: block; }
    section .section_new_project .snp_box {
      display: block;
      float: left;
      margin: 0;
      margin-right: 20px;
      margin-bottom: 20px;
      width: calc((100% - 20px)/2); }
      section .section_new_project .snp_box:nth-child(2n) {
        margin-right: 0; }
      section .section_new_project .snp_box img {
        width: 100%; }
    section .section_new_project.detail .project_detail {
      text-align: center; }
      section .section_new_project.detail .project_detail .pd_box {
        float: none;
        display: block;
        margin: 0 auto 20px; }
        section .section_new_project.detail .project_detail .pd_box:nth-child(2n) {
          margin: 0 auto 20px; }
        section .section_new_project.detail .project_detail .pd_box:last-child {
          margin: 0 auto 20px; }
        section .section_new_project.detail .project_detail .pd_box.custom-one {
          float: none;
          display: block;
          margin: 0 auto 20px; }
          section .section_new_project.detail .project_detail .pd_box.custom-one:nth-child(2n) {
            margin: 0 auto 20px; }
          section .section_new_project.detail .project_detail .pd_box.custom-one:last-child {
            margin: 0 auto 20px; }
        section .section_new_project.detail .project_detail .pd_box.custom-two {
          float: none;
          display: block;
          margin: 0 auto 20px; }
          section .section_new_project.detail .project_detail .pd_box.custom-two:nth-child(2n) {
            margin: 0 auto 20px; }
          section .section_new_project.detail .project_detail .pd_box.custom-two:last-child {
            margin: 0 auto 20px; }
        section .section_new_project.detail .project_detail .pd_box.custom-three {
          float: none;
          display: block;
          margin: 0 auto 20px; }
          section .section_new_project.detail .project_detail .pd_box.custom-three:nth-child(2n) {
            margin: 0 auto 20px; }
          section .section_new_project.detail .project_detail .pd_box.custom-three:last-child {
            margin: 0 auto 20px; }
        section .section_new_project.detail .project_detail .pd_box.custom-four {
          float: none;
          display: block;
          margin: 0 auto 20px; }
          section .section_new_project.detail .project_detail .pd_box.custom-four:nth-child(2n) {
            margin: 0 auto 20px; }
          section .section_new_project.detail .project_detail .pd_box.custom-four:last-child {
            margin: 0 20px 20px; }
  section .section_new_partner .row_clear {
    padding: 0 20px; }
  section .section_new_partner .partner_img {
    width: calc((100% - 20px) / 2);
    display: block;
    float: left;
    margin: 0 20px 20px 0; }
    section .section_new_partner .partner_img:nth-child(2n) {
      margin-right: 0; }
    section .section_new_partner .partner_img img {
      width: 100%; }
  section .section_awards .slick-prev {
    left: 20px;
    width: 20px;
    height: 40px;
    background: url(../images/icon_arrow_left.png) no-repeat center/contain;
    z-index: 10; }
    section .section_awards .slick-prev:before {
      display: none; }
  section .section_awards .slick-next {
    right: 20px;
    width: 20px;
    height: 40px;
    background: url(../images/icon_arrow_right.png) no-repeat center/contain;
    z-index: 10; }
    section .section_awards .slick-next:before {
      display: none; }
  section .section_awards .container {
    max-width: 960px; }
    section .section_awards .container .saward_box {
      padding: 0 20px;
      width: calc(100% / 2);
      height: auto;
      margin-bottom: 20px; }
      section .section_awards .container .saward_box img {
        position: static;
        -webkit-transform: none;
        -moz-transform: none;
        transform: none; }
  section .section_new_milestones .container {
    padding: 0 20px; }
  section .section_new_milestones .milestones_three {
    padding-bottom: 100px; }
  section .section_new_milestones .nb_box {
    width: 100%; }
    section .section_new_milestones .nb_box:nth-child(3) h3, section .section_new_milestones .nb_box:nth-child(4) h3, section .section_new_milestones .nb_box:nth-child(5) h3, section .section_new_milestones .nb_box:nth-child(6) h3 {
      padding-left: 0;
      font-size: 20px;
      height: 30px;
      display: block;
      top: auto;
      font-size: 11px; }
    section .section_new_milestones .nb_box:nth-child(3) .nbc_box, section .section_new_milestones .nb_box:nth-child(4) .nbc_box, section .section_new_milestones .nb_box:nth-child(5) .nbc_box, section .section_new_milestones .nb_box:nth-child(6) .nbc_box {
      padding-left: 0; }
    section .section_new_milestones .nb_box h3 {
      text-align: center;
      padding-left: 0; }
  section .section_new_milestones .nbc_box {
    padding-left: 0;
    width: 100%; }
    section .section_new_milestones .nbc_box img {
      width: calc((100% - 25px)/2); }
    section .section_new_milestones .nbc_box.single_box {
      border-bottom: 5px solid #bbbcbf; }
      section .section_new_milestones .nbc_box.single_box:first-child:after {
        display: block; }
    section .section_new_milestones .nbc_box.second-box {
      border-bottom: 5px solid #bbbcbf; }
      section .section_new_milestones .nbc_box.second-box:before {
        display: none; }
    section .section_new_milestones .nbc_box.second-box2, section .section_new_milestones .nbc_box.third-box2, section .section_new_milestones .nbc_box.fourth-box2 {
      border-bottom: none; }
      section .section_new_milestones .nbc_box.second-box2:before, section .section_new_milestones .nbc_box.third-box2:before, section .section_new_milestones .nbc_box.fourth-box2:before {
        display: none; }
      section .section_new_milestones .nbc_box.second-box2:after, section .section_new_milestones .nbc_box.third-box2:after, section .section_new_milestones .nbc_box.fourth-box2:after {
        display: none; }
    section .section_new_milestones .nbc_box.third-box {
      border-bottom: 5px solid #bbbcbf; }
      section .section_new_milestones .nbc_box.third-box:before {
        display: none; }
    section .section_new_milestones .nbc_box.fourth-box {
      border-bottom: 5px solid #bbbcbf; }
      section .section_new_milestones .nbc_box.fourth-box:before {
        display: none; }
    section .section_new_milestones .nbc_box.fifth-box {
      border-bottom: 5px solid #bbbcbf; }
      section .section_new_milestones .nbc_box.fifth-box:after {
        height: 30px;
        bottom: -30px; }
      section .section_new_milestones .nbc_box.fifth-box:before {
        display: none; }
    section .section_new_milestones .nbc_box.first-box:after {
      display: none; }
    section .section_new_milestones .nbc_box:after {
      content: '';
      width: 6px;
      height: 60px;
      display: block;
      position: absolute;
      bottom: -60px;
      left: 50%;
      -webkit-transform: translateX(-50%);
      -moz-transform: translateX(-50%);
      transform: translateX(-50%);
      background: #bbbcbf; }
    section .section_new_milestones .nbc_box .nb_img.custom-one img {
      display: inline-block;
      width: calc((100% - 25px)/2); }
      section .section_new_milestones .nbc_box .nb_img.custom-one img:nth-child(2) {
        margin-left: 20px; }
  section .section_new_milestones .nm_wrapper {
    text-align: center;
    margin-bottom: 20px; }
    section .section_new_milestones .nm_wrapper.start {
      margin-bottom: 0; }
      section .section_new_milestones .nm_wrapper.start:before {
        display: block;
        height: 100%;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        transform: translateX(-50%); }
    section .section_new_milestones .nm_wrapper.ended {
      margin-bottom: 0; }
      section .section_new_milestones .nm_wrapper.ended:before {
        display: block;
        height: 100%;
        left: 50%;
        margin-left: -2px; }
    section .section_new_milestones .nm_wrapper:before {
      display: none;
      height: 30px;
      left: 50%;
      -webkit-transform: translateX(-50%);
      -moz-transform: translateX(-50%);
      transform: translateX(-50%); }
    section .section_new_milestones .nm_wrapper .text_year {
      position: static; }
  section .section_new_project.detail {
    padding-top: 80px;
    background: #353333 url(../images/line_mobile.png) no-repeat top center/cover; }
    section .section_new_project.detail .container {
      padding-left: 20px;
      padding-right: 20px; }
    section .section_new_project.detail ul.menu {
      position: static;
      margin-right: 0;
      padding-left: 0;
      padding-right: 0;
      margin-bottom: 20px; }
      section .section_new_project.detail ul.menu:after {
        content: '';
        display: block;
        clear: both; }
      section .section_new_project.detail ul.menu li {
        width: auto;
        float: left;
        margin-right: 20px; }
        section .section_new_project.detail ul.menu li a {
          padding-right: 20px; }
          section .section_new_project.detail ul.menu li a span {
            font-size: 14px; }
          section .section_new_project.detail ul.menu li a img {
            display: none; }
            section .section_new_project.detail ul.menu li a img + span {
              position: static;
              display: inline-block;
              -webkit-transform: none;
              -moz-transform: none;
              transform: none;
              border-bottom: 2px solid #A78A58;
              padding-right: 10px;
              font-size: 14px; }
          section .section_new_project.detail ul.menu li a span i {
            display: none; }
    section .section_new_project.detail .project_detail {
      padding-left: 0;
      padding-right: 0;
      /*.pd_box{
      	width:calc((100% - 20px)/2);
      	margin-right:20px;
      	margin-left:0;
      	margin-bottom:20px;
      	&:nth-child(2n){
      		margin-right:0;
      	}
      	.pd_img{
      		width:100%;
      		height:auto;
      		img{
      			width:100%;
      			display:block;
      		}
      	}
      }*/ }
      section .section_new_project.detail .project_detail.withpadding {
        padding: 0 20px; }
      section .section_new_project.detail .project_detail .pd_box.custom-four:last-child {
        margin-left: auto;
        margin-right: auto; }
      section .section_new_project.detail .project_detail .pd_box2 .pd_img2 .pdi_name {
        position: static;
        text-align: center;
        text-transform: uppercase; }
      section .section_new_project.detail .project_detail .pd_box2 .pd_desc2 {
        padding-bottom: 20px; }
      section .section_new_project.detail .project_detail .pd_box2 .back_btn {
        position: static;
        margin: 20px auto 0;
        background: url(../images/button_back_arrow.png) no-repeat center/contain;
        text-indent: -9999px;
        -webkit-transform: none;
        -moz-transform: none;
        transform: none; }
      section .section_new_project.detail .project_detail .pd_box3 .pd_desc3 {
        text-align: center; }
      section .section_new_project.detail .project_detail .pd_box3 .back_btn {
        position: static;
        margin: 20px auto 0;
        background: url(../images/button_back_arrow.png) no-repeat center/contain;
        text-indent: -9999px;
        -webkit-transform: none;
        -moz-transform: none;
        transform: none; }
  section .section_new_contact_us {
    padding-top: 0;
    background: #353333; }
    section .section_new_contact_us .container .cover_img {
      position: static; }
    section .section_new_contact_us .half_box {
      width: 100%;
      padding-left: 20px;
      padding-right: 20px; }
    section .section_new_contact_us .default_btn {
      width: 100%;
      height: 48px;
      line-height: 46px; }

  footer .container .footer_logo {
    display: block;
    margin: 0 auto 60px; }
  footer .sosmed_box {
    position: static;
    margin: 0 auto;
    text-align: center; }
    footer .sosmed_box ul {
      display: block; }
      footer .sosmed_box ul:after {
        content: '';
        clear: both;
        display: block; }
      footer .sosmed_box ul li {
        float: none;
        display: inline-block; } }
@media only screen and (max-width: 767px) {
  h3.title {
    font-size: 20px; }
    h3.title span:before {
      width: 70px;
      background: url(../images/line_left.png) no-repeat left center;
      position: relative;
      top: 5px; }
    h3.title span:after {
      width: 70px;
      background: url(../images/line_right.png) no-repeat right center;
      position: relative;
      top: 5px; }

  section .section_video {
    min-height: 0; }
    section .section_video video {
      position: static;
      display: block; }
  section .section_awards .container .saward_box {
    margin-bottom: 40px;
    width: 100%;
    margin: 0 auto 60px; }
    section .section_awards .container .saward_box:nth-child(4n) {
      margin-right: 30px;
      margin: 0 auto 60px; }
    section .section_awards .container .saward_box .saward_img {
      margin: 0 auto 20px; }
      section .section_awards .container .saward_box .saward_img img {
        display: block;
        margin: 0 auto; }
  section .section_new_project.detail ul.menu li {
    margin-right: 0; }
    section .section_new_project.detail ul.menu li a {
      padding-right: 10px; }
      section .section_new_project.detail ul.menu li a img + span {
        font-size: 12px; }
      section .section_new_project.detail ul.menu li a span {
        font-size: 12px; }
  section .section_new_project.detail .project_detail .row_flex {
    display: block; }
  section .section_new_project.detail .project_detail .pd_box3 .pd_img3 {
    width: 100%; }
    section .section_new_project.detail .project_detail .pd_box3 .pd_img3 .pdi_name {
      position: static; }
  section .section_new_project.detail .project_detail .pd_box3 .pd_desc3 {
    width: 100%;
    padding: 20px 20px 60px;
    font-size: 14px;
    text-align: left; }
  section .section_new_project.detail .project_detail .pd_box3 .def_btn {
    position: static;
    margin: 20px auto 0; }
  section .section_new_milestones {
    padding-top: 90px; }
    section .section_new_milestones .milestones_one {
      padding-top: 0; }
  section .section_new_team {
    padding-top: 90px;
    margin-top: -80px;
    padding-bottom: 20px; }
    section .section_new_team .quote_box .row_clear {
      padding: 0 60px; }
    section .section_new_team .quote_box br {
      display: none; }
  section .section_new_project {
    padding-top: 20px;
    padding-bottom: 10px;
    background: #353333 url(../images/line_mobile.png) no-repeat top center/cover; }
  section .section_new_partner {
    padding-top: 100px; }
  section .section_awards {
    padding-top: 100px; } }
@media only screen and (max-width: 479px) {
  h3.title span:before {
    width: 40px;
    margin-right: 10px; }
  h3.title span:after {
    width: 40px;
    margin-left: 10px; }

  section .section_new_team .structur_box {
    margin: 0 0 80px;
    padding: 0 20px; }
  section .section_new_project.detail ul.menu {
    text-align: center; }
    section .section_new_project.detail ul.menu li {
      width: 120px;
      float: none;
      display: inline-block;
      margin-right: 0; }
      section .section_new_project.detail ul.menu li a {
        padding-right: 5px; }
        section .section_new_project.detail ul.menu li a img + span {
          font-size: 14px;
          padding-right: 0; }
        section .section_new_project.detail ul.menu li a span {
          font-size: 14px;
          padding-right: 0; } }

/*# sourceMappingURL=main.css.map */
