/* rubik-300 - latin */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Rubik';
    font-style: normal;
    font-weight: 300;
    src: url('../fonts/rubik-v28-latin-300.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
  }
  /* rubik-regular - latin */
  @font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Rubik';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/rubik-v28-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
  }
  /* rubik-500 - latin */
  @font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Rubik';
    font-style: normal;
    font-weight: 500;
    src: url('../fonts/rubik-v28-latin-500.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
  }
  /* rubik-600 - latin */
  @font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Rubik';
    font-style: normal;
    font-weight: 600;
    src: url('../fonts/rubik-v28-latin-600.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
  }
  /* rubik-700 - latin */
  @font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Rubik';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/rubik-v28-latin-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
  }
html {
    box-sizing: border-box;
    display: block;
    
}
*,
*::before,
*::after {
    box-sizing: inherit;
}
.clear::after {
    clear: both;
}
.clear::before,
.clear::after {
    display: block;
    content: "";
}
.pgs-list.display {
    display: block;
}
h1, h2, h3, h4, p, a, div, ul, li {
    padding: 0;
    margin: 0;
}
a {
    text-decoration: none;

}
img {
  vertical-align: top;
  width: 100%;
}
ul {
    list-style: none;
}
body{
    padding: 0;
    margin: 0;
    font-family:Arial, Helvetica, sans-serif;
}
main a{
    display: inline;
}
.logo{
    width: 250px;
    margin: 0 auto;
}
.display-button{
    cursor: pointer;
    width: 35px;
    background-color: #fff;
    padding: 2px;
    padding-top: 5px;
    padding-left: 5px;
    border-radius: 5px;
    margin-top: 10px;
    margin-top: -40px;
  }
  .display-button span{
    background-color:#999;
    display: block;
    height: 2px;
    margin-bottom: 3px;
    width: 18px;
    border-radius: 1px;
  }
  .wrapper{
    width: 80%;
    margin: 0 auto;

  }
  .wrapper2{
    width: 90%;
    margin: 0 auto;
    max-width: 1200px;
  }
  .nav-list{
    margin-top: 30px;
    display: none;
  }
  .nav-list.show{
    display: block;
  }
  .nav-list li{
    color: #888;
    font-size: 12px;
    padding-top: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #efefef;
    cursor: pointer;
  }
  .nav-list a{
    color: #888;
  }
  .nav-list i{
    float: right;
  }
  .nav-list li:hover{
    color: #e83393;
}
.active a{
    color: #e83393;
}


#aboutList{
    display: none; 
  
}
#aboutList.show{
    display: block;
}
#activityList{
    display: none; 
  
}
#activityList.show{
    display: block;
}
.dropdown-content li{
    margin-left: 30px;
}
.content{
    margin-top: 80px;
}
.content h1{
    color: #3c4858;
    font-family: 'Arial', sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    letter-spacing: 0px;
    text-transform: uppercase;
}
.content h2{
    color: #e83393;
    font-family: 'Arial', sans-serif;
    font-size: 25px;
    font-style: normal;
    font-weight: 500;
    letter-spacing: 0px;
    text-transform: uppercase;
    padding-top: 15px;
}
.content h3{
    color: #3c4858;
    font-family: 'Arial', sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    letter-spacing: 0px;
    text-transform: uppercase;
    padding-top: 15px;
}
.content p{
    color: #3c4858;
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    line-height: 25px;
    font-style: normal;
    font-weight: 400;
    padding-top: 15px;
}
.right{
    text-align: center;
    margin-top: 50px;
    width: 100%;
    max-width: 500px;
    margin: 50px auto;
}
.reason {
    margin-top: 50px;
}
.reason h2{
    color: #e83393;
    font-family: 'Arial', sans-serif;
    font-size: 25px;
    font-style: normal;
    font-weight: 500;
    letter-spacing: 0px;
    text-transform: uppercase;
    padding-top: 15px;
    padding-bottom: 25px;
}
.reason li{
    font-family: 'Rubik';
    color: #3c4858;
    font-size: 15px;
    font-weight: 400;
    list-style: disc;
    margin-left: 15px;
    padding-top: 10px;
}
.conference{
    margin-top: 50px;
}
.conference h2{
    color: #e83393;
    font-family: 'Arial', sans-serif;
    font-size: 25px;
    font-style: normal;
    font-weight: 500;
    letter-spacing: 0px;
    text-transform: uppercase;
    padding-top: 15px;
    padding-bottom: 25px;
}
.conference li{
    font-family: 'Rubik';
    color: #3c4858;
    font-size: 15px;
    font-weight: 400;
    list-style: disc;
    margin-left: 15px;
    padding-top: 30px;
    font-weight: 600;
}
.parallel{
    margin-top: 50px;
}
.parallel h2{
    color: #e83393;
    font-family: 'Arial', sans-serif;
    font-size: 25px;
    font-style: normal;
    font-weight: 500;
    letter-spacing: 0px;
    text-transform: uppercase;
    padding-top: 15px;
    padding-bottom: 25px;
}
.parallel li{
    font-family: 'Rubik';
    color: #3c4858;
    font-size: 15px;
    font-weight: 400;
    list-style: disc;
    margin-left: 15px;
    padding-top: 15px;
    line-height: 25px;
}
.parallel ul ul li{
    list-style:circle;
}
.ntcn{
    text-align: center;
    margin-top: 80px;
}
footer p{
    margin-top: 50px;
    margin-bottom: 50px;
}
footer {
    padding-bottom: 30px;
    background-size: cover;
}

