
@media (min-width: 1900px) {
	body.about .about-top-header img.bg-dottedline{
		top: -15%;
		left: -6%;
		width: auto;
		transform: rotate(12deg) scale(1.2);
	}

	body.about .about-top-header img.bg-map{
		top: -45%;
		left: 35.5%;
		width: auto;
		height: auto;
	}
}

@media (max-width: 1200px) {
	/* -------------------------------------------
		GBA About 
	---------------------------------------------- */
	
	body.about .title-div .header-title{
		right: 0;
		bottom: 0;
		padding: 10% 3% 1% 16%;
	}
	body.about .about-content .content-panel-div .content-panel{
		width: 100%;
	}
	body.about .tabs{
		flex-wrap: wrap;
	}
}

@media (max-width: 1000px) {
	/* -------------------------------------------
		home
	---------------------------------------------- */

	html[lang="en"] #home .home-arrow-btn{
		bottom: 16%;
		right: 8%;
	}

}

@media (max-width: 768px) {
	/* -------------------------------------------
		GBA About 
	---------------------------------------------- */
	
	body.about .title-div .header-title{
		right: 0;
		bottom: 0;
		padding: 15% 3% 1% 16%;
	}
	
	body.about .about-content .content-panel-div{
		padding-bottom: 0;
	}
}

@media (max-width: 576px){
	
	.page-container .banner-div .title{
		font-size: 6vw;
	}
	
	/* -------------------------------------------
		home
	---------------------------------------------- */

	html[lang="en"] #home .home-arrow-btn{
		bottom: 19%;
		right: 9%;

	}
	
	/* -------------------------------------------
		GBA About 
	---------------------------------------------- */
	body.about .about-top-header img.bg-dottedline{
		top: -47%;
		left: -25em;
		width: auto;
		transform: scale(0.5);
	}
	
	body.about .about-top-header img.bg-map{
		top: -45%;
		left: -12.5em;
		width: auto;
		height: auto;
		transform: scale(0.4);
	}
}