<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";


/*========================================
CUSTOMIZE FOR BOOTSTRAP
========================================*/
body {
	font-size: 15px;
	line-height: 22px;
}
@media (min-width: 1200px) {
	.container {
	    width: 990px;
	}
}
@media(max-width: 767px){
	.container{
		padding-left: 10px;
		padding-right: 10px;
	}
}


/*========================================
TOP Pages
========================================*/

.carousel-indicators {
	bottom: 0;
}
@media(max-width: 767px){
	.carousel-indicators {
		bottom: -10px;
	}
}

.carousel-control.right,
.carousel-control.left {
	background-image: none;
	opacity: 1;
}

#top #company table td p {
	color: #00000;
}
</pre></body></html>