/* CSS Document */
/*-----------------------for both-----------------------*/
/*-----------------------for PC-----------------------*/
@media screen and (min-width:801px) {
  /*-------------newsList--------------------*/
  .navbar-default .navbar-brand {
    /*color: #fff;
    font-family: 'Raleway', sans-serif;
    font-weight: 700;*/
    background: url(../images/titleEn.png) no-repeat;
    width: 100%;
    height: 80px;
  }
  .header {
    background: url(../images/vision.png) no-repeat fixed;
    background-size: 100%;
  }
  .navbar-default .navbar-nav > li > a {
    padding: 0px 30px 5px 30px;
    font-size: 100%;
    line-height: 20px;
    font-weight: 400;
    /*text-transform: uppercase;*/
    background: transparent;
    color: #fff;
    -webkit-transition: color 0.2s ease-out;
    transition: color 0.2s ease-out;
  }

  .floatReg {
    font-size: 17px;
    padding-top: 30px;
    letter-spacing: 0;
	 line-height: 130%;
	  font-weight: bold;
  }
    .transLeft h3 {
    font-size: 20px;
  }
}
/*------------------for mobile------------------------*/
@media screen and (max-width:800px) {
  /*-------------newsList--------------------*/
  .navbar-default .navbar-brand {
    background: url(../images/titleMen.svg) no-repeat;
    background-size: 100%;
    width: 330px;
    position: relative;
    margin-top: 3%;
    margin-left: 2%;
    height: 60px
  }
  .header {
    background: url(../images/visionMobileEn.png) no-repeat fixed;
    height: 650px;
    background-size: contain;
    background-position: 0 60px;
    position: relative;
  }
  #information ol {
    margin-left: -50px;
  }
  #information li {
    margin: 1%;
    width: 100%;
     color: #fff;
    /*   border: 1px solid #0c6197;*/
      background:#f2668b;
      
  }
  #information h2 {
    font-size: 20px;
    color: #fff; /*background: url("../images/iconCircle.svg" ) no-repeat*/
  }
  #information h2 img {
    width: 15%
  }
  .floatReg {
    font-size: 13px;
    padding-top: 22px;
    letter-spacing: 0;
	  line-height: 130%;
  }
}