﻿.fancy-title {
  line-height: 1.6;
  font-size: 32px;
  color: #000;
  margin-right: 10px;
  float: left;
  margin-top: -12px;
}

@media (max-width: 768px) {
	.milepost_row{padding:0px !important;}
	.about_row{margin-bottom:50px !important;}
	.milepost_row .fancy-title{margin-top:40px;}
	.culture_row .vc_column-box{height:250px !important;padding-top:40px !important;}
}

.fancy_text {
  font-size: 16px;
  clear: both;
}
.fancy_en {
  font-size: 24px;
  color: #062986;
  text-transform: uppercase;
  font-weight: 100;
  margin-top: 7px;
}
.title_row {
  margin-bottom: 50px;
}
/*banner*/
.banner_row {
  padding: 100px 0;
  position: relative;
  color: #fff;
}
.banner_en,
.banner_title {
  font-size: 32px;
  line-height: 1.4;
}
.banner_en {
  font-weight: 100;
  text-transform: uppercase;
}
/*menu_row*/
.menu_row {
  background: #fff;
  height: 68px;
  line-height: 68px;
  margin-bottom: 70px;
}
.menu_left {
  float: left;
}
.menu_right {
  float: right;
}
.menu-about-menu-container {
  float: right;
}
.menu-about-menu-container .menu-item {
  padding: 0 15px;
  height: 100%;
  position: relative;
  float: left;
  margin-left: 20px;
}
.menu-about-menu-container .menu-item a {
  display: -webkit-box /* OLD - iOS 6-, Safari 3.1-6 */;
  display: -moz-box /* OLD - Firefox 19- (buggy but mostly works) */;
  display: block;
  height: 100%;
  color: #000;
}
.menu-about-menu-container .menu-item a:hover {
  color: #062986;
}
.menu-about-menu-container .current-menu-item {
  position: relative;
}
.menu-about-menu-container .current-menu-item a {
  color: #062986;
}
.menu-about-menu-container .current-menu-item:after {
  content: '';
  display: -webkit-box /* OLD - iOS 6-, Safari 3.1-6 */;
  display: -moz-box /* OLD - Firefox 19- (buggy but mostly works) */;
  display: block;
  width: 100%;
  height: 4px;
  position: absolute;
  left: 0;
  bottom: 0;
  background: #062986;
}
/*about_row*/
.about_row {
  margin-bottom: 100px;
}
.about_row .vc_column {
  float: left;
}
.about_left {
  width: 42%;
  padding-right: 5%;
}
.about_right {
  width: 58%;
}
.about_text p {
  margin-bottom: 10px;
  text-indent: 28px;
}
/*seal_row*/
.seal_row {
  margin-bottom: 100px;
}
/*crystal_row*/
.crystal_row {
  margin-bottom: 20px;
}
.crystal_row > .vc_wrapper {
  max-width: 1620px;
}
.crystal_row .vc_column {
  width: 25%;
  float: left;
  padding: 0 10px;
}
.crystal_row .mk-image img {
  display: -webkit-box /* OLD - iOS 6-, Safari 3.1-6 */;
  display: -moz-box /* OLD - Firefox 19- (buggy but mostly works) */;
  display: block;
  log: true;
  log2: official;
  -webkit-transition: all 1s ease-in-out;
  -khtml-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  -ms-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}
.crystal_row .vc_column-box {
  position: relative;
  overflow: hidden;
}
.crystal_row .vc_column-box:hover img {
  log: true;
  log2: official;
  -webkit-transform: scale(1.2);
  -khtml-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -o-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}
