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

body{
	height: auto;
	width: 880px;
	margin: 0 auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	background:url(../images/bg.jpg) repeat;
}
.clear {
    clear: both;
    margin: 0;
    padding: 0;
}
.center {
	text-align: center;
}

.red {
	font-weight: bold;
	color: #F00;
}
.blue {
	font-weight: bold;
	color: #008080;
}
.blue1 {
	color: #38607f;
}

#web {
	width: 880px;
	height: auto;
}

#menu {
	background:url(../images/bg_menu.jpg) no-repeat;
	float: left;
	height: 36px;
	width: 880px;
	padding-top: 2px;
}
#menu .welcome {
	float: left;
	line-height: 28px;
	font-weight: bold;
	color: #FF9;
	margin-left: 8px;
	width: 305px;
}
#menu .time {
	float: right;
	line-height: 28px;
	color: #FFF;
	margin-right: 12px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFF;
	padding-left: 5px;
}
#menu .about {
	float: left;
	margin-left: 6px;
}
#menu .service {
	float: left;
}
#menu .contact {
	float: left;
}
#main {
	float:left;
	width: 880px;
	height: auto;
}
#main .banner {
	background: url(../images/banner.png) no-repeat;
	height: 176px;
}
#main .banner .car {
	background-image: url(../images/car.png);
	background-repeat: no-repeat;
	height: 178px;
	width: 279px;
	position: absolute;
	float: left;
	margin-top: 50px;
	margin-left: 580px;
}
#content {
	background:url(../images/bg_main.jpg) repeat-y;
	padding-top: 8px;
	padding-bottom: 8px;
}
#content .content_box {
	border: 1px solid #7b7b7d;
	background-color: #eeeff1;
	margin-left: 12px;
	margin-right: 12px;
	line-height: 20px;
	overflow: hidden;
	width: 854px;
	padding-top: 5px;
	padding-bottom: 20px;
	height: 630px; // chinh do cao trang service
}
#content .content_box .img_about {
	float: left;
	width: 173px;
	margin-left: 5px;
}
#content .content_box .welcome_bar {
	float: left;
	margin-top: 15px;
}
#content .content_box .content_welcome {
	float: left;
	text-align: justify;
	width: 625px;
	padding-left: 32px;
	margin-top: 20px;
}
#content .content_box .box_left {
	float: left;
	width: 306px;
	margin-top: 10px;
}
#content .content_box .box_left .box_left_1 {
	background-image: url(../images/services_title.jpg);
	background-repeat: no-repeat;
	padding-top: 40px;
	padding-left: 8px;
	margin-bottom: 30px;
}
#content .content_box .box_left .box_left_2 {
	background-image: url(../images/special_title.jpg);
	background-repeat: no-repeat;
	padding-top: 40px;
	padding-left: 8px;
}
#content .content_box .box_right {
	float: right;
	width: 397px;
	text-align: justify;
	margin-right: 20px;
	margin-top: 60px;
}
#content .content_box .box_car {
	float: left;
	width: 96px;
	margin-left: 15px;
	margin-top: 10px;
}
#content .content_box .info {
	float: left;
	width: 293px;
	margin-top: 10px;
	background-image: url(../images/contact_title.jpg);
	background-repeat: no-repeat;
	padding-top: 50px;
	padding-left: 8px;
}
#content .content_box .map_content {
	float: right;
	height: 440px;
	width: 502px;
	margin-top: 30px;
	margin-right: 20px;
}

#content .content_box .map_content .map {
	border: 1px solid #999;
	margin-top: 5px;
}

#footer {
	background:url(../images/bg_main.jpg) repeat-y;
}
#footer .copyright {
	height: 32px;
	background-color: #C90707;
	line-height: 32px;
	font-weight: bold;
	color: #FFF;
	padding-left: 15px;
	margin-left: 12px;
	margin-bottom: 8px;
	margin-right: 12px;
	width: 841px;
}
#footer .copyright .accept {
	float: right;
	margin-right: 12px;
}
#footer .copyright .copyright1 {
	float: left;
}

#footer .line {
	background-color: #959595;
	height: 5px;
	margin-left: 6px;
	margin-right: 6px;
}
</pre></body></html>