
.titile_top {
    width: 100%;
    font-size: 18px;
    display: flex;
    justify-content: center;
}
body{
	background-color: #070c1f;
}
.page1_haed {
    margin: 23px 0 23px 0;
}

.out_continer {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
	position: absolute; left: 0; top: 0;
	z-index: 10; width: 100%;
}

.Menu>div {
    padding-bottom: 10px;
    font-size: 18px;
    font-weight: bold;
    cursor: pointer;
    position: relative;
}

.Menu_fun_junior a {
    display: block;
    padding: 10px;
    font-size: 18px;
    color: white;
    font-weight: bold;
    cursor: pointer;
    width: 100%;
    text-align: center;
}

#continer {
    width: 75rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: white;
}

.container_top {
    display: flex;
    justify-content: center;
    align-content: center;
    padding-top: 10px;
    width: 100%;
    padding-bottom: 10px;
    letter-spacing: 8px;
    font-size: 18px;
}

#bg_nav{
	position: relative; left: 0; top: 0;
	z-index: 1;   width: 100%; height: 100%;
}
#bg_nav img{
	width: 100%;  height: 100%;
}

.container_nav{
	min-width: 1300px; max-width: 80%; padding-top: 60px;
	display: flex;  justify-content: space-between; align-items: center;
}
.container_nav>div{
	min-width: 50%; 
	height: 750px;
	overflow-y: auto;
	color: black;
}
.container_nav_out>div{
	width: 80%; left: 50%; margin-left: -40%;
}
.container_nav_out>div>div:nth-child(3){
	padding-top: 30px;
}
.container_nav_out>div>div:nth-child(4){
	padding-top: 30px; display: flex; flex-direction: column;
	justify-content: center; align-items: center; width: 80%;
}
.container_nav_out>div>div:nth-child(4) p{
	text-align: center; padding-top: 10px;
}
.container_nav_out>div>div:nth-child(5){
	padding-top: 30px; display: flex; flex-direction: column;
	justify-content: center; align-items: center;width: 80%;
}
ul>li{
	padding-top: 30px;
}
li>p{
	font-size: 16px;
}
.container_nav>div>div{
	position: relative;background-color: rgba(256,256,256,0.6);
	display: flex;  align-items: center;
	flex-flow: column; position: relative;
}
.container_nav>div::-webkit-scrollbar{width: 0;}
.data_content{
	display: flex; width: 100%; justify-content: space-between; align-items: center;
	 padding: 30px 0 0 20%; 
}
.data_contentl{
	display: flex; width: 100%; justify-content: space-between; align-items: center;
	 padding: 30px 20% 0 0; 
}
.data_content>div{
	line-height: 30px; color: black;
}
.data_contentl>div{
	line-height: 30px; color: black;
	justify-content: flex-start;
}