@charset "UTF-8";
@import url("http://fonts.googleapis.com/css?family=Roboto:100,200,300,400,500,600,700,800&amp;subset=vietnamese,latin-ext");
/*
	Extra-Light 200
	Light 300
	Normal 400
	Medium 500
	Semi-Bold 600
	Bold 700
	Extra-Bold 800
*/
/*Body*/
body {
  font-family: 'Roboto';
  font-size: 16px; }

a:hover {
  text-decoration: none; }

.call-now {
  color: #fff !important; }

/*HEADER*/
#header {
  display: block;
  float: left;
  width: 100%;
  padding: 0;
  margin: 0;
  position: relative;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  z-index: 9999;
  background: #456878; }
  #header.home {
    background: transparent;
    position: absolute;
    top: 0; }
  #header.active {
    position: fixed;
    top: 0;
    background: rgba(69, 104, 120, 0.8); }
    #header.active .main-menu .navigation > li > a {
      line-height: 52px; }
    #header.active .main-menu .navigation > li > ul {
      top: 45px; }
    #header.active #logo {
      width: 200px;
      padding: 0; }
      #header.active #logo .box-img {
        padding: 8px 0; }
        #header.active #logo .box-img img {
          max-height: 40px; }
  #header #logo {
    display: inline-block;
    float: left;
    width: 270px;
    padding: 10px 0; }
    #header #logo .box-img {
      display: block; }
      #header #logo .box-img img {
        max-height: 60px;
        transition: all 0.2s ease-out 0s;
        -webkit-transition: all 0.2s ease-out 0s; }
  #header .main-menu {
    display: block;
    float: right;
    margin-right: -20px; }
    #header .main-menu .navigation {
      display: block;
      float: left;
      width: 100%;
      padding: 0;
      margin: 0;
      position: relative;
      list-style-type: none; }
      #header .main-menu .navigation > li {
        float: left;
        position: relative; }
        #header .main-menu .navigation > li > a {
          display: block;
          font-size: 16px;
          font-weight: 500;
          line-height: 20px;
          letter-spacing: -1px;
          opacity: 1;
          position: relative;
          text-transform: uppercase;
          color: #fff;
          transition: all 500ms ease;
          -moz-transition: all 500ms ease;
          -webkit-transition: all 500ms ease;
          -ms-transition: all 500ms ease;
          -o-transition: all 500ms ease;
          padding: 4px 20px 0;
          line-height: 76px; }
        #header .main-menu .navigation > li.current > a,
        #header .main-menu .navigation > li > a:hover {
          text-decoration: underline; }
        #header .main-menu .navigation > li:hover .sub-menu {
          display: block; }
        #header .main-menu .navigation > li .sub-menu {
          display: none;
          float: left;
          width: 250px;
          padding: 10px 0;
          margin: 0;
          position: absolute;
          top: 65px;
          left: -100px;
          background: #fff;
          list-style-type: none;
          box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
          border: 1px solid #eee;
          z-index: 9999;
          transition: all 0.2s ease-out 0s;
          -webkit-transition: all 0.2s ease-out 0s; }
          #header .main-menu .navigation > li .sub-menu li {
            display: block;
            float: left;
            width: 100%;
            transition: all 0.2s ease-out 0s;
            -webkit-transition: all 0.2s ease-out 0s; }
            #header .main-menu .navigation > li .sub-menu li:hover {
              background: #f9f9f9; }
            #header .main-menu .navigation > li .sub-menu li a {
              display: block;
              color: #222;
              font-size: 16px;
              padding: 10px 30px;
              transition: all 0.2s ease-out 0s;
              -webkit-transition: all 0.2s ease-out 0s; }

/*HEADER RESPONSIVE*/
#header-responsive {
  display: block;
  float: left;
  width: 100%;
  padding: 0;
  margin: 0;
  position: relative;
  display: none;
  background: #456878;
  position: fixed;
  top: 0;
  left: 0;
  height: 60px;
  z-index: 999;
  overflow: hidden; }
  #header-responsive.home {
    background: transparent; }
  #header-responsive.active {
    background: #456878; }
  #header-responsive .box-logo {
    display: table;
    text-align: center;
    max-height: 60px;
    margin: 10px auto; }
    #header-responsive .box-logo img {
      max-height: 40px; }
  #header-responsive .icon {
    display: block;
    width: 50px;
    height: 35px;
    position: absolute;
    z-index: 1; }
    #header-responsive .icon.icon-menu {
      background: url(../images/icon_menu_responsives.png) no-repeat center;
      left: 15px;
      top: 13px;
      background-size: 50px; }

/*MENU RESPONSIVE*/
#menu-responsive {
  display: block;
  float: left;
  width: 100%;
  padding: 0;
  margin: 0;
  position: relative;
  position: fixed;
  top: 0;
  left: 10px;
  width: 250px;
  margin-top: 60px;
  background: #456878;
  color: #fff;
  z-index: 998;
  overflow: auto;
  overflow-x: hidden;
  opacity: 0;
  visibility: hidden;
  transition: all 0.2s ease-out 0s;
  -webkit-transition: all 0.2s ease-out 0s; }
  #menu-responsive.active {
    opacity: 1;
    visibility: visible;
    /*& ~ #dark-shadow {
    	visibility: visible;
    	opacity: 1; 
    }*/ }
  #menu-responsive h1 {
    padding: 15px 20px;
    margin: 0;
    font-weight: 400; }
  #menu-responsive .input-search {
    margin: 20px 10px;
    margin-bottom: 0;
    padding: 0 30px;
    padding-right: 50px;
    width: calc(100% - 20px);
    border: 0 !important;
    height: 46px;
    border-radius: 25px;
    background: #fff url(../images/icon-search.html) no-repeat center;
    background-position-x: calc(100% - 20px);
    color: #000;
    opacity: 0.2;
    outline: none;
    font-size: 16px;
    transition: all 0.2s ease-out 0s;
    -webkit-transition: all 0.2s ease-out 0s; }
    #menu-responsive .input-search:hover {
      opacity: 1; }
  #menu-responsive a {
    color: #fff; }
  #menu-responsive ul {
    display: block;
    float: left;
    width: 100%;
    padding: 0;
    margin: 0;
    position: relative;
    border-bottom: 1px solid #5c8496; }
    #menu-responsive ul > li {
      display: block;
      float: left;
      width: 100%;
      padding: 0;
      margin: 0;
      position: relative;
      border-top: 1px solid #5c8496;
      border-bottom: 1px solid #405c69; }
      #menu-responsive ul > li.active label {
        background-image: url(../images/icon-arrow-down-responsive.png); }
      #menu-responsive ul > li.active box-hide {
        opacity: 1;
        height: auto; }
      #menu-responsive ul > li > a, #menu-responsive ul > li > label {
        display: block;
        padding: 15px 20px;
        font-size: 16px;
        font-weight: 400;
        margin: 0;
        transition: all 0.2s ease-out 0s;
        -webkit-transition: all 0.2s ease-out 0s; }
      #menu-responsive ul > li > label {
        background: url(../images/icon-arrow-next-responsive.png) no-repeat center;
        background-position-x: calc(100% - 15px); }
      #menu-responsive ul > li .box-hide {
        opacity: 0;
        overflow: hidden;
        height: 0; }
        #menu-responsive ul > li .box-hide ul {
          background: #007DBA;
          border-top: 1px solid rgba(0, 102, 153, 0.3);
          transition: all 0.2s ease-out 0s;
          -webkit-transition: all 0.2s ease-out 0s; }
          #menu-responsive ul > li .box-hide ul li {
            border-bottom: 1px solid rgba(0, 102, 153, 0.3); }
      #menu-responsive ul > li > ul {
        border-top: 1px solid #5c8496;
        border-bottom: 0; }
        #menu-responsive ul > li > ul > li:last-child {
          border-bottom: 0; }
        #menu-responsive ul > li > ul > li:first-child {
          border-top: 0; }
  #menu-responsive .social {
    display: table;
    margin: 20px auto;
    font-size: 18px; }
    #menu-responsive .social .fa {
      margin: 0 10px; }

#dark-shadow {
  position: fixed;
  background: rgba(0, 0, 0, 0.6);
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 990;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s; }

#notsupport-landscape {
  position: fixed;
  background: #0096D6;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 10000;
  padding: 50px;
  padding-top: 100px;
  text-align: center;
  color: #fff;
  opacity: 0;
  visibility: hidden;
  transition: all 0.2s ease-out 0s;
  -webkit-transition: all 0.2s ease-out 0s; }

/*CONTENT*/
#content {
  display: block;
  float: left;
  width: 100%;
  padding: 0;
  margin: 0;
  position: relative; }
  #content section {
    display: block;
    float: left;
    width: 100%;
    padding: 0;
    margin: 0;
    position: relative;
    padding: 60px 0;
    background: #fff;
    overflow: hidden; }

#banner {
  display: block;
  float: left;
  width: 100%;
  height: 500px;
  background-size: cover; }

#banner-short {
  display: block;
  float: left;
  width: 100%;
  height: 358px;
  background-size: cover;
  position: relative; }
  #banner-short img {
    position: absolute;
    display: table;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    max-width: 70%; }

/*SERVICES*/
section#services {
  background: #fff; }
  section#services .sv-box {
    display: block;
    float: left;
    width: 100%;
    padding: 0;
    margin: 0;
    position: relative;
    margin-top: 60px;
    padding: 0 10px 16px;
    text-align: center;
    text-shadow: none;
    position: relative;
    cursor: pointer;
    border: 1px solid #dbe7ef;
    background: #ffffff;
    border-radius: 5px;
    transition: all 0.2s ease-out 0s;
    -webkit-transition: all 0.2s ease-out 0s; }
    section#services .sv-box:hover .sv-icon .sv-sub {
      background: #fff; }
      section#services .sv-box:hover .sv-icon .sv-sub img {
        display: none; }
        section#services .sv-box:hover .sv-icon .sv-sub img:last-child {
          display: block; }
    section#services .sv-box:hover .sv-caption .sv-title {
      color: #456878; }
    section#services .sv-box .sv-icon {
      width: 60px;
      margin: -31px auto 23px;
      border-radius: 100px;
      border: 1px solid #dbe7ef;
      background: #456878;
      color: #a1b1bc;
      height: 60px;
      line-height: 60px;
      text-align: center;
      display: block;
      position: relative;
      text-shadow: none;
      transition: all 0.2s ease-out 0s;
      -webkit-transition: all 0.2s ease-out 0s; }
      section#services .sv-box .sv-icon .sv-sub {
        font-size: 18px;
        display: block;
        text-align: center;
        position: relative;
        z-index: 3;
        height: 50px;
        line-height: 50px;
        margin: 0 auto;
        width: 50px;
        top: 4px;
        border-radius: 50%;
        border: 1px solid rgba(219, 231, 239, 0.4);
        background: #456878;
        transition: all 0.2s ease-out 0s;
        -webkit-transition: all 0.2s ease-out 0s; }
        section#services .sv-box .sv-icon .sv-sub .sv-ico:before {
          content: '';
          display: block;
          width: 60px;
          height: 60px; }
        section#services .sv-box .sv-icon .sv-sub .sv-ico.sv-1:before {
          background: url(../images/goi1s.png) no-repeat center; }
        section#services .sv-box .sv-icon .sv-sub img {
          max-width: 30px;
          position: absolute;
          top: 0;
          left: 0;
          right: 0;
          bottom: 0;
          margin: auto; }
          section#services .sv-box .sv-icon .sv-sub img:last-child {
            display: none; }
    section#services .sv-box .sv-caption {
      display: block;
      float: left;
      width: 100%;
      padding: 0;
      margin: 0;
      position: relative;
      margin-bottom: 20px;
      min-height: 190px; }
      section#services .sv-box .sv-caption .sv-title {
        font-size: 18px;
        text-align: center;
        padding: 0;
        margin-bottom: 15px;
        font-weight: 700;
        position: relative;
        color: #2c3e50;
        letter-spacing: -1px;
        text-transform: uppercase;
        transition: all 0.2s ease-out 0s;
        -webkit-transition: all 0.2s ease-out 0s; }
      section#services .sv-box .sv-caption .sv-text {
        text-align: center;
        color: #383838;
        font-size: 16px;
        margin-bottom: 15px;
        letter-spacing: -0.2px;
        font-weight: 400; }
    section#services .sv-box .sv-button {
      display: block;
      width: 100%;
      float: left;
      position: relative; }
      section#services .sv-box .sv-button a {
        position: absolute;
        top: 0;
        width: 130px;
        left: 0;
        right: 0;
        margin: auto;
        border: 1px solid #dbe7ef;
        padding: 6px 17px;
        background: #fff;
        color: #456878;
        transition: all 0.2s ease-out 0s;
        -webkit-transition: all 0.2s ease-out 0s; }
      section#services .sv-box .sv-button:hover a {
        background: #456878;
        color: #fff; }

/*WELCOME*/
section#welcome {
  background: #f9fafb;
  padding: 15px 0; }
  section#welcome .w-box {
    display: block;
    float: left;
    width: 100%;
    padding: 0;
    margin: 0;
    position: relative;
    padding: 45px 0; }
    section#welcome .w-box .w-title {
      font-size: 28px;
      color: #456878;
      font-style: normal;
      text-transform: uppercase;
      letter-spacing: -1.5px;
      line-height: 40px; }
      section#welcome .w-box .w-title:after {
        content: '';
        display: block;
        width: 180px;
        height: 1px;
        background: #7f7f7f;
        margin: 20px 0; }
      section#welcome .w-box .w-title .blue {
        color: #456878; }
    section#welcome .w-box .w-text {
      display: block;
      float: left;
      width: 100%;
      padding: 0;
      margin: 0;
      position: relative;
      line-height: 26px; }
      section#welcome .w-box .w-text .w-italic {
        display: block;
        float: left;
        width: 100%;
        margin: 10px 0; }
  section#welcome .w-image {
    text-align: right;
    padding: 65px 0; }
    section#welcome .w-image img {
      max-width: 100%; }

/*BENEFIT*/
section#benefit {
  background: url(../images/benefit.jpg) no-repeat center; }
  section#benefit .b-title {
    display: block;
    float: left;
    width: 100%;
    padding: 0;
    margin: 0;
    position: relative;
    font-size: 30px;
    margin: 20px 0;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    line-height: 42px; }
  section#benefit .b-text {
    display: block;
    width: 58%;
    margin: auto;
    color: #fff;
    line-height: 28px;
    text-align: center;
    font-style: italic; }
  section#benefit .b-box {
    display: block;
    float: left;
    width: 100%;
    padding: 0;
    margin: 0;
    position: relative;
    margin-top: 60px; }
    section#benefit .b-box .b-canvas {
      display: inline-block;
      float: left;
      width: 25%;
      position: relative;
      text-align: center; }
      section#benefit .b-box .b-canvas .b-circle {
        display: block;
        float: left;
        width: 100%;
        padding: 0;
        margin: 0;
        position: relative; }
        section#benefit .b-box .b-canvas .b-circle .b-number {
          width: 190px;
          height: 190px;
          position: absolute;
          top: 5px;
          left: 0;
          right: 0;
          margin: auto;
          border-radius: 50%;
          background: #fff; }
          section#benefit .b-box .b-canvas .b-circle .b-number .b-percent {
            position: absolute;
            width: 100px;
            height: 100px;
            border-radius: 50%;
            background: #ebf0f1;
            top: 0;
            bottom: 0;
            left: 0;
            right: 0;
            margin: auto; }
            section#benefit .b-box .b-canvas .b-circle .b-number .b-percent.other {
              background: #456878; }
              section#benefit .b-box .b-canvas .b-circle .b-number .b-percent.other p {
                color: #fff; }
            section#benefit .b-box .b-canvas .b-circle .b-number .b-percent p {
              position: absolute;
              height: 27px;
              width: 70px;
              font-size: 20px;
              text-align: center;
              top: 0;
              bottom: 0;
              left: 0;
              right: 0;
              margin: auto; }
              section#benefit .b-box .b-canvas .b-circle .b-number .b-percent p i {
                font-style: normal;
                font-size: 20px;
                font-weight: normal; }
        section#benefit .b-box .b-canvas .b-circle .b-caption {
          display: block;
          float: left;
          width: 100%;
          padding: 0;
          margin: 0;
          position: relative;
          margin-top: 30px;
          color: #fff; }
          section#benefit .b-box .b-canvas .b-circle .b-caption .b-ctitle {
            text-transform: uppercase;
            margin-bottom: 15px;
            font-size: 15px; }
          section#benefit .b-box .b-canvas .b-circle .b-caption .b-ctext {
            line-height: 24px;
            padding: 0 10px; }

/*PRICING*/
section#pricing .pc-title {
  display: block;
  float: left;
  width: 100%;
  padding: 0;
  margin: 0;
  position: relative;
  font-size: 30px;
  margin: 20px 0;
  color: #456878;
  text-transform: uppercase;
  text-align: center; }
section#pricing .pc-text {
  display: block;
  width: 60%;
  margin: auto;
  color: #777;
  line-height: 28px;
  text-align: center;
  font-style: italic; }
section#pricing .pc-box {
  display: block;
  float: left;
  width: 100%;
  padding: 0;
  margin: 0;
  position: relative;
  margin-top: 50px; }
  section#pricing .pc-box .pc-table {
    display: block;
    float: left;
    width: 100%;
    padding: 0;
    margin: 0;
    position: relative;
    background: #fff;
    border: 1px solid #dfe4e5;
    border-radius: 7px;
    margin-bottom: 30px;
    transition: all 0.2s ease-out 0s;
    -webkit-transition: all 0.2s ease-out 0s; }
    section#pricing .pc-box .pc-table.pc-t1 .pc-header .pc-circle .pc-price {
      background-image: url(../images/pc-1.png); }
    section#pricing .pc-box .pc-table.pc-t2 .pc-header .pc-circle .pc-price {
      background-image: url(../images/pc-2.png); }
    section#pricing .pc-box .pc-table.pc-t3 .pc-header .pc-circle .pc-price {
      background-image: url(../images/pc-3.png); }
    section#pricing .pc-box .pc-table.pc-t4 .pc-header .pc-circle .pc-price {
      background-image: url(../images/pc-4.png); }
    section#pricing .pc-box .pc-table:hover {
      background: #a1b1bc;
      cursor: pointer; }
      section#pricing .pc-box .pc-table:hover .pc-header .pc-name {
        color: #fff; }
        section#pricing .pc-box .pc-table:hover .pc-header .pc-name:after {
          background: #fff; }
      section#pricing .pc-box .pc-table:hover .pc-header .pc-circle .pc-price {
        background-color: #2c3e50;
        border-color: #fff; }
      section#pricing .pc-box .pc-table:hover .pc-content ul li {
        color: #fff; }
      section#pricing .pc-box .pc-table:hover .pc-footer a {
        background: #456878; }
    section#pricing .pc-box .pc-table .pc-header {
      display: block;
      float: left;
      width: 100%;
      padding: 0;
      margin: 0;
      position: relative; }
      section#pricing .pc-box .pc-table .pc-header .pc-name {
        font-size: 20px;
        font-weight: 400;
        text-transform: uppercase;
        letter-spacing: -1.5px;
        color: #3a3e4a;
        position: absolute;
        bottom: 0;
        width: 100%;
        border-radius: 3px;
        padding: 6px 5px 33px;
        text-align: center;
        transition: all 0.2s ease-out 0s;
        -webkit-transition: all 0.2s ease-out 0s; }
        section#pricing .pc-box .pc-table .pc-header .pc-name:after {
          content: "";
          width: 44px;
          height: 2px;
          position: absolute;
          background: #a1b1bc;
          left: 50%;
          margin-left: -22px;
          top: 46px;
          transition: all 0.2s ease-out 0s;
          -webkit-transition: all 0.2s ease-out 0s; }
      section#pricing .pc-box .pc-table .pc-header .pc-circle {
        padding: 49px 30px 86px;
        text-align: center; }
        section#pricing .pc-box .pc-table .pc-header .pc-circle .pc-price {
          padding: 0;
          background-color: #2debc3;
          background-size: 150px;
          border: 10px solid #dfe4e5;
          position: relative;
          font-weight: 400;
          font-size: 30px;
          color: #fff;
          width: 150px;
          height: 150px;
          display: inline-block;
          text-align: center;
          margin: 0 !important;
          border-radius: 100px; }
          section#pricing .pc-box .pc-table .pc-header .pc-circle .pc-price .pc-number {
            position: relative;
            line-height: 140px;
            margin: 0;
            font-size: 20px; }
            section#pricing .pc-box .pc-table .pc-header .pc-circle .pc-price .pc-number .pc-unit {
              position: absolute;
              top: -20px;
              right: 18px;
              font-size: 16px; }
    section#pricing .pc-box .pc-table .pc-content {
      display: block;
      float: left;
      width: 100%;
      padding: 0;
      margin: 0;
      position: relative;
      padding-bottom: 30px; }
      section#pricing .pc-box .pc-table .pc-content ul {
        display: block;
        float: left;
        width: 100%;
        padding: 0;
        margin: 0;
        position: relative;
        list-style-type: none; }
        section#pricing .pc-box .pc-table .pc-content ul li {
          display: block;
          float: left;
          width: 100%;
          padding: 0;
          margin: 0;
          position: relative;
          text-align: center;
          padding: 10px 0;
          color: #a1b1bc;
          font-size: 15px; }
    section#pricing .pc-box .pc-table .pc-footer {
      display: block;
      float: left;
      width: 100%;
      padding: 0;
      margin: 0;
      position: relative;
      padding: 25px 30px 40px; }
      section#pricing .pc-box .pc-table .pc-footer a {
        display: block;
        width: 80%;
        margin: 0 auto;
        color: #fff;
        text-decoration: none;
        overflow: hidden;
        padding: 15px 0;
        font-size: 14px;
        text-transform: uppercase;
        font-weight: 900;
        max-width: 200px;
        border-radius: 3px;
        background: #a1b1bc;
        text-align: center; }
