/*font*/

@font-face {
  font-family: DaxlineComp;
  src: url("../Fonts/DaxlineWeb.eot") format("eot");
}
@font-face {
  font-family: DaxlineComp-Bold;
  src: url("../Fonts/DaxlineWeb-Bold.eot") format("eot");
}
@font-face {
  font-family: DaxlineScComp;
  src: url("../Fonts/DaxlineScWeb.eot") format("eot");
}
@font-face {
  font-family: DaxlineScComp-Bold;
  src: url("../Fonts/DaxlineScWeb-Bold.eot") format("eot");
}
@font-face {
  font-family: DaxlineComp;
  src: url("../Fonts/DaxlineWeb.woff") format("woff");
}
@font-face {
  font-family: DaxlineComp-Bold;
  src: url("../Fonts/DaxlineWeb-Bold.woff") format("woff");
}
@font-face {
  font-family: DaxlineScComp;
  src: url("../Fonts/DaxlineScWeb.woff") format("woff");
}
@font-face {
  font-family: DaxlineScComp-Bold;
  src: url("../Fonts/DaxlineScWeb-Bold.woff") format("woff");
}

/*END font*/

*{
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

body{
  background: url(../Images/body_bg.gif) repeat;
  font-family: DaxlineComp;
  margin: 0;
  padding: 15px 0 50px 0;
  font-size: 12px;
  color: #575757;
  line-height: 18px;
}

h1, h2{
  color: #017abe;
  font-size: 26px;
  font-family: Adobe Caslon Pro;
  margin: 20px 0 20px 0;
  font-weight: lighter;
  line-height: 30px;
}
h3{
  font-family: DaxlineComp-Bold;
  font-size: 12px;
  margin: 15px 0 5px 30px;
  color: #017abe;
  letter-spacing: 1px;
  font-weight: normal;
}

ul{
  margin: 0;
  padding: 0;
}
li{
  margin: 0 0 3px 0;
  padding: 0;
  list-style-type: none;

}
a{
  text-decoration: none;
  color: #000;
}

input{
  border: 2px darkgrey solid;
  border-radius: 3px;
  padding: 5px
}

/*
#9C9C9C gray top
#7E7E7E - dark gray

 */

.main-container{
  width: 964px;
  margin: 0 auto;
}

.flex-container{
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
}
.flex-right{
  justify-content: right;
}

.container-960{
  width: 960px;
  padding: 0 16px;
}

/*middle container style*/

.lines-header{
  width: 2px;
  position: relative;
  background: -moz-linear-gradient(top, rgba(30,87,153,0) 0%,#cccccc 100%,#cccccc 100%, rgba(225,228,226,0) 99%, rgba(229,229,229,0) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(30,87,153,0) 0%,#cccccc 100%,#cccccc 100%,rgba(225,228,226,0) 99%,rgba(229,229,229,0) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(30,87,153,0) 0%,#cccccc 100%,#cccccc 100%,rgba(225,228,226,0) 99%,rgba(229,229,229,0) 100%);
}

.lines-footer{
  width: 2px;
  position: relative;
  background: -moz-linear-gradient(bottom, rgba(30,87,153,0) 0%,#cccccc 100%,#cccccc 100%, rgba(225,228,226,0) 99%, rgba(229,229,229,0) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(bottom, rgba(30,87,153,0) 0%,#cccccc 100%,#cccccc 100%,rgba(225,228,226,0) 99%,rgba(229,229,229,0) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to top, rgba(30,87,153,0) 0%,#cccccc 100%,#cccccc 100%,rgba(225,228,226,0) 99%,rgba(229,229,229,0) 100%);
}

.lines-main{
  width: 2px;
  background: #cccccc;
}

.middle-bg{
  background: rgba(255, 255, 255, 0.6);
  position: relative;
}

.header-bg{
  min-height: 265px;
  padding-top: 30px;
  background: -moz-linear-gradient(top, rgba(30,87,153,0) 0%,rgba(255, 255, 255, 0.6) 100%,rgba(255, 255, 255, 0.6) 100%, rgba(225,228,226,0) 99%, rgba(229,229,229,0) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(30,87,153,0) 0%,rgba(255, 255, 255, 0.6) 100%,rgba(255, 255, 255, 0.6) 100%,rgba(225,228,226,0) 99%,rgba(229,229,229,0) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(30,87,153,0) 0%,rgba(255, 255, 255, 0.6) 100%,rgba(255, 255, 255, 0.6) 100%,rgba(225,228,226,0) 99%,rgba(229,229,229,0) 100%);
}

.footer-bg{
  min-height: 265px;
  background: -moz-linear-gradient(bottom, rgba(30,87,153,0) 0%,rgba(255, 255, 255, 0.6) 100%,rgba(255, 255, 255, 0.6) 100%, rgba(225,228,226,0) 99%, rgba(229,229,229,0) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(bottom, rgba(30,87,153,0) 0%,rgba(255, 255, 255, 0.6) 100%,rgba(255, 255, 255, 0.6) 100%,rgba(225,228,226,0) 99%,rgba(229,229,229,0) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to top, rgba(30,87,153,0) 0%,rgba(255, 255, 255, 0.6) 100%,rgba(255, 255, 255, 0.6) 100%,rgba(225,228,226,0) 99%,rgba(229,229,229,0) 100%);
}

/* END middle container style*/


.v-card{
  position: absolute;
  left: -97px;
  top: 280px;
  width: 150px;
  height: 40px;
  border-radius: 5px 5px 0 0;
  background: #FBBA00;
  transform: rotate(-90deg);
  text-align: center;
  line-height: 37px;

}
.v-card a{
  display: block;
  width: 100%;
  height: 100%;
  color: #fff;
  font-family: DaxlineScComp;
  font-size: 13px;
  letter-spacing: 1px;
}

.v-card:before{
  position: absolute;
  content: '';
  width: 150px;
  height: 5px;
  bottom: 0;
  right: 0;
  background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.15) 100%);
  background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.15) 100%);
  background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.15) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#26000000',GradientType=0 );
}

