a, a:hover, a:focus, a:active {
  text-decoration: none;
  color: inherit;
  outline: none; }

ol, ul, li {
  padding: 0;
  list-style: none;
  margin: 0; }

label {
  font-weight: normal; }

input[type="text"], input[type="email"], input[type="password"] {
  padding-left: 12px;
  padding-right: 12px; }

select {
  padding-left: 8px; }

input[type="number"] {
  padding-left: 5px; }

textarea {
  padding: 8px 12px 5px 12px; }

input, textarea, select, button, a {
  outline: none; }

button {
  border: none;
  background: none; }

img {
  max-width: 100%;
  vertical-align: middle;
  -webkit-object-fit: cover;
  -moz-object-fit: cover;
  -ms-object-fit: cover;
  -o-object-fit: cover;
  object-fit: cover; }

.relative {
  position: relative; }

.static {
  position: static; }

.absolute {
  position: absolute; }

.text-justify {
  text-align: justify; }

.clearfix:before, .clearfix:after {
  content: '';
  display: block;
  clear: both; }

.row-ibl {
  font-size: 0; }
  .row-ibl > [class^="col-"] {
    font-size: 14px;
    float: none;
    display: inline-block;
    vertical-align: top; }
  .row-ibl:after {
    content: '';
    display: inline-block;
    width: 100%; }
  .row-ibl.mid > [class^="col-"] {
    vertical-align: middle; }
  .row-ibl.bot > [class^="col-"] {
    vertical-align: bottom; }
  .row-ibl > [class^="col-"].i-mid {
    vertical-align: middle; }
  .row-ibl > [class^="col-"].i-top {
    vertical-align: top; }
  .row-ibl > [class^="col-"].i-bot {
    vertical-align: bottom; }

.col-xs-f20, .col-sm-f20, .col-md-f20, .col-lg-f20,
.col-xs-f80, .col-sm-f80, .col-md-f80, .col-lg-f80 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px; }

@font-face {
  font-family: 'Roboto';
  src: url("../fonts/Roboto-Regular.ttf") format("truetype"); }
@font-face {
  font-family: 'Roboto';
  src: url("../fonts/Roboto-Light.ttf") format("truetype");
  font-weight: 300; }
@font-face {
  font-family: 'Roboto';
  src: url("../fonts/Roboto-Medium.ttf") format("truetype");
  font-weight: 500; }
@font-face {
  font-family: 'Roboto';
  src: url("../fonts/Roboto-Black.ttf") format("truetype");
  font-weight: 800; }
@font-face {
  font-family: 'Roboto';
  src: url("../fonts/Roboto-Bold.ttf") format("truetype");
  font-weight: bold; }
@font-face {
  font-family: 'RobotoCondensed';
  src: url("../fonts/RobotoCondensed-Regular.ttf") format("truetype"); }
@font-face {
  font-family: 'RobotoCondensed';
  src: url("../fonts/RobotoCondensed-Bold.ttf") format("truetype");
  font-weight: bold; }
.col-xs-f20 {
  float: left;
  width: 20%; }

.col-xs-f80 {
  float: left;
  width: 80%; }

@media (min-width: 768px) {
  .col-sm-f20 {
    float: left;
    width: 20%; }

  .col-sm-f80 {
    float: left;
    width: 80%; } }
@media (min-width: 992px) {
  .col-md-f20 {
    float: left;
    width: 20%; }

  .col-md-f80 {
    float: left;
    width: 80%; } }
@media (min-width: 1200px) {
  .col-lg-f20 {
    float: left;
    width: 20%; }

  .col-lg-f80 {
    float: left;
    width: 80%; } }
.pad-0 {
  padding-left: 0px;
  padding-right: 0px; }

.pad-5 {
  padding-left: 5px;
  padding-right: 5px; }

.pad-8 {
  padding-left: 8px;
  padding-right: 8px; }

.pad-10 {
  padding-left: 10px;
  padding-right: 10px; }

.margin-auto {
  margin-left: auto;
  margin-right: auto; }

.col-mar-0 {
  margin-left: 0px;
  margin-right: 0px; }

.col-mar-0 > div[class^="col-"] {
  padding-left: 0px;
  padding-right: 0px; }

.col-mar-5 {
  margin-left: -5px;
  margin-right: -5px; }

