body {
	font-family: 'Barlow', sans-serif;
	font-size: 16px;
	line-height: 1.4;
	color: #333;
	background-color: #fff;
	margin: 0
}

ol,
ul {
	list-style: none;
	padding: 0;
	margin: 0
}

table {
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%
}

a {
	text-decoration: none;
	color: #333
}

b,
strong {
	font-weight: bold
}

i,
em {
	font-style: italic
}

* {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box
}

*:focus {
	outline: 0
}

p {
	margin: 0 0 10px
}

img {
	max-width: 100%
}

.row {
	margin: 0 -10px;
	position: relative
}

.col {
	width: 100%;
	padding: 0 10px;
	float: left;
	box-sizing: border-box
}

.col-2 {
	width: 16.66%
}

.col-3 {
	width: 24%
}

.col-4 {
	width: 33.33%
}

.col-5 {
	width: 41.66%
}

.col-6 {
	width: 50%
}

.col-7 {
	width: 58.33%
}

.col-8 {
	width: 66.33%
}

.col-9 {
	width: 75%
}

.col-10 {
	width: 83.33%
}

.col-20 {
	width: 20%
}

.row:after,
.clear:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden
}

.left,
.fl {
	float: left
}

.right,
.fr {
	float: right
}

.center {
	text-align: center
}

.relative {
	position: relative
}

.absolute {
	position: absolute
}

.clear,
.clr {
	clear: both;
	float: none
}

.none,
.mobile {
	display: none
}

.clearfix:before,
.clearfix:after {
	content: " ";
	display: table
}
.modal-block {
	display: none;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	z-index: 999999;
	padding: 20px;
	box-sizing: border-box;
	background-color: black;
	background-color: rgba(49, 49, 49, .2);
	text-align: center;
}

.modal-dialog {
	display: inline-block;
	vertical-align: middle;
	position: relative;
	z-index: 2;
	width: 500px;
	background: #fff;
	padding: 15px;
	border-radius: 5px;
	text-align: left;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, .2);
	margin-top: 50px;
	max-width: 100%;
	box-sizing: border-box;
}

.dialog-title {
	letter-spacing: -1px;
	font-size: 1.3em;
	color: #000;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	margin-bottom: 5px;
	text-align: center;
}

.dialog-content {
	margin-bottom: 20px;
	float: left;
	width: 100%;
	text-align: center;
}

.dialog-actions {
	text-transform: uppercase;
	text-align: center;
	margin: 10px auto;
	float: left;
	width: 100%;
}

.dialog-actions a,
.dialog-actions button {
	display: inline-block;
	padding: 0px 15px;
	background: #f3f3f3;
	color: #35719e;
	margin-right: 10px;
	font-weight: bold;
	line-height: 35px;
	border: none;
	cursor: pointer;
	border-radius: 3px;
	font-family: inherit;
	font-size: 14px;
	text-transform: uppercase;
}

.dialog-actions a:last-child,
.dialog-actions button {
	background: #35719e;
	color: #FFF;
}

.dialog-content input {
	border: 1px solid #ddd;
	padding: 0px 10px;
	line-height: 40px;
	border-radius: 5px;
	width: 80%;
	margin: 10px 0 0;
	box-shadow: inset 0px 0px 3px 0px rgba(66, 66, 66, .1);
	font-size: 14px;
	color: #333;
}

.dialog-content input:focus {
	box-shadow: 0 0 5px #51cbee;
	border: 1px solid #51cbee;
	color: #333;
}

.dialog-content input.error {
	box-shadow: 0 0 5px #e00;
	border: 1px solid #e00;
	color: #333;
}

.dialog-content .note {
	font-size: 12px;
	color: #888;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	margin-top: 10px;
	padding: 0 10%;
	margin-bottom: -10px;
}