section#pricing .pc-contact {
  display: block;
  float: left;
  width: 100%;
  padding: 0;
  margin: 0;
  position: relative;
  border: 1px solid #dfe4e5;
  padding: 20px 45px; }
  section#pricing .pc-contact .pc-cleft {
    display: inline-block;
    float: left;
    width: calc(100% - 300px);
    text-align: center;
    font-size: 22px;
    font-weight: 400; }
    section#pricing .pc-contact .pc-cleft p {
      margin: 0; }
    section#pricing .pc-contact .pc-cleft .pc-ctitle {
      font-size: 20px;
      color: #4d4d4d;
      text-transform: uppercase;
      letter-spacing: -1.5px;
      margin-bottom: 10px; }
    section#pricing .pc-contact .pc-cleft .pc-ctext {
      line-height: 24px;
      font-size: 15px; }
  section#pricing .pc-contact .pc-cright {
    display: inline-block;
    float: left;
    width: 300px;
    padding: 5px 0 5px 30px; }
    section#pricing .pc-contact .pc-cright a {
      display: block;
      float: right;
      padding: 15px 20px;
      font-size: 16px;
      letter-spacing: -1px;
      color: #fff;
      background: #456878;
      text-transform: uppercase;
      cursor: pointer;
      transition: all 0.2s ease-out 0s;
      -webkit-transition: all 0.2s ease-out 0s; }
      section#pricing .pc-contact .pc-cright a:hover {
        background: #23404e; }
      section#pricing .pc-contact .pc-cright a i {
        font-size: 20px;
        margin-right: 7px; }

/*PROCESSES*/
section#processes {
  background-image: url(../images/processes.jpg);
  background-color: rgba(69, 104, 120, 0.34);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 35px 0; }
  section#processes:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    background: rgba(69, 104, 120, 0.34); }
  section#processes .ps-title {
    display: block;
    float: left;
    width: 100%;
    padding: 0;
    margin: 0;
    position: relative;
    font-size: 30px;
    margin: 20px 0;
    color: #fff;
    text-transform: uppercase;
    text-align: center; }
  section#processes .ps-text {
    display: block;
    width: 60%;
    margin: auto;
    color: #fff;
    line-height: 28px;
    text-align: center;
    font-style: italic;
    position: relative; }
  section#processes .ps-box {
    display: block;
    float: left;
    width: 100%;
    padding: 0;
    margin: 0;
    position: relative; }
    section#processes .ps-box li {
      display: block;
      float: left;
      width: 100%;
      padding: 0;
      margin: 0;
      position: relative;
      max-width: 400px;
      padding: 15px 0;
      min-height: 190px; }
      section#processes .ps-box li .ps-img {
        display: inline-block;
        float: left;
        width: 81px;
        height: 81px;
        background: #1fdab5;
        border-radius: 5px;
        margin-right: 29px; }
        section#processes .ps-box li .ps-img img {
          max-width: 100%; }
      section#processes .ps-box li .ps-caption {
        display: inline-block;
        float: left;
        width: calc(100% - 110px);
        color: #fff;
        font-size: 14px;
        font-weight: 300; }
        section#processes .ps-box li .ps-caption label {
          font-weight: 400;
          font-size: 16px;
          margin-bottom: 7px;
          letter-spacing: -1px; }
        section#processes .ps-box li .ps-caption .ps-ctext {
          line-height: 28px;
          letter-spacing: -0.5px; }
          section#processes .ps-box li .ps-caption .ps-ctext a {
            color: #ffea00; }
            section#processes .ps-box li .ps-caption .ps-ctext a:hover {
              color: #d0bf04;
              cursor: pointer; }
    section#processes .ps-box .ps-left {
      display: inline-block;
      float: left;
      width: 50%;
      list-style-type: none;
      padding: 0;
      margin: 0;
      position: relative;
      z-index: 2;
      padding-top: 40px; }
    section#processes .ps-box .ps-right {
      display: inline-block;
      float: right;
      width: 50%;
      list-style-type: none;
      padding: 0;
      margin: 0;
      position: relative;
      z-index: 2;
      padding-top: 40px; }
      section#processes .ps-box .ps-right li {
        float: right; }
        section#processes .ps-box .ps-right li .ps-img {
          float: right;
          margin: 0 0 0 29px; }
        section#processes .ps-box .ps-right li .ps-caption {
          float: right;
          text-align: right; }
    section#processes .ps-box .ps-image {
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      text-align: center; }
      section#processes .ps-box .ps-image img {
        max-width: 300px;
        opacity: 0.95;
        position: absolute;
        bottom: -35px;
        left: 0;
        right: 0;
        margin: auto; }

/*FEATURES*/
section#features {
  margin-bottom: 0px;
  border-top-width: 1px;
  border-bottom-width: 1px;
  padding-top: 100px;
  padding-bottom: 69px;
  background-color: #f9fafb;
  border-top-color: #ebebeb;
  border-top-style: solid;
  border-bottom-color: #ebebeb;
  border-bottom-style: solid; }
  section#features .ft-title {
    display: block;
    float: left;
    width: 100%;
    padding: 0;
    margin: 0;
    position: relative;
    font-size: 30px;
    margin: 0 0 10px;
    color: #456878;
    text-transform: uppercase;
    line-height: 42px; }
  section#features .ft-text {
    display: block;
    margin: auto;
    color: #777;
    line-height: 28px;
    font-style: italic;
    margin-bottom: 35px; }
  section#features .ft-box {
    display: inline-block;
    float: left;
    width: 50%;
    padding: 0 15px;
    margin-bottom: 70px; }
    section#features .ft-box:first-child {
      margin: 0; }
      section#features .ft-box:first-child .ft-img {
        margin-bottom: 40px; }
    section#features .ft-box:nth-child(2) .ft-img img {
      max-width: 100%; }
    section#features .ft-box:nth-child(2) .ft-list {
      margin: 0 0 70px 0; }
    section#features .ft-box .ft-img {
      display: block;
      float: left;
      width: 100%;
      padding: 0;
      margin: 0;
      position: relative; }
      section#features .ft-box .ft-img.one {
        display: none; }
      section#features .ft-box .ft-img img {
        max-width: 80%; }
    section#features .ft-box .ft-list {
      display: block;
      float: left;
      width: 100%;
      padding: 0;
      margin: 0;
      position: relative;
      margin-top: 20px; }
      section#features .ft-box .ft-list .ft-row {
        display: block;
        float: left;
        width: 100%;
        padding: 0;
        margin: 0;
        position: relative; }
        section#features .ft-box .ft-list .ft-row .ft-detail {
          display: block;
          float: left;
          width: 100%;
          padding: 0;
          margin: 0;
          position: relative;
          width: 50%;
          padding-left: 20px;
          margin-bottom: 30px; }
          section#features .ft-box .ft-list .ft-row .ft-detail:nth-child(odd) {
            padding: 0 20px 0 0; }
          section#features .ft-box .ft-list .ft-row .ft-detail:hover {
            cursor: pointer; }
            section#features .ft-box .ft-list .ft-row .ft-detail:hover .ft-dtitle .ft-icon {
              background: #1abc9c; }
              section#features .ft-box .ft-list .ft-row .ft-detail:hover .ft-dtitle .ft-icon:before {
                border-left: 18px solid transparent;
                border-right: 17.5px solid transparent;
                border-bottom: 10.1px solid #1abc9c; }
              section#features .ft-box .ft-list .ft-row .ft-detail:hover .ft-dtitle .ft-icon:after {
                border-left: 18px solid transparent;
                border-right: 17.5px solid transparent;
                border-top: 10.1px solid #1abc9c; }
          section#features .ft-box .ft-list .ft-row .ft-detail .ft-dtitle {
            display: block;
            float: left;
            width: 100%;
            padding: 0;
            margin: 0;
            position: relative;
            margin-bottom: 5px; }
            section#features .ft-box .ft-list .ft-row .ft-detail .ft-dtitle .ft-icon {
              float: left;
              width: 35px;
              height: 20.21px;
              background-color: #34495e;
              margin: 10.1px 0;
              transition: all 0.2s ease-out 0s;
              -webkit-transition: all 0.2s ease-out 0s;
              position: relative;
              text-align: center; }
              section#features .ft-box .ft-list .ft-row .ft-detail .ft-dtitle .ft-icon:before, section#features .ft-box .ft-list .ft-row .ft-detail .ft-dtitle .ft-icon:after {
                content: "";
                position: absolute;
                width: 0;
                left: 0;
                border-left: 18px solid transparent;
                border-right: 17.5px solid transparent;
                transition: all 0.2s ease-out 0s;
                -webkit-transition: all 0.2s ease-out 0s; }
              section#features .ft-box .ft-list .ft-row .ft-detail .ft-dtitle .ft-icon:before {
                bottom: 100%;
                border-bottom: 10.1px solid #34495e; }
              section#features .ft-box .ft-list .ft-row .ft-detail .ft-dtitle .ft-icon:after {
                top: 100%;
                width: 0;
                border-top: 10.1px solid #34495e; }
              section#features .ft-box .ft-list .ft-row .ft-detail .ft-dtitle .ft-icon img {
                max-width: 18px;
                margin-top: -4px; }
            section#features .ft-box .ft-list .ft-row .ft-detail .ft-dtitle h3 {
              display: inline-block;
              float: left;
              width: calc(100% - 35px);
              color: #313131;
              font-size: 18px;
              padding-left: 15px;
              font-weight: 600;
              line-height: 42px;
              max-height: 42px;
              vertical-align: middle;
              margin: 0; }
              section#features .ft-box .ft-list .ft-row .ft-detail .ft-dtitle h3 span {
                line-height: 21px;
                display: inline-block; }
          section#features .ft-box .ft-list .ft-row .ft-detail .ft-dtext {
            display: block;
            float: left;
            width: 100%;
            padding: 0;
            margin: 0;
            position: relative;
            color: #8e8e8e;
            letter-spacing: -0.5px;
            line-height: 22px; }

/*PRODUCT*/
section#product .pd-title {
  display: block;
  float: left;
  width: 100%;
  padding: 0;
  margin: 0;
  position: relative;
  font-size: 30px;
  margin: 20px 0;
  color: #456878;
  text-transform: uppercase;
  text-align: center;
  line-height: 36px; }
section#product .pd-text {
  display: block;
  width: 60%;
  margin: auto;
  color: #777;
  line-height: 28px;
  text-align: center;
  font-style: italic;
  margin-bottom: 45px; }
section#product .pd-filter {
  display: block;
  float: left;
  width: 100%;
  margin-bottom: 35px;
  height: 55px;
  border-top: 1px solid #ecf0f1;
  border-bottom: 1px solid #ecf0f1; }
  section#product .pd-filter .pd-list {
    display: block;
    float: left;
    width: 100%;
    padding: 0;
    margin: 0;
    position: relative;
    list-style-type: none; }
    section#product .pd-filter .pd-list li {
      display: inline-block;
      float: left;
      padding: 15px 10px;
      font-size: 15px;
      color: #a1b1bc;
      cursor: pointer; }
      section#product .pd-filter .pd-list li:hover, section#product .pd-filter .pd-list li.active {
        color: #456878; }
section#product .pd-detail ul {
  display: block;
  float: left;
  width: calc(100% + 20px);
  padding: 0px;
  margin-bottom: 0; }
  section#product .pd-detail ul li {
    display: none;
    width: calc((100% - 80px)/4);
    float: left;
    color: #fff;
    margin: 0 20px 25px 0;
    text-align: center;
    box-shadow: 0px 2px 5px #948E8E; }
    section#product .pd-detail ul li .md-trigger {
      display: block;
      max-width: 100%;
      text-decoration: none;
      background: #fff;
      overflow: hidden;
      position: relative; }
      section#product .pd-detail ul li .md-trigger .pd-caption {
        position: absolute;
        font-size: 14px;
        background: rgba(69, 104, 120, 0.9);
        padding: 0 20px;
        width: 100%;
        height: 100%;
        bottom: -100%;
        color: #fff;
        transition: all 0.2s ease-out 0s;
        -webkit-transition: all 0.2s ease-out 0s; }
        section#product .pd-detail ul li .md-trigger .pd-caption .pd-cbox {
          margin: 0;
          display: inline-block;
          line-height: 182px; }
          section#product .pd-detail ul li .md-trigger .pd-caption .pd-cbox span {
            display: inline-block;
            vertical-align: middle;
            line-height: 1.3;
            font-weight: 400;
            cursor: pointer; }
      section#product .pd-detail ul li .md-trigger:hover .pd-caption {
        bottom: 0; }
section#product .pd-detail-slider .pd-slider {
  display: block;
  float: left;
  width: 100%;
  padding: 0;
  margin: 0;
  position: relative;
  display: none; }
  section#product .pd-detail-slider .pd-slider li {
    box-shadow: 0px 2px 5px #948E8E;
    border: 1px solid #f9f9f9; }

/*BLOG*/
section#blog {
  background: #f9fafb; }
  section#blog .bg-title {
    display: block;
    float: left;
    width: 100%;
    padding: 0;
    margin: 0;
    position: relative;
    font-size: 30px;
    margin: 20px 0;
    color: #456878;
    text-transform: uppercase;
    text-align: center; }
  section#blog .bg-text {
    display: block;
    width: 60%;
    margin: auto;
    color: #777;
    line-height: 28px;
    text-align: center;
    font-style: italic;
    margin-bottom: 50px; }
  section#blog .caroufredsel_wrapper {
    max-width: 100% !important; }
  section#blog .bg-box {
    display: block;
    float: left;
    width: 100%;
    padding: 0;
    margin: 0;
    position: relative;
    width: 100% !important; }
    section#blog .bg-box .bg-slider .bg-big {
      display: block;
      float: left;
      width: 100%;
      padding: 0;
      margin: 0;
      position: relative;
      top: auto !important;
      outline: none; }
      section#blog .bg-box .bg-slider .bg-big .bg-caption {
        position: absolute;
        bottom: 0;
        top: inherit;
        height: 170px;
        width: 100%;
        background: rgba(44, 62, 80, 0.8);
        padding: 21px 30px 30px; }
        section#blog .bg-box .bg-slider .bg-big .bg-caption .bg-ctitle {
          display: block;
          overflow: hidden;
          text-overflow: ellipsis;
          white-space: nowrap;
          padding-right: 100px;
          font-size: 20px;
          margin: 10px 0 15px 0; }
          section#blog .bg-box .bg-slider .bg-big .bg-caption .bg-ctitle a {
            color: #fff;
            outline: none;
            display: block;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap; }
        section#blog .bg-box .bg-slider .bg-big .bg-caption .bg-ctext {
          line-height: 24px;
          color: #fff;
          font-weight: 300; }
    section#blog .bg-box .bg-slider .slick-prev:before,
    section#blog .bg-box .bg-slider .slick-next:before {
      font: normal normal normal 14px/1 FontAwesome;
      font-size: 14px;
      line-height: 1;
      color: #fff;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      opacity: 1; }
    section#blog .bg-box .bg-slider .slick-next:before {
      padding: 0 13px; }
    section#blog .bg-box .bg-slider .slick-next,
    section#blog .bg-box .bg-slider .slick-prev {
      width: auto;
      height: auto;
      z-index: 100;
      border: 1px solid #fff;
      width: 30px;
      height: 30px;
      top: auto;
      left: auto;
      bottom: 120px;
      transform: none;
      transition: all 0.2s ease-out 0s;
      -webkit-transition: all 0.2s ease-out 0s; }
      section#blog .bg-box .bg-slider .slick-next:hover,
      section#blog .bg-box .bg-slider .slick-prev:hover {
        background: #456878;
        border-color: #456878; }
    section#blog .bg-box .bg-slider .slick-prev {
      right: 70px; }
      section#blog .bg-box .bg-slider .slick-prev:before {
        content: "\f104"; }
    section#blog .bg-box .bg-slider .slick-next {
      right: 35px; }
      section#blog .bg-box .bg-slider .slick-next:before {
        content: "\f105"; }
    section#blog .bg-box .bg-list {
      display: block;
      float: left;
      width: 100%;
      padding: 0;
      margin: 0;
      position: relative; }
      section#blog .bg-box .bg-list .bg-detail {
        display: block;
        float: left;
        width: 100%;
        padding: 0;
        margin: 0;
        position: relative;
        padding-bottom: 22px; }
        section#blog .bg-box .bg-list .bg-detail:last-child {
          padding: 0; }
        section#blog .bg-box .bg-list .bg-detail .bg-image {
          overflow: hidden;
          position: relative;
          width: 175px;
          margin: 0;
          float: left; }
        section#blog .bg-box .bg-list .bg-detail .bg-caption {
          display: block;
          float: left;
          width: calc(100% - 175px);
          background: transparent; }
          section#blog .bg-box .bg-list .bg-detail .bg-caption .bg-cbox {
            display: block;
            float: left;
            width: 100%;
            padding: 0;
            margin: 0;
            position: relative;
            border: 1px solid #e0e6e8;
            padding: 10px 20px;
            max-height: 150px;
            min-height: 134px;
            overflow: hidden; }
            section#blog .bg-box .bg-list .bg-detail .bg-caption .bg-cbox .bg-ctitle {
              font-size: 18px;
              font-weight: 700;
              margin: 5px 0 3px;
              line-height: 22px; }
              section#blog .bg-box .bg-list .bg-detail .bg-caption .bg-cbox .bg-ctitle a {
                color: #222;
                transition: all 0.2s ease-out 0s;
                -webkit-transition: all 0.2s ease-out 0s; }
                section#blog .bg-box .bg-list .bg-detail .bg-caption .bg-cbox .bg-ctitle a:hover {
                  color: #456878; }
            section#blog .bg-box .bg-list .bg-detail .bg-caption .bg-cbox .bg-ctext {
              line-height: 21px;
              color: #a1b1bc;
              margin-bottom: 6px; }
          section#blog .bg-box .bg-list .bg-detail .bg-caption .bg-dinfo {
            display: block;
            float: left;
            width: 100%;
            padding: 0;
            margin: 0;
            position: relative;
            border: 1px solid #e0e6e8;
            border-top: 0; }
            section#blog .bg-box .bg-list .bg-detail .bg-caption .bg-dinfo > div {
              display: inline-block;
              float: left;
              padding: 10px 20px;
              color: #a1b1bc; }
            section#blog .bg-box .bg-list .bg-detail .bg-caption .bg-dinfo .bg-category {
              padding-right: 15px;
              border-right: 1px solid #e0e6e8; }
              section#blog .bg-box .bg-list .bg-detail .bg-caption .bg-dinfo .bg-category a {
                color: #a1b1bc;
                transition: all 0.2s ease-out 0s;
                -webkit-transition: all 0.2s ease-out 0s; }
                section#blog .bg-box .bg-list .bg-detail .bg-caption .bg-dinfo .bg-category a:hover {
                  color: #456878; }
            section#blog .bg-box .bg-list .bg-detail .bg-caption .bg-dinfo .bg-date {
              padding-left: 15px; }