.photo{
    display: none;
}



#d{
    width: 100%;
    height: 45px;
    border: none;
    border: 1px solid #c2c2c2;
    margin-top: 10px;

}
#m{
    width: 100%;
    height: 100px;
    border: none;
    border: 1px solid #c2c2c2;
    margin-top: 10px;
}
.second p{
    padding-top: 20px;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 13px;
}

.second button{
    width: 140px;
    background-color: #e83393;
    border: 1px solid #c2c2c2;
    margin-top: 40px;
    padding: 10px;
    color: #fff;
    font-size: 16px;
    cursor: pointer;
}

.second{
    margin-bottom: 50px;
}
.second button:hover{
    background-color: #fff;
    color: #000;
}

.second h1{
    color: #3c4858;
    font-family: 'Arial', sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    letter-spacing: 0px;
    text-transform: uppercase;
}
.second h2{
    color: #e83393;
    font-family: 'Arial', sans-serif;
    font-size: 25px;
    font-style: normal;
    font-weight: 500;
    letter-spacing: 0px;
    text-transform: uppercase;
    padding-top: 15px;
    margin-top: 50px;
}
.second h3{
    color: #3c4858;
    font-family: 'Arial', sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    letter-spacing: 0px;
    text-transform: uppercase;
    padding-top: 15px;
}
.second h4{
    font-weight: 300;
    color: #3c4858;
    margin-top: 10px;
}
.forms{
    width: 80%;
    max-width: 700px;
}
.second p{
    cursor: pointer;
    text-decoration: underline;
    color: #e83393;
}








@media (min-width:1000px){

header{
    width: 290px;
    position: absolute;
    margin-top: 100px;
}
.display-button{
    display: none;
}
.nav-list{
    display: block;
    text-align: center;
}
.nav-list li{
    color: #3c4858;
    font-family: 'Open Sans', sans-serif;
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    border: none;
}
.nav-list a{
    color: #3c4858;
}
main{
    margin-left: 280px;
}

.logo{
    width: 100%;
}



#aboutList{
    display: none; 
  
}
.dropdown:hover #aboutList {
display: block;
}
#activityList{
    display: none; 
  
}
.dropdown:hover #activityList {
display: block;
}
.dropdown-content li{
    font-size: 13px;
    color: #888;
    font-weight: 400;
}
.content{
    width: ;
}
.yout{
    width: 60%;
    float: left;
    margin-top: 150px;
}
.reason {
    width: 35%;
    float: right;
}
.conference{
    width: 40%;
    float: left;
}
.parallel{
    width: 55%;
    float: right;
}
.ntcn img{
    width: 33%;
}
footer{
    margin-left: 280px;
    background: url(/images/footer.png);
}
footer h3{
    float: right;
    width: 500px;
    margin-top: 30px;

}
footer p{
    float: left;
    width: 180px;
}
}








@media (min-width:1200px){
.content{
    float: left;
    width: 60%;
    max-width:700px ;
}
.right{
    width: 430px;
    float: right;
    margin-top: 200px;
}
.photo{
    display: block;
    width: 500px;
    margin: 0 auto;
}
.reason{
    margin-top: 130px;
}






}