body {
    position: relative;
    font-family: 'Barlow', sans-serif;
}
body#bd-product {
    position: relative;
    background: #fff url(/statics/bg-product.jpg) no-repeat;
    background-color: #fff;
    -webkit-background-size: auto 566px;
    -moz-background-size: auto 566px;
	-o-background-size: auto 566px;
    background-size: auto 566px;
    background-position: center top;
    font-family: 'Barlow', sans-serif;
}
.container {
	max-width: 1130px;
    width: 100%;
    position: relative;
    margin: 0 auto;
}
.flex-direction-nav a:before {
    content: none !important;
}
.flex-direction-nav a.flex-prev{
    background:transparent url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 111.18011 208.24774' width='111.18' height='208.248'%3E%3Cpath d='M104.094 0L0 104.094l.094.062L7 111.062v.032l97.187 97.156 7-7L14 104.062 111.094 7l-7-7z' fill='%23fff'/%3E%3C/svg%3E") no-repeat 50% 50%;
    background-size: 100%;
    left: 20px !important;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    width: 50px;
    height: 50px;
    z-index: 109;
    transition: opacity 0.3s ease-out;
	opacity: 1 !important;
    font-size: 0;
}
.flex-direction-nav a.flex-next{
    background:transparent url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 111.18011 208.24774' width='111.18' height='208.248'%3E%3Cpath d='M7.094 208.25l104.094-104.094-.094-.062-6.906-6.907v-.03L7 0 0 7l97.188 97.187L.094 201.25l7 7z' fill='%23fff'/%3E%3C/svg%3E") no-repeat 50% 50%;
	background-size: 100%;
    right: 20px !important;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    width: 50px;
    height: 50px;
    z-index: 109;
    transition: opacity 0.3s ease-out;
	opacity: 1 !important;
    font-size: 0;
}
.button {
    line-height: 40px;
    display: inline-block;
    padding: 0 30px;
    text-transform: uppercase;
    color: #fff;
    background: #eb1b2e;
    margin: 5px auto;
}
.block-title {
    margin: 20px 0;
    position: relative;
    float: left;
    width: 100%;
    line-height: 40px;
    font-size: 20px;
    text-transform: uppercase;
}
.block-title:before {
    content: '';
    position: absolute;
    left: 0;
    top: 19px;
    width: 100%;
    height: 2px;
    background: #e40614;
}
.block-title a {
    position: relative;
    z-index: 1;
    background: #fff;
    display: inline-block;
    padding-right: 10px;
    color: #4d4d4d;
}
.block-title:after {
    content: "";
    position: absolute;
    left: 0;
    top: 23px;
    width: 100%;
    height: 1px;
    background: #e40614;
}
.scrolltop {
    background: url(/statics/sprite-genk_v9.png) -229px -195px no-repeat!important;
    width: 35px!important;
    height: 35px!important;
    opacity: .45!important;
    position: fixed;
    cursor: pointer;
    bottom: 0;
    right: 0;
	 z-index: 9999;
}
.scrolltop span {
    display: none;
}
a {
    color: #555;
}
a:hover {
    color: #e40614;
    text-decoration: none;
}