/*BRANCH*/
section#branch {
  padding: 40px 0; }
  section#branch .br-list {
    display: block;
    float: left;
    width: 100%;
    padding: 0;
    margin: 0;
    position: relative; }
    section#branch .br-list:hover .slick-next,
    section#branch .br-list:hover .slick-prev {
      opacity: 1; }
    section#branch .br-list .br-image {
      display: block;
      float: left;
      width: 100%;
      padding: 0;
      margin: 0;
      position: relative;
      width: 20%;
      outline: none; }
      section#branch .br-list .br-image img {
        max-width: 100%; }
    section#branch .br-list .slick-prev:before,
    section#branch .br-list .slick-next:before {
      font: normal normal normal 14px/1 FontAwesome;
      font-size: 20px;
      line-height: 1;
      color: #fff;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      opacity: 1; }
    section#branch .br-list .slick-next:before {
      padding: 0 13px; }
    section#branch .br-list .slick-next,
    section#branch .br-list .slick-prev {
      width: auto;
      height: auto;
      z-index: 100;
      border: 1px solid #fff;
      width: 35px;
      height: 35px;
      margin-top: -17.5px;
      transform: none;
      opacity: 0;
      transition: all 0.2s ease-out 0s;
      -webkit-transition: all 0.2s ease-out 0s;
      background: #456878;
      border-color: #456878; }
    section#branch .br-list .slick-prev:before {
      content: "\f104"; }
    section#branch .br-list .slick-next:before {
      content: "\f105"; }

/*BLOGPAGE*/
#banners {
  display: block;
  float: left;
  width: 100%;
  padding: 0;
  margin: 0;
  position: relative;
  background: #f9fafb;
  padding: 45px 0; }
  #banners .box {
    float: right;
    line-height: 34px; }
    #banners .box a, #banners .box span {
      color: #292d2e; }
    #banners .box i {
      color: #292d2e;
      margin: 0 12px; }
  #banners .title {
    display: block;
    float: left;
    margin: 0;
    font-weight: 400;
    font-size: 24px;
    line-height: 34px;
    color: #292d2e;
    max-width: 420px;
    float: left; }

div#blog {
  display: block;
  float: left;
  width: 100%;
  padding: 0;
  margin: 0;
  position: relative; }
  div#blog #posts {
    display: inline-block;
    float: left;
    width: calc(100% - 370px);
    padding: 40px 50px 80px 0; }
    div#blog #posts .no-results {
      display: block;
      float: left;
      width: 100%;
      padding: 0;
      margin: 0;
      position: relative; }
      div#blog #posts .no-results p {
        font-size: 18px;
        margin: 10px 0; }
    div#blog #posts .post {
      display: block;
      float: left;
      width: 100%;
      padding: 0;
      margin: 0;
      position: relative;
      border-bottom: 1px solid #ebebeb;
      margin-bottom: 50px; }
      div#blog #posts .post:last-child {
        margin-bottom: 0; }
      div#blog #posts .post .p-top {
        display: block;
        float: left;
        width: 100%;
        padding: 0;
        margin: 0;
        position: relative;
        padding-bottom: 40px; }
        div#blog #posts .post .p-top .author {
          font-weight: 500;
          font-size: 18px;
          padding: 7px 0 5px 0; }
          div#blog #posts .post .p-top .author a {
            color: #333;
            font-weight: 500;
            transition: all 0.2s ease-out 0s;
            -webkit-transition: all 0.2s ease-out 0s; }
            div#blog #posts .post .p-top .author a:hover {
              color: #456878; }
        div#blog #posts .post .p-top .date {
          color: #999999;
          font-size: 16px;
          font-weight: 300; }
      div#blog #posts .post .p-attachement {
        display: block;
        float: left;
        width: 100%;
        padding: 0;
        margin: 0;
        position: relative; }
        div#blog #posts .post .p-attachement a {
          display: block;
          float: left;
          width: 100%;
          padding: 0;
          margin: 0;
          position: relative; }
          div#blog #posts .post .p-attachement a img {
            max-width: 100%; }
      div#blog #posts .post .p-caption {
        display: block;
        float: left;
        width: 100%;
        padding: 0;
        margin: 0;
        position: relative; }
        div#blog #posts .post .p-caption .p-title {
          font-size: 32px;
          line-height: 46px; }
          div#blog #posts .post .p-caption .p-title a {
            color: #333;
            outline: none;
            font-weight: 300;
            transition: all 0.2s ease-out 0s;
            -webkit-transition: all 0.2s ease-out 0s; }
            div#blog #posts .post .p-caption .p-title a:hover {
              color: #456878; }
            div#blog #posts .post .p-caption .p-title a:focus, div#blog #posts .post .p-caption .p-title a:visited {
              text-decoration: none; }
        div#blog #posts .post .p-caption .p-content {
          font-size: 17px;
          line-height: 30px; }
        div#blog #posts .post .p-caption .p-readmore {
          display: block;
          float: left;
          width: 100%;
          padding: 0;
          margin: 0;
          position: relative;
          font-size: 16px;
          margin: 25px 0px 0px 0px;
          padding-bottom: 58px;
          font-weight: 400; }
          div#blog #posts .post .p-caption .p-readmore a {
            color: #456878;
            border: 1px solid #456878;
            padding: 10px 25px;
            transition: all 0.2s ease-out 0s;
            -webkit-transition: all 0.2s ease-out 0s; }
            div#blog #posts .post .p-caption .p-readmore a:hover {
              color: #fff;
              background: #456878; }
  div#blog #sidebar {
    display: inline-block;
    float: right;
    width: 370px;
    padding: 40px 0 80px 30px;
    position: relative; }
  div#blog.detail {
    margin-top: 60px; }
    div#blog.detail #banner {
      display: block;
      float: left;
      width: 100%;
      padding: 0;
      margin: 0;
      position: relative;
      height: 500px; }
      div#blog.detail #banner:after {
        position: absolute;
        content: "";
        width: 100%;
        height: 100%;
        background-color: rgba(27, 46, 63, 0.4);
        top: 0;
        left: 0;
        z-index: 0; }
      div#blog.detail #banner .title {
        position: relative;
        text-align: center;
        line-height: 250px;
        z-index: 2;
        display: table;
        margin: auto;
        max-width: 1000px; }
        div#blog.detail #banner .title span {
          display: inline-block;
          vertical-align: middle;
          line-height: 1.3;
          color: #fff;
          font-weight: 300;
          font-size: 48px; }
    div#blog.detail #posts .post-detail {
      display: block;
      float: left;
      width: 100%;
      padding: 0;
      margin: 0;
      position: relative; }
      div#blog.detail #posts .post-detail img {
        max-width: 100%;
        height: auto; }
      div#blog.detail #posts .post-detail .p-title {
        display: block;
        float: left;
        width: 100%;
        font-size: 32px;
        padding: 0 0 25px 0;
        color: #456878;
        text-align: justify; }
      div#blog.detail #posts .post-detail .p-img {
        display: block;
        float: left;
        width: 100%;
        padding: 0;
        margin: 0;
        position: relative; }
      div#blog.detail #posts .post-detail .p-content {
        display: block;
        float: left;
        width: 100%;
        padding: 0;
        margin: 0;
        position: relative;
        padding: 50px 0 30px 0;
        font-size: 18px;
        line-height: 32px; }
        div#blog.detail #posts .post-detail .p-content b, div#blog.detail #posts .post-detail .p-content strong {
          font-weight: normal; }
        div#blog.detail #posts .post-detail .p-content p {
          margin-bottom: 20px; }
        div#blog.detail #posts .post-detail .p-content img {
          margin: 25px 0; }
        div#blog.detail #posts .post-detail .p-content blockquote {
          position: relative;
          font-style: italic;
          font-weight: bold;
          line-height: 32px;
          margin: 42px 0 42px 28px;
          padding: 50px 70px;
          border: 1px solid #ecf0f1; }
          div#blog.detail #posts .post-detail .p-content blockquote:before {
            content: "";
            position: absolute;
            top: 0px;
            left: 0px;
            height: 100%;
            background: #456878;
            width: 10px; }
          div#blog.detail #posts .post-detail .p-content blockquote p {
            margin: 0; }
        div#blog.detail #posts .post-detail .p-content h2 {
          font-size: 24px;
          font-weight: normal;
          line-height: 32px; }
      div#blog.detail #posts .post-detail .p-sharing {
        display: block;
        float: left;
        width: 100%;
        padding: 0;
        margin: 0;
        position: relative;
        border: 1px solid #ecf0f1;
        padding: 15px;
        border-radius: 3px; }
        div#blog.detail #posts .post-detail .p-sharing span {
          display: inline-block;
          float: left;
          width: 130px;
          padding: 0 20px;
          line-height: 40px;
          font-size: 17px;
          font-weight: 400; }
        div#blog.detail #posts .post-detail .p-sharing ul {
          display: inline-block;
          float: left;
          width: calc(100% - 130px);
          padding: 0;
          margin: 0; }
        div#blog.detail #posts .post-detail .p-sharing li {
          display: inline-block;
          float: left;
          width: 40px;
          text-align: center;
          padding-top: 2px;
          line-height: 38px;
          background: #000;
          margin-right: 5px;
          border-radius: 3px;
          cursor: pointer; }
          div#blog.detail #posts .post-detail .p-sharing li.facebook {
            background: #3c5a9a; }
          div#blog.detail #posts .post-detail .p-sharing li.twitter {
            background: #41d1da; }
          div#blog.detail #posts .post-detail .p-sharing li.google {
            background: #eb4026; }
          div#blog.detail #posts .post-detail .p-sharing li.pinteres {
            background: #ca212a; }
          div#blog.detail #posts .post-detail .p-sharing li:last-child {
            margin: 0; }
          div#blog.detail #posts .post-detail .p-sharing li a {
            display: block;
            float: left;
            width: 100%;
            padding: 0;
            margin: 0;
            position: relative; }
            div#blog.detail #posts .post-detail .p-sharing li a i {
              color: #fff;
              font-size: 16px; }