.header-left{width: 540px;text-align: right}

.header-nav{
  display: inline-block;
}
.header-nav a{
  color: #b1b1b1;
  font-family: DaxlineScComp;
  font-size: 13px;
}
.header-nav a:hover{
  font-weight: bold;
}

.header-nav a.active{
  font-weight: bold;
}


.language-nav{
  padding: 10px 0 0 0;
}

.language-nav li{
  display: inline-block;
  margin: 0 0 0 5px;
}


.header-vertical-line-wrapper{
  width: 2px;
  height: 100px;

}

.vertical-line-white,
.vertical-line-gray{
  height: 100px;
  width: 1px;
  float: left;
}
.vertical-line-white{
  background: -moz-linear-gradient(top, rgba(30,87,153,0) 0%,#ffffff 100%,#ffffff 100%, rgba(225,228,226,0) 99%, rgba(229,229,229,0) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(30,87,153,0) 0%,#ffffff 100%,#ffffff 100%,rgba(225,228,226,0) 99%,rgba(229,229,229,0) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(30,87,153,0) 0%,#ffffff 40%,#ffffff 60%,rgba(225,228,226,0) 99%,rgba(229,229,229,0) 100%);
}

.vertical-line-gray{
  background: -moz-linear-gradient(top, rgba(30,87,153,0) 0%,#ffffff 100%,#ffffff 100%, rgba(225,228,226,0) 99%, rgba(229,229,229,0) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(30,87,153,0) 0%,#ffffff 100%,#ffffff 100%,rgba(225,228,226,0) 99%,rgba(229,229,229,0) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(30,87,153,0) 0%,#9C9C9C 40%,#9C9C9C 60%,rgba(225,228,226,0) 99%,rgba(229,229,229,0) 100%);
}

.header-right{width: 330px}
.logo{width: 300px}
.logo img{width: 100%}

.main-nav{
  width:100%;
  height: 75px;
  border-radius: 5px;
  background: #9c9c9c;
  background: -moz-linear-gradient(top,  #9c9c9c 0%, #7e7e7e 100%);
  background: -webkit-linear-gradient(top,  #9c9c9c 0%,#7e7e7e 100%);
  background: linear-gradient(to bottom,  #9c9c9c 0%,#7e7e7e 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9c9c9c', endColorstr='#7e7e7e',GradientType=0 );
  margin: 60px auto 10px;
}

.main-nav > ul > li:first-child{
  border-radius: 5px 0 0 5px;
}

.main-nav li{
  float: left;
  height: 75px;
  position: relative;
}

.main-nav li:hover, .main-nav > ul > li > a.active{
  background: #949594;
  background: -moz-linear-gradient(top,  #949594 0%, #626262 100%);
  background: -webkit-linear-gradient(top,  #949594 0%,#626262 100%);
  background: linear-gradient(to bottom,  #949594 0%,#626262 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#949594', endColorstr='#626262',GradientType=0 );

}
.main-nav li:hover, .main-nav > ul > li:first-child > a.active{
  border-radius: 5px 0 0 5px;
}


.main-nav li:before,
.main-nav li:after{
  content: '';
  position: absolute;
  top:0;
  height: 100%;
  width: 1px;
}

.main-nav li:before{
  right: 0;
  background: #686868;
}
.main-nav li:after{
  right: 1px;
  background: #a1a2a1;
}

.main-nav a{
  width: 116px;
  display: block;
  text-align: center;
  color: #e7e7e7;
  height: 100%;
  padding-top: 30px;
  font-family: DaxlineScComp;
  font-size: 14px;
}

.sub-nav{
  position: absolute;
  z-index: 1;
  left: -1px;
  top: 75px;
  width: 200px;
  background: #626262;
  border-radius: 0 0 5px 5px;
  max-height: 0;

  visibility: hidden;
  overflow: hidden;
  transition: all .5s ease-in-out;
}

.main-nav > ul > li:hover .sub-nav{

  visibility: visible;
  overflow: visible;
  max-height: 500px;
  transition: all 1s ease;
}

.sub-nav li{
  float: none;
  padding: 0 10px;
  height: auto;
  width: 100%;
}
.sub-nav li:hover{
  background: transparent;
}
.sub-nav li:before,
.sub-nav li:after{
  content: none;
}

.sub-nav a{
  width: auto;
  color: #c1c1c1;
  text-align: left;
  display: block;
  padding: 5px 5px;
  border-bottom: 1px dotted #999;
}

.sub-nav li:last-child a{
  border-bottom: none;
}

.sub-nav a:hover{
  text-decoration: underline;
}

.form-1 p{
  padding-left: 50px;
}
.form-1 label{
  width: 160px;
  display: inline-block;
}

.btn{
  background: #9c9c9c;
  background: -moz-linear-gradient(top,  #B1B1B1 0%, #7e7e7e 100%);
  background: -webkit-linear-gradient(top,  #B1B1B1 0%,#7e7e7e 100%);
  background: linear-gradient(to bottom,  #B1B1B1 0%,#7e7e7e 100%);
  border:none;
  border-radius:5px;
  color: #fff;
  padding: 15px 0;
  text-transform: uppercase;
  min-width: 250px;
  margin: 20px 0;
  cursor: pointer;
  transition: background .3s ease-out;
}

.btn:hover{
  background-position: 10px;
}

a.btn{
  display: inline-block;
  text-align: center;
}

/*content*/

.content{
  width: 70%;
}
.content.content_full_width{
  width: 100%;
}
.content.content_2_3_width{
  width: 70%;
}

.content_left{
 width:70%
}

.content_left img {
  width: 100%;
  height: auto;
}

.right{
  width: 30%;
  padding-left: 3%;
}

.top-image{
  width: 100%;
  margin: 0 0 5px 0;
}
.top-image img{
  width: 100%;
  height: auto;
}

.content p{
  margin: 10px 0 10px 20px;
  line-height: 20px;
}

.content ul p,
.content ul li p
{
  margin-left: 0;
}

.content .accordion-style p{
  margin: 10px 0 10px 5px;
}



.content ul{
  margin: 10px 0 10px 40px;
}

.content li{
  position: relative;
  padding-left: 15px;
  line-height: 20px;
}

.content li:before{
  position: absolute;
  content: '';
  width:3px;
  height: 3px;
  background:  #017abe;
  left: 0;
  top: 8px;
}

.content a:hover{
  text-decoration: underline;
}

.sub-pages-nav{
  min-height: 24px;
  width: 100%;
}
.sub-pages-nav ul{
  margin: 0;
}
.sub-pages-nav ul li{
  padding-left: 0;
  display: inline-block;
  margin-right: 10px;
}
.sub-pages-nav ul li:before{
  content: none;
}
.sub-pages-nav ul li a{
  font-family: DaxlineScComp;
  font-size: 14px;
  color:#575757
}

.sub-pages-nav ul li a.active{
  text-decoration: underline;
  color: #000;
}

.accordion-style > div .toggleLink{
  background: #9c9c9c;
  background: -moz-linear-gradient(top,  #B1B1B1 0%, #7e7e7e 100%);
  background: -webkit-linear-gradient(top,  #B1B1B1 0%,#7e7e7e 100%);
  background: linear-gradient(to bottom,  #B1B1B1 0%,#7e7e7e 100%);
  border-radius:5px;
  color: #fff;
  padding: 15px;
  text-transform: uppercase;
  cursor: pointer;
}

.accordion-style label, .accordion-style input{
  display: inline-block;
  margin: 5px 0;
}
.accordion-style label{
  width: 80px;
}
.accordion-style input{
  width: 145px;
}
.accordion-style span.arrow{
  display: block;
  width: 19px;
  height: 10px;
  margin: 0 auto 10px;
  position: relative;
}

.accordion-style span.arrow:before{
  content: '';
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #7e7e7e;
  position: absolute;
  left: 0;
  top: 0;
}

.accordion-style .toggle{
  padding: 0 10px 10px 10px;
}

.accordion-style .btn{
  min-width: auto;
  padding: 7px 0;
  width: 60px;
  margin-left: 84px;
  text-transform: capitalize;
}


/*footer*/
.footer-top {
  text-align: center;
  padding: 50px 0 20px;
  border-bottom: 1px solid #ccc;
}
.footer-middle{}

.footer-middle nav{
  padding: 20px 0 10px;
}
.footer-middle ul{
  text-align: center;
}
.footer-middle li{
  display: inline-block;
  position: relative;
  padding: 0 9px;
  letter-spacing: 2px;
  font-family: DaxlineScComp;
  font-size: 10px;
  color: #959595;
}
.footer-middle li:after{
  position: absolute;
  right: 0;
  top: 3px;
  width: 1px;
  height: 11px;
  background: #959595;
  content: '';
}

.footer-middle li:last-child:after{
  content: none;
}

.footer-middle ul li a{
  color: #959595;
  font-family: DaxlineScComp;
  font-size: 10px;

}
.footer-middle ul li a:hover{
  text-decoration: underline;
}

.footer-botttom{
}

.footer-botttom, .footer-botttom p{
  font-family: DaxlineScComp;
  color: #959595;
  text-align: center;
  font-size: 10px;
  line-height: 14px;
  letter-spacing: 2px;
}

.self-clear:after{
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

.mobile-nav{
  display: none;
}

.arrowDown{
  display: none;
}

form h2{
  font-size: 12px;
  color: #575757;
  font-family: DaxlineComp;
}

.content p.login-link{
  margin-left: 0;
}

.control-label span.required{
  display: none;
}


@media only screen and (max-width: 963px) {
  body{
    padding-top: 0;
    background: #fff;
  }
  .main-container,
  .container-960{
    width: 100%;
  }


  .content_left{
    width: 100%;
  }

  .content, .right{
    width: 100%;
    padding: 0;
  }

  .header-vertical-line-wrapper{
    display: none;
  }

  header{
    position: relative;
    background: #ffffff;
  }
  .header-bg{
    min-height: auto;
    height: auto;
    padding:0;
  }
  .header-left{
    width: 100%;
  }
  .header-right{
    width: 100%;
    text-align: center;
    padding: 10px 0;
  }
  .logo{
    display: inline-block;
  }
  .header-bg .main-nav ul{
    display: none;
  }
  .main-nav{
    height: 20px;
    border-radius: 0;
    background: #B1B1B1;
    margin: 0 auto 15px;
  }

  .language-nav{
    position: absolute;
    right: 15px;
    top: 30px;
    z-index: 11;
    padding-right: 20px;
    width:70px;
    height: 20px;
  }
  .language-nav li a{

  }


  .language-nav.en_class li:nth-child(2){
      right:20px
  }
  .language-nav.en_class li:nth-child(3){
    right: 10px;
  }

  .language-nav.de_class li:nth-child(1){
    right:20px
  }
  .language-nav.de_class li:nth-child(3){
    right: 10px;
  }

  .language-nav.cn_class li:nth-child(1){
    right:20px
  }
  .language-nav.cn_class li:nth-child(2){
    right: 10px;
  }

  .mobile-nav{
    display: block;
  }
  .header-bg .header-nav{
    display: none;
  }
  .header-nav{
    display: block;
    border-top: 1px solid #ccc;
    padding: 15px 0 0 0;
  }
  .header-nav a {
    color: #eee;
    padding: 2px 0;
    display: block;
  }
  .header-nav a:hover{
    font-weight: normal;
  }


  /*menu icon hamburger*/
  .menu-icon{
    width: 30px;
    height: 20px;
    z-index: 999999;
    border-top: 4px solid #B1B1B1;
    position: absolute;
    left: 15px;
    top:30px;

  }

  .menu-icon:before,
  .menu-icon:after{
    position: absolute;
    content: '';
    background: #B1B1B1;
    width: 100%;
    height: 4px;
    transition: all 0.5s;
  }
  .menu-icon:before{
    top:50%;
    transform: translate(0, -4px);

  }
  .menu-icon:after{
    bottom: 0;
  }

  /*menu icon close*/
  .menu-icon.close-menu{
    border-top: 0px solid transparent;
  }
  .menu-icon.close-menu:before,
  .menu-icon.close-menu:after{
    background: #ffffff;
  }
  .menu-icon.close-menu::before {
    transform: rotate(-45deg);
  }
  .menu-icon.close-menu::after {
    transform: rotate(45deg);
    top: 50%;
  }

  .mobile-navigation{
    display: none;
    position: absolute;
    z-index: 10;
    width: 100%;
    background: #B1B1B1;
    padding: 100px 3% 30px;
  }

  .mobile-navigation .main-nav{
    background: transparent;
    height: auto;
  }
  .mobile-navigation .main-nav li{
    float: none;
    background: transparent;
    border-radius: 0;
    height: auto;
  }
  .mobile-navigation .main-nav li a{
    width: auto;
    text-align: left;
    display: inline-block;
    color: #fff;
    font-size: 16px;
    margin: 3px 0;
    padding: 3px 0;
  }
  .mobile-navigation .main-nav li:before,
  .mobile-navigation .main-nav li:after{
    content: none;
  }

  .mobile-navigation .main-nav li:hover{
    font-weight: normal;
  }
  .mobile-navigation .main-nav > ul > li > a.active{
    background: none;
    font-weight: bold;
    text-decoration: underline;
  }
  .header-nav a.active{
    text-decoration: underline;
  }

  .main-nav > ul > li .sub-nav{
    visibility: visible;
    overflow: visible;
    max-height: 1000px;
    display: none;
    padding: 5px 0 5px 15px;
    width: 100%;
  }
  .main-nav > ul > li:hover .sub-nav{
    transition: none;
  }

  .menu-arrow{
    display: inline-block;
    position: relative;
    width: 20%;
    height: 15px;
  }

  .menu-arrow:before{
    position: absolute;
    content: '';
    top: 8px;
    left: 10px;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #fff;
    transition: all 0.5s;
  }
  .menu-arrow.menu-arrow-close:before{
    transform: rotate(-180deg);
  }

  .sub-nav{
    background: transparent;
    position: relative;
    border-radius: 0;
    top: 0;
  }

  .arrowDown {
    width: 50px;
    height: 20px;
    display: block;
    position: absolute;
    top: -2px;
    right: -25px;
  }

  .language-nav > ul > li:first-child{
    position: relative;
  }

  .language-nav > ul > li:first-child a{
    /*padding-right: 20px;
    position: relative;

     */
  }

  .language-nav > ul > li.active:before{
    position: absolute;
    content: '';
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #B1B1B1;
    right: -20px;
    top: 3px;
    transition: all 0.5s;
  }
  .language-nav > ul > li.white-arrow:before{
    border-top: 6px solid #ffffff;
  }
  .language-nav > ul > li.close-lang-menu:before{
    transform: rotate(-180deg);
  }

  .lang-slideDown{
    display: none;
    padding-right: 5px;
  }

  .lang-slideDown li{
    text-align: left;
    margin: 27px 15px 0 0;
  }

  .middle-bg, .footer-bg{
    background: #fff;
  }

  .acc_title{
    background: #017ABE;
    padding: 5px 15px;
    margin-left: 0;
    color: #fff;
    font-weight: normal;
    position: relative;
    cursor: pointer;
  }
  .acc_title:before, .accordion-style > div .toggleLink:before{
    content: '';
    position: absolute;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #ffffff;
    right: 8px;
    top: 11px;
    transition: all 0.5s;
  }
  .acc_title.close-accordion:before,
  .accordion-style > div .toggleLink.close-accordion:before
  {
    transform: rotate(-180deg);
  }

  .acc_content.last-open{
    display: block !important;
  }

  .accordion-style > div .toggleLink:before{
    top: 15px;
  }

  .accordion-style > div .toggleLink{
    border-radius: 0;
    background: #B1B1B1;
    margin-bottom: 2px;
    position: relative;
    padding: 10px 15px;
  }
  .accordion-style span.arrow{
    display: none;
  }

  .accordion-style .toggle{
    margin-top: 15px;
  }

  .accordion-style label {
    width: 100%;
  }
  .accordion-style .btn{
    display: block;
    margin-left: 0;
  }

  .v-card {
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
    height: auto;
    border-radius: 5px;
    background: #FBBA00;
    transform: none;
    text-align: center;
    line-height: 37px;
    margin: 20px 0 0 0;
  }
  .v-card::before{
    content: none;
  }

  .logo-white{
    position: absolute;
    top: 10px;
    width: 300px;
    left: 50%;
    transform: translate(-50%, 0);
  }
  .logo-white img{
    width: 100%;
  }

}

@media only screen and (max-width: 639px) {
  body{
  }
  .logo{
    width: 50%;
  }
  .menu-icon, .language-nav{
    top:20%
  }
  .language-nav{
    padding-right: 10px;
  }

  .logo-white{
    position: absolute;
    top: 10px;
    width: 50%;
    left: 50%;
    transform: translate(-50%, 0);
  }
  .lang-slideDown li{
    margin-top: 10px;
  }

}