.footer-nav {
    width: 100%;
    z-index: 999;
	float: left;
    background: #4d4d4f;
    bottom: 0;
}
.footer-nav ul{
    display: table;
    margin: auto;
}
.footer-nav ul li {
    line-height: 50px;
    display: inline-block;
    margin: 0 7.5px;
	float: left;
}
.footer-nav ul li a {
    color: #fff;
}
.footer-nav ul li a:hover{ color: #e40614;}
.footer-nav ul li img{
    height: 30px;
    float: left;
    margin: 10px 0;
}
.cate-product .col-3:nth-child(4n + 1){clear: both}
.cate-product .col-3 h4 {
    white-space: inherit !important;
    min-height: 44px;
}
body>section{
    margin: 105px 0 0;
}

.cate-name {
    border-bottom: 1px solid #ddd;
    padding: 0 20px;
    margin: 20px 0;
}
.listproduct .cate-name{
    margin-top: -10px;
}
.cate-child{display: inline-block;cursor: pointer;padding: 5px 10px 0;text-align: center;}
.cate-child img{
    display: table;
    margin: auto;
    max-height: 50px;
}
.cate-name h2, .cate-name h3{
    color: #687074;
    font-size: 13px;
    font-weight: bolder;
    font-family: 'Barlow', sans-serif;
    text-transform: uppercase;
    display: inline-block;
    margin: 0;
    padding: 5px 20px;
	cursor: pointer;
}
.cate-name h2.active, .cate-name h3.active, .cate-name h2:hover, .cate-name h3:hover, .cate-child.active, .cate-child:hover{
    background: #eee;
}
.listproduct{
    display: none;
}
.listproduct .col-2:nth-child(6n + 1){
	clear: both;
}
.listproduct p, .submenu-car-name{
    color: #687074;
    font-size: 11px;
    font-weight: bolder;
    font-family: 'Barlow', sans-serif;
    text-align: center;
}
footer {
    float: left;
    width: 100%;
	*margin-bottom: 50px;
}
.footer-title{
    font-size: 16px;
    font-weight: bold;
    font-family: 'Barlow', sans-serif;
    padding: 6px 0;
}
footer .col{margin-bottom: 15px;}
footer .col>a {
    font-size: 13px;
    display: block;
    font-family: 'Barlow', sans-serif;
    font-weight: bolder;
    margin-bottom: 3px;
}
.hotline-footer {
    font-family: 'Barlow', sans-serif;
    font-size: 18px;
    background: url(/statics/hotline.png) no-repeat top left;
    padding-left: 30px;
    color: #dd1829;
    background-size: auto 100%;
}
.copyright {
    float: left;
    width: 100%;
    font-size: 12px;
    line-height: 20px;
    border-top: 2px solid #c0c3c4;
    padding-top: 5px;
}
.breadcrumb {
    display: block;
    overflow: hidden;
}
.breadcrumb li {
    float: left;
    overflow: hidden;
}
.breadcrumb li a {
    float: left;
    white-space: nowrap;
    font-size: 14px;
    padding: 5px;
    text-transform: capitalize;
    line-height: 40px;
}
.breadcrumb li:first-child a {
    padding-left: 0;
}
.breadcrumb li > span {
    float: left;
    font-size: 24px;
    color: #999;
    padding: 0 3px 0 0;
    line-height: 45px;
    font-family: -webkit-body;
}
.home-blog a {
    position: relative;
    background: #000;
    float: left;
	margin-bottom: 10px;
}
.home-blog img {
    float: left;
    opacity: 0.7;
}
.home-blog h2 {
    position: absolute;
    width: 100%;
    text-align: center;
    font-size: 15px;
    color: #fff;
    text-transform: uppercase;
    line-height: 30px;
    margin: 0;
    top: calc(50% - 15px);
    text-shadow: 0 0 3px #000;
	font-family: 'Barlow', sans-serif;
}
.main{
    margin-bottom: 10px;
    background-color: #fff;
    border: none;
    border-radius: 0;
    padding: 0;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
    box-shadow: 0 1px 1px rgba(0,0,0,.05);
    position: relative;
    padding: 20px;
    box-sizing: border-box;
}
#page-article h1{
    font-size: 20px;
    font-family: 'Barlow', sans-serif;
    margin: 0 0 20px;
    padding-bottom: 10px;
    border-bottom: 2px solid #eee;
}
ul.side li {
    padding: 10px 0;
}
ul.side li a {
    font-size: 14px;
    background: url(/statics/bg-list.png) no-repeat top left;
    padding: 4px 0;
    padding-left: 34px;
    margin: 2px 0;
    font-family: 'Barlow', sans-serif;
}
.blog{
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
    box-shadow: 0 1px 1px rgba(0,0,0,.05);
    position: relative;
    background: #fff;
    float: left;
    margin-bottom: 20px;
}
.blog img{
    float: left;
    width: 30%;
}
.blog h3{
    float: left;
    width: 70%;
    box-sizing: border-box;
    background-color: #ccced3;
    margin: 0;
    padding: 10px;
}
.blog p {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    float: left;
    width: 70%;
    padding: 0 10px;
    box-sizing: border-box;
    margin: 10px 0;
}
.cars {
    float: left;
    width: 100%;
    margin: 0 0 20px;
    box-sizing: border-box;
}
.car {
    float: left;
    width: 20%;
	margin-bottom: 20px;
	text-align: center;
}
.cars .car:nth-child(5n + 1){
    clear: both;
}
.car h3 {
    margin: 0;
    font-size: 14px;
    font-weight: 600;
    font-family: 'Barlow', sans-serif;
	padding: 0 10px;
}
.car img {
    width: 90%;
    margin: 20px 5% 0;
}
.article{
    margin-bottom: 20px;
}
.article>a{
    display: block;
    position: relative;
    float: left;
    width: 100%;
    padding-top: 56.25%;
    overflow: hidden;
    background: transparent;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.article>a img{display: none;}
.article>a h3{
    position: absolute;
    bottom: 0;
    margin: 0;
    padding: 20px 10px 10px;
    background: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.8));
    color: #fff;
    font-weight: 400;
    font-size: 16px;
}
#page-category{
    float: left;
    width: 100%;
	padding: 20px 0 10px;
}