/*LANDING*/
#landing {
  display: block;
  float: left;
  width: 100%;
  padding: 0;
  margin: 0;
  position: relative;
  /*section1*/
  /*section2*/
  /*section3*/
  /*section4*/
  /*section5*/
  /*section6*/ }
  #landing > div {
    display: block;
    float: left;
    width: 100%;
    padding: 0;
    margin: 0;
    position: relative; }
  #landing .header-section {
    display: block;
    float: left;
    width: 100%;
    padding: 0;
    margin: 0;
    position: relative;
    height: calc(100vh - 81px);
    overflow: hidden; }
    #landing .header-section:before {
      content: '';
      display: block;
      width: 100vw;
      height: 100vh;
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0; }
    #landing .header-section .left {
      display: table;
      width: 100%;
      color: #fff;
      letter-spacing: -1.5px;
      position: relative;
      z-index: 2;
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      margin: auto;
      text-align: center; }
      #landing .header-section .left .yellow {
        font-size: 72px;
        color: #ffba00;
        text-transform: uppercase;
        background: -webkit-linear-gradient(top, #ffba00, #e87c2f);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        font-weight: 500; }
      #landing .header-section .left p {
        font-size: 64px;
        letter-spacing: -1.5px;
        margin: 10px 0; }
  #landing #section1 {
    padding: 70px 0;
    background: #fff; }
    #landing #section1 .box-left {
      display: block;
      float: left;
      width: 100%;
      padding: 0;
      margin: 0;
      position: relative; }
      #landing #section1 .box-left .title {
        font-size: 30px;
        color: #456878;
        font-weight: bold;
        letter-spacing: -2px;
        text-transform: uppercase;
        margin-top: 0; }
      #landing #section1 .box-left .text {
        display: block;
        float: left;
        width: 100%;
        padding: 0;
        margin: 0;
        position: relative;
        font-size: 18px;
        font-style: italic;
        color: #454545;
        padding: 5px 60px 55px 0; }
      #landing #section1 .box-left .box-img {
        display: block;
        float: left;
        width: 100%;
        padding: 0;
        margin: 0;
        position: relative; }
        #landing #section1 .box-left .box-img img {
          max-width: 100%; }
    #landing #section1 .box-right {
      display: block;
      float: left;
      width: 100%;
      padding: 0;
      margin: 0;
      position: relative;
      padding-left: 50px; }
      #landing #section1 .box-right .box-google {
        display: block;
        float: left;
        width: 100%;
        padding: 0;
        margin: 0;
        position: relative; }
        #landing #section1 .box-right .box-google img {
          max-width: 100%; }
      #landing #section1 .box-right .list {
        display: block;
        float: left;
        width: 100%;
        padding: 0;
        margin: 0;
        position: relative;
        list-style-type: none; }
        #landing #section1 .box-right .list tr {
          display: block;
          float: left;
          width: 100%;
          padding: 0;
          margin: 0;
          position: relative;
          padding: 13px 0; }
          #landing #section1 .box-right .list tr:hover {
            cursor: default; }
            #landing #section1 .box-right .list tr:hover td:first-child {
              background: #20eeb4;
              border-color: #aeffe8; }
            #landing #section1 .box-right .list tr:hover td:last-child {
              color: #20eeb4; }
          #landing #section1 .box-right .list tr td:first-child {
            display: block;
            float: left;
            width: 40px;
            line-height: 32px;
            border-radius: 50%;
            margin-right: 32px;
            border: 4px solid #b0c4cd;
            background: #6e8b98;
            text-align: center;
            color: #fff;
            font-size: 20px;
            font-weight: 500;
            transition: all 0.2s ease-out 0s;
            -webkit-transition: all 0.2s ease-out 0s; }
          #landing #section1 .box-right .list tr td:last-child {
            line-height: 40px;
            color: #456878;
            font-size: 20px;
            letter-spacing: -0.75px;
            transition: all 0.2s ease-out 0s;
            -webkit-transition: all 0.2s ease-out 0s; }
    #landing #section1 .s1-box {
      display: block;
      float: left;
      width: 100%;
      padding: 0;
      margin: 0;
      position: relative;
      padding-top: 60px; }
      #landing #section1 .s1-box .s1-title {
        font-size: 25px;
        color: #456878;
        font-weight: 400;
        margin: 0 0 20px; }
      #landing #section1 .s1-box .s1-text {
        width: 80%;
        font-size: 18px;
        color: #323232;
        line-height: 32px;
        letter-spacing: -0.5px; }
        #landing #section1 .s1-box .s1-text .red {
          font-size: 23px;
          color: #d70000; }
  #landing #section2 {
    padding: 70px 0;
    background: url(../images/section2.jpg) no-repeat center;
    background-size: cover; }
    #landing #section2 .s2-title {
      color: #fff;
      text-transform: uppercase;
      width: 600px;
      margin: auto; }
      #landing #section2 .s2-title .left {
        float: left;
        font-size: 25px; }
        #landing #section2 .s2-title .left span.text {
          display: block;
          float: left; }
        #landing #section2 .s2-title .left span.gradient {
          float: left;
          font-size: 99px;
          color: #e70000;
          margin-top: -25px;
          padding: 0 5px;
          background: -webkit-linear-gradient(top, #fa9200, #eb0400);
          -webkit-background-clip: text;
          -webkit-text-fill-color: transparent; }
      #landing #section2 .s2-title .right {
        font-size: 25px;
        display: block;
        width: 100%;
        padding-left: 100px;
        margin-top: -46px;
        float: left; }
        #landing #section2 .s2-title .right span.green {
          font-size: 30px;
          color: #20eeb4; }
    #landing #section2 .s2-box {
      display: block;
      float: left;
      width: 100%;
      padding: 0;
      margin: 0;
      position: relative;
      margin-top: 50px; }
      #landing #section2 .s2-box .s2-img {
        display: block;
        float: left;
        width: 100%;
        padding: 0;
        margin: 0;
        position: relative; }
        #landing #section2 .s2-box .s2-img a {
          position: absolute;
          top: 0;
          left: 0;
          right: 0;
          bottom: 0;
          margin: auto;
          width: 110px;
          color: #fff;
          text-align: center;
          font-size: 20px;
          font-weight: normal;
          height: 135px;
          text-transform: uppercase; }
          #landing #section2 .s2-box .s2-img a img {
            max-width: 100px;
            margin-bottom: 10px; }
          #landing #section2 .s2-box .s2-img a:actived, #landing #section2 .s2-box .s2-img a:visited {
            text-decoration: none; }
      #landing #section2 .s2-box ul {
        display: block;
        float: left;
        width: 100%;
        padding: 0;
        margin: 0;
        position: relative;
        list-style-type: none; }
        #landing #section2 .s2-box ul.s2-left li {
          text-align: right; }
          #landing #section2 .s2-box ul.s2-left li:after {
            right: 0; }
        #landing #section2 .s2-box ul.s2-right li {
          padding: 0 0 0 60px; }
          #landing #section2 .s2-box ul.s2-right li:after {
            left: 0; }
        #landing #section2 .s2-box ul li {
          display: block;
          float: left;
          width: 100%;
          padding: 0;
          margin: 0;
          position: relative;
          color: #fff;
          padding-right: 60px;
          height: 140px; }
          #landing #section2 .s2-box ul li:after {
            content: '';
            display: block;
            background: url(../images/s2r.png) no-repeat right;
            width: 40px;
            height: 40px;
            position: absolute;
            top: 0;
            background-size: cover; }
          #landing #section2 .s2-box ul li label {
            font-size: 17px;
            color: #20eeb4;
            font-weight: normal;
            letter-spacing: -0.5px; }
          #landing #section2 .s2-box ul li p {
            font-size: 16px;
            line-height: 32px; }
  #landing #section3 .s3-header {
    display: block;
    float: left;
    width: 100%;
    padding: 0;
    margin: 0;
    position: relative; }
    #landing #section3 .s3-header:before {
      content: '';
      display: block;
      width: 1px;
      height: 100px;
      background: #dedede;
      margin: auto; }
    #landing #section3 .s3-header .s3-img {
      display: block;
      width: 94px;
      height: 94px;
      border-radius: 50%;
      background: #456878;
      line-height: 92px;
      text-align: center;
      margin: auto; }
      #landing #section3 .s3-header .s3-img img {
        max-width: 68px; }
    #landing #section3 .s3-header .s3-caption {
      display: block;
      float: left;
      width: 100%;
      padding: 0;
      margin: 0;
      position: relative;
      text-align: center; }
      #landing #section3 .s3-header .s3-caption .s3-bigtitle {
        font-size: 30px;
        color: #456878;
        font-weight: bold;
        text-transform: uppercase;
        margin-top: 30px; }
      #landing #section3 .s3-header .s3-caption .s3-smalltitle {
        font-size: 20px;
        font-weight: 400;
        text-transform: uppercase;
        color: #636363;
        line-height: 36px;
        margin-top: 0; }
    #landing #section3 .s3-header .s3-computer {
      display: block;
      float: left;
      width: 100%;
      padding: 0;
      margin: 0;
      position: relative;
      text-align: center;
      margin-top: 10px;
      padding-bottom: 90px; }
  #landing #section3 .s3-content {
    display: block;
    float: left;
    width: 100%;
    padding: 0;
    margin: 0;
    position: relative;
    background: #f8f8f8; }
    #landing #section3 .s3-content .s3-title {
      font-size: 25px;
      color: #456878;
      text-transform: uppercase;
      position: relative;
      padding: 4px 20px 0;
      background: #f8f8f8;
      line-height: 56px;
      margin: -60px auto 0;
      display: table;
      letter-spacing: -1.5px; }
      #landing #section3 .s3-content .s3-title:before {
        content: '';
        display: block;
        width: 0;
        height: 0;
        border-bottom: 60px solid #f8f8f8;
        border-left: 25px solid transparent;
        position: absolute;
        top: 0;
        left: -25px; }
      #landing #section3 .s3-content .s3-title:after {
        content: '';
        display: block;
        width: 0;
        height: 0;
        border-bottom: 60px solid #f8f8f8;
        border-right: 25px solid transparent;
        position: absolute;
        top: 0;
        right: -25px; }
    #landing #section3 .s3-content ul {
      display: block;
      float: left;
      width: 100%;
      padding: 0;
      margin: 0;
      position: relative;
      list-style-type: none;
      margin-top: 65px; }
      #landing #section3 .s3-content ul li .s3-box {
        display: block;
        float: left;
        width: 100%;
        padding: 0;
        margin: 0;
        position: relative;
        margin: 30px 0 60px;
        min-height: 70px; }
        #landing #section3 .s3-content ul li .s3-box .s3-bg {
          position: relative;
          width: 64px;
          border-width: 38px 11px 0;
          border-style: solid;
          border-color: #00d498 transparent;
          display: block;
          float: left;
          cursor: pointer; }
          #landing #section3 .s3-content ul li .s3-box .s3-bg:before {
            content: "";
            position: absolute;
            height: 0;
            width: 0;
            top: -63px;
            left: -12px;
            border-width: 0 33px 25px;
            border-style: solid;
            border-color: transparent transparent #00d498; }
          #landing #section3 .s3-content ul li .s3-box .s3-bg:hover .s3-icon {
            border-color: #00d498 transparent; }
            #landing #section3 .s3-content ul li .s3-box .s3-bg:hover .s3-icon:before {
              border-color: transparent transparent #00d498; }
            #landing #section3 .s3-content ul li .s3-box .s3-bg:hover .s3-icon img:first-child {
              display: none; }
            #landing #section3 .s3-content ul li .s3-box .s3-bg:hover .s3-icon img:last-child {
              display: block; }
          #landing #section3 .s3-content ul li .s3-box .s3-bg .s3-icon {
            position: absolute;
            width: 62px;
            border-width: 36px 11px 0;
            border-style: solid;
            border-color: #fff transparent;
            top: -38px;
            left: -10px;
            transition: all 0.2s ease-out 0s;
            -webkit-transition: all 0.2s ease-out 0s; }
            #landing #section3 .s3-content ul li .s3-box .s3-bg .s3-icon:before {
              content: "";
              position: absolute;
              height: 0;
              width: 0;
              top: -59px;
              left: -11px;
              border-width: 0 31px 23px;
              border-style: solid;
              border-color: transparent transparent #fff;
              transition: all 0.2s ease-out 0s;
              -webkit-transition: all 0.2s ease-out 0s; }
            #landing #section3 .s3-content ul li .s3-box .s3-bg .s3-icon img {
              position: absolute;
              top: -39px;
              left: 0;
              right: 0;
              margin: auto;
              max-height: 34px;
              max-width: 30px; }
              #landing #section3 .s3-content ul li .s3-box .s3-bg .s3-icon img:last-child {
                display: none; }
        #landing #section3 .s3-content ul li .s3-box .s3-text {
          display: inline-block;
          float: left;
          width: calc(100% - 84px);
          margin-left: 20px;
          margin-top: -13px;
          font-size: 19px;
          color: #636363;
          letter-spacing: -1px;
          padding-right: 20px; }
          #landing #section3 .s3-content ul li .s3-box .s3-text .red {
            color: #ee0000; }
  #landing #section4 {
    background: url(../images/s4.jpg) no-repeat center;
    background-size: cover;
    padding-top: 100px; }
    #landing #section4 .s4-box {
      display: block;
      float: left;
      width: 100%;
      padding: 0;
      margin: 0;
      position: relative; }
      #landing #section4 .s4-box .box-1 {
        display: block;
        float: left; }
        #landing #section4 .s4-box .box-1 img {
          max-width: 100%; }
      #landing #section4 .s4-box .box-2 {
        display: block;
        float: left;
        position: relative;
        z-index: 9;
        margin-top: -60px; }
        #landing #section4 .s4-box .box-2 img {
          max-width: 100%; }
      #landing #section4 .s4-box .box-3 {
        position: relative;
        max-width: 480px;
        background: #456878;
        padding: 0 20px;
        position: absolute;
        right: 0;
        top: 40px;
        border-radius: 5px; }
        #landing #section4 .s4-box .box-3:before {
          content: '';
          display: block;
          background: url(../images/s4s.png) no-repeat center;
          width: 115px;
          height: 214px;
          position: absolute;
          left: -115px;
          top: 200px; }
        #landing #section4 .s4-box .box-3 .box-title {
          font-size: 30px;
          font-weight: 500;
          text-transform: uppercase;
          color: #fff;
          margin: 0;
          padding: 35px 0 20px;
          text-align: center;
          border-bottom: 1px solid rgba(255, 255, 255, 0.11); }
        #landing #section4 .s4-box .box-3 .box-content {
          display: block;
          float: left;
          width: 100%;
          padding: 0;
          margin: 0;
          position: relative;
          color: #fff;
          padding: 35px 25px; }
          #landing #section4 .s4-box .box-3 .box-content .box-ctitle {
            font-size: 22px;
            font-weight: 400;
            text-transform: uppercase;
            letter-spacing: -1.5px; }
          #landing #section4 .s4-box .box-3 .box-content ul {
            display: block;
            float: left;
            width: 100%;
            padding: 0;
            margin: 0;
            position: relative;
            list-style-type: none;
            padding-bottom: 20px; }
            #landing #section4 .s4-box .box-3 .box-content ul li {
              display: block;
              float: left;
              width: 100%;
              padding: 0;
              margin: 0;
              position: relative;
              margin-top: 5px;
              padding: 0 0 0 30px;
              font-size: 20px;
              letter-spacing: -0.5px; }
              #landing #section4 .s4-box .box-3 .box-content ul li:before {
                content: '';
                display: block;
                background: url(../images/s4-flash.png) no-repeat center;
                width: 11px;
                height: 18px;
                position: absolute;
                left: 0;
                bottom: 4px; }
  #landing #section5 {
    padding: 100px 0 60px; }
    #landing #section5 .fa-internet-explorer:before {
      content: "\f26b"; }
    #landing #section5 .s5-box {
      display: block;
      float: left;
      width: 100%;
      padding: 0;
      margin: 0;
      position: relative; }
      #landing #section5 .s5-box .s5-title {
        font-size: 30px;
        text-transform: uppercase;
        text-align: center;
        color: #456878;
        letter-spacing: -1px;
        margin-top: 0; }
      #landing #section5 .s5-box .s5-text {
        font-size: 20px;
        color: #4d4d4d;
        text-align: center; }
      #landing #section5 .s5-box form {
        display: block;
        float: left;
        width: 100%;
        padding: 0;
        margin: 0;
        position: relative;
        width: 90%;
        margin-top: 35px; }
        #landing #section5 .s5-box form .group {
          display: block;
          float: left;
          width: 100%;
          padding: 0;
          margin: 0;
          position: relative;
          margin-bottom: 30px; }
          #landing #section5 .s5-box form .group:last-child {
            margin: 0; }
          #landing #section5 .s5-box form .group .box {
            display: block;
            float: left;
            width: 100%;
            padding: 0;
            margin: 0;
            position: relative; }
            #landing #section5 .s5-box form .group .box.other {
              width: calc((100% - 15px)/2);
              margin-left: 15px; }
              #landing #section5 .s5-box form .group .box.other input[type=text], #landing #section5 .s5-box form .group .box.other input[type=email] {
                width: 100%; }
              #landing #section5 .s5-box form .group .box.other:first-child {
                margin: 0; }
            #landing #section5 .s5-box form .group .box input[type=text], #landing #section5 .s5-box form .group .box input[type=email], #landing #section5 .s5-box form .group .box input[type=phone] {
              display: block;
              float: left;
              width: 100%;
              border: 0;
              border-bottom: 1px solid #e6e4e4;
              padding: 8px 20px 8px 52px;
              outline: none;
              font-size: 16px;
              @incude transition; }
              #landing #section5 .s5-box form .group .box input[type=text]:focus, #landing #section5 .s5-box form .group .box input[type=email]:focus, #landing #section5 .s5-box form .group .box input[type=phone]:focus {
                border-color: #98a4a6; }
              #landing #section5 .s5-box form .group .box input[type=text].error, #landing #section5 .s5-box form .group .box input[type=email].error, #landing #section5 .s5-box form .group .box input[type=phone].error {
                border-color: #f44336; }
              #landing #section5 .s5-box form .group .box input[type=text].success, #landing #section5 .s5-box form .group .box input[type=email].success, #landing #section5 .s5-box form .group .box input[type=phone].success {
                border-color: #4caf50; }
            #landing #section5 .s5-box form .group .box i {
              font-size: 18px;
              position: absolute;
              bottom: 9px;
              left: 9px;
              color: #456878; }
          #landing #section5 .s5-box form .group .button {
            display: table;
            position: relative;
            margin: auto;
            margin-top: 15px; }
            #landing #section5 .s5-box form .group .button input[type=button] {
              border: 1px solid #d9d9d9;
              border-radius: 3px;
              font-size: 16px;
              text-transform: uppercase;
              color: #456878;
              line-height: 38px;
              padding: 2px 20px 0 50px;
              background: transparent;
              transition: all 0.2s ease-out 0s;
              -webkit-transition: all 0.2s ease-out 0s; }
              #landing #section5 .s5-box form .group .button input[type=button]:hover {
                background: #456878;
                color: #fff; }
              #landing #section5 .s5-box form .group .button input[type=button]:hover ~ i {
                color: #fff; }
            #landing #section5 .s5-box form .group .button i {
              color: #456878;
              font-size: 16px;
              position: absolute;
              top: 13px;
              left: 21px; }
      #landing #section5 .s5-box .form-alert {
        display: none;
        margin: 60px 0 0;
        font-size: 16px;
        line-height: 30px; }
      #landing #section5 .s5-box .s5-intro {
        display: block;
        float: left;
        width: 100%;
        padding: 0;
        margin: 0;
        position: relative;
        padding-top: 70px; }
        #landing #section5 .s5-box .s5-intro .avatar {
          display: table;
          width: 130px;
          height: 130px;
          margin: auto;
          position: relative;
          border-radius: 50%;
          border: 2px solid #456878; }
          #landing #section5 .s5-box .s5-intro .avatar img {
            max-width: 100%;
            border-radius: 50%; }
        #landing #section5 .s5-box .s5-intro .duty {
          text-align: center;
          font-size: 18px;
          color: #456878;
          padding: 27px 0; }
        #landing #section5 .s5-box .s5-intro .comment {
          display: block;
          float: left;
          width: 100%;
          padding: 0;
          margin: 0;
          position: relative;
          background: rgba(69, 104, 120, 0.8);
          color: #fff;
          padding: 15px 30px;
          font-size: 23px;
          letter-spacing: -0.8px;
          border-radius: 5px;
          margin-bottom: 20px; }
          #landing #section5 .s5-box .s5-intro .comment .yellow {
            text-transform: uppercase;
            color: #fff000; }
        #landing #section5 .s5-box .s5-intro p {
          display: block;
          float: left;
          width: 100%;
          padding: 0;
          margin: 0;
          position: relative;
          font-weight: bold;
          font-size: 30px;
          color: #456878;
          text-transform: uppercase;
          text-align: center; }
        #landing #section5 .s5-box .s5-intro .gradient {
          display: block;
          float: left;
          width: 100%;
          padding: 0;
          margin: 0;
          position: relative;
          font-size: 56px;
          text-align: center;
          background: -webkit-linear-gradient(top, #ff7422, #e80300);
          -webkit-background-clip: text;
          -webkit-text-fill-color: transparent;
          font-weight: bold; }
  #landing #section6 {
    background: #f9fafb; }
    #landing #section6 .s6-box {
      display: block;
      float: left;
      width: 100%;
      padding: 0;
      margin: 0;
      position: relative;
      padding: 60px 0; }
      #landing #section6 .s6-box .s6-title {
        font-size: 25px;
        color: #456878;
        margin: 0;
        text-transform: uppercase; }
        #landing #section6 .s6-box .s6-title:after {
          content: '';
          display: block;
          width: 100px;
          height: 3px;
          background: #456878;
          margin: 15px 0; }
      #landing #section6 .s6-box .s6-faq {
        display: block;
        float: left;
        width: 100%;
        padding: 0;
        margin: 0;
        position: relative;
        margin-top: 30px; }
        #landing #section6 .s6-box .s6-faq li {
          display: block;
          float: left;
          width: 100%;
          padding: 0;
          margin: 0;
          position: relative;
          padding: 5px 0; }
          #landing #section6 .s6-box .s6-faq li.active .s6-content {
            display: block; }
          #landing #section6 .s6-box .s6-faq li.active .s6-btitle {
            background: #2d3f51;
            color: #fff; }
          #landing #section6 .s6-box .s6-faq li.active:after {
            content: "\f0d8";
            color: #fff; }
          #landing #section6 .s6-box .s6-faq li:after {
            content: "\f0d7";
            display: inline-block;
            font: normal normal normal 14px/1 FontAwesome;
            font-size: inherit;
            text-rendering: auto;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
            font-weight: 400;
            position: absolute;
            right: 15px;
            top: 19px;
            color: #9bacb7;
            transition: all 0.2s ease-out 0s;
            -webkit-transition: all 0.2s ease-out 0s; }
          #landing #section6 .s6-box .s6-faq li .s6-btitle {
            font-size: 14px;
            line-height: 36px;
            padding: 2px 16px 0;
            margin: 0;
            position: relative;
            cursor: pointer;
            color: #2d3f51;
            border: 1px solid #e7ecf0;
            background: #fff; }
          #landing #section6 .s6-box .s6-faq li .s6-content {
            display: none;
            float: left;
            width: 100%;
            padding: 20px;
            color: #636363;
            border: 1px solid #e7ecf0;
            background: #fff;
            margin-top: -1px;
            line-height: 24px;
            transition: all 0.2s ease-out 0s;
            -webkit-transition: all 0.2s ease-out 0s; }
      #landing #section6 .s6-box .s6-services {
        display: block;
        float: left;
        width: 100%;
        padding: 0;
        margin: 0;
        position: relative; }
        #landing #section6 .s6-box .s6-services .s6-row {
          display: block;
          float: left;
          width: 100%;
          padding: 0;
          margin: 0;
          position: relative;
          padding: 35px 0;
          margin-bottom: 5px; }
          #landing #section6 .s6-box .s6-services .s6-row:last-child {
            margin: 0; }
          #landing #section6 .s6-box .s6-services .s6-row .s6-col {
            display: inline-block;
            float: left;
            width: 50%;
            margin-bottom: 25px; }
            #landing #section6 .s6-box .s6-services .s6-row .s6-col:hover .s6-icon {
              background: #456878; }
              #landing #section6 .s6-box .s6-services .s6-row .s6-col:hover .s6-icon img:first-child {
                display: none; }
              #landing #section6 .s6-box .s6-services .s6-row .s6-col:hover .s6-icon img:last-child {
                display: block; }
            #landing #section6 .s6-box .s6-services .s6-row .s6-col:hover .s6-text {
              color: #456878; }
            #landing #section6 .s6-box .s6-services .s6-row .s6-col .s6-icon {
              display: inline-block;
              float: left;
              width: 82px;
              height: 82px;
              background: #fff;
              border-radius: 50%;
              border: 1px solid rgba(69, 104, 120, 0.2);
              position: relative;
              transition: all 0.2s ease-out 0s;
              -webkit-transition: all 0.2s ease-out 0s; }
              #landing #section6 .s6-box .s6-services .s6-row .s6-col .s6-icon img {
                max-width: 100%;
                position: absolute;
                top: 0;
                bottom: 0;
                left: 0;
                right: 0;
                margin: auto;
                max-width: 44px;
                transition: all 0.2s ease-out 0s;
                -webkit-transition: all 0.2s ease-out 0s; }
                #landing #section6 .s6-box .s6-services .s6-row .s6-col .s6-icon img:last-child {
                  display: none; }
            #landing #section6 .s6-box .s6-services .s6-row .s6-col .s6-text {
              display: inline-block;
              float: left;
              width: calc(100% - 97px);
              margin-left: 15px;
              font-size: 18px;
              color: #636363;
              letter-spacing: -1px;
              cursor: default;
              padding: 30px 0 27px; }

