@charset "UTF-8";
body {
	font-family: "Roboto", sans-serif;
	font-size: 14px;
	color: #333;
}

a {
	color: #000;
}

a:hover {
	color: #4594EF;
}

input, a:hover, a:focus, button {
	outline:0 none !important; 	blr:expression(this.onFocus=this.blur());
	text-decoration: none;
}

.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
	background-color: transparent;
	border: none;
}

button,
input,
select,
textarea,
.button {
	outline: none;
}

.h1,
.h2,
.h3,
h1,
h2,
h3 {
	margin-top: 0;
	margin-bottom: 0;
}

ul,
menu,
dir {
	padding-left: 20px;
	margin-bottom: 0;
}

p {
	margin-top: 10px;
	margin-bottom: 10px;
}

select {
	border-radius: 2px;
	border: 1px solid #979797;
	min-width: 50px;
	cursor: pointer;
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	background: url("../img/arrow_down.png") no-repeat scroll 90% 60% transparent;
	background-size: 16px 8px;
	padding-right: 24px;
}

select::-ms-expand {
	display: none;
}

.container-fluid {
	padding-left: 0;
	padding-right: 0;
}

.btn-primary, .btn-primary:hover, .btn-primary:active, .btn-primary:focus {
	background-color: #4b98cc;
	border: none;
}

.nav-top .nav li a {
	font-size: 12px;
}

.nav>li>a:focus,
.nav>li>a:hover {
	background-color: transparent;
	color: #4594EF;
}

.navbar {
	margin-bottom: 0;
}

.navbar-brand {
	padding: 0 5px;
}

.navbar>.container-fluid>.navbar-header>a>img {
	height: 64px;
}

#nav_top ul {
	padding: 7px 0;
}

.navbar-toggle .icon-bar {
	background-color: #4594EF;
}

.carousel-indicators li {
	background-color: #FFF;
}

.carousel-indicators .active {
	background-color: #4594EF;
	border: #4594EF;
}

.carousel-inner>.item>a>img,
.carousel-inner>.item>img {
	margin: 0 auto;
}

footer {
	padding-top: 24px;
	padding-bottom: 24px;
	background-color: #FBFBFB;
}

.section-1 {
	margin-bottom: 40px;
}

.title-flex {
	display: flex;
	margin: 36px auto;
}

.p-title_12 {
	font-size: 12px;
	font-weight: 500;
}

.p-title_16 {
	font-size: 16px;
	font-weight: 700;
}

.p-title_24 {
	font-size: 24px;
	font-weight: 700;
}

.p-title_26 {
	line-height: 30px;
	font-size: 26px;
	font-weight: 700;
}

.p-title_32 {
	font-size: 32px;
	font-weight: 700;
}


/*.flex-sa {
	display: flex;
	justify-content: space-around;
	margin-bottom: 36px;
}*/

.line-vertical {
	width: 4px;
	height: 30px;
	background: #4594EF;
}

.line-dash {
	width: 100%;
	height: 1px;
	background: #B5B5B5;
}

.search-input {
	padding-left: 10px;
	border: 1px solid #979797;
	border-right: 0;
	border-top-left-radius: 24px;
	border-bottom-left-radius: 24px;
}

.search-button {
	border: 1px solid #979797;
	border-left: 0;
	border-top-right-radius: 24px;
	border-bottom-right-radius: 24px;
	background-color: transparent;
}

.layout {
	width: 1200px;
	margin: 0 auto;
}

.just-content_sb {
	display: flex;
	justify-content: space-between;
}

.mt0 {
	margin-top: 0px;
}

.mt16 {
	margin-top: 16px;
}

.mt20 {
	margin-top: 20px;
}

.mt26 {
	margin-top: 26px;
}

.mt34 {
	margin-top: 34px;
}

.mt40 {
	margin-top: 40px;
}

.mt48 {
	margin-top: 48px;
}

.mb0 {
	margin-bottom: 0px;
}

.mb5 {
	margin-bottom: 5px;
}

.mb12 {
	margin-bottom: 12px;
}

.mb16 {
	margin-bottom: 16px;
}

.mb20 {
	margin-bottom: 20px;
}

.mb30 {
	margin-bottom: 30px;
}

.mb34 {
	margin-bottom: 34px;
}

.mlr8 {
	margin-left: 8px;
	margin-right: 8px;
}

.ml30 {
	margin-left: 30px;
}

.pl15 {
	padding-left: 15px;
}

.pl30 {
	padding-left: 30px;
}

.pb18 {
	padding-bottom: 18px;
}

.pt25 {
	padding-top: 25px;
}

.roboto-medium {
	font-weight: 500;
}

.plr20 {
	padding-right: 20px;
	padding-left: 20px;
}

p.footer-nav a {
	margin-right: 68px;
}

p.footer-copy span {
	margin-right: 15px;
}

div.footer-socialContact {
	padding-top: 10px;
}

div.footer-socialContact a {
	margin-right: 20px;
}

.breadcrumb {
	margin-top: 38px;
	padding-left: 0;
	background-color: #FFF;
}

.breadcrumb li, .breadcrumb li a {
	font-weight: 400;
}

.breadcrumb > .active {
	color: #333;
	font-weight: 500;
}

.alert {
	display: none;
	position: fixed;
	top: 50%;
	left: 50%;
	min-width: 200px;
	margin-left: -100px;
	z-index: 99999;
	padding: 15px;
	border: 1px solid transparent;
	border-radius: 4px;
}

.alert-success {
	color: #FFF;
	background-color: #0871b9;
	border-color: #0871b9;
}

.alert-info {
	color: #31708f;
	background-color: #d9edf7;
	border-color: #bce8f1;
}

.alert-warning {
	color: #8a6d3b;
	background-color: #fcf8e3;
	border-color: #faebcc;
}

.alert-danger {
	color: #a94442;
	background-color: #f2dede;
	border-color: #ebccd1;
}

.car-num {
	position: absolute;
	width: 16px;
	height: 16px;
	border-radius: 50px;
	font-size: 10px;
	background-color: #F00;
	color: #FFF;
	top: 8px;
	right: 5px;
	text-align: center;
}


@media only screen and (min-width: 100px) and (max-width: 640px) {
	body {
		font-size: 12px;
	}
	h1,
	.h1 {
		font-size: 32px;
	}
	h2,
	.h2 {
		font-size: 26px;
	}
	h3,
	.h3 {
		font-size: 20px;
	}
	h4,
	.h4 {
		font-size: 14px;
	}
	.nav-top {
		margin-left: 0;
		margin-right: 0;
	}
	/*.flex-sa{
		margin-bottom: 15px;
	}*/
	/*.title-flex {
		margin: 0 auto;
	}*/
	.title-flex+.row>div {
		margin-top: 20px;
	}
	.p-title_26 {
		font-size: 22px;
	}
	p.footer-nav a {
		margin-right: 10px;
	}
	div.footer-socialContact div {
		display: flex;
		justify-content: space-between;
		margin-top: 20px;
	}
	div.footer-socialContact a {
		margin-right: 0;
	}
	.layout {
		width: 320px;
		margin: 0 auto;
		padding: 0 20px;
	}
}

@media only screen and (min-width: 641px) and (max-width: 990px) {
	.nav-top {
		margin-left: 20px;
		margin-right: 20px;
	}
	.layout {
		width: 768px;
		margin: 0 auto;
		padding: 0 20px;
	}
	/*.title-flex {
		margin-bottom: 10px;
	}

	.title-flex + .row > div {
		margin-top: 20px;
	}*/
	p.footer-nav a {
		margin-right: 34px;
	}
}