body{background: #F0F8FF;min-width: 1250px;}



.pt-50{padding-top:50px; }

/*---- #index ----*/
#m_index {}
	#m_index_a {height: 700px;}
	#m_index_b {height: 700px;background: #2B519B;color:white;}
	#m_index_c {height: 700px;}
	#m_index_d {height: 700px;background: #2B519B;color:white;}
	#m_index_e {height: 700px;}




.menu_plane {color: white; cursor: pointer; padding: 21px 0px 21px 17px;margin: 0 0 0 0;border-radius: 5px;}
.menu_plane:hover{cursor: pointer;}


#hover_bt{cursor:pointer;}
#hover_bt:hover{opacity:0.9;}

.s_load_spinner{
	text-align: center;
	width: 8px;
    height: 8px;
    margin: 0px 0 3px 0;
}






#button_s {
    border: none;
    background: none;
    padding: 0;
    cursor: pointer;
}



#img_s:hover {
	background: #E5F1F9;
}


.ghl-popup {
	margin: 73px 0px 0 29px;
	position: absolute;
	background: white;
	border: 1px solid #ccc;
	padding: 0px;
	border-radius: 5px;
	box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
	z-index: 1000;
	opacity: 0;
	transform: translateY(10px);
	transition: opacity 0.3s ease, transform 0.3s ease;
	visibility: hidden;
}

.ghl-popup.show {
	opacity: 1;
	transform: translateY(0);
	visibility: visible;
}