/*Services Page*/
#content.services {
  /*Banner*/
  /*Digital Marketing*/
  /*Branding*/
  /*Quß║úng C├ío Trß╗▒c Tuyß║┐n*/
  /*Tß╗ò Chß╗⌐c Sß╗▒ Kiß╗çn*/ }
  #content.services > div {
    overflow: hidden; }
  #content.services #service-banner {
    display: block;
    float: left;
    width: 100%;
    padding: 0;
    margin: 0;
    position: relative; }
    #content.services #service-banner img {
      max-width: 100%; }
  #content.services #services-1 {
    display: block;
    float: left;
    width: 100%;
    padding: 0;
    margin: 0;
    position: relative;
    padding: 120px 0; }
    #content.services #services-1 .s-top {
      display: block;
      float: left;
      width: 100%;
      padding: 0;
      margin: 0;
      position: relative; }
      #content.services #services-1 .s-top .s-box {
        display: inline-block;
        float: left;
        width: 420px;
        position: relative;
        padding: 0 10px 0 0; }
        #content.services #services-1 .s-top .s-box:before {
          content: '';
          display: block;
          width: 100vw;
          height: 45px;
          background: #456878;
          position: absolute;
          left: 425px;
          top: 0; }
        #content.services #services-1 .s-top .s-box .s-title {
          display: block;
          float: left;
          width: 100%;
          padding: 0;
          margin: 0;
          position: relative;
          text-transform: uppercase;
          font-size: 46px;
          letter-spacing: -2px;
          line-height: 40px;
          color: #456878; }
          #content.services #services-1 .s-top .s-box .s-title:after {
            content: '';
            display: block;
            border-top: 2px dotted #456878;
            margin: 20px 0 15px 0; }
        #content.services #services-1 .s-top .s-box .s-description {
          font-size: 16px;
          line-height: 24px; }
    #content.services #services-1 .s-content {
      display: block;
      float: left;
      width: 100%;
      padding: 0;
      margin: 0;
      position: relative;
      padding-top: 50px; }
      #content.services #services-1 .s-content .s-img {
        display: block;
        float: left;
        width: 100%;
        padding: 0;
        margin: 0;
        position: relative;
        padding-top: 40px;
        padding-left: 16%;
        text-align: right; }
        #content.services #services-1 .s-content .s-img img {
          max-width: 100%; }
      #content.services #services-1 .s-content ul {
        display: block;
        float: left;
        width: 100%;
        padding: 0;
        margin: 0;
        position: relative;
        list-style-type: none; }
        #content.services #services-1 .s-content ul li {
          display: block;
          float: left;
          width: 100%;
          padding: 0;
          margin: 0;
          position: relative;
          padding: 20px 0; }
          #content.services #services-1 .s-content ul li:before {
            content: '';
            display: block;
            width: 28px;
            height: 98%;
            border-top: 2px dotted #000;
            border-left: 2px dotted #000;
            position: absolute;
            left: 0px;
            top: 54px;
            padding-left: 1px; }
          #content.services #services-1 .s-content ul li:first-child {
            padding-top: 0; }
            #content.services #services-1 .s-content ul li:first-child:before {
              top: 34px;
              height: calc(98% + 20px); }
          #content.services #services-1 .s-content ul li:last-child {
            padding-bottom: 0; }
            #content.services #services-1 .s-content ul li:last-child:before {
              border-left: 0; }
          #content.services #services-1 .s-content ul li .s-icon {
            display: inline-block;
            float: left;
            width: 100px;
            padding-left: 30px;
            position: relative; }
            #content.services #services-1 .s-content ul li .s-icon .s-circle {
              display: block;
              float: left;
              width: 100%;
              padding: 0;
              margin: 0;
              position: relative;
              height: 70px;
              border-radius: 50%;
              background: #93ca26;
              position: relative; }
              #content.services #services-1 .s-content ul li .s-icon .s-circle img {
                max-width: 43px;
                max-height: 37px;
                position: absolute;
                top: 0;
                bottom: 0;
                left: 0;
                right: 0;
                margin: auto; }
          #content.services #services-1 .s-content ul li .s-box {
            display: inline-block;
            float: left;
            width: calc(100% - 100px);
            padding-left: 20px;
            cursor: default; }
            #content.services #services-1 .s-content ul li .s-box .s-title {
              font-size: 20px;
              color: #93ca26;
              margin-top: 0; }
            #content.services #services-1 .s-content ul li .s-box .s-text {
              font-size: 16px;
              color: #595959;
              line-height: 24px; }
  #content.services #services-2 {
    display: block;
    float: left;
    width: 100%;
    padding: 0;
    margin: 0;
    position: relative;
    padding: 120px 0; }
    #content.services #services-2 .s-title {
      margin: 0;
      font-size: 36px;
      color: #fff;
      text-transform: uppercase;
      text-align: center;
      letter-spacing: -1px;
      line-height: 50px;
      padding: 0 50px; }
      #content.services #services-2 .s-title:after {
        content: '';
        display: table;
        width: 100px;
        height: 4px;
        background: #fff;
        margin: 25px auto; }
    #content.services #services-2 .s-text {
      font-size: 20px;
      color: #fff;
      padding: 0 15%;
      text-align: center;
      line-height: 32px; }
  #content.services #services-3 {
    display: block;
    float: left;
    width: 100%;
    padding: 0;
    margin: 0;
    position: relative;
    background: #fff;
    padding: 120px 0; }
    #content.services #services-3 .s-title {
      margin: 0;
      font-size: 36px;
      color: #456878;
      text-transform: uppercase;
      text-align: center;
      letter-spacing: -1px;
      line-height: 50px;
      padding: 0 50px; }
      #content.services #services-3 .s-title:after {
        content: '';
        display: table;
        width: 100px;
        height: 4px;
        background: #456878;
        margin: 25px auto; }
    #content.services #services-3 .s-text {
      font-size: 20px;
      color: #595959;
      padding: 0 15%;
      text-align: center;
      line-height: 32px; }
      #content.services #services-3 .s-text a {
        font-weight: bold;
        font-size: 30px;
        line-height: 48px;
        transition: all 0.2s ease-out 0s;
        -webkit-transition: all 0.2s ease-out 0s; }
  #content.services #services-4 {
    display: block;
    float: left;
    width: 100%;
    padding: 0;
    margin: 0;
    position: relative;
    padding: 70px 0 100px; }
    #content.services #services-4 .s4-left {
      display: inline-block;
      float: left;
      width: calc(100% - 710px);
      padding-top: 230px; }
      #content.services #services-4 .s4-left .s4-small {
        font-size: 24px;
        color: #00b393;
        text-transform: uppercase;
        letter-spacing: -1px;
        margin: 0; }
      #content.services #services-4 .s4-left .s4-big {
        text-align: left;
        font-size: 65px;
        color: #456878;
        text-transform: uppercase;
        letter-spacing: -3px;
        margin: 0;
        font-weight: bold; }
        #content.services #services-4 .s4-left .s4-big:after {
          content: '';
          display: block;
          width: 300px;
          height: 2px;
          margin: 15px 0 30px;
          border-top: 2px dotted #456878; }
      #content.services #services-4 .s4-left .s4-text {
        font-size: 18px;
        color: #444;
        padding-right: 65px;
        line-height: 32px; }
    #content.services #services-4 .s4-right {
      display: inline-block;
      float: left;
      width: 710px;
      padding-left: 60px; }
      #content.services #services-4 .s4-right .s4-box {
        display: block;
        float: left;
        width: 100%;
        padding: 0;
        margin: 0;
        position: relative;
        background: url(../images/bg-s4.jpg) no-repeat center;
        background-size: cover;
        border-left: 7px solid #89c600;
        padding: 60px 0 15px; }
        #content.services #services-4 .s4-right .s4-box ul {
          display: block;
          float: left;
          width: 100%;
          padding: 0;
          margin: 0;
          position: relative;
          list-style-type: none; }
          #content.services #services-4 .s4-right .s4-box ul li {
            display: block;
            float: left;
            width: 100%;
            padding: 0;
            margin: 0;
            position: relative;
            padding-bottom: 45px; }
            #content.services #services-4 .s4-right .s4-box ul li:nth-child(2) .s4-icon {
              background: #03ac8f; }
              #content.services #services-4 .s4-right .s4-box ul li:nth-child(2) .s4-icon:before {
                background: #03ac8f; }
              #content.services #services-4 .s4-right .s4-box ul li:nth-child(2) .s4-icon:after {
                background: #02bbf7; }
            #content.services #services-4 .s4-right .s4-box ul li:nth-child(2) .s4-caption .s4-title {
              color: #03ac8f; }
            #content.services #services-4 .s4-right .s4-box ul li:nth-child(3) .s4-icon {
              background: #02bbf7; }
              #content.services #services-4 .s4-right .s4-box ul li:nth-child(3) .s4-icon:before {
                background: #02bbf7; }
              #content.services #services-4 .s4-right .s4-box ul li:nth-child(3) .s4-icon:after {
                background: #ffc000; }
            #content.services #services-4 .s4-right .s4-box ul li:nth-child(3) .s4-caption .s4-title {
              color: #02bbf7; }
            #content.services #services-4 .s4-right .s4-box ul li:nth-child(4) .s4-icon {
              background: #ffc000; }
              #content.services #services-4 .s4-right .s4-box ul li:nth-child(4) .s4-icon:before {
                background: #ffc000; }
              #content.services #services-4 .s4-right .s4-box ul li:nth-child(4) .s4-icon:after {
                background: transparent; }
            #content.services #services-4 .s4-right .s4-box ul li:nth-child(4) .s4-caption .s4-title {
              color: #ffc000; }
            #content.services #services-4 .s4-right .s4-box ul li .s4-icon {
              display: block;
              float: left;
              width: 120px;
              height: 120px;
              border-radius: 50%;
              background: #89c600;
              margin-left: -63px;
              padding: 7px;
              position: relative; }
              #content.services #services-4 .s4-right .s4-box ul li .s4-icon:before {
                content: '';
                display: block;
                height: 60px;
                width: 7px;
                position: absolute;
                top: -60px;
                left: 0;
                right: 0;
                margin: auto; }
              #content.services #services-4 .s4-right .s4-box ul li .s4-icon:after {
                content: '';
                display: block;
                height: 60px;
                width: 7px;
                position: absolute;
                background: #03ac8f;
                bottom: -60px;
                left: 0;
                right: 0;
                margin: auto; }
              #content.services #services-4 .s4-right .s4-box ul li .s4-icon .s4-ibox {
                width: 100%;
                height: 100%;
                border: 6px solid #353e49;
                border-radius: 50%;
                position: relative; }
                #content.services #services-4 .s4-right .s4-box ul li .s4-icon .s4-ibox img {
                  max-width: 100%;
                  position: absolute;
                  top: 0;
                  bottom: 0;
                  left: 0;
                  right: 0;
                  margin: auto; }
            #content.services #services-4 .s4-right .s4-box ul li .s4-caption {
              display: block;
              float: left;
              width: calc(100% - 120px);
              padding: 0 65px 0 45px; }
              #content.services #services-4 .s4-right .s4-box ul li .s4-caption .s4-title {
                font-size: 24px;
                color: #89c600;
                margin-top: 10px;
                letter-spacing: -1px; }
              #content.services #services-4 .s4-right .s4-box ul li .s4-caption .s4-text {
                font-size: 18px;
                color: #fff;
                line-height: 32px; }
  #content.services #services-5 {
    display: block;
    float: left;
    width: 100%;
    padding: 0;
    margin: 0;
    position: relative;
    background: #212830;
    padding-bottom: 65px; }
    #content.services #services-5 .s5-box {
      display: block;
      float: left;
      width: 100%;
      padding: 0;
      margin: 0;
      position: relative;
      background: url(../images/services/s5-bg.jpg) no-repeat center;
      background-size: cover;
      padding: 65px 0 50px; }
      #content.services #services-5 .s5-box .s5-img {
        display: inline-block;
        float: left;
        width: 673px;
        border: 9px solid #fff; }
        #content.services #services-5 .s5-box .s5-img img {
          max-width: 100%; }
      #content.services #services-5 .s5-box .s5-tick {
        display: inline-block;
        float: left;
        width: calc(100% - 673px);
        background: url(../images/services/bg-s5.png) no-repeat left center;
        height: 276px;
        margin-left: -9px; }
        #content.services #services-5 .s5-box .s5-tick ul {
          display: block;
          float: left;
          width: 100%;
          padding: 0;
          margin: 0;
          position: relative;
          padding-left: 120px;
          list-style-type: none; }
          #content.services #services-5 .s5-box .s5-tick ul li {
            width: 320px;
            color: #fff;
            border: 3px solid #93d400;
            margin-bottom: 13px;
            background: #343e48;
            padding: 0 15px;
            font-size: 16px;
            height: 86px; }
            #content.services #services-5 .s5-box .s5-tick ul li:nth-child(2) {
              border-color: #00c39e; }
            #content.services #services-5 .s5-box .s5-tick ul li:nth-child(3) {
              border-color: #00caff; }
            #content.services #services-5 .s5-box .s5-tick ul li .s5-li {
              display: inline-block;
              float: left;
              width: 29px;
              margin-right: 20px;
              line-height: 80px; }
              #content.services #services-5 .s5-box .s5-tick ul li .s5-li img {
                max-height: 22px; }
            #content.services #services-5 .s5-box .s5-tick ul li .s5-span {
              display: inline-block;
              float: left;
              line-height: 80px;
              width: calc(100% - 49px); }
              #content.services #services-5 .s5-box .s5-tick ul li .s5-span span {
                display: inline-block;
                vertical-align: middle;
                line-height: 1.7; }
    #content.services #services-5 .s5-title {
      display: block;
      float: left;
      width: 100%;
      padding: 0;
      margin: 0;
      position: relative;
      margin-top: -18px; }
      #content.services #services-5 .s5-title .s5-big {
        display: inline-block;
        float: left;
        margin: 0;
        font-size: 33px;
        color: #ffc000;
        text-transform: uppercase;
        font-weight: 600;
        position: relative; }
        #content.services #services-5 .s5-title .s5-big:before {
          content: '';
          display: block;
          width: 100vw;
          height: 18px;
          background: #ffc000;
          position: absolute;
          left: 195px;
          top: 17px; }
      #content.services #services-5 .s5-title .s5-small {
        display: block;
        float: left;
        width: 100%;
        padding: 0;
        margin: 0;
        position: relative;
        margin: 20px 0 50px;
        text-transform: uppercase;
        color: #fff;
        font-size: 33px;
        font-weight: 600;
        line-height: 48px; }
      #content.services #services-5 .s5-title .s5-slider {
        display: block;
        float: left;
        width: 95%;
        margin: 0 2.5%; }
        #content.services #services-5 .s5-title .s5-slider .slick-slide img {
          display: inline-block;
          max-width: 100%; }
        #content.services #services-5 .s5-title .s5-slider .slick-slide {
          text-align: center;
          outline: none; }
        #content.services #services-5 .s5-title .s5-slider .slick-next:before {
          content: '';
          background: url(../images/services/next.png) no-repeat center;
          background-size: 11px;
          width: 11px;
          height: 29px;
          display: block;
          float: right; }
        #content.services #services-5 .s5-title .s5-slider .slick-prev:before {
          content: '';
          background: url(../images/services/prev.png) no-repeat center;
          background-size: 11px;
          width: 11px;
          height: 29px;
          display: block; }
        #content.services #services-5 .s5-title .s5-slider .slick-prev {
          left: -28px; }
        #content.services #services-5 .s5-title .s5-slider .slick-next {
          right: -28px; }
  #content.services #services-6 {
    display: block;
    float: left;
    width: 100%;
    padding: 0;
    margin: 0;
    position: relative;
    padding: 70px 0 80px;
    text-align: center; }
    #content.services #services-6 .s6-title {
      display: block;
      float: left;
      width: 100%;
      padding: 0;
      margin: 0;
      position: relative; }
      #content.services #services-6 .s6-title:after {
        content: '';
        display: table;
        width: 100px;
        height: 4px;
        background: #282828;
        margin: 25px auto; }
    #content.services #services-6 .s6-big {
      font-size: 32px;
      color: #282828;
      margin: 0;
      text-transform: uppercase;
      font-weight: 600; }
    #content.services #services-6 .s6-small {
      font-size: 24px;
      color: #282828;
      margin: 10px 0 0;
      text-transform: uppercase;
      font-weight: normal;
      line-height: 34px; }
    #content.services #services-6 .s6-text {
      padding: 0 15%;
      font-size: 16px;
      line-height: 28px; }
  #content.services #services-7 {
    display: block;
    float: left;
    width: 100%;
    padding: 0;
    margin: 0;
    position: relative;
    margin: 120px 0; }
    #content.services #services-7 .s-top {
      display: block;
      float: left;
      width: 100%;
      padding: 0;
      margin: 0;
      position: relative; }
      #content.services #services-7 .s-top .s-box {
        display: inline-block;
        float: left;
        width: 520px;
        position: relative;
        padding: 0 10px 0 0; }
        #content.services #services-7 .s-top .s-box:before {
          content: '';
          display: block;
          width: 100vw;
          height: 45px;
          background: #456878;
          position: absolute;
          left: 525px;
          top: 5px; }
        #content.services #services-7 .s-top .s-box .s-title {
          display: block;
          float: left;
          width: 100%;
          padding: 0;
          margin: 0;
          position: relative;
          text-transform: uppercase;
          font-size: 46px;
          letter-spacing: -2px;
          line-height: 54px;
          color: #456878; }
          #content.services #services-7 .s-top .s-box .s-title:after {
            content: '';
            display: block;
            border-top: 2px dotted #456878;
            margin: 20px 0 15px 0; }
        #content.services #services-7 .s-top .s-box .s-description {
          font-size: 16px;
          line-height: 24px; }
    #content.services #services-7 .s-bottom {
      display: block;
      float: left;
      width: 100%;
      padding: 0;
      margin: 0;
      position: relative;
      margin-top: 50px; }
      #content.services #services-7 .s-bottom:after {
        content: '';
        display: block;
        height: 7px;
        width: 100vw;
        background-color: #89c600;
        background: -moz-linear-gradient(left, #89c600 50%, #ffa800 50%);
        background: -o-linear-gradient(left, #89c600 50%, #ffa800 50%);
        background: -ms-linear-gradient(left, #89c600 50%, #ffa800 50%);
        background: -webkit-gradient(linear, left top, right top, color-stop(0.5, #89c600), color-stop(0.5, #ffa800));
        position: absolute;
        top: 50%;
        left: 0;
        margin-top: -2px; }
      #content.services #services-7 .s-bottom .s-marketing {
        display: inline-block;
        float: left;
        width: calc(100% / 3);
        position: relative;
        min-height: 460px; }
        #content.services #services-7 .s-bottom .s-marketing:after {
          content: '';
          display: block;
          height: 7px;
          width: 100%;
          position: absolute;
          left: 0; }
        #content.services #services-7 .s-bottom .s-marketing:last-child .s-img {
          border-top: 7px solid #00baf7; }
          #content.services #services-7 .s-bottom .s-marketing:last-child .s-img:before {
            background: url(../images/services/s3-before3.png) no-repeat center; }
          #content.services #services-7 .s-bottom .s-marketing:last-child .s-img .s-bimg {
            border: 7px solid #00baf7; }
        #content.services #services-7 .s-bottom .s-marketing:last-child .s-icon:after {
          border-bottom: 73px solid #00baf7; }
        #content.services #services-7 .s-bottom .s-marketing:last-child .s-icon .s-bicon {
          border: 7px solid #00baf7; }
        #content.services #services-7 .s-bottom .s-marketing:last-child .s-caption .s-title {
          color: #00baf7; }
        #content.services #services-7 .s-bottom .s-marketing .s-caption {
          display: inline-block;
          float: left;
          width: calc(100% - 85px);
          text-align: right;
          min-height: 230px;
          padding-right: 10px;
          padding-top: 45px; }
          #content.services #services-7 .s-bottom .s-marketing .s-caption .s-title {
            font-size: 20px;
            color: #89c600; }
          #content.services #services-7 .s-bottom .s-marketing .s-caption .s-text {
            margin-left: 25px;
            font-size: 16px; }
        #content.services #services-7 .s-bottom .s-marketing .s-icon {
          display: inline-block;
          float: right;
          width: 85px;
          padding-left: 3px;
          padding-top: 30px;
          padding-bottom: 45px;
          position: relative;
          min-height: 230px; }
          #content.services #services-7 .s-bottom .s-marketing .s-icon:after {
            content: '';
            display: block;
            width: 0;
            height: 0;
            border-left: 25px solid transparent;
            border-right: 25px solid transparent;
            border-bottom: 73px solid #89c600;
            position: absolute;
            bottom: 0;
            right: 0; }
          #content.services #services-7 .s-bottom .s-marketing .s-icon .s-bicon {
            display: inline-block;
            width: 115px;
            height: 115px;
            border: 6px solid #89c600;
            border-radius: 50%;
            position: relative; }
            #content.services #services-7 .s-bottom .s-marketing .s-icon .s-bicon img {
              position: absolute;
              left: 0;
              right: 0;
              bottom: 0;
              top: 0;
              margin: auto; }
        #content.services #services-7 .s-bottom .s-marketing .s-img {
          display: block;
          float: left;
          width: 100%;
          padding: 0;
          margin: 0;
          position: relative;
          margin-top: -2px;
          z-index: 2;
          border-top: 7px solid #89c600; }
          #content.services #services-7 .s-bottom .s-marketing .s-img:before {
            content: '';
            display: block;
            width: 111px;
            height: 76px;
            background: url(../images/services/s3-before1.png) no-repeat center;
            position: relative;
            margin: 0 auto;
            left: 15px; }
          #content.services #services-7 .s-bottom .s-marketing .s-img:after {
            content: '';
            display: block; }
          #content.services #services-7 .s-bottom .s-marketing .s-img .s-bimg {
            display: table;
            margin: auto;
            padding: 12px;
            border: 7px solid #89c600;
            left: 15px;
            position: relative; }
      #content.services #services-7 .s-bottom .s-marketing-center {
        display: inline-block;
        float: left;
        width: calc(100% / 3);
        position: relative;
        min-height: 460px; }
        #content.services #services-7 .s-bottom .s-marketing-center:after {
          content: '';
          display: block;
          height: 7px;
          width: 100%;
          position: absolute;
          left: 0; }
        #content.services #services-7 .s-bottom .s-marketing-center .s-caption {
          display: inline-block;
          float: left;
          width: calc(100% - 85px);
          text-align: right;
          min-height: 230px;
          padding-right: 10px;
          padding-top: 75px; }
          #content.services #services-7 .s-bottom .s-marketing-center .s-caption .s-title {
            font-size: 20px;
            color: #00b393; }
          #content.services #services-7 .s-bottom .s-marketing-center .s-caption .s-text {
            margin-left: 25px;
            font-size: 16px; }
        #content.services #services-7 .s-bottom .s-marketing-center .s-icon {
          display: inline-block;
          float: right;
          width: 85px;
          padding-left: 3px;
          padding-top: 90px;
          position: relative;
          min-height: 230px; }
          #content.services #services-7 .s-bottom .s-marketing-center .s-icon:before {
            content: '';
            display: block;
            width: 0;
            height: 0;
            border-left: 25px solid transparent;
            border-right: 25px solid transparent;
            border-top: 73px solid #00b393;
            position: absolute;
            top: 5px;
            right: 0; }
          #content.services #services-7 .s-bottom .s-marketing-center .s-icon .s-bicon {
            display: inline-block;
            width: 115px;
            height: 115px;
            border: 6px solid #00b393;
            border-radius: 50%;
            position: relative; }
            #content.services #services-7 .s-bottom .s-marketing-center .s-icon .s-bicon img {
              position: absolute;
              left: 0;
              right: 0;
              bottom: 0;
              top: 0;
              margin: auto; }
        #content.services #services-7 .s-bottom .s-marketing-center .s-img {
          display: block;
          float: left;
          width: 100%;
          padding: 0;
          margin: 0;
          position: relative;
          padding-top: 10px;
          z-index: 2;
          min-height: 230px; }
          #content.services #services-7 .s-bottom .s-marketing-center .s-img:last-child {
            display: none; }
          #content.services #services-7 .s-bottom .s-marketing-center .s-img:before {
            content: '';
            display: block;
            width: 100%;
            border-bottom: 7px solid #00b393;
            position: absolute;
            bottom: -5px; }
          #content.services #services-7 .s-bottom .s-marketing-center .s-img:after {
            content: '';
            display: block;
            width: 111px;
            height: 76px;
            background: url(../images/services/s3-before2.png) no-repeat center;
            position: relative;
            margin: 0 auto;
            top: -1px;
            left: 15px; }
          #content.services #services-7 .s-bottom .s-marketing-center .s-img:after {
            content: '';
            display: block; }
          #content.services #services-7 .s-bottom .s-marketing-center .s-img .s-bimg {
            display: table;
            margin: auto;
            padding: 12px;
            border: 7px solid #00b393;
            position: relative;
            left: 15px; }
  #content.services #services-8 {
    display: block;
    float: left;
    width: 100%;
    padding: 0;
    margin: 0;
    position: relative;
    background: #f9f9f9;
    padding: 60px 0; }
    #content.services #services-8 .s-img {
      display: inline-block;
      float: left;
      width: calc(100% - 350px); }
      #content.services #services-8 .s-img img {
        max-width: 100%; }
    #content.services #services-8 .s-box {
      display: inline-block;
      float: right;
      width: 350px;
      padding: 20px 30px; }
      #content.services #services-8 .s-box .s-icon {
        display: table;
        width: 115px;
        height: 115px;
        border-radius: 50%;
        border: 7px solid #ffa801;
        background: #fff;
        position: relative;
        margin-left: 55px; }
        #content.services #services-8 .s-box .s-icon:before {
          content: '';
          display: block;
          width: 100vw;
          height: 7px;
          background: #ffa801;
          position: absolute;
          left: 105px;
          top: 0;
          bottom: 0;
          margin: auto; }
        #content.services #services-8 .s-box .s-icon img {
          max-width: 100%;
          position: absolute;
          top: 0;
          bottom: 0;
          left: 10px;
          right: 0;
          margin: auto; }
      #content.services #services-8 .s-box .s-caption {
        display: block;
        float: left;
        width: 100%;
        padding: 0;
        margin: 0;
        position: relative;
        padding-top: 10px; }
        #content.services #services-8 .s-box .s-caption .s-title {
          color: #ffa801;
          font-size: 20px; }
  #content.services #services-9 {
    display: block;
    float: left;
    width: 100%;
    padding: 0;
    margin: 0;
    position: relative;
    padding: 90px 0 90px; }
    #content.services #services-9 .s-img {
      display: inline-block;
      float: left;
      width: 636px;
      box-shadow: 2px 8px 24px rgba(0, 0, 0, 0.18); }
      #content.services #services-9 .s-img img {
        max-width: 100%; }
    #content.services #services-9 .s-caption {
      display: inline-block;
      float: right;
      width: calc(100% - 636px);
      padding: 45px 45px 60px 55px;
      border: 2px solid #e9e9e9;
      border-left: 0;
      margin: 90px 0 0; }
      #content.services #services-9 .s-caption .s-title {
        display: inline-block;
        float: left;
        font-size: 32px;
        font-weight: bold;
        letter-spacing: -1px;
        color: #606060;
        margin: 0;
        text-transform: uppercase; }
        #content.services #services-9 .s-caption .s-title:after {
          content: '';
          display: block;
          width: 100%;
          height: 4px;
          background: #606060;
          margin: 15px 0 20px; }
      #content.services #services-9 .s-caption .s-text {
        display: block;
        float: left;
        width: 100%;
        padding: 0;
        margin: 0;
        position: relative;
        font-size: 16px;
        line-height: 24px; }
  #content.services #services-10 {
    display: block;
    float: left;
    width: 100%;
    padding: 0;
    margin: 0;
    position: relative;
    background: url(../images/services/s10-bgs.jpg) no-repeat center;
    background-size: cover;
    height: 842px; }
    #content.services #services-10 .s-box-10 {
      background: url(../images/services/tcsk.png) no-repeat center;
      margin: 110px 0;
      height: 622px;
      position: relative; }
    #content.services #services-10 .s-caption {
      display: inline-block;
      float: left;
      max-width: 450px;
      padding-top: 100px;
      color: #fff; }
      #content.services #services-10 .s-caption .s-title {
        font-size: 34px;
        font-weight: bold;
        letter-spacing: -1px;
        text-transform: uppercase;
        margin: 0; }
        #content.services #services-10 .s-caption .s-title:after {
          content: '';
          display: block;
          width: 190px;
          height: 4px;
          background: #fff;
          margin: 25px 0 30px; }
      #content.services #services-10 .s-caption .s-text {
        display: block;
        float: left;
        width: 100%;
        padding: 0;
        margin: 0;
        position: relative;
        font-size: 16px;
        line-height: 24px; }
    #content.services #services-10 .s-box-1 {
      float: right;
      color: #fff;
      width: 637px;
      position: absolute;
      top: 30px;
      right: 0; }
      #content.services #services-10 .s-box-1 .s-title {
        display: inline-block;
        float: left;
        width: 160px;
        text-align: center;
        font-size: 18px;
        text-transform: uppercase;
        font-weight: normal;
        padding-top: 123px; }
        #content.services #services-10 .s-box-1 .s-title span {
          display: block;
          width: 100%;
          font-size: 48px; }
      #content.services #services-10 .s-box-1 .s-right {
        display: inline-block;
        float: right;
        width: calc(100% - 160px);
        padding-left: 89px; }
        #content.services #services-10 .s-box-1 .s-right .s-icon {
          display: inline-block;
          float: left;
          width: 80px;
          line-height: 78px;
          text-align: center; }
          #content.services #services-10 .s-box-1 .s-right .s-icon img {
            max-width: 100%; }
        #content.services #services-10 .s-box-1 .s-right .s-text {
          display: inline-block;
          float: left;
          width: calc(100% - 80px);
          padding: 0 35px 0 15px;
          line-height: 24px; }
    #content.services #services-10 .s-box-2 {
      display: inline-block;
      float: left;
      width: 50%;
      color: #fff;
      position: absolute;
      top: 429px; }
      #content.services #services-10 .s-box-2 .s-title {
        display: inline-block;
        float: left;
        width: 161px;
        text-align: center;
        padding-top: 30px;
        font-size: 18px;
        text-transform: uppercase;
        font-weight: normal; }
        #content.services #services-10 .s-box-2 .s-title span {
          display: block;
          width: 100%;
          font-size: 48px; }
      #content.services #services-10 .s-box-2 .s-right {
        display: inline-block;
        width: calc(100% - 161px);
        float: right;
        padding-left: 135px; }
        #content.services #services-10 .s-box-2 .s-right .s-icon {
          display: inline-block;
          width: 80px;
          line-height: 60px;
          text-align: center;
          margin-left: 4px;
          padding-bottom: 30px; }
        #content.services #services-10 .s-box-2 .s-right .s-text {
          display: block;
          float: left;
          width: 100%;
          padding: 0;
          margin: 0;
          position: relative; }
    #content.services #services-10 .s-box-3 {
      display: inline-block;
      float: left;
      width: 50%;
      font-size: 18px;
      color: #fff;
      position: absolute;
      right: 0;
      top: 400px; }
      #content.services #services-10 .s-box-3 .s-title {
        display: inline-block;
        float: right;
        width: 160px;
        font-size: 18px;
        text-transform: uppercase;
        font-weight: normal;
        text-align: center;
        padding-top: 33px; }
        #content.services #services-10 .s-box-3 .s-title span {
          display: block;
          width: 100%;
          font-size: 48px; }
      #content.services #services-10 .s-box-3 .s-icon {
        float: right;
        width: 80px;
        margin-right: 133px;
        display: block;
        margin-top: 89px;
        text-align: center;
        line-height: 80px; }
      #content.services #services-10 .s-box-3 .s-text {
        display: block;
        float: left;
        width: 100%;
        padding: 0;
        margin: 0;
        position: relative;
        font-size: 14px;
        padding: 10px 110px 0 210px; }
  #content.services #services-11 {
    display: block;
    float: left;
    width: 100%;
    padding: 0;
    margin: 0;
    position: relative;
    padding: 100px 0 80px; }
    #content.services #services-11 .sl-caption {
      display: block;
      float: left;
      width: 100%;
      padding: 0;
      margin: 0;
      position: relative;
      height: 270px;
      margin-bottom: 30px;
      padding-top: 60px; }
      #content.services #services-11 .sl-caption .s-title {
        font-size: 32px;
        font-weight: bold;
        text-transform: uppercase;
        color: #606060;
        letter-spacing: -1px;
        margin: 0; }
        #content.services #services-11 .sl-caption .s-title:after {
          content: '';
          display: inline-block;
          width: 95%;
          height: 3px;
          background: #606060;
          margin: 15px 0 20px; }
      #content.services #services-11 .sl-caption .s-text {
        color: #4e4e4e;
        line-height: 24px; }
    #content.services #services-11 .sr-caption {
      display: block;
      float: left;
      width: 100%;
      padding: 0;
      margin: 0;
      position: relative;
      height: 270px;
      margin-bottom: 30px;
      background: #456878;
      padding: 35px 25px 55px;
      color: #fff; }
      #content.services #services-11 .sr-caption .s-title {
        font-size: 50px;
        font-weight: bold;
        letter-spacing: -1px;
        margin: 0px 0 20px; }
      #content.services #services-11 .sr-caption .s-text {
        line-height: 24px; }
    #content.services #services-11 .s-img {
      display: block;
      float: left;
      width: 100%;
      padding: 0;
      margin: 0;
      position: relative; }
      #content.services #services-11 .s-img img {
        max-width: 100%; }
  #content.services #services-12 {
    display: block;
    float: left;
    width: 100%;
    padding: 0;
    margin: 0;
    position: relative;
    background: #f3f3f3;
    padding: 75px 0; }
    #content.services #services-12 .s-caption {
      display: block;
      float: left;
      width: 100%;
      padding: 0;
      margin: 0;
      position: relative;
      text-align: center;
      padding-bottom: 40px; }
      #content.services #services-12 .s-caption .s-title {
        font-size: 32px;
        color: #606060;
        font-weight: bold;
        text-transform: uppercase;
        letter-spacing: -1px;
        margin: 0; }
        #content.services #services-12 .s-caption .s-title:after {
          content: '';
          display: block;
          width: 27px;
          height: 4px;
          background: #606060;
          margin: 20px auto 25px; }
      #content.services #services-12 .s-caption .s-text {
        color: #606060;
        max-width: 500px;
        margin: auto; }
    #content.services #services-12 .s-video {
      display: block;
      float: left;
      width: 100%;
      padding: 0;
      margin: 0;
      position: relative;
      padding: 60% 65px 0; }
      #content.services #services-12 .s-video iframe {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        margin: auto;
        height: 100%; }

