span{
    font-family: "Oswald", sans-serif;
}

html {
	padding: 0;
	margin: 0;
	height: 100%;
	font-family: Helvetica, Arial, sans-serif;
	background-color: rgb(240, 240, 240);
}

body{
    padding: 0;
    margin: 0;
    height: 100%;
    min-width: 1280px;
}

#top_index{
    /* background-color: rgb(65, 65, 65); */
    /* background: linear-gradient(rgb(85, 183, 78) 50%, rgb(38, 134, 31) 100%); */
    position: fixed;
    top: 0;
    width: 100%;
    height: 60px;
    border-bottom: solid 1px rgb(200, 200, 200);
}

#index_content{
    display: flex;
    align-items: center;
    background-color: rgb(255, 255, 255);
    height: 60px;
    width: 100%;
}
#index_logo{
    display: flex;
    align-items: center;
    flex: 0.4;
    height: 60px;
}
#index_button_bar{
    display: flex;
    justify-content: center;
    align-items: center;
    flex: 1;
}
#language{
    cursor: pointer;
    height: 60px;
    padding-right: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0.4;
    font-size: 19px;
    color: rgb(65, 65, 65);
}


#logo{
    padding-left: 37px;
    width: 50px;
}

#name{
    width: 300px;
    font-size: 19px;
    font-weight: 600;
    padding-left: 13px;
    /* padding-bottom: 12px; */
}


.have_details{
    height: 60px;
    width: 260px;
}

.index_button{
    cursor: pointer;
    height: 60px;
    width: 160px;
    font-size: 19px;
    font-weight: 800;
    color: rgb(65, 65, 65);
    background-color: transparent;
    border: 0;
    padding: 0;
    margin: 0px 50px;
}

.current_page_button{
    background-color: rgb(85, 183, 78);
    color: white;
}

#buttom_content{
	height: 100%;
	text-align: center;
	margin: 60px 0px 0px 0px;
}

#buttom_content iframe{
	border: 0;
	width: 100%;
    height: 100%;
}

.detail{
    display: none;
    background-color: white;
    border: solid 1px rgb(200, 200, 200);
    border-radius: 5px;
    position: absolute;
    z-index: 1000;
    top: 60px;
    width: 160px;
    margin-left: 49px;
}
.detail ul{
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0;
    margin: 0;
    list-style: none;
    color: rgb(65, 65, 65);
}
.detail li{
    height: 40px;
    text-align: center;
    width: 100%;
}
.detail span{
    line-height: 40px;
    display: block;
    width: 100%;
    cursor: pointer;
    font-size: 19px;
    color: rgb(65, 65, 65);
}
.detail span:hover{
    font-weight: bold;
    /* background-color: rgb(85, 183, 78); */
    /* background-color: rgb(87, 160, 230); */
    background-color: rgb(225, 237, 248);
    color: rgb(65, 65, 65);
    border-radius: 5px;
}

#index_language{
    margin: 0px 5px;
    line-height: 20px;
    text-align: center;
    vertical-align: middle;
    color: rgb(65, 65, 65);
}

#index_language_detail{
    width: 80px !important;
    margin-left: 0px !important;
}