@charset "utf-8";
/* 88 Transportation 2019 CSS Document */

/*
font-family: 'Oswald', sans-serif;
font-family: 'Open Sans', sans-serif;
font-family: source-han-sans-traditional, sans-serif; 300 400 500 700
*/

/* Rules for sizing the icon. */
.material-icons.md-12 { font-size: 12px; }
.material-icons.md-18 { font-size: 18px; }
.material-icons.md-24 { font-size: 24px; } /*default size*/
.material-icons.md-36 { font-size: 36px; }
.material-icons.md-48 { font-size: 48px; }
.material-icons.gray {color: #bfbfbf;}
.transform {transform: translateY(2px);}
.rotate {transform: rotate(45deg)  translateX(3px)}

:root {
	--main-blue: #2170b4;
	--main-green: #60ae54;
	--main-red: #e01f27;
}

html {
	font-size: 10px;
	box-sizing: border-box;
	overflow-y: scroll;
}
*, *:before, *:after {
	box-sizing: inherit;
	padding: 0;
	margin: 0;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

a, a:hover, a:focus {
	text-decoration: none;
	color: inherit;
}
div:empty {
	height: 10px;
}

body {
	font-family: 'Open Sans', sans-serif;
	padding: 0;
	margin: 0;
}

#wrapper {
	max-width: 1200px;
	width: 100%;
	margin: 0 auto 35px;
}

/*header*/
header {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	padding: 15px 0 10px;
}

.header_left {
	flex: 2;
	padding: 0 2%;
}
.header_left h1 {
	width: 65%;
	height: 70px;
	background: url(../_images/header_logo.png) no-repeat;
	background-size: contain;
	font-size: 1px;
	text-indent: -1000rem;
}
.header_right {
	flex: 1;
	padding: 0 2%;
}
p.button a {
	font-size: calc(1.2rem + 0.3vw);
	background: var(--main-red);
	padding: 2px 0 3px;
	text-align: center;
	color: white;
	margin: 0 1.5% 10px 0;
	width: 100px;
	display: inline-block;
	border-radius: 15px;
	border: 2px solid transparent;
	transition: all 500ms ease;
}
p.button a:hover {
	background: white;
	color: var(--main-red);
	border: 2px solid var(--main-red);
}
p.tel {
	font-size: calc(1.2rem + 0.3vw);
	color: #b22;
}
p.tel a {
	font-size: calc(1.6rem + 0.3vw);
	font-weight: 700;
}
p.tel span {
	font-size: calc(1.2rem + 0.4vw);
	color: #b22;
	font-family: source-han-sans-traditional, sans-serif;
	font-weight: 700;
}

/*intro*/
.intro {
	padding: 15px calc(5% + 0.3vw) 0;
}
.intro_ch {
	font-family: source-han-sans-traditional, sans-serif;
	font-weight: 400;
}
.intro h2 {
	font-size: calc(1.4rem + 0.35vw);
	font-weight: 400;
	text-align: center;
}
.intro_list {
	font-size: calc(1.2rem + 0.3vw);
	line-height: 150%;
	margin:  15px 0 15px 5%;
}
.intro_list li {
	margin-bottom: 6px;
	position: relative;
}
.intro_list li:before {
	content: counter(my-counter, disc);
	color: var(--main-red);
	font-size: calc(1.4rem + 0.3vw);
	position: absolute;
	top: 0;
	left: -15px;
}


.intro_ch {
	font-family: source-han-sans-traditional, sans-serif;
	font-weight: 400;
	padding: 15px calc(5% + 0.3vw) 0;
}
.intro_ch h2 {
	font-size: calc(1.4rem + 0.4vw);
	font-weight: 400;
	text-align: center;
}

.intro_list_ch {
	font-size: calc(1.2rem + 0.3vw);
	line-height: 150%;
	margin:  15px 0 15px 5%;
	letter-spacing: 1px;
}
.intro_list_ch li {
	margin-bottom: 6px;
	position: relative;
}
.intro_list_ch li:before {
	content: counter(my-counter, disc);
	color: var(--main-red);
	font-size: calc(1.4rem + 0.5vw);
	position: absolute;
	top: 0;
	left: -25px;
}

/*info*/
.info {
	display: flex;
	flex-wrap: wrap;
	padding-bottom: 15px;
	justify-content: center;
}
.map {
	flex: 5;
	border-right: solid 1px #bbb;
	margin-right: 10px;
}
.map img {
	width: 80%;
	height: auto;
	display: block;
	margin: 0 auto;
}
.links {
	flex: 1;
	padding: 20px 0 0;
	margin-left: 20px;
}
.links_ch {
	font-family: source-han-sans-traditional, sans-serif;
	font-weight: 400;
}
.links h2 {
	color: #666;
	font-size: calc(1.2rem + 0.3vw);
	font-weight: 600;
}
.links p {
	font-size: calc(1rem + 0.2vw);
}
.links img {
	width: 60%;
}
.fuel {
	margin-bottom: 10px;
}
p.percentage {
	font-size: calc(2rem + 1vw);
	color: var(--main-red);
	margin-top: -5px;
}
.news a {
	color: #00e;
	font-style: italic;
}

/*section*/
.inner {
	padding: 15px calc(2% + 1vw);
}

.inner_ch {
	font-family: source-han-sans-traditional, sans-serif;
	font-weight: 400;
	padding: 15px calc(2% + 1vw);
}

.inner h1 {
	font-family: 'Oswald', sans-serif;
	font-size: calc(2rem + 0.3vw);
	color: var(--main-red);
	text-align: center;
	font-weight: 400;
}
.inner_ch h1 {
	font-size: calc(2rem + 0.3vw);
	font-family: source-han-sans-traditional, sans-serif;
	font-weight: 700;
	color: var(--main-red);
	text-align: center;
}

main {
	padding: 15px 1%;
	display: flex;
}

aside {
	flex: 1;
	order: 0;
	padding: 0 2% 20px;
}
aside img {
	width: 95%;
	height: auto;
	margin: 0 auto 15px;
	display: block;
	border: solid 1px var(--main-blue);
}
aside p {
	font-size: calc(1.1rem + 0.3vw);
	margin: 0 5% 10px 0;
}

article {
	flex: 3;
	order:1
}
article p {
	font-size: calc(1.1rem + 0.3vw);
	margin-bottom: 10px;
}
article img {
	width: 100%;
	height: auto;
	margin: 0 0 10px;
}
article picture img {
	width: 100%;
	height: auto;
}

.inner > picture {
	padding: 15px 5%;
	margin: 0 auto;
}
.inner > picture img {
	width: 70%;
	height: auto;
	display: block;
	margin: 0 auto;
}

.services {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	padding: 10px 0
}
.services_ch {
	font-family: source-han-sans-traditional, sans-serif;
}
.services ul {
	width: calc(45% - 20px);
	font-size: calc(1.1rem + 0.3vw);
}
.services ul li {
	margin-bottom: 10px;
	border-bottom: 1px dotted #666;
	position: relative;
	padding: 0 0 10px 25px;
}
.services ul li:before {
	content: counter(my-counter, disc);
	font-size: calc(1.3rem + 0.3vw);
	color: dodgerblue;
	position: absolute;
	top: 0;
	left: 5px;
}
.services_ch ul li:before {
	left: 0;
}


/*form*/
.contact {
	padding: 10px 5%;
}
.contact h2 {
	font-size: calc(1.2rem + 0.3vw);
	font-weight: 400;
	text-align: center;
}

.contactForm {
	margin: 2vh auto;
	padding: 2vh 3vw 2vh 2vw;
	background: #e3f5f3;
	font-size: calc(1.2rem + 0.3vw);
}

.form-group {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	margin-bottom: 1vh;
}
.form-group > label {
	flex: 1;
}
.form-group > input {
	flex: 3;
	height: 30px;
}
.form-group > textarea {
	flex: 3;
}
input:hover {
	border: solid 1px #666;
	background: beige;
}
input:focus {
	background: #ececec;
}
input::placeholder {
	font-size: calc(0.8rem + 0.3vw);
	transform: translateX(3px);
}
input[type="submit"] {
	font-size: calc(1.2rem + 0.2vw);
	padding: 5px 10px;
	text-align: center;
	border: solid 1px #666;
	margin: 10px 0 0 ;
	border-radius: 10px;
	box-shadow: 3px 3px 3px #bbb;
}
input[type="radio"] {
	transform: translateY(1px);
	margin-right: 5px;
}
button {
	margin: 5px 0 10px;
	width: 90px;
	border-radius: 20px;
	border: solid 1px #666;
	box-shadow: 3px 3px 3px #bbb;
	display: inline-block;
	padding: 5px 0;
	color: #333;
	cursor: pointer;
}


.inner_ch input[type="submit"] {
	font-family: source-han-sans-traditional, sans-serif;
	font-weight: 500;
	padding: 5px 15px;
}

.checkbox_group div {
	margin: 0 0 8px 5px;
}
input[type="checkbox"] {
	transform: translateY(1px);
	margin-right: 5px;
}

.requestForm {
	margin: 2vh auto;
	width: 95%;
	padding: 2vh 3vw;
	background: #ededed;
	font-size: calc(1rem + 0.3vw);
}
.requestForm h3 {
	font-size: calc(1.2rem + 0.3vw);
	font-weight: 400;
	margin: 5px 0;
}

.radio-group {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	margin-bottom: 15px;
}

.radio-control {
	width: calc(100px + 1.5vw);
	margin-right: calc(6px + 2vw);
}
.zip-group {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
}
.zip-control {
	margin: 0 30px 10px 0;
}
.zip-control > label {
	width: 120px;
	display: inline-block;
	margin-right: 0;
}
.zip-control input {
	width: 110px;
}

/*locations*/
.locations {
	padding: 15px calc(2% + 1vw) 25px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.locations h1 {
	font-family: 'Oswald', sans-serif;
	font-size: calc(2rem + 0.3vw);
	color: var(--main-red);
	text-align: center;
	font-weight: 400;
	width: 100%;
	margin: 10px 0;
}
.locations_ch h1 {
	font-family: source-han-sans-traditional, sans-serif; 
	font-weight: 700;
}
.contact_info {
	width: calc(48% - 20px);
	margin: 10px 0;
	padding: 0 4%;
}
.contact_info h2 {
	font-size: calc(1.4rem + 0.3vw);
	margin-bottom: 10px;
	color: var(--main-red);
	font-weight: 600;
}
.contact_info img {
	float: left;
	width: 30%;
	height: auto;
	margin-right: 10px;
}
.contact_info p {
	font-size: calc(1.2rem + 0.25vw);
	line-height: 150%;
	margin-left: 32%;
}
.contact_info:nth-of-type(1) {
	border-right: solid 1px #666;
}

.google_map {
   	position: relative;
	padding-bottom: 50%;
	height: 0;
	overflow: hidden;
	width: 90%;
	border: solid 2px #0c7eb5;
	transform: translateY(10px);
}
.google_map iframe {
	border: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;		
}

/*bottom info*/
.btm_info {
	padding: 10px 2%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	font-size: calc(1.1rem + 0.2vw);
	line-height: 150%;
	background: #ececec;
}
.btm_info div {
	width: 22%;
	margin-right:30px;
}
.social_media {
	width: 15%;
	padding: 10px 0 0 20px;
}
.social_media img {
	margin-right: 10px;
}


.wechat {
	width: 90%;
	height: auto;
	margin-top: 10px;
}

.wechat_fixed {
	display: block;
	position: fixed;
	width: 75px;
	height: auto;
	bottom: 15%;
	right: 20px;
	z-index: 30;
}


/*footer*/
footer {
	display: flex;
	background: #ececec;
	padding: 8px 1% 25px;
}
footer p {
	font-size: calc(1rem + 0.25vw);
	text-align: center;
	margin: auto;
}

/*Common classes*/
.word_wrap {
	white-space: nowrap;
}
.chinese_400 {
	font-family: source-han-sans-traditional, sans-serif;
	font-weight: 400;
}
.chinese_500 {
	font-family: source-han-sans-traditional, sans-serif;
	font-weight: 500;
}
.chinese_700 {
	font-family: source-han-sans-traditional, sans-serif;
	font-weight: 700;
}
.redtype {
	color: var(--main-red);
}


/*Go to top*/
.arrow_top{
		position: fixed;
		right: 30px;
		bottom: 10%;
		height: 30px;
		width: 30px;
		background: #f00;
		padding: 5px 0;
		font-size: 1rem;
		text-align: center;	
		font-weight: 600;
		color: white;
		line-height: 100%;
	}


@media (max-width: 992px) {
	.header_left h1 {
		width: 95%;
	}
	
	.contact_info img {
	float: none;
	width: 50%;
	height: auto;
	}
	.contact_info p {
		margin-left: 0;
	}

	
}

@media (max-width: 768px) {
	.header_left h1 {
		width: 90%;
	}
	p.button a {
		width: 80px;
	}
	.btm_info {
		flex-flow: column;
	}
	.btm_info div {
		width: 90%;
		padding: 10px 5%;
	}
	
	.info {
		flex-flow: column;
	}
	.map {
		flex: 1;
		border: none;
		border-bottom: solid 1px #bbb;
		padding: 0 0 10px 0;
	}
	.links {
		flex: 1;
		padding: 15px 1vw;
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
		margin: 0;
	}
	.links img {
		float: left;
		margin-right: 8px;
		width: 40%;
	}
	.fuel {
		width: 230px;
	}
	.news {
		width: 230px;
	}
		
	.locations {
	flex-flow: column;
	}
	
	
	.contact_info {
		width: 90%;
		margin: 10px auto;
	}
	.contact_info:nth-of-type(1) {
		border: none;
		border-bottom: solid 1px #666;
		padding-bottom: 6vh;
	}
	.contact_info img {
	float: left;
	width: 30%;
	height: auto;
	}
	.contact_info p {
		margin-left: 32%;
	}
	
	input[type="button"] {
	margin-right: calc(15% + 10vw);
}
	
}


@media (max-width: 580px) {

	header {
		flex-flow: column;
		padding: 15px 0 5px;
	}
	.header_left {
		flex: 1;
	}
	.header_left h1 {
		width: 95%;
		height: 50px;
		margin: 0 auto;
	}
	.header_right {
		margin-bottom: 5px;
   		flex:1;
		margin: 0 auto;
		padding: 0;
	}
	p.button {
		margin-bottom: 0;
	}
	
	main {
		flex-flow: column;
		padding: 15px 5%;
	}
	
	aside {
		flex: 1;
		order: 1;
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
		align-items: flex-start;
		padding: 0;
	}
	aside img {
		width: calc(50% - 10px);
		margin: 10px 5px;
	}
	aside p {
	margin: 0 0 10px 0;
	}
	
	article {
		flex: 1;
		order: 0;
	}
	
	picture img {
	width: 90%;
	height: auto;
	display: block;
	margin: 0 auto 10px;
	}
	
	.services {
		flex-flow: column;
	}
	.services ul {
		width: 80%;
		margin-left: 5%;
	}
	
	/*form*/
	.contactForm {
	padding: 2vh 5vw;
	}
	
	.requestForm {
	padding: 2vh 5vw;
}
	.form-group {
		flex-flow:column;
	}
	.form-group > label {
		margin-bottom: 5px;
	}
	.radio-group {
	flex-flow: column;
	}
	.radio-control {
		width: 50%;
		margin: 0 0 5px 5px;
	}

	
	footer p br {
		display: block;
	}
	
	.mobile_hide {
		display: none;
	}
	
	.social_media {
		display: flex;
		justify-content: flex-start;
		align-items: flex-start;
	}
	
	.wechat {
	dispaly: block;
	width: 50%;
	height: auto;
	margin: 0;
	marginl-left: 10px;
	}
	
	.arrow_top {
		right: 20px;
	}
	
	.wechat_fixed {
		display: none;
	}
	.wechat_show {
		width: 50px;
		display: block;
		position: static;
		margin-left: 15px;
	}
	input[type="button"] {
		margin-right: 70%;
		margin-top: 10px;
	
}
	
}