/*Mobile*/
@media (max-width: 1200px) {
  #content.services #services-5 .s5-box .s5-img {
    width: 500px;
    margin: 33px 0; }

  #content.services #services-4 .s4-left {
    width: calc(100% - 600px); }
    #content.services #services-4 .s4-left .s4-text {
      padding-right: 25px; }

  #content.services #services-4 .s4-right {
    width: 600px; }

  #content.services #services-4 .s4-right .s4-box ul li .s4-caption {
    padding: 0 0 0 25px; }

  #content.services #services-7 .s-bottom .s-marketing-center .s-caption .s-title,
  #content.services #services-7 .s-bottom .s-marketing .s-caption .s-title,
  #content.services #services-8 .s-box .s-caption .s-title {
    font-size: 18px; }

  #content.services #services-7 .s-bottom .s-marketing-center .s-caption {
    padding-top: 55px; }

  #content.services #services-9 .s-img {
    width: 500px; }

  #content.services #services-9 .s-caption {
    width: calc(100% - 500px);
    margin: 20px 0 0; }

  #content.services #services-11 .sl-caption .s-title {
    font-size: 25px; }

  #content.services #services-11 .sr-caption .s-title {
    font-size: 40px; }

  #content.services #services-10 {
    background-size: cover;
    height: auto; }
    #content.services #services-10 .s-box-10 {
      background: transparent; }
    #content.services #services-10 .s-caption {
      padding-top: 20px;
      float: none;
      margin: auto;
      display: table;
      text-align: center; }
      #content.services #services-10 .s-caption .s-title:after {
        margin: 25px auto 30px; }
    #content.services #services-10 .s-box-1, #content.services #services-10 .s-box-2, #content.services #services-10 .s-box-3 {
      width: 100%;
      margin: 50px 0 30px;
      padding: 0;
      position: static; }
      #content.services #services-10 .s-box-1 .s-title, #content.services #services-10 .s-box-2 .s-title, #content.services #services-10 .s-box-3 .s-title {
        display: block;
        margin: auto;
        float: none;
        border: 2px solid #fff;
        line-height: 48px;
        padding: 35px 0 25px;
        margin-bottom: 30px; }
      #content.services #services-10 .s-box-1 .s-right, #content.services #services-10 .s-box-2 .s-right, #content.services #services-10 .s-box-3 .s-right {
        width: 100%;
        padding: 0;
        max-width: 450px;
        margin: auto;
        float: none;
        display: table; }
      #content.services #services-10 .s-box-1 .s-icon, #content.services #services-10 .s-box-2 .s-icon, #content.services #services-10 .s-box-3 .s-icon {
        display: none !important; }
      #content.services #services-10 .s-box-1 .s-text, #content.services #services-10 .s-box-2 .s-text, #content.services #services-10 .s-box-3 .s-text {
        padding: 0 !important;
        width: 100% !important;
        text-align: center;
        line-height: 24px; }
    #content.services #services-10 .s-box-3 .s-text {
      max-width: 450px;
      margin: auto;
      display: table;
      float: none; } }
@media (max-width: 992px) {
  #content.services #services-1 .s-top .s-box,
  #content.services #services-7 .s-top .s-box {
    display: table;
    float: none;
    width: 100%;
    padding: 0;
    margin: auto;
    text-align: center; }
    #content.services #services-1 .s-top .s-box:before,
    #content.services #services-7 .s-top .s-box:before {
      background: none; }

  #content.services #services-1 .s-top .s-box {
    max-width: 420px; }

  #content.services #services-1 .s-top .s-box .s-title:after,
  #content.services #services-7 .s-top .s-box .s-title:after {
    width: 30%;
    margin: 20px auto 15px auto; }

  #content.services #services-1 .s-content .s-img {
    padding: 40px 10% 60px;
    text-align: center; }

  #content.services #services-2 .s-title,
  #content.services #services-3 .s-title {
    padding: 0 20px; }

  #content.services #services-2 .s-text,
  #content.services #services-3 .s-text {
    padding: 0 5%; }

  #content.services #services-5 .s5-title .s5-big {
    width: 100%;
    text-align: center; }
    #content.services #services-5 .s5-title .s5-big:before {
      background: transparent; }

  #content.services #services-4 .s4-left {
    width: 100%;
    margin-bottom: 40px;
    padding: 0;
    text-align: center; }
    #content.services #services-4 .s4-left .s4-big {
      text-align: center; }
      #content.services #services-4 .s4-left .s4-big:after {
        margin: 15px auto 30px; }
    #content.services #services-4 .s4-left .s4-text {
      padding: 0 5%; }

  #content.services #services-4 .s4-right {
    width: 100%; }

  #content.services #services-4 .s4-right .s4-box ul li .s4-caption {
    padding: 0 25px 0 35px; }

  #content.services #services-5 .s5-title .s5-small {
    text-align: center; }

  #content.services #services-5 .s5-box .s5-img {
    width: auto;
    margin: 10px auto 30px;
    display: table;
    float: none; }

  #content.services #services-5 .s5-box .s5-tick {
    background: no-repeat;
    width: 100%;
    height: auto;
    margin: 0; }
    #content.services #services-5 .s5-box .s5-tick ul {
      padding: 0; }
      #content.services #services-5 .s5-box .s5-tick ul li {
        display: inline-block;
        float: left;
        background: transparent;
        margin-right: 15px;
        width: calc((100% - 30px) / 3); }
        #content.services #services-5 .s5-box .s5-tick ul li:last-child {
          margin: 0; }

  #content.services #services-5 .s5-title {
    margin: 0; }

  #content.services #services-5 .s5-box {
    background: transparent; }

  #content.services #services-6 .s6-text {
    padding: 0 5%; }

  #content.services #services-7 .s-bottom:after {
    display: none; }
  #content.services #services-7 .s-bottom .s-marketing, #content.services #services-7 .s-bottom .s-marketing-center {
    width: 100%;
    min-height: auto;
    padding: 25px 0;
    border-bottom: 2px solid #f5f5f5; }
    #content.services #services-7 .s-bottom .s-marketing:last-child, #content.services #services-7 .s-bottom .s-marketing-center:last-child {
      border: 0; }
    #content.services #services-7 .s-bottom .s-marketing .s-caption, #content.services #services-7 .s-bottom .s-marketing .s-icon, #content.services #services-7 .s-bottom .s-marketing-center .s-caption, #content.services #services-7 .s-bottom .s-marketing-center .s-icon {
      width: 100%;
      text-align: center;
      min-height: auto;
      padding: 0 0 15px; }
      #content.services #services-7 .s-bottom .s-marketing .s-caption:after, #content.services #services-7 .s-bottom .s-marketing .s-caption:before, #content.services #services-7 .s-bottom .s-marketing .s-icon:after, #content.services #services-7 .s-bottom .s-marketing .s-icon:before, #content.services #services-7 .s-bottom .s-marketing-center .s-caption:after, #content.services #services-7 .s-bottom .s-marketing-center .s-caption:before, #content.services #services-7 .s-bottom .s-marketing-center .s-icon:after, #content.services #services-7 .s-bottom .s-marketing-center .s-icon:before {
        display: none; }
      #content.services #services-7 .s-bottom .s-marketing .s-caption .s-text, #content.services #services-7 .s-bottom .s-marketing .s-icon .s-text, #content.services #services-7 .s-bottom .s-marketing-center .s-caption .s-text, #content.services #services-7 .s-bottom .s-marketing-center .s-icon .s-text {
        margin: 0; }
    #content.services #services-7 .s-bottom .s-marketing .s-img, #content.services #services-7 .s-bottom .s-marketing-center .s-img {
      border: 0 !important;
      margin-top: 20px; }
      #content.services #services-7 .s-bottom .s-marketing .s-img:before, #content.services #services-7 .s-bottom .s-marketing .s-img:after, #content.services #services-7 .s-bottom .s-marketing-center .s-img:before, #content.services #services-7 .s-bottom .s-marketing-center .s-img:after {
        display: none; }
      #content.services #services-7 .s-bottom .s-marketing .s-img .s-bimg, #content.services #services-7 .s-bottom .s-marketing-center .s-img .s-bimg {
        left: 0; }
  #content.services #services-7 .s-bottom .s-marketing-center .s-img {
    display: none;
    min-height: auto; }
    #content.services #services-7 .s-bottom .s-marketing-center .s-img:last-child {
      display: block; }

  #content.services #services-7 .s-top .s-box {
    width: 100%;
    padding: 0; }
    #content.services #services-7 .s-top .s-box:before {
      display: none; }

  #content.services #services-7 .s-top .s-box .s-description {
    max-width: 420px;
    margin: auto; }

  #content.services #services-7 {
    margin: 80px 0; }

  #content.services #services-7 .s-bottom {
    margin-top: 20px; }

  #content.services #services-8 .s-box {
    width: 100%;
    text-align: center;
    padding: 0 0 30px; }
    #content.services #services-8 .s-box .s-icon {
      margin: auto; }
      #content.services #services-8 .s-box .s-icon:before {
        display: none; }

  #content.services #services-8 .s-img {
    width: 100%;
    text-align: center;
    float: none;
    margin: auto;
    max-width: 400px;
    display: table;
    margin-top: 10px; }

  #content.services #services-9 .s-img {
    width: 100%;
    text-align: center;
    box-shadow: none; }

  #content.services #services-9 .s-caption {
    width: 100%;
    border: 0;
    text-align: center;
    padding: 50px 45px; }

  #content.services #services-9 .s-caption .s-title {
    float: none; }

  #content.services #services-11 .sl-caption,
  #content.services #services-11 .sr-caption {
    height: auto; }

  #content.services #services-11 .sl-caption .s-title {
    float: left; }

  #content.services #services-11 .sl-caption .s-text {
    display: inline-block;
    float: left;
    width: 100%; }

  #content.services #services-11 .s-img {
    margin-bottom: 30px; }

  #content.services #services-11 .sl-caption {
    border: 2px solid #456878;
    padding: 35px 25px 55px; }

  #content.services #services-11 .s-img img {
    width: 100%;
    max-width: auto; } }
