.information_popup{
	display: none;
	width:100%;
}


.information {
	position: fixed;
	width: 60%;
	height: 70%;
	cursor: pointer;
	z-index:1000000; 
	background: rgba(225, 225, 225, 1.0);
	top: 10%;
	left: 20%;
	
  	
}
.banner-infomation{
	top: 10px;
    padding: 20px;
    width: 100%;
    height: 25%;
	background: rgb(247,128,28);
	background: linear-gradient(90deg, rgba(247,128,28,1) 0%, rgba(239,103,29,1) 53%, rgba(223,63,47,1) 100%);
}
.tilte{
	position: absolute;
    right: 5%;
    top: 30%;
    text-align: center;
    color: rgb(247,128,28);
    font-size: 26px;
	font-weight: bold;
}
.content-infomation{
    padding: 20px;
    top: 10%;
    width: 100%;
    height: 180%;
    font-family: "Open Sans", sans-serif;
  	color: #272829;
    text-align: justify;
	overflow-x: hidden;
}
.thumb-infomation{
	padding: inherit;
	width: 35%;
}

@media only screen and (max-width: 2048px) {
	.content-infomation {
		padding: 20px;
		top: 12%;
		width: 100%;
		height: 270%;
		font-family: "Open Sans", sans-serif;
		color: #272829;
		text-align: justify;
		overflow-x: hidden;
	}
	
}

@media only screen and (max-width: 900px) {
	.information {
		width: 90%;
		height: 85%;
		left: 5%;
		top: 5%;
	}

	.content-infomation {
		/* z-index: 1000000; */
		position: absolute;
		padding: 15px;
		top: 42%;
		width: 89%;
		height: 50%;
		font-size: 13px;
		font-family: "Open Sans", sans-serif;
		color: #272829;
		text-align: justify;
		overflow-x: hidden;
	}
	.tilte {
		position: absolute;
		padding: 10px;
		left: 15px;
		font-size: 15px;
		top: 32%;
	}

}

.information-close-button{
	z-index: 1000000;
	/*background-image:url('starglobal/modules/information/img/close.svg'); */
	background-image:url('..//img/close.svg'); 
	background-repeat: no-repeat;    
	background-position: center;
	position:absolute; 
	right: 20.3%;
    top: 8.1%;
	/*z-index:99999; */
	width:30px; 
	height:100px;
}

@media only screen and (max-width: 960px) {
	.information-close-button{
		z-index: 1000000;
		/*background-image:url('starglobal/modules/information/img/close.svg'); */
		background-image:url('..//img/close.svg'); 
		background-repeat: no-repeat;    
		background-position: center;
		position:absolute; 
		right: 6.2%; 
		top: 1.5%; 
		/*z-index:99999; */
		width:30px; 
		height:100px;
	}
}

#information_group_btn {
	color: black;
	/* text-align: center; */
	position: absolute;
	display:none;
	font-family: 'Roboto';
}

#google_btn_update{
	position: absolute;
	display:none;
}

.information-close-button{
	/*background-image:url('starglobal/modules/information/img/close.svg'); */
    background-image:url('..//img/close.svg'); 
}
}

.info_button{
	z-index:9999;
	float:leftt; 
	top:170px;   
	border-radius: 0px 15px 15px 0px;
	width:120px;
	height:80px;
	padding-top:10px;
	text-align:center;
	position:absolute;
	background-color:red
}

@media only screen and (max-width: 960px) {
  .info_button {
	top: 120px;
    width: 80px;
	height: 55px;
  }
  .info-function-text{
	  font-size:11px;
  }
  .thumb-infomation{
		width: 200px;
	}
	
}