.col-mar-5 > div[class^="col-"] {
  padding-left: 5px;
  padding-right: 5px; }

.col-mar-8 {
  margin-left: -8px;
  margin-right: -8px; }

.col-mar-8 > div[class^="col-"] {
  padding-left: 8px;
  padding-right: 8px; }

.col-mar-10 {
  margin-left: -10px;
  margin-right: -10px; }

.col-mar-10 > div[class^="col-"] {
  padding-left: 10px;
  padding-right: 10px; }

.delay02 {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s; }

.delay04 {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s; }

.delay06 {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s; }

.c-img {
  display: block;
  position: relative;
  padding-top: 100%; }
  .c-img img, .c-img .bg {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    border-radius: inherit; }

.p-history .col .icon img, .p-history .item .icon img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  margin: auto; }

.hv-over {
  display: block;
  position: relative; }
  .hv-over:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: inherit;
    pointer-events: none;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    pointer-events: none; }
  .hv-over:hover:after {
    background: rgba(255, 255, 255, 0.3); }

.hv-scale {
  overflow: hidden;
  display: block; }
  .hv-scale img {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
  .hv-scale:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1); }

.hv-light {
  display: inline-block;
  vertical-align: top;
  position: relative;
  overflow: hidden;
  background: #fff; }
  .hv-light:before, .hv-light:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    pointer-events: none; }
  .hv-light:before {
    right: 0;
    bottom: 0;
    background: none;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
  .hv-light:after {
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.3);
    -webkit-transition: 0.75s ease-in-out;
    transition: 0.75s ease-in-out;
    -webkit-transform: scale3d(2, 1.5, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -100%, 0);
    transform: scale3d(2, 1.5, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -100%, 0); }
  .hv-light:hover:before {
    background: rgba(242, 211, 0, 0.2); }
  .hv-light:hover:after {
    -webkit-transform: scale3d(2, 1.5, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 100%, 0);
    transform: scale3d(2, 1.5, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 100%, 0); }

.bg {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover; }

.smooth {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }

@media all and (max-width: 1199px) {
  .md-left {
    text-align: left; }

  .md-center {
    text-align: center; }

  .md-right {
    text-align: right; } }
@media all and (max-width: 991px) {
  .sm-left {
    text-align: left; }

  .sm-center {
    text-align: center; }

  .sm-right {
    text-align: right; } }
@media all and (max-width: 767px) {
  .xs-left {
    text-align: left; }

  .xs-center {
    text-align: center; }

  .xs-right {
    text-align: right; }

  .xs-pad-7 {
    margin: 0 -7px; }
    .xs-pad-7 > [class^="col-"] {
      padding: 0 7px; }

  .xs-pad-5 {
    margin: 0 -5px; }
    .xs-pad-5 > [class^="col-"] {
      padding: 0 5px; } }
.table {
  display: table;
  margin: 0; }
  .table .line {
    display: table-row; }
  .table .cell {
    display: table-cell;
    vertical-align: middle; }

.ic {
  display: inline-block;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain; }