@media (max-width: 767px) {
  #content.services #services-5 .s5-box .s5-tick ul li {
    font-size: 14px; }

  #content.services #services-4 .s4-right .s4-box ul li .s4-icon {
    margin-left: -64px; }

  #content.services #services-4 .s4-right .s4-box ul li .s4-caption .s4-title {
    font-size: 22px; } }
@media (max-width: 550px) {
  #content.services #services-5 .s5-box .s5-tick ul li {
    width: 100%;
    margin: 0 0 15px 0; }

  #content.services #services-4 .s4-left .s4-big {
    font-size: 54px; }

  #content.services #services-4 .s4-left .s4-text {
    padding: 0;
    font-size: 16px;
    line-height: 28px; }

  #content.services #services-4 .s4-right .s4-box ul li .s4-caption {
    width: calc(100% - 57px); }
    #content.services #services-4 .s4-right .s4-box ul li .s4-caption .s4-title {
      font-size: 20px;
      line-height: 28px; }
    #content.services #services-4 .s4-right .s4-box ul li .s4-caption .s4-text {
      font-size: 15px;
      line-height: 28px; }

  #content.services #services-4 .s4-right .s4-box ul li {
    padding-bottom: 30px; }

  #content.services #services-9 .s-caption {
    padding: 45px 0; }

  #content.services #services-10 .s-caption .s-title {
    line-height: 46px; } }
@media (max-width: 450px) {
  #content.services #services-1 .s-top .s-box .s-title,
  #content.services #services-7 .s-top .s-box .s-title {
    font-size: 34px;
    line-height: 42px; }

  #content.services #services-1 .s-content .s-img {
    padding: 20px 10px 50px; }

  #content.services #services-1 .s-content ul li:before {
    border: 0; }

  #content.services #services-1 .s-content ul li .s-icon {
    width: 70px;
    padding: 0; }

  #content.services #services-1 .s-content ul li .s-box {
    width: calc(100% - 70px); }

  #content.services #services-1,
  #content.services #services-2,
  #content.services #services-3 {
    padding: 100px 0; }

  #content.services #services-2 .s-title,
  #content.services #services-3 .s-title {
    font-size: 30px;
    line-height: 42px;
    padding: 0; }

  #content.services #services-2 .s-text,
  #content.services #services-3 .s-text {
    font-size: 16px;
    line-height: 28px;
    padding: 0; }

  #content.services #services-6 .s6-text {
    padding: 0; }

  #content.services #services-4 .s4-right {
    padding: 0; }
    #content.services #services-4 .s4-right .s4-box {
      background: transparent;
      border: 0;
      padding: 15px 0; }
      #content.services #services-4 .s4-right .s4-box ul li .s4-icon {
        display: table;
        float: none;
        margin: auto; }
        #content.services #services-4 .s4-right .s4-box ul li .s4-icon:before, #content.services #services-4 .s4-right .s4-box ul li .s4-icon:after {
          display: none; }
        #content.services #services-4 .s4-right .s4-box ul li .s4-icon .s4-ibox {
          height: 108px; }
      #content.services #services-4 .s4-right .s4-box ul li .s4-caption {
        width: 100%;
        padding: 0;
        text-align: center;
        margin-top: 10px; }
        #content.services #services-4 .s4-right .s4-box ul li .s4-caption .s4-title .s4-number {
          display: none; }
        #content.services #services-4 .s4-right .s4-box ul li .s4-caption .s4-text {
          color: #404040;
          line-height: 28px;
          font-size: 16px; }

  #content.services #services-4 .s4-left .s4-big:after {
    width: 70%; }

  #content.services #services-4 {
    padding: 70px 0 50px; }

  #content.services #services-5 .s5-title .s5-small {
    font-size: 24px;
    line-height: 32px; } }
/*CONTACT*/
#contact .list-contact {
  display: block;
  float: left;
  width: 100%;
  padding: 0;
  margin: 0;
  position: relative;
  margin: 0;
  padding: 0; }
  #contact .list-contact li {
    display: block;
    float: left;
    width: 100%;
    padding: 0;
    margin: 0;
    position: relative;
    margin-bottom: 120px;
    padding-top: 20px; }
    #contact .list-contact li:nth-child(2n) .text {
      float: right; }
    #contact .list-contact li:nth-child(2n) .contact-number {
      float: left; }
    #contact .list-contact li.orange .text h2 span {
      color: #ec7b32; }
    #contact .list-contact li.orange .contact-number .number {
      background: #fa8235; }
    #contact .list-contact li.red .text h2 span {
      color: #ec0204; }
    #contact .list-contact li.red .contact-number .number {
      background: #a20006; }
    #contact .list-contact li.green .text h2 span {
      color: #53a800; }
    #contact .list-contact li.green .contact-number .number {
      background: #498310; }
    #contact .list-contact li.purple .text h2 span {
      color: #920370; }
    #contact .list-contact li.purple .contact-number .number {
      background: #673182; }
    #contact .list-contact li .text {
      display: block;
      float: left;
      width: 100%;
      padding: 0;
      margin: 0;
      position: relative;
      width: 565px; }
      #contact .list-contact li .text h2 {
        display: block;
        font-size: 35px;
        text-transform: uppercase;
        color: #3b3b3b;
        padding-bottom: 20px;
        margin-bottom: 15px;
        border-bottom: 1px solid #e0e0e0;
        position: relative; }
        #contact .list-contact li .text h2:before {
          content: '';
          display: block;
          width: 99px;
          height: 3px;
          background: #3b3b3b;
          position: absolute;
          bottom: -2px;
          left: 0; }
        #contact .list-contact li .text h2 span {
          color: #0091bc; }
    #contact .list-contact li .contact-number {
      display: block;
      float: right;
      width: 510px;
      margin-top: 30px;
      position: relative; }
      #contact .list-contact li .contact-number .avatar {
        width: 200px;
        height: 200px;
        border: 2px solid white;
        background: white;
        position: absolute;
        left: 0;
        top: 0;
        overflow: hidden;
        border-radius: 50%; }
        #contact .list-contact li .contact-number .avatar img {
          display: block;
          width: 100%; }
      #contact .list-contact li .contact-number .ext {
        width: 100%;
        text-align: right;
        font-size: 24px;
        font-weight: 400;
        padding-right: 15px;
        text-transform: uppercase; }
        #contact .list-contact li .contact-number .ext span {
          font-size: 40px;
          color: #e20000; }
      #contact .list-contact li .contact-number .number {
        width: 90%;
        float: right;
        text-align: right;
        font-size: 40px;
        font-weight: 400;
        color: white;
        line-height: 62px;
        background: #0091bc;
        border: 9px solid #e9ebea;
        border-radius: 10px;
        padding: 0 35px;
        margin-top: -10px; }
        #contact .list-contact li .contact-number .number a {
          color: white; }

/*EMAIL*/
#content .email-1 {
  padding: 100px 0; }
  #content .email-1 .left {
    display: inline-block;
    float: left;
    width: 390px;
    margin-right: 85px; }
    #content .email-1 .left img {
      max-width: 100%; }
  #content .email-1 .right {
    display: inline-block;
    float: left;
    width: calc(100% - 475px); }
    #content .email-1 .right .title {
      margin: 0;
      font-size: 36px;
      color: #456878;
      text-transform: uppercase;
      letter-spacing: -1px;
      line-height: 50px;
      padding-top: 40px; }
      #content .email-1 .right .title:after {
        content: '';
        display: block;
        width: 100px;
        height: 4px;
        background: #456878;
        margin: 25px 0; }
    #content .email-1 .right .small-title {
      color: #3b3b3b;
      font-size: 24px;
      text-transform: uppercase;
      font-weight: 300;
      line-height: 32px; }
    #content .email-1 .right i {
      color: #2e2e2e;
      font-size: 20px;
      line-height: 32px; }
      #content .email-1 .right i .red {
        color: #d00000; }
    #content .email-1 .right .text {
      color: #2e2e2e;
      font-size: 18px;
      line-height: 28px;
      padding-top: 20px; }

#content .email-2 {
  background-size: cover !important; }
  #content .email-2 .title {
    font-size: 36px;
    margin: 0;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    padding-bottom: 135px;
    margin-top: 20px; }
  #content .email-2 .left {
    display: inline-block;
    float: left;
    width: calc(100% - 600px);
    max-width: 470px; }
    #content .email-2 .left ul {
      display: block;
      float: left;
      width: 100%;
      padding: 0;
      margin: 0;
      position: relative;
      margin-top: 20px;
      list-style-type: none; }
      #content .email-2 .left ul li {
        padding: 35px 0;
        border-bottom: 1px solid rgba(189, 189, 189, 0.4); }
        #content .email-2 .left ul li:last-child {
          border-bottom: 0; }
        #content .email-2 .left ul li .box-icon {
          display: inline-block;
          width: 50px;
          height: 50px;
          margin-right: 25px;
          border-radius: 50%;
          background: rgba(255, 255, 255, 0.9);
          position: relative; }
          #content .email-2 .left ul li .box-icon img {
            max-width: 100%;
            display: table;
            position: absolute;
            top: 0;
            bottom: 0;
            left: 0;
            right: 0;
            margin: auto; }
        #content .email-2 .left ul li .text {
          display: inline-block;
          float: right;
          width: calc(100% - 75px);
          color: #fff;
          line-height: 50px;
          font-size: 18px; }
  #content .email-2 .right {
    display: inline-block;
    float: right;
    width: 600px; }
    #content .email-2 .right img {
      max-width: 100%;
      margin-bottom: 50px; }

#content .email-3 {
  background: #f9fafc;
  padding: 85px 0 120px; }
  #content .email-3 img {
    max-width: 100%; }
  #content .email-3 .small-title {
    font-size: 20px;
    color: #343434;
    text-align: center;
    margin-bottom: 20px;
    font-weight: 300;
    line-height: 28px;
    margin-top: 0; }
  #content .email-3 .title {
    margin: 0;
    font-size: 36px;
    color: #456878;
    text-transform: uppercase;
    letter-spacing: -1px;
    text-align: center; }
    #content .email-3 .title:after {
      content: '';
      display: table;
      width: 120px;
      height: 4px;
      background: #456878;
      margin: 25px auto 50px; }

#content .email-4 {
  padding: 0;
  position: relative;
  background-size: cover !important; }
  #content .email-4 img {
    max-width: 100%; }
  #content .email-4 .caption {
    text-align: center; }
    #content .email-4 .caption h2 {
      font-size: 70px;
      color: #456878;
      text-transform: uppercase;
      margin-top: 0; }
    #content .email-4 .caption h3 {
      font-size: 40px;
      color: #242424;
      text-transform: capitalize;
      font-weight: 300; }
    #content .email-4 .caption p {
      color: #444444;
      font-size: 38px;
      margin-bottom: 20px; }

/*MODAL*/
#modal-product-detail {
  max-height: 90vh; }
  #modal-product-detail .md-content {
    max-height: 90vh;
    background: #333743; }
    #modal-product-detail .md-content .detail-top {
      display: block;
      float: left;
      width: 100%;
      padding: 0;
      margin: 0;
      position: relative;
      max-height: 90vh;
      background: #fff;
      padding: 50px 50px 50px 60px;
      color: #333743; }
      #modal-product-detail .md-content .detail-top .md-close {
        color: #000;
        font-size: 35px;
        position: absolute;
        right: 17px;
        top: 0;
        opacity: 0.2;
        text-shadow: 0 1px 0 #fff;
        cursor: pointer;
        transition: all 0.2s ease-out 0s;
        -webkit-transition: all 0.2s ease-out 0s; }
        #modal-product-detail .md-content .detail-top .md-close:hover {
          opacity: 0.6; }
      #modal-product-detail .md-content .detail-top .detail-content {
        display: block;
        float: left;
        width: 100%;
        padding: 0;
        margin: 0;
        position: relative;
        color: #9297a3;
        font-size: 16px;
        max-height: calc(90vh - 100px); }
        #modal-product-detail .md-content .detail-top .detail-content img {
          max-width: 100%; }
        #modal-product-detail .md-content .detail-top .detail-content .mCustomScrollBox {
          box-shadow: 0 1px 7px rgba(0, 0, 0, 0.2); }
      #modal-product-detail .md-content .detail-top .mCSB_scrollTools {
        opacity: 1 !important;
        margin: 0;
        right: -35px; }
      #modal-product-detail .md-content .detail-top .mCSB_dragger_bar {
        width: 6px;
        background: #cecfd1;
        opacity: 1 !important; }
      #modal-product-detail .md-content .detail-top .mCSB_draggerRail {
        width: 6px;
        background: #e6eaea; }

/*FOOTER*/
#footer {
  display: block;
  float: left;
  width: 100%;
  padding: 0;
  margin: 0;
  position: relative;
  background: #222532; }
  #footer .fr-footer {
    display: block;
    float: left;
    width: 100%;
    padding: 0;
    margin: 0;
    position: relative;
    padding: 60px 0 30px 0; }
    #footer .fr-footer .fr-box {
      display: block;
      float: left;
      width: 100%;
      padding: 0;
      margin: 0;
      position: relative;
      margin-bottom: 30px; }
      #footer .fr-footer .fr-box .fr-logo {
        display: block;
        float: left;
        width: 100%;
        padding: 0;
        margin: 0;
        position: relative;
        margin-bottom: 25px; }
        #footer .fr-footer .fr-box .fr-logo img {
          max-height: 50px; }
      #footer .fr-footer .fr-box .fr-text {
        color: #a1b1bc;
        line-height: 24px;
        font-size: 13.5px; }
      #footer .fr-footer .fr-box .fr-btitle {
        font-size: 24px;
        letter-spacing: normal;
        margin: 7px 0 38px;
        color: #fff;
        font-weight: 300; }
      #footer .fr-footer .fr-box .fr-blog {
        display: block;
        float: left;
        width: 100%;
        padding: 0;
        margin: 0;
        position: relative;
        list-style-type: none; }
        #footer .fr-footer .fr-box .fr-blog li {
          padding: 8px 0;
          display: block;
          overflow: auto; }
          #footer .fr-footer .fr-box .fr-blog li:first-child {
            padding-top: 0; }
          #footer .fr-footer .fr-box .fr-blog li .fr-caption {
            display: block;
            float: left;
            width: 100%;
            padding: 0;
            margin: 0;
            position: relative; }
            #footer .fr-footer .fr-box .fr-blog li .fr-caption .fr-ctitle {
              float: left;
              font-size: 14px;
              width: 100%;
              line-height: 20px;
              font-weight: 300;
              margin: 0; }
          #footer .fr-footer .fr-box .fr-blog li a {
            color: #a1b1bc;
            text-transform: capitalize;
            transition: all 0.2s ease-out 0s;
            -webkit-transition: all 0.2s ease-out 0s; }
            #footer .fr-footer .fr-box .fr-blog li a:hover {
              color: #fff; }
        #footer .fr-footer .fr-box .fr-blog.fr-contact li {
          color: #a1b1bc; }
          #footer .fr-footer .fr-box .fr-blog.fr-contact li a {
            width: 100%;
            display: block;
            margin: 5px 0; }
  #footer .fr-copyright {
    display: block;
    float: left;
    width: 100%;
    padding: 0;
    margin: 0;
    position: relative;
    text-align: right;
    padding: 10px 0;
    background-color: #1c1e27; }
    #footer .fr-copyright .fr-social {
      float: right; }
      #footer .fr-copyright .fr-social > div {
        width: 30px;
        height: 30px;
        float: left;
        text-align: center;
        margin: 0;
        zoom: 1;
        transition: all 0.2s ease-out 0s;
        -webkit-transition: all 0.2s ease-out 0s; }
        #footer .fr-copyright .fr-social > div a {
          font-size: 16px;
          display: block;
          line-height: 32px;
          color: #a1b1bc;
          transition: all 0.2s ease-out 0s;
          -webkit-transition: all 0.2s ease-out 0s; }
          #footer .fr-copyright .fr-social > div a:hover {
            color: #fff; }
    #footer .fr-copyright .fr-text {
      float: left;
      line-height: 32px;
      height: 32px;
      color: #a1b1bc; }
      #footer .fr-copyright .fr-text a {
        color: #fff;
        transition: all 0.2s ease-out 0s;
        -webkit-transition: all 0.2s ease-out 0s;
        margin: 0 3px; }
        #footer .fr-copyright .fr-text a:hover {
          color: #fff; }

/*PAGENAVI*/
.wp-pagenavi {
  text-align: center; }

.wp-pagenavi > span,
.wp-pagenavi > a {
  background: #fff;
  border: 1px solid #ebebeb;
  color: #bfbfbf;
  display: inline-block;
  font-size: 18px;
  font-weight: 700;
  height: 45px;
  padding: 13px 0;
  line-height: 20px;
  -webkit-transition: all 500ms ease 0s;
  transition: all 500ms ease 0s;
  width: 45px;
  border-radius: 3px;
  margin: 0 5px; }

.wp-pagenavi > span.current,
.wp-pagenavi > a:hover {
  background: #0092cf;
  color: #fff;
  border: 1px solid #0092cf; }

/*MOBILE*/
@media (min-width: 1200px) {
  .container {
    width: 1200px; } }
@media (max-width: 1200px) {
  div#blog #posts {
    padding-right: 30px; }

  section#processes .ps-box .ps-image {
    display: none; }

  #landing #section1 .box-right .list tr {
    padding: 10px 0; }

  #landing #section1 .box-right .list tr td:first-child {
    margin-right: 25px; }

  #landing #section1 .box-right .list tr td:last-child {
    font-size: 18px; }

  #landing #section2 .s2-box ul li p {
    letter-spacing: -1px; }

  #landing #section3 .s3-content ul li .s3-box .s3-text {
    font-size: 18px; }

  #landing #section3 .s3-content .s3-title {
    font-size: 23px; }

  #landing #section4 .s4-box .box-1 {
    max-width: 450px; }

  #landing #section4 .s4-box .box-2 {
    width: 100%;
    margin-top: -50px; }

  #landing #section4 .s4-box .box-2 img {
    max-width: 450px; }

  #landing #section4 .s4-box .box-3 {
    top: -20px;
    max-width: 450px; }
    #landing #section4 .s4-box .box-3:before {
      width: 100px;
      height: 200px;
      position: absolute;
      left: -100px;
      top: 170px;
      background-size: contain; }
    #landing #section4 .s4-box .box-3 .box-title {
      font-size: 32px;
      padding: 25px 0 10px; }
    #landing #section4 .s4-box .box-3 .box-content {
      padding: 25px 15px 5px 15px; }
      #landing #section4 .s4-box .box-3 .box-content .box-ctitle {
        font-size: 20px; }
      #landing #section4 .s4-box .box-3 .box-content ul li {
        font-size: 18px; }

  #landing #section5 .s5-box .s5-title {
    font-size: 26px;
    line-height: 36px; }

  #landing #section5 .s5-box .s5-intro {
    padding-top: 20px; }

  #contact .list-contact li .text {
    width: 452px; }
    #contact .list-contact li .text h2 {
      font-size: 28px; }

  #contact .list-contact li .contact-number {
    width: 408px; }
    #contact .list-contact li .contact-number .avatar {
      width: 160px;
      height: 160px; }
    #contact .list-contact li .contact-number .ext {
      font-size: 20px; }
      #contact .list-contact li .contact-number .ext span {
        font-size: 32px; }
    #contact .list-contact li .contact-number .number {
      font-size: 32px;
      border-width: 5px;
      line-height: 50px; }

  section#product .pd-detail ul li .md-trigger .pd-caption .pd-cbox {
    line-height: 187.5px; }

  section#product .pd-detail ul li {
    width: calc((100% - 60px)/3); }

  div#blog.detail #posts .post-detail .p-title {
    font-size: 28px; }

  #content .email-1 .right .small-title {
    font-size: 22px; }
    #content .email-1 .right .small-title br {
      display: none; }

  #content .email-2 .right {
    width: 50%; }

  #content .email-2 .left {
    width: 40%; }
    #content .email-2 .left li:first-child .text, #content .email-2 .left li:last-child .text {
      line-height: initial; } }