#page-article article img, #page-article article input[type=img]{
	    height: auto !important;
}
.vp {
    float: left;
    width: 100%;
    padding-top: 56.25%;
    position: relative;
    overflow: hidden;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
    box-shadow: 0 1px 1px rgba(0,0,0,.05);
    margin: 20px 0;
}
.vp img, .vp iframe{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.blogs .blog:nth-child(3n + 1){clear: both;}
.blogs .blog h3{
    float: left;
    width: 100%;
    margin: 10px 0 30px;
    font-weight: 400;
    font-size: 20px;
}
.contact-info{
    position: absolute;
    z-index: 9;
    top: 50px;
    right: 30px;
    background: #fff;
    padding: 30px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
#page-contact h1 {
    font-size: 18px;
    text-transform: uppercase;
    color: #ff0006;
    margin: 20px 0;
    float: left;
    width: 100%;
}
.list_contact{
    width: 100%;
    height: 655px;
    margin-bottom: 20px;
    overflow-y: overlay;
-webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.1), 0 4px 8px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.1), 0 4px 8px rgba(0, 0, 0, 0.1);
}
.contact_map{
    float: left;
    width: 100%;
    position: relative;
    padding-top: 100%;
	margin-bottom: 20px;
}
.contact_map iframe{
    border: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.contact_item{
    width: 100%;
    box-sizing: border-box;
    float: left;
    border-bottom: 1px solid #ccc;
}
.contact_item h2{
	margin: 0;
	padding: 15px;
    font-size: 16px;
    font-weight: normal;
	cursor: pointer;
}
.contact_item h2.viewing{
    background-color: #ECEFF4;
    color: #c8102e;
}
.contact_info{
    float: left;
    width: 100%;
    padding: 10px 15px;
    box-sizing: border-box;
    display: none;
	border-top: 1px solid #ccc;
}
.contact_info p{
    font-size: 14px;
    margin: 10px 0;
}
#page-contact p.des{
    font-weight: 500;
    font-size: 15px;
}
#page-contact ul.info li {
    list-style-type: circle;
    margin: 0 0 5px 15px;
    font-size: 15px;
}
#page-contact a.view {
    color: #35719e;
    border-bottom: 1px solid;
    font-size: 16px;
	margin-bottom: 10px;
    display: inline-block;
}
#page-product #img{
    margin-top: 0px;
}

#page-product h1 {
    margin: 60px 0 20px;
    font-size: 28px;
    /*text-transform: uppercase;*/
    font-family: 'Barlow', sans-serif;
	white-space: nowrap;
}
#page-product .highlight{
    font-size: 15px;
}
#page-product .btn{
    background-color: #3c599b;
    color: white;
    padding: 8px 20px;
    border-radius: 0;
    font-weight: bold;
    margin: 10px 0;
    display: inline-block;
}
#page-product .description{
    float: left;
    width: 100%;
    margin: 20px 0;
}
#page-product .description h2, #page-product .description h3, #page-product .description h4 {
    margin: 0 0 20px;
    font-size: 18px;
    font-weight: 600;
}
#page-product .description>table {
    margin: 0 -10px;
    width: calc(100% + 20px)!important;
	border: none;
}
#page-product .description table td {
    width: 25%;
    vertical-align: top;
    padding: 10px;
	border: none;
}
#page-product .description table td img{
    *width: 100%;
	height: auto !important;
}
#page-product .specs {
    margin: 0 0 20px;
}
#page-product .specs p{
    margin: 10px 0;
    font-weight: 600;
}
#page-product .specs table td{
    *width: 20%;
    font-size: 14px;
    background: #fff;
    padding: 5px 10px;
    border: 1px solid #4d4d4d;
}
#page-product .specs table tr td:first-child{
    *background: #e4dcd3 !important;
    *border-color: #fff;
}
.category-name{
    text-align: center;
    font-weight: 600;
    font-size: 30px;
    margin: 20px 0;
}
.car-item{
    text-align: center;
    background-color: #ffffff;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.04);
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.04);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.04);
    float: left;
    width: 100%;
    margin-bottom: 20px;
}
.car-item h3 {
    padding: 15px 10px;
    border-bottom: 1px solid #f0f0f0;
    float: left;
    margin: 0;
    font-weight: 600;
    font-size: 18px;
    width: 100%;
    box-sizing: border-box;
}
.car-item h3 i {
    font-weight: 300;
    font-size: 16px;
    display: block;
}
.car-item p{
    float: left;
    width: 100%;
    margin: 10px 0;
    font-size: 20px;
    color: #e32124;
    font-weight: bold;
}