body {
  font-size: 14px;
  font-family: "Roboto";
  line-height: 1.5;
  color: #333; }

.s-content ol {
  list-style: decimal;
  margin-left: 15px;
  margin-bottom: 10px; }
.s-content ul {
  list-style: initial;
  margin-left: 15px;
  margin-bottom: 10px; }
.s-content li {
  list-style: inherit;
  margin-bottom: 5px; }
.s-content p {
  margin-bottom: 10px; }
.s-content img {
  display: block;
  max-width: 100%;
  margin: 10px auto;
  width: auto !important;
  height: auto !important; }
.s-content table, .s-content iframe {
  max-width: 100%; }

.s-social .fb_iframe_widget, .s-social a.pinterest {
  display: inline-block;
  vertical-align: top;
  margin-top: -1px; }

.slick-list {
  margin: 0 -15px; }
  .slick-list .slick-slide {
    margin: 0 15px; }

.slick-arrow {
  cursor: pointer;
  z-index: 1;
  text-align: center;
  position: absolute; }

.slick-dots {
  text-align: center; }
  .slick-dots button {
    display: none; }
  .slick-dots li {
    display: inline-block;
    vertical-align: middle;
    margin: 0 5px;
    width: 12px;
    height: 12px;
    border: solid 2px #666;
    border-radius: 50%;
    cursor: pointer; }
    .slick-dots li.slick-active {
      background: #666; }

.delay02 {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s; }

.delay04 {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s; }

.delay06 {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s; }

.delay08 {
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s; }

.delay10 {
  -webkit-animation-delay: 1s;
  animation-delay: 1s; }

.delay12 {
  -webkit-animation-delay: 1.2s;
  animation-delay: 1.2s; }

.dura5 {
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s; }

.dura15 {
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s; }

.dura20 {
  -webkit-animation-duration: 2s;
  animation-duration: 2s; }

.dura100 {
  -webkit-animation-duration: 10s;
  animation-duration: 10s; }

.p-banner {
  position: relative;
  z-index: 1;
  color: #fff;
  margin-bottom: 40px;
  padding-bottom: 42px;
  padding-top: 170px; }
  .p-banner:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    background: rgba(2, 82, 149, 0.66); }
  .p-banner .title {
    text-transform: uppercase;
    font-size: 34px;
    font-weight: bold;
    margin-bottom: -4px; }
  .p-banner .breadcrumbs li {
    display: inline-block;
    vertical-align: middle; }
    .p-banner .breadcrumbs li:not(:last-child):after {
      content: '/';
      margin-left: 8px;
      margin-right: 4px; }
    .p-banner .breadcrumbs li a:hover {
      text-decoration: underline; }

.p-about {
  margin-top: 60px;
  margin-bottom: 75px; }
  .p-about .img {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    z-index: 1;
    margin-top: 15px; }
    .p-about .img:after {
      content: '';
      position: absolute;
      top: -15px;
      right: 40px;
      bottom: 40px;
      left: -15px;
      z-index: -1;
      background: #f3f2f2; }
    .p-about .img img {
      display: block; }
  .p-about h3 {
    font-size: 20px;
    font-weight: 300;
    color: #04447a;
    text-transform: uppercase;
    margin-bottom: 8px;
    margin-top: 7px; }
  .p-about h2 {
    font-size: 36px;
    color: #064071;
    text-transform: uppercase;
    line-height: 1;
    margin-bottom: 28px; }
    .p-about h2:after {
      content: '';
      display: inline-block;
      vertical-align: bottom;
      height: 2px;
      background: #064071;
      width: 132px;
      margin-left: 5px;
      margin-bottom: 6px; }
  .p-about .s-content {
    color: #444;
    font-size: 15px;
    line-height: 26px; }
    .p-about .s-content p {
      margin-bottom: 20px; }

.p-portfolio {
  background: #f8f8f8;
  margin-bottom: 75px; }

.portfolio {
  position: relative;
  padding-top: 40px;
  z-index: 1;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }
  .portfolio .title {
    text-transform: uppercase;
    text-align: center;
    font-size: 18px;
    font-weight: normal;
    margin-bottom: 15px; }
  .portfolio .img {
    display: block; }
    .portfolio .img img {
      display: block;
      width: 100%; }
  .portfolio .ct {
    font-size: 15px;
    line-height: 26px;
    padding: 20px 10px 8px 10px;
    text-align: justify; }
    .portfolio .ct ul li {
      line-height: 26px;
      padding-left: 22px;
      position: relative;
      /*margin-bottom: 12px;*/ }
      .portfolio .ct ul li:last-child {
        margin-bottom: 0; }
      .portfolio .ct ul li:before {
        font-family: 'FontAwesome';
        content: "\f05d";
        position: absolute;
        left: 0;
        display: inline-block;
        font-size: 14px;
        color: inherit; }
  .portfolio:after {
    content: '';
    position: absolute;
    top: -15px;
    right: 0;
    bottom: -15px;
    left: 0;
    z-index: -1;
    background: #064071;
    -webkit-transition: inherit;
    transition: inherit;
    opacity: 0; }
  .portfolio:hover {
    color: #fff; }
    .portfolio:hover:after {
      opacity: 1; }
    .portfolio:hover .title a:hover {
      text-decoration: underline; }

.p-history {
  position: relative;
  padding-top: 46px;
  margin-top: 75px;
  padding-bottom: 14px;
  margin-bottom: 60px;
  z-index: 1; }
  .p-history .col {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    width: 3px;
    background: #34495e;
    margin-left: -1px;
    z-index: -1; }
    .p-history .col .icon {
      width: 72px;
      height: 72px;
      border-radius: 50%;
      background: #34495e;
      position: absolute;
      display: block;
      bottom: 100%;
      left: 50%;
      margin-left: -36px; }
    .p-history .col:after {
      content: '';
      height: 40px;
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      background-image: url("../images/cs-col-bg.png");
      background-position: bottom center; }
  .p-history .his-row {
    margin-bottom: 28px; }
  .p-history .item {
    background: #77bf37;
    border-radius: 5px;
    position: relative;
    font-size: 15px;
    padding: 0px 52px 0px 25px;
    margin: 0 45px 0 45px;
    height: 125px; }
    .p-history .item .table {
      height: 100%; }
    .p-history .item:after {
      content: '';
      width: 0;
      height: 0;
      border-top: 8px solid transparent;
      border-right: 13px solid #77bf37;
      border-bottom: 8px solid transparent;
      position: absolute;
      left: -13px;
      top: 42px;
      margin-top: -8px; }
    .p-history .item:before {
      content: '';
      width: 30px;
      height: 30px;
      background-image: url("../images/cs-dot.png");
      background-size: 100% 100%;
      position: absolute;
      left: -60px;
      top: 27px;
      z-index: 1; }
    .p-history .item .title {
      font-size: 16px;
      font-weight: 500;
      text-transform: uppercase;
      margin-bottom: 7px; }
    .p-history .item p {
      line-height: 21px;
      /*max-height: 63px;*/
      overflow: hidden;
      margin-bottom: 0; }
    .p-history .item .icon {
      width: 90px;
      height: 90px;
      display: block;
      position: absolute;
      background: inherit;
      border-radius: 50%;
      border: solid 5px #fff;
      top: -12px;
      right: -33px; }
    .p-history .item .year {
      position: absolute;
      background: inherit;
      line-height: 40px;
      width: 106px;
      border-radius: 5px;
      text-align: right;
      padding-right: 25px;
      right: 100%;
      margin-right: 90px;
      top: 22px; }
      .p-history .item .year:after {
        content: '';
        width: 0;
        height: 0;
        border-top: 8px solid transparent;
        border-left: 13px solid #77bf37;
        border-bottom: 8px solid transparent;
        position: absolute;
        right: -13px;
        top: 50%;
        margin-top: -8px; }
    .p-history .item.v2 {
      background: #efbf00; }
      .p-history .item.v2:after, .p-history .item.v2 .year:after {
        border-right-color: #efbf00;
        border-left-color: #efbf00; }
    .p-history .item.v3 {
      background: #00ace5; }
      .p-history .item.v3:after, .p-history .item.v3 .year:after {
        border-right-color: #00ace5;
        border-left-color: #00ace5; }
    .p-history .item.v4 {
      background: #e77d20; }
      .p-history .item.v4:after, .p-history .item.v4 .year:after {
        border-right-color: #e77d20;
        border-left-color: #e77d20; }
    .p-history .item.v5 {
      background: #e84a3a; }
      .p-history .item.v5:after, .p-history .item.v5 .year:after {
        border-right-color: #e84a3a;
        border-left-color: #e84a3a; }
    .p-history .item.v6 {
      background: #19bd9b; }
      .p-history .item.v6:after, .p-history .item.v6 .year:after {
        border-right-color: #19bd9b;
        border-left-color: #19bd9b; }
    .p-history .item.first-child:after,
    .p-history .item.first-child .year:after {
      border-right-color: #71d0ec;
      border-left-color: #71d0ec; }

.p-tree {
  background: #f9f9f9;
  padding-top: 42px;
  padding-bottom: 62px; }
  .p-tree .title {
    text-align: center;
    text-transform: uppercase;
    font-size: 30px;
    font-weight: normal;
    margin-bottom: 35px; }

.trees .item {
  line-height: 57px;
  border: solid 2px;
  border-radius: 5px;
  width: 190px;
  text-align: center;
  margin: auto;
  background: #fff;
  position: relative;
  max-width: 100%; }
  .trees .item.v2 {
    width: 136px; }
  .trees .item span {
    display: inline-block;
    vertical-align: middle;
    line-height: 22px;
    font-weight: bold;
    text-transform: uppercase; }
.trees .col-8 {
  float: left;
  width: 12.5%;
  min-height: 1px; }
.trees .lv-1 {
  margin-bottom: 57px; }
  .trees .lv-1 .item {
    border-color: #c43434; }
    .trees .lv-1 .item .arrows img {
      position: absolute;
      top: 28px; }
      .trees .lv-1 .item .arrows img:nth-child(1) {
        top: 100%;
        height: 55px;
        margin-top: 2px;
        left: 50%;
        margin-left: -5px; }
      .trees .lv-1 .item .arrows img:nth-child(2) {
        top: 310%;
        height: 55px;
        margin-top: 2px;
        left: 50%;
        margin-left: -5px;}
      /*.trees .lv-1 .item .arrows img:nth-child(3) {
        top: 100%;
        margin-top: 2px;
        left: 50%;
        margin-left: -5px; }*/
.trees .lv-2 {
  margin-bottom: 60px; }
  .trees .lv-2 .item {
    border-color: #dbac06;
    display: inline-block;
    vertical-align: top;
    margin: 0 158px; }
.trees .lv-3 {
  margin-bottom: 69px; }
  .trees .lv-3 .bor img {
    width: 75.2%;
    display: block;
    margin: 0 0 62px 71px; }
  .trees .lv-3 .item {
    border-color: #1a87c7; }
    .trees .lv-3 .item img {
      position: absolute;
      left: 50%;
      margin-left: -5px; }
      .trees .lv-3 .item img:first-child {
        bottom: 100%;
        margin-bottom: 2px; }
      .trees .lv-3 .item img:last-child {
        top: 100%;
        margin-top: 2px; }
.trees .lv-4 .item {
  border-color: #21bfa3; }
  .trees .lv-4 .item img {
    position: absolute;
    left: 50%;
    margin-left: -5px;
    bottom: 100%;
    margin-bottom: 2px; }
    .trees .lv-4 .item img.spe {
      max-width: 233%;
      margin-left: -8px; }

.h-partner.v2 {
  background-image: url(../images/cs-bor2.png), url(../images/bg-dot.png); }

.foot.v2 {
  background: #025295;
  color: #fff; }

@media all and (min-width: 992px) {
  .p-banner {
    background-position: right center; }

  .p-history .his-row {
    padding-left: 50%; }
    .p-history .his-row.v2 {
      padding-left: 0;
      padding-right: 50%; }
      .p-history .his-row.v2 .item {
        text-align: right;
        /*padding: 0px 25px 0px 52px;*/
        padding: 0px 25px 0px 60px; }
        .p-history .his-row.v2 .item:after {
          border-right: none;
          border-left: 13px solid #77bf37;
          left: auto;
          right: -13px; }
        .p-history .his-row.v2 .item:before {
          left: auto;
          right: -60px; }
        .p-history .his-row.v2 .item .icon {
          right: auto;
          left: -33px; }
        .p-history .icon.first-child {
          background: none;
          border: none;
        }
        .p-history .icon.first-child img {
          border-radius: 50%;
        }
        .p-history .his-row.v2 .item .year {
          padding-right: 0;
          padding-left: 25px;
          left: 100%;
          right: auto;
          margin-left: 90px;
          margin-right: auto;
          text-align: left; }
          .p-history .his-row.v2 .item .year:after {
            border-left: none;
            right: auto;
            border-right: 13px solid #77bf37;
            left: -13px; }
        .p-history .his-row.v2 .item.v2 {
          background: #f0bf00; }
          .p-history .his-row.v2 .item.v2:after, .p-history .his-row.v2 .item.v2 .year:after {
            border-right-color: #f0bf00;
            border-left-color: #f0bf00; }
        .p-history .his-row.v2 .item.v3 {
          background: #00ace5; }
          .p-history .his-row.v2 .item.v3:after, .p-history .his-row.v2 .item.v3 .year:after {
            border-right-color: #00ace5;
            border-left-color: #00ace5; }
        .p-history .his-row.v2 .item.v4 {
          background: #e77d20; }
          .p-history .his-row.v2 .item.v4:after, .p-history .his-row.v2 .item.v4 .year:after {
            border-right-color: #e77d20;
            border-left-color: #e77d20; }
        .p-history .his-row.v2 .item.v5 {
          background: #e84a3a; }
          .p-history .his-row.v2 .item.v5:after, .p-history .his-row.v2 .item.v5 .year:after {
            border-right-color: #e84a3a;
            border-left-color: #e84a3a; }
        .p-history .his-row.v2 .item.v6 {
          background: #19bd9b; }
        .p-history .his-row.v2 .item.v6:after, .p-history .his-row.v2 .item.v6 .year:after {
          border-right-color: #19bd9b;
          border-left-color: #19bd9b; }
        .p-history .his-row.v2 .item.first-child:after,
        .p-history .his-row.v2 .item.first-child .year:after {
          border-right-color: #71d0ec;
          border-left-color: #71d0ec; } }
@media all and (min-width: 1200px) {
  .container.v2 {
    width: 1200px; } }
@media all and (max-width: 1024px) {
  .p-about {
    margin-top: 50px;
    margin-bottom: 30px; }

  .p-portfolio {
    margin-bottom: 30px; }

  .p-history {
    margin-bottom: 25px;
    padding-top: 20px;
    margin-top: 50px;
    padding-bottom: 1px; }

  .p-tree {
    padding-top: 36px;
    padding-bottom: 40px; }

  .p-tree .title {
    margin-bottom: 25px;
    font-size: 28px; } }
@media all and (max-width: 991px) {
  .p-about .img {
    margin-bottom: 30px; }

  .portfolio {
    padding-top: 20px;
    padding-bottom: 5px;
    max-width: 420px;
    margin: 0 auto 0 auto; }
    .portfolio:after {
      top: 0;
      bottom: 0; }

  .p-history .col {
    left: 15px;
    margin-left: 0; }
    .p-history .col .icon {
      width: 40px;
      height: 40px;
      margin-left: -20px; }
  .p-history .item {
    margin-right: 20px;
    margin-left: 66px;
    font-size: 14px; }
    .p-history .item:before, .p-history .item:after {
      content: none;
      display: none; }
    .p-history .item .year {
      z-index: 1;
      width: 50px;
      line-height: 38px;
      padding: 0;
      text-align: center;
      margin-right: 25px; }

  .trees .item {
    font-size: 13px; }
    .trees .item span br {
      display: none; }
  .trees .lv-2 .item {
    margin: 0 75px; }
  .trees .lv-3 .bor img {
    margin: 0 auto 62px auto; } }
@media all and (max-width: 767px) {
  .p-banner {
    padding-top: 80px; }
    .p-banner .title {
      font-size: 26px; }

  .p-about h3 {
    font-size: 18px; }
  .p-about h2 {
    font-size: 30px; }

  .trees .item {
    font-size: 13px;
    border-width: 1px; }
    .trees .item span {
      padding: 0 3px; }
    .trees .item img, .trees .item .arrows {
      display: none; }
  .trees .lv-1 {
    margin-bottom: 15px; }
  .trees .lv-2 {
    margin-bottom: 15px;
    font-size: 0; }
    .trees .lv-2 .item {
      max-width: 48%;
      margin: 0 1%;
      font-size: 13px; }
  .trees .lv-3 {
    margin-bottom: 15px;
    font-size: 0; }
    .trees .lv-3 .bor {
      display: none; }
    .trees .lv-3 .col-8 {
      display: inline-block;
      vertical-align: top;
      float: none;
      width: 30.5%;
      margin: 0 1%; }
      .trees .lv-3 .col-8:empty {
        display: none; }
  .trees .lv-4 {
    font-size: 0; }
    .trees .lv-4 .col-8 {
      display: inline-block;
      vertical-align: top;
      float: none;
      width: 30.5%;
      margin: 0 1% 5px 1%; }
      .trees .lv-4 .col-8:empty {
        display: none; } }

@media(max-width: 768px) {
  .p-history .item {
    height: auto;
  }
  .p-tree img {
    width: 100%;
    height: auto;
  }
}

.p-history .his-row.v2 .first-child {
  	background: #71d0ec !important; 
}

.p-history .item.v2.first-child:after, .p-history .item.v2.first-child .year:after {
    border-right-color: #71d0ec !important;
    border-left-color: #71d0ec !important;
}

.p-history .first-child .icon img {
    border-radius: 50%;
}