/*milepost_row*/
.milepost_row {
  padding: 100px 0;
  color: #fff;
  margin-bottom: 100px;
}
.milepost_row .fancy-title {
  color: #fff;
}
.milepost_row .fancy_en {
  color: #fff;
}
.milepost_line {
  float: left;
}
.milepost_line li {
  float: left;
  width: 100px;
  text-align: center;
  font-size: 36px;
  cursor: pointer;
}
.milepost_line li:first-child .milepost_bot:before {
  display: -webkit-box /* OLD - iOS 6-, Safari 3.1-6 */;
  display: -moz-box /* OLD - Firefox 19- (buggy but mostly works) */;
  display: none;
}
.milepost_year {
  log: true;
  log2: official;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  visibility: hidden;
}
.milepost_active .milepost_year {
  log: true;
  log2: official;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  -ms-filter: none;
  filter: none;
  visibility: visible;
}
.milepost_active .milepost_dot {
  background: #ffb000;
  width: 16px;
  height: 16px;
}
.milepost_bot {
  height: 20px;
  position: relative;
}
.milepost_bot:before {
  position: absolute;
  right: 50%;
  top: 50%;
  width: 100%;
  height: 1px;
  background: #fff;
  content: '';
  display: -webkit-box /* OLD - iOS 6-, Safari 3.1-6 */;
  display: -moz-box /* OLD - Firefox 19- (buggy but mostly works) */;
  display: block;
}
.milepost_dot {
  position: absolute;
  left: 50%;
  top: 50%;
  log: true;
  log2: official;
  -webkit-transform: translate(-50%, -50%);
  -khtml-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 10px;
  height: 10px;
  log: true;
  log2: official;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background: #fff;
  z-index: 1;
}
.milepost_arrow {
  float: right;
  margin-top: 45px;
}
.milepost_arrow span {
  width: 40px;
  height: 40px;
  display: -webkit-box /* OLD - iOS 6-, Safari 3.1-6 */;
  display: -moz-box /* OLD - Firefox 19- (buggy but mostly works) */;
  display: inline-block;
  margin-left: 20px;
  background-repeat: no-repeat;
  background-position: center;
  log: true;
  log2: official;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  background-size: contain;
}
.milepost_arrow .swiper-button-disabled {
  log: true;
  log2: official;
  -webkit-opacity: 0.5;
  -moz-opacity: 0.5;
  opacity: 0.5;
  filter: alpha(opacity=50);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
}
.milepost_left_arrow {
  background-image: url("../images/mile_l_arrow.png");
}
.milepost_right_arrow {
  background-image: url("../images/mile_r_arrow.png");
}
.milepost_title {
  font-size: 60px;
}
.milepost_box {
  padding-left: 200px;
  min-height: 200px;
  max-width: 80%;
  text-align:center;
}
/*culture_row*/
.culture_row {
  margin-bottom: 100px;
}
.culture_row > .vc_wrapper {
  max-width: 1620px;
}
.culture_row .vc_column {
  width: 33.3333%;
  float: left;
  padding: 0 10px;
  margin-bottom: 20px;
}
.culture_row .vc_column-box {
  background: #fff;
  padding: 60px 20px 0;
  text-align: center;
  height: 340px;
}
.culture_img {
  margin-bottom: 15px;
}
.culture_img img {
  height: 60px;
}
.culture_title {
  font-size: 24px;
  color: #000;
  margin-bottom: 10px;
}
/*map_row*/
.map_row {
  margin-bottom: 80px;
}
.map_row .mk-image {
  float: right;
  width: 85%;
}
.map_text {
  float: left;
  font-size: 36px;
  writing-mode: vertical-rl;
  color: #062986;
  margin-top: 20%;
}
@media (max-width: 1600px) {
  .culture_row {
    margin: 0 -10px 50px;
  }
  .crystal_row {
    margin: 0 -10px 20px;
  }
}
@media (max-width: 768px) {
 .about_left {
    width: 100%;
    padding-right: 5%;
}
  .fancy_en {
    float: left;
}
  .about_text p {
    margin-bottom: 10px;
    text-indent: 0px;
    text-align: justify;
    font-size: 14px;
}
  .about_right {
    width: 100%;
}
  .culture_row .vc_column {
    width: 100%;
}
  .milepost_box {
    padding-left: 0px;
    min-height: 200px;
    max-width: 80%;
}
  .map_row {
    margin-bottom: 30px;
}
  .crystal_row .vc_column {
    width: 50%;
    float: left;
    padding: 0 10px;
    margin-bottom: 15px;
}
  .map_text {
    float: left;
    font-size: 32px;
    writing-mode: vertical-rl;
    color: #062986;
    margin-top: -5%;
    font-size: 26px;
}
}