@media (max-width: 1200px) and (min-width: 992px) {
  section#welcome .w-image {
    padding-top: 150px; }

  section#blog .bg-box .bg-list .bg-detail .bg-image {
    width: 191px; }

  section#blog .bg-box .bg-list .bg-detail .bg-caption {
    width: calc(100% - 191px); }

  section#blog .bg-box .bg-list .bg-detail .bg-caption .bg-dinfo .bg-date {
    display: none; }

  section#blog .bg-box .bg-list .bg-detail .bg-caption .bg-dinfo .bg-category {
    border: 0; }

  section#blog .bg-box .bg-list .bg-detail .bg-caption .bg-cbox .bg-ctitle {
    margin: 0 0 3px; }

  section#features .ft-box .ft-list .ft-row .ft-detail .ft-dtitle span {
    line-height: initial; } }
@media (max-width: 992px) {
  #content .email-3 .title, #content .email-1 .right .title, #content .email-2 .title {
    font-size: 32px; }

  #content .email-1 .right .title:after {
    margin: 15px 0; }

  #content .email-1 .left {
    display: none; }

  #content .email-1 .right {
    width: 100%; }
    #content .email-1 .right .title {
      padding-top: 0; }
    #content .email-1 .right .small-title {
      font-size: 24px; }

  #content .email-2 .title {
    padding-bottom: 40px; }
  #content .email-2 .left {
    width: 100%;
    max-width: none; }
    #content .email-2 .left ul li {
      padding: 15px 0; }
  #content .email-2 .right {
    width: 100%;
    text-align: center;
    padding-top: 40px; }
    #content .email-2 .right img {
      margin-bottom: 0; }

  #content .email-3 .small-title {
    font-size: 18px; }

  #content .email-4 .caption h2 {
    font-size: 50px; }
  #content .email-4 .caption h3, #content .email-4 .caption p {
    font-size: 28px;
    line-height: 36px; }
  #content .email-4 .caption h3 {
    margin-bottom: 0; }

  section#welcome .w-image {
    padding: 45px 0; }

  div#blog.detail #posts .post-detail .p-title {
    font-size: 24px; }

  #banners {
    margin-top: 60px; }
    #banners .box {
      display: none; }

  #landing .header-section .left .yellow {
    font-size: 7vw; }

  #landing .header-section .left p {
    font-size: 6vw; }

  #landing .header-section {
    height: calc(100vh - 60px);
    background-position-x: -100px !important; }

  section#features .ft-box {
    width: 100%; }
    section#features .ft-box:first-child .ft-img {
      margin-bottom: 40px;
      text-align: center; }
      section#features .ft-box:first-child .ft-img.one {
        padding: 0 !important; }
      section#features .ft-box:first-child .ft-img img {
        max-width: 350px; }
    section#features .ft-box:nth-child(2) {
      margin-bottom: 0; }
      section#features .ft-box:nth-child(2) .ft-img {
        text-align: center; }
        section#features .ft-box:nth-child(2) .ft-img img {
          max-width: 400px; }
      section#features .ft-box:nth-child(2) .ft-list {
        margin: 0; }
    section#features .ft-box .ft-img.one {
      display: block !important;
      padding: 50px 0 !important; }
    section#features .ft-box .ft-img.two {
      display: none !important; }
    section#features .ft-box .ft-list {
      margin-top: 20px; }

  section#benefit,
  section#processes {
    background-size: cover; }

  section#benefit .b-box .b-canvas {
    width: 50%;
    margin-bottom: 50px; }

  section#welcome .w-box .w-title,
  section#benefit .b-title,
  section#pricing .pc-title,
  section#processes .ps-title,
  section#features .ft-title,
  section#product .pd-title,
  section#blog .bg-title {
    font-size: 26px; }

  #top-header, #header {
    display: none; }

  #header-responsive {
    display: block; }

  section#services {
    padding: 80px 0 100px; }

  section#services .sv-box {
    margin-top: 100px; }

  section#welcome {
    padding: 60px 0; }

  section#welcome .w-box {
    padding: 0 0 45px; }

  section#benefit .b-title {
    width: 90%;
    float: none;
    margin: 20px auto; }

  section#benefit .b-text,
  section#pricing .pc-text {
    width: 80%; }

  section#benefit .b-box .b-canvas .b-circle .b-caption {
    margin-top: 25px; }

  section#benefit .b-box .b-canvas .b-circle .b-caption .b-ctext {
    padding: 0 11%; }

  section#pricing .pc-box {
    float: none;
    width: 80%;
    margin: 50px auto 0; }

  section#pricing .pc-contact .pc-cleft {
    width: 100%;
    text-align: center; }

  section#pricing .pc-contact .pc-cright {
    width: 100%;
    text-align: center;
    padding: 0; }
    section#pricing .pc-contact .pc-cright a {
      float: none; }

  section#processes .ps-box {
    padding: 40px 10% 0; }
    section#processes .ps-box li {
      float: left !important;
      max-width: 500px;
      padding: 20px 0;
      min-height: auto; }
    section#processes .ps-box .ps-left, section#processes .ps-box .ps-right {
      width: 100%;
      padding-top: 0; }

  section#blog .bg-box .bg-slider .slick-prev {
    right: 150px; }

  section#blog .bg-box .bg-slider .slick-next {
    right: 110px; }

  section#blog .bg-box .bg-slider .bg-big .bg-caption {
    max-width: 570px;
    margin: auto;
    left: 0;
    right: 0; }

  section#blog .bg-box .bg-slider .bg-big img {
    margin: auto; }

  section#blog .bg-box .bg-list {
    float: none;
    margin: 30px auto;
    position: relative;
    max-width: 570px; }

  #landing #section2 .s2-box .s2-img {
    display: block;
    float: left;
    width: 100%;
    padding: 0;
    margin: 0;
    position: relative;
    text-align: center;
    margin-bottom: 40px; }

  #landing #section2 .s2-box .s2-img img {
    display: inline; }

  #landing #section2 .s2-box ul li {
    height: 100px; }

  #footer .fr-footer {
    padding: 90px 20% 30px; }

  #landing #section1 .s1-box .s1-text {
    width: 100%; }

  #landing #section1 .box-right {
    padding: 50px 0 0 0; }

  #landing #section5 .s5-box {
    padding: 0 0 45px; }

  #landing #section4 {
    padding: 100px 0; }

  #landing #section4 .s4-box .box-1 {
    max-width: 100%;
    display: table;
    margin: auto;
    float: none; }

  #landing #section4 .s4-box .box-2 {
    display: none; }

  #landing #section4 .s4-box .box-3 {
    position: inherit;
    display: table;
    margin: 50px auto 0;
    position: static;
    max-width: 480px; }
    #landing #section4 .s4-box .box-3:before {
      display: none; }

  #content #landing {
    margin-top: 60px; }

  #landing #section2 .s2-box ul.s2-left li {
    text-align: left;
    padding: 0 0 0 60px; }

  #landing #section2 .s2-box ul.s2-left li:after {
    right: auto;
    left: 0; }

  #landing #section5 .s5-box form .group .button {
    margin: 0 auto 30px auto; }

  section#processes .ps-box .ps-right li .ps-img {
    float: left;
    margin: 0 29px 0 0; }

  section#processes .ps-box .ps-right li .ps-caption {
    float: left;
    text-align: left; }

  div#blog #posts {
    width: calc(100% - 270px); }

  div#blog #sidebar {
    width: 270px; }

  #contact .list-contact li .text, #contact .list-contact li .contact-number {
    width: 100%; }

  #contact .list-contact li .text h2 {
    font-size: 24px; }

  #contact .list-contact li .contact-number .number {
    font-size: 20px; }

  section#product .pd-detail ul li .md-trigger .pd-caption .pd-cbox {
    line-height: 218.75px; }

  section#product .pd-detail ul li {
    width: calc((100% - 40px)/2); } }
@media (max-width: 767px) {
  #banner-short {
    height: 250px;
    margin-top: 60px; }

  section#product .pd-detail,
  section#product .pd-filter {
    display: none; }

  section#product .pd-detail-slider .pd-slider {
    display: block; }

  div#blog.detail {
    margin-top: 60px; }

  div#blog #posts .post .p-caption .p-title {
    font-size: 22px;
    line-height: 30px; }

  div#blog #posts .post .p-caption .p-content,
  div#blog.detail #posts .post-detail .p-content {
    font-size: 16px; }

  div#blog.detail #posts .post-detail .p-content {
    padding: 30px 0; }

  section#features,
  section#processes {
    padding: 60px 0; }

  section#product .pd-text {
    width: 80%; }

  section#product .pd-detail ul li {
    width: 50%; }

  section#product .pd-detail ul li a .pd-caption {
    padding: 20% 20px 15%; }

  #landing #section1 .box-left .text {
    padding: 5px 0 55px 0; }

  #landing #section3 .s3-content ul li .s3-box {
    min-height: auto;
    margin: 30px 0; }

  #landing #section3 .s3-content {
    padding-bottom: 60px; }

  #landing #section5 .s5-box form .group .box.other {
    width: 100%;
    margin: 0 0 30px !important; }
  #landing #section5 .s5-box form .group .box input[type=text], #landing #section5 .s5-box form .group .box input[type=email], #landing #section5 .s5-box form .group .box input[type=phone] {
    width: 100%; }

  #landing #section3 .s3-header .s3-computer img {
    max-width: 100%; }

  #landing #section2 .s2-title .left span.gradient {
    margin-top: -65px; }

  #landing #section2 .s2-title .right {
    padding: 0;
    margin: 0;
    line-height: 38px; }

  #landing #section2 .s2-title {
    width: auto; }

  section#blog .bg-box .bg-list .bg-detail .bg-caption .bg-dinfo .bg-category {
    width: 100%;
    padding: 10px 20px 0 20px;
    border: 0; }

  section#blog .bg-box .bg-list .bg-detail .bg-caption .bg-dinfo .bg-date {
    padding: 0 20px 10px 20px;
    font-size: 13px;
    color: #c8d3db; }

  section#blog .bg-box .bg-slider .slick-prev {
    right: 95px; }

  section#blog .bg-box .bg-slider .slick-next {
    right: 60px; }

  div#blog #posts,
  div#blog #sidebar {
    width: 100%;
    padding: 30px 0;
    max-width: 450px;
    margin: auto;
    display: table;
    position: relative;
    float: none; }

  div#blog #sidebar {
    padding: 50px 0 100px 0; }

  section#blog .bg-box .bg-slider {
    display: none; }

  section#blog .bg-box .bg-list {
    max-width: 300px; }

  section#blog .bg-box .bg-list .bg-detail .bg-image,
  section#blog .bg-box .bg-list .bg-detail .bg-caption {
    width: 100%; } }
@media (max-width: 550px) {
  section#blog .bg-box .bg-slider .slick-next,
  section#blog .bg-box .bg-slider .slick-prev {
    bottom: 105px; }

  section#blog .bg-box .bg-slider .bg-big img {
    max-width: 300px; }

  section#blog .bg-box .bg-slider .bg-big .bg-caption {
    position: relative;
    bottom: 80px;
    height: 80px;
    padding: 20px 30px;
    max-width: 300px;
    margin: auto; }
    section#blog .bg-box .bg-slider .bg-big .bg-caption .bg-ctext {
      display: none; }

  section#product .slick-prev,
  section#product .slick-next {
    display: none !important; }

  section#product .slick-prev {
    left: 35%; }

  section#product .slick-next {
    right: 35%; }

  section#product .slick-prev:before,
  section#product .slick-next:before {
    color: #fff;
    opacity: 1;
    font-size: 22px !important;
    display: block;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background: #456878;
    z-index: 9999;
    font: normal normal normal 14px/1 FontAwesome;
    padding: 5px 5px;
    border-radius: 3px; }

  section#product .slick-prev:before {
    content: "\f104"; }

  section#product .slick-next:before {
    content: "\f105"; }

  section#blog .bg-box .bg-list {
    margin: auto; }

  section#blog .bg-box .bg-list .bg-detail .bg-image {
    float: none;
    max-width: 300px;
    margin: auto;
    width: 100%; }

  section#blog .bg-box .bg-list .bg-detail .bg-caption {
    float: none;
    width: 100%;
    max-width: 300px;
    margin: auto; }

  section#blog .bg-box .bg-slider .bg-big .bg-caption .bg-ctitle a {
    display: block;
    float: left;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }

  section#blog .bg-text {
    width: 80%; }

  section#features .ft-box:nth-child(2) .ft-img img {
    max-width: 100%; }

  #landing #section5 .s5-box .s5-intro .comment {
    font-size: 18px;
    padding: 15px 20px; }

  #landing #section6 .s6-box .s6-services .s6-row .s6-col {
    width: 100%; }

  div#blog.detail #banner .title span {
    font-size: 30px; }

  div#blog.detail #posts .post-detail .p-content blockquote {
    margin: 30px 0;
    padding: 20px 30px; }

  section#pricing .pc-contact .pc-cleft {
    margin-bottom: 20px; }

  #banner-short {
    height: 200px; }

  #content .email-1 {
    padding: 50px 0; }
    #content .email-1 .right .small-title {
      font-size: 20px; }
    #content .email-1 .right i, #content .email-1 .right .text {
      font-size: 16px; }

  #content .email-4 .caption h2 {
    font-size: 36px;
    padding-top: 10px; }
  #content .email-4 .caption h3, #content .email-4 .caption p {
    font-size: 18px;
    line-height: 26px;
    padding: 0 20px; }

  #content .email-3 .title, #content .email-1 .right .title, #content .email-2 .title {
    font-size: 26px; }

  #content .email-3 {
    padding: 50px 0; }

  #content .email-2 .title {
    padding-bottom: 20px; } }
@media (max-width: 450px) {
  div#blog.detail #posts .post-detail .p-title,
  div#blog.detail #posts .post-detail .p-content h2 {
    font-size: 22px; }

  #landing .header-section .left .yellow {
    font-size: 36px;
    max-width: 90%;
    display: table;
    margin: auto; }

  #landing .header-section .left p {
    font-size: 32px;
    color: #456878; }

  #landing #section4 .s4-box .box-3 .box-title {
    font-size: 24px; }

  #landing #section6 .s6-box .s6-faq li .s6-btitle {
    padding: 5px 25px 5px 16px;
    line-height: 24px; }

  #landing #section3 .s3-header .s3-caption .s3-smalltitle br {
    display: none; }

  section#benefit {
    background-position: left !important; }

  section#features .ft-title {
    font-size: 24px; }

  div#blog.detail #posts .post-detail .p-sharing span {
    padding: 0 5px;
    width: 75px; }

  div#blog.detail #posts .post-detail .p-sharing ul {
    width: calc(100% - 75px); }

  section#pricing .pc-contact .pc-cright a {
    padding: 15px 10px;
    text-align: center;
    font-size: 14px; }

  #footer .fr-copyright {
    padding: 15px 0; }

  section#services {
    padding: 20px 5% 100px; }

  section#processes .ps-box {
    padding: 40px 0 0; }

  section#features .ft-box .ft-list .ft-row {
    display: flex;
    flex-direction: column; }

  section#features .ft-box .ft-list .ft-row .ft-detail {
    width: 100%;
    padding: 0 !important;
    flex: none; }
    section#features .ft-box .ft-list .ft-row .ft-detail:first-child {
      order: 1;
      -webkit-order: 1; }
    section#features .ft-box .ft-list .ft-row .ft-detail:nth-child(2) {
      order: 3;
      -webkit-order: 3; }
    section#features .ft-box .ft-list .ft-row .ft-detail:nth-child(3) {
      order: 2;
      -webkit-order: 2; }
    section#features .ft-box .ft-list .ft-row .ft-detail:last-child {
      order: 4;
      -webkit-order: 4; }

  section#product .pd-detail ul li {
    width: 100%; }

  section#product .pd-filter {
    display: none;
    height: auto;
    border: 0;
    padding: 0 20px; }
    section#product .pd-filter .pd-list {
      border-top: 1px solid #ecf0f1;
      border-bottom: 1px solid #ecf0f1; }
      section#product .pd-filter .pd-list li {
        width: 100%;
        text-align: center; }

  section#product .pd-detail {
    display: none; }

  section#product .pd-detail ul {
    padding: 0 20px; }

  #footer .fr-footer {
    padding: 90px 20px 30px; }

  #footer .fr-copyright .fr-social {
    margin: 0 auto 10px;
    display: table;
    float: none; }

  #footer .fr-copyright .fr-text {
    display: block;
    width: 100%;
    text-align: center; }

  section#features .ft-box:first-child .ft-img img,
  section#processes .ps-box .ps-image img,
  section#welcome .w-image img,
  #footer .fr-footer .fr-box .fr-logo img {
    max-width: 100%; }

  #landing #section1 .box-right .box-google {
    max-width: 200px;
    display: table;
    margin: auto;
    float: none; }

  #landing #section2 .s2-box ul li {
    height: auto;
    margin-bottom: 20px; }

  #landing #section3 .s3-content .s3-title {
    font-size: 18px;
    padding: 4px 0 0 0; }

  #landing #section3 .s3-content ul {
    margin-top: 40px; }

  #landing #section4 .s4-box .box-3 .box-content ul li {
    font-size: 16px;
    margin-top: 15px;
    padding: 0 0 0 20px;
    letter-spacing: -1px; }
    #landing #section4 .s4-box .box-3 .box-content ul li:before {
      top: 0;
      bottom: 0;
      margin: auto; }

  #landing #section4 .s4-box .box-3 .box-content .box-ctitle {
    font-size: 18px;
    letter-spacing: -1px; }

  #landing #section6 .s6-box .s6-faq {
    margin-top: 15px; }

  #landing #section6 .s6-box.services {
    padding-top: 0; }

  #landing #section6 .s6-box .s6-services {
    margin-top: 15px; }
    #landing #section6 .s6-box .s6-services:before {
      display: none; }
    #landing #section6 .s6-box .s6-services .s6-row {
      margin-bottom: 0; }
      #landing #section6 .s6-box .s6-services .s6-row:first-child {
        padding-bottom: 0; }
      #landing #section6 .s6-box .s6-services .s6-row:last-child {
        padding-top: 0; }
        #landing #section6 .s6-box .s6-services .s6-row:last-child .s6-col:last-child {
          margin: 0; }
      #landing #section6 .s6-box .s6-services .s6-row .s6-col {
        width: 100%;
        margin-bottom: 25px; }

  #landing #section5 .s5-box {
    padding: 0; }

  #modal-product-detail {
    width: 100%;
    height: 100vh;
    max-height: 100vh; }
    #modal-product-detail .md-content {
      height: 100vh;
      max-height: 100vh; }
      #modal-product-detail .md-content .detail-top {
        height: 100vh;
        max-height: 100vh; }
        #modal-product-detail .md-content .detail-top .detail-content {
          max-height: calc(100vh - 100px); }

  section#benefit .b-box .b-canvas .b-circle .b-number {
    width: 90px;
    height: 90px; }
    section#benefit .b-box .b-canvas .b-circle .b-number .b-percent {
      width: 100%;
      height: 100%; }

  section#benefit .b-box .b-canvas .b-circle .b-caption .b-ctitle {
    margin: 0 auto 15px;
    width: 80%; }

  section#product .pd-title {
    margin-top: 0; } }
@media (max-width: 380px) {
  #contact .list-contact li .contact-number .number {
    font-size: 16px;
    padding-right: 15px; } }
@media (max-width: 330px) {
  #landing #section3 .s3-header .s3-caption .s3-bigtitle {
    font-size: 26px; }

  #landing #section3 .s3-header .s3-caption .s3-smalltitle {
    font-size: 18px; } }
@media (max-width: 767px) and (min-width: 330px) {
  .container {
    padding-right: 35px;
    padding-left: 35px; } }
@media (max-height: 700px) {
  section#processes .ps-box li {
    padding: 25px 0; }

  section#processes .ps-box .ps-image {
    top: 44px; } }

