/* build css, html by Hoa Duy Van, vanhd@daivietgroup.net.vn*/

body {
    margin: 0;
    font-family: 'Montserrat', Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #333;
}

input,
button,
select,
textarea {
    font-family: 'Montserrat', Arial, Helvetica, sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Montserrat', Arial, Helvetica, sans-serif;
}



img {
    border: 0;
    max-width: 100%;
    vertical-align: middle;
}

a {
    text-decoration: none;
	color:#333;
}
a:hover { color:#1B80DC; text-decoration:none;}
.clearfix {
    *zoom: 1;
}

.clearfix:before,
.clearfix:after {
    display: table;
    content: "";
    line-height: 0;
}

.clearfix:after {
    clear: both;
}

.clear {
    clear: both;
}

::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #999;
}

html {
    font-size: 100%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

a:focus {
    outline: 0;
    outline: 0;
    outline-offset: 0;
}

a:hover,
a:active {
    outline: 0;
}

button,
input,
select,
textarea {
    margin: 0;
    font-size: 100%;
    vertical-align: middle;
}

button,
input {
    *overflow: visible;
    line-height: normal;
}

button:-moz-focus-inner,
input:-moz-focus-inner {
    padding: 0;
    border: 0;
}

button:focus,
input:focus,
select:focus,
textarea:focus {
    outline: 0;
}

button {
    line-height: normal !important;
}

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

.no-margin {
    margin: 0!important;
}

.pull-left {
    float: left !important;
}

.pull-right {
    float: right !important;
}

.hiden {
    display: none !important;
}

.bg-gray {
    background-color: #F0F0F0!important;
}

.text-transform {
    text-transform: uppercase !important;
}

.text-transform-none {
    text-transform: none !important;
}

.row {
    margin-left: -15px;
    margin-right: -15px;
}

.row:after {
    content: "";
    clear: both;
    display: block;
}

.col-3,
.col-6,
.col-12,
.col-4,
.col,
.col-2,
.col-8 {
    float: left;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
}

.col-2 {
    width: 16.66666667%;
}

.col-8 {
    width: 66.66666667%;
}

.col {
    width: 20%;
}

.col-3 {
    width: 25%;
}

.col-4 {
    width: 33.3333%;
}

.col-6 {
    width: 50%;
}

.col-12 {
    width: 100%;
}

.red {
    color: #ff0000!important;
}

.text-center {
    text-align: center !important;
}

.modal-backdrop-s.show {
    z-index: 9;
    display: block;
}

.modal-backdrop-s {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 10;
    background-color: transparent;
    display: none;
    opacity: .7;
}
.wapper {overflow:hidden;}
.container {
    max-width: 1200px;
    margin: auto;
    padding: 0 15px;
    width: 100%;
}

.full-width {
    width: 100% !important;
    display: inline-block;
}

.icon-back-top {
    width: 35px;
    height: 35px;
    position: fixed;
    bottom: 20px;
    right: 5px;
    background: rgba(237, 241, 255, 0.9);
    cursor: pointer;
    z-index: 999;
    display: none;
    font-size: 20px;
    color: #263D82;
    line-height: 35px;
    text-align: center;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
}


/*header*/

.header-fix {
    height: 50px;
	position:fixed;
	top:0;
	left:0;
	width:100%;
	z-index:999;
}

.header {
    width: 100%;
    float: left;
}

.header {
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
	background: rgba(255, 255, 255, 1);
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
	height:60px;
}

.header  .logo {
   
	float:left;
	margin-top:10px;
	margin-left:20px;
	/*background:url(../images/logo-wuling.svg) no-repeat 0 0;
	text-indent:-99999px;*/
	font-size:25px;
	line-height:50px;
	font-weight:bold;
}
.header .container {
    position: relative;
	padding:0 10px;
}



.header .logo h1 {
    margin: 0;
}




.navi {
    display: none;
	position: fixed;
	z-index:1;
	left:0;
	width:100%;
	bottom:0;
	top:60px;
	overflow:auto;
	height:100%;
	background-color:#fff;
}
body.open { overflow:hidden;}
.open .navi { display:block;}
 .navi .menu-top {
        margin: 0;
        padding: 0;
		width:100%;
		display:inline-block;
		margin-top:30px;
    }
    .navi .menu-top li {
        list-style: none;
        float: left;
		width:100%;
		text-align: left;
		margin:5px 0;
		padding: 0 20px;
		padding-left:30px;
		
    }
	
		.navi .menu-top li.more { padding-right:0;}
		.navi .menu-top li.more .icon{
		background:url(../images/icon-dot.svg) no-repeat center center;
		width:20px;
		height:19px;
		text-indent:-9999px;
		padding:0;
		display:block;
		}
		
   .navi .menu-top li span { 
	display: inline-block;
    position: relative;
    z-index: 2;
	}
    
    .navi .menu-top li a {
        font-weight: 500;
        font-size: 16px;
        text-transform: uppercase;
        color: #999;
		line-height:20px;
        display: block;
        padding: 10px 0;
		position: relative;
    }
   
    .navi .menu-top li:hover a,
    .navi .menu-top .active, .navi .menu-top .open a {
     color: #1B80DC;
    }
	.navi .menu-top .open .dropdown-toggle {
		position:relative;
		}
	.navi .menu-top .open .dropdown-toggle:after {
		position:absolute;
		left:0;
		bottom:0;
		content:"";
		width: 40px;
	height: 1px;
	background: #1B80DC;
		}	
	.navi .menu-top .dropdown-menu {
		width:100%;
		position:relative;
		border:0;
		border-radius: 0px;
		-webkit-box-shadow: 0 0px 0px rgb(0 0 0 / 0%);
		box-shadow: 0 0px 0px rgb(0 0 0 / 0%);
		padding: 0;
		margin: 0;
		margin-top:12px;
		}
		.navi .menu-top .dropdown-menu  .box-new  { display:none;}
	.navi .menu-top .dropdown-menu .box-600 {
		display:none;
		float:right;
		width:600px;
		}
	.navi .menu-top .dropdown-menu .box-product {
		width:100%;
		}
	.navi .menu-top .dropdown-menu .box-product .photo {
		display:none;
		}	
				
	.navi .menu-top .dropdown-menu  .container { padding:0;}	
	.navi .menu-top .dropdown-menu ul { margin:0; padding:0;}
	.navi .menu-top .dropdown-menu ul li { 
		padding:0;
		margin:0;
		font-weight: 300;
		font-size: 14px;
		line-height: 19px
	}
	.navi .menu-top .dropdown-menu ul li a{
		font-weight: 300;
	font-size: 14px;
	line-height: 19px;
	color: #333333;
	text-transform:none;
	padding:8px 0;
		}
	.navi .menu-top .dropdown-menu ul li .active, .navi .menu-top .dropdown-menu ul li a:hover {    color: #1B80DC;}		

/*menu mobi*/

.button-menu {
    width: 40px;
    height: 40px;
	position:relative;
    z-index: 12;
    background: url(../images/icon-Menu-bar.svg) no-repeat center  center;
    text-indent: -99999px;
	border:0;
	float:right;
	margin-top:10px;
}

body.open .button-menu {
    background: url(../images/close-Menu-bar.svg) no-repeat center  center;
}

body.open {
    overflow: hidden;
}


/*end menu top*/

.input {
    background: #FFFFFF;
    border: 1px solid #E1E1E1;
    border-radius: 4px;
    width: 100%;
    display: inline-block;
    height: 40px;
    padding: 9px 10px;
    line-height: 20px;
}


.only-mobile {
    display: inline-block;
    width: 100%;
}
.main-content {
	 overflow:hidden;
	display:block;
}
.icon-ms-fb {
	position:fixed;
	width:60px;
	height:60px;
	right:20px;
	bottom:50px;
	z-index:999;
	 background: url(../images/icon-ms-fb.svg) no-repeat center  center #FFFFFF;
	 cursor:pointer;
	 border:0;
	 padding:0;
	 border-radius: 50%;
	 box-shadow:0px 0px 15px rgba(0, 0, 0, 0.15);
	}
/*banner*/
.box-banner-slide {
	width:100%;
	position:relative;
	float:left;
	overflow:hidden;
	}
.box-banner-slide .item-slide { text-align:center;}
.box-banner-slide .item-slide img { width:100%;}
.box-banner-slide .slide-banner {
	overflow:hidden;
	margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
	width:100%;
	height:100%;
	max-width:770px;
	}	
.boxtext {
	position:absolute;
	left:0;
	bottom:0;
	background:rgba(0,0,0,0.5);
	padding:20px;
	font-size:20px;
	color:#fff;
	text-align:left;
	width:100%;
	padding-bottom:50px;
	}	
.box-banner-slide .img-web {
	display:none;
	}
.box-banner-slide .img-mobile {
	display: block;
	}
.box-banner-slide  .swiper-pagination-bullet {    opacity: 1;  width:6px; height:6px; background-color:transparent; border:1px solid #fff;}	
.box-banner-slide .swiper-pagination-bullet-active {    opacity: 1;background: #fff;}
.head-breadcrumb {
	width:100%;
	display:inline-block;
	padding:20px 0;
	}
.head-breadcrumb  {
	font-weight: 400;
	font-size: 12px;
	line-height: 18px;
	color: #135EAC;
	}
.head-breadcrumb  span {
	padding:0 5px;
	width:24px;
	height:18px;
	display:inline-block;
	background:url(../images/icon-row.svg) no-repeat center center;
	vertical-align: middle;
	}	
.head-breadcrumb a {
	color: #999999;
	}		

.content {
    width: 100%;
    float: left;
	padding-top:80px;
}
/* about*/
.box-bout-us {
	width:100%;
	display:inline-block;
	padding: 30px 0;
	}
.box-bout-us .col-left {
	width:100%;
	display:inline-block;
	padding:0 15px;
	padding-bottom:20px;
	}
.box-bout-us .col-left .title {
	margin:0;
	font-weight: 400;
	font-size: 22px;
	line-height: 30px;
	color: #333333;
	margin-bottom:5px;
	}
.box-bout-us .col-left .des {
	margin:0;
	font-weight: 400;
	font-size: 14px;
	line-height: 22px;
	color: #666666;
	margin-bottom:20px;
	}
.box-bout-us .col-left .more {
	display:inline-block;
	padding: 8px 24px;
	width: auto;
	height: 40px;
	border: 1px solid #1B80DC;
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	text-align: center;
	color: #1B80DC;
	}			
.box-bout-us .col-right {
	width:100%;
	display:inline-block;
	padding:0 15px;
	}			
/*box video*/
.box-video {
	width:100%;
	display:inline-block;
	position:relative;
	}
.box-video .play {
	position:absolute;
	left:50%;
	top:50%;
	border:0;
	cursor:pointer;
	width: 36px;
	height: 36px;
	border: 1px solid #FFFFFF;
	background:url(../images/icon-video.svg) no-repeat center center;
	background-color:transparent;
	margin-left:-18px;
	margin-top:-18px;
	z-index:1;
	border-radius: 50%;
-moz-border-radius: 50%;
-webkit-border-radius: 50%;
	}
/*box product*/	
.bg-product-home {
	background:#F1F8FC;
	}
.box-product-home {
	width:100%;
	display:inline-block;
	background: url(../images/bg-pd.png) repeat-x 0 center #F1F8FC;
	padding:45px 0; 
	text-align:center;
	}
.box-product-home .box-product {
	width:100%;
	display:inline-block;
	max-width:900px;
	}
.box-product-home .heading {
	margin:0;
	font-weight: 300;
	font-size: 20px;
	line-height: 24px;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	color: #333333;
	padding-bottom:20px;
	position:relative;
	margin-bottom:20px;
	}
.box-product-home .heading:before {
	content:"";
	display:inline-block;
	width:100%;
	height:21px;
	margin-bottom:10px;
	background:url(../images/icon-logo.svg) no-repeat center 0;
	
	}
.box-product-home .heading:after {
	content:"";
	width: 50px;
	height: 1px;
	background: #5FA1DD;
	position:absolute;
	left:50%;
	bottom:0;
	margin-left:-25px;
	}
.box-product-home .box-slide {
	width:100%;
	display:inline-block;
	position:relative;
	padding-bottom:55px;
	
	}
.box-product-home .box-slide .item {
	width:100%;
	display:inline-block;
	}	
.box-product-home .box-slide .photo {
	max-width:100%;
	display:inline-block;
	max-height:495px;
	}
.box-product-home .box-slide .title {
	margin:0;
	font-weight: 300;
	font-size: 28px;
	line-height: 34px;
	text-align: center;
	letter-spacing: 0.05em;
	color: #333333;
	margin-top:30px;
	}
.box-product-home .box-slide .title a {
	color: #333333;
	display:inline-block;
	}
.box-product-home .box-slide .price {
	margin:0;
	font-weight: 400;
	font-size: 16px;
	line-height: 22px;
	text-align: center;	
	color: #333333;
	margin-top:10px;
	}
.box-product-home .box-slide .box-btn {
	width:100%;
	display:inline-block;
	padding:0 10px;
	margin-top:30px;
	
	}
.box-product-home .box-slide .btn-submit {
	display:inline-block;
	padding: 10px;
	width: 100%;
	height: 46px;
	background: #1B80DC;
	font-weight: 300;
	font-size: 16px;
	line-height: 26px;
	text-align: center;
	color: #FFFFFF;
	}
.box-product-home .box-slide .btn-more {
	display:inline-block;
	padding: 10px;
	width: 100%;
	height: 46px;
	background: #fff;
	font-weight: 300;
	font-size: 16px;
	line-height: 26px;
	text-align: center;
	color: #1B80DC;
	border: 1px solid #1B80DC;
	}	
.box-product-home .box-slide .item-btn {
	width:50%;
	float:left;
	padding:0 10px;
	}	
.box-product-home .swiper-container-horizontal>.swiper-pagination-bullets { bottom:0;}
.box-product-home  .swiper-pagination-bullet {    opacity: 1;  width:10px; height:10px; background-color:transparent;border: 1px solid #5FA1DD;}	
.box-product-home .swiper-pagination-bullet-active {    opacity: 1;background: #5FA1DD;}
/*box-new*/
.box-new-home {
	width:100%;
	display:inline-block;
	padding:30px 15px;
	}
.box-new-home .heading {
	margin:0;
	font-weight: 300;
	font-size: 28px;
	line-height: 34px;
	color: #333333;
	margin-bottom:20px;
	text-align:center;
	}
.box-new-home .box-slide-new {
	width:100%;
	display:inline-block;
	position:relative;
	padding-bottom:30px;
	}
.box-new-home .item {
	width:100%;
	display:inline-block;
	}
.box-new-home .photo {
	width:100%;
	display:inline-block;
	}
.box-new-home .info {
	width:100%;
	display:inline-block;
	margin-top:20px;
	}
.box-new-home .hot {
	display:inline-block;
	padding: 0 5px;
	width: auto;
	height: 22px;
	background: #5FA1DD;
	font-weight: 400;
	font-size: 12px;
	line-height: 22px;
	text-transform: uppercase;
	color: #FFFFFF;
	margin-bottom:10px;
	}	
.box-new-home .title {
	margin:0;
	font-weight: 300;
	font-size: 22px;
	line-height: 27px;
	color: #333333;
	display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 3;
    text-overflow: ellipsis;
    white-space: normal;
    word-wrap: break-word;
    -webkit-box-orient: vertical;
	margin-bottom:10px;
	}
.box-new-home .title a {color: #333333;}
.box-new-home .des {
	margin:0;
	font-weight: 400;
	font-size: 14px;
	line-height: 20px;
	color: #666666;
	display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 5;
    text-overflow: ellipsis;
    white-space: normal;
    word-wrap: break-word;
    -webkit-box-orient: vertical;
	margin-bottom:30px;
	}
.box-new-home .more {
	display:inline-block;
	padding: 10px;
	width: 140px;
	height: 46px;
	border: 1px solid #1B80DC;
	font-weight: 300;
	font-size: 16px;
	line-height: 26px;
	text-align: center;
	color: #1B80DC;
	}
.box-new-home .swiper-button-prev, .box-new-home .swiper-button-next {
	    color: #333333;
		display:none;
	}
.box-new-home .swiper-container-horizontal>.swiper-pagination-bullets { bottom:0;}
.box-new-home  .swiper-pagination-bullet {    opacity: 1;  width:10px; height:10px; background-color:transparent;border: 1px solid #5FA1DD;}	
.box-new-home .swiper-pagination-bullet-active {    opacity: 1;background: #5FA1DD;}
/*service*/
.box-service {
	display:inline-block;
	width:100%;
	background: #F1F8FC;
	}
.box-service .box {}
.box-service .box-a {
	width:100%;
	display:inline-block;
	padding:30px 17px 40px 17px;
	}
.box-service .heading {
	margin:0;
	font-weight: 300;
	font-size: 28px;
	line-height: 34px;
	color: #333333;
	margin-bottom:10px;
	}
.box-service .des {
	margin:0;
	font-weight: 400;
	font-size: 14px;
	line-height: 20px;
	color: #333333;
	font-family: 'Nunito Sans';
	margin-bottom:20px;
	}
.box-service .title {
	margin:0;
	margin-top:10px;
	}
.box-service .more {
	display:inline-block;
	padding: 10px 30px;
	height: 46px;
	border: 1px solid #1B80DC;
	font-weight: 300;
	font-size: 16px;
	line-height: 26px;
	text-align: center;
	color: #1B80DC;
	margin-bottom:20px;
	}
.box-service .btn-button {
	display:inline-block;
	border:0;
	padding: 10px 30px;
	height: 46px;
	background: #1B80DC;
	font-weight: 300;
	font-size: 16px;
	line-height: 26px;
	text-align: center;
	color: #FFFFFF;
	}
.box-service .box-photo {
	width:100%;
	display:inline-block;
	}
.box-service .box-photo img { width:100%;}							
/*showroom*/
.box-showroom {
	width:100%;
	display:inline-block;	
	background:url(../images/bg-showroom-wap.jpg) no-repeat center center;
	background-size: cover;
	padding:20px 15px;
	text-align:center;
	float:left;
	}
.box-showroom .content-small {
	max-width:450px;
	margin:auto;
	width:100%;
	}
.box-showroom .list {
	align-items: center;
    display: flex;
	min-height:640px;
	}
.box-showroom .heading {
	margin:0;
	font-weight: 400;
	font-size: 28px;
    line-height: 34px;
	text-align: center;
	color: #FFFFFF;
	margin-bottom:10px;
	}
.box-showroom .des {
	font-weight: 400;
	font-size: 14px;
	line-height: 20px;
	text-align: center;
	color: #FFFFFF;
	margin:0;
	margin-bottom:10px;
	}
.box-showroom .btn-group {
	margin:10px 0;
	display:inline-block;
	width:100%;
	position:relative;
	}
.box-showroom .btn-group .btn-select {
	width:100%;
	display:inline-block;
	height: 43px;
	border:0;
	background-color:transparent;
	border-bottom:1px solid #fff;
	text-align:left;
	color:#fff;
	font-weight: 400;
	font-size: 18px;
	position:relative;
	line-height: 24px;
	padding:8px 0 10px 0;
	}
.box-showroom .btn-group .btn-select .icon {
	float:right;
	position:absolute;
	top:0;
	right:0;
	height:43px;
	width:20px;
	background:url(../images/icon-row-dow.png) no-repeat center center;
	}	
.box-showroom .btn-group.open .btn-select{opacity:1;}
.box-showroom .btn-group.open .btn-select .icon {
	background:url(../images/icon-row-up.png) no-repeat center center;
	}
.box-showroom .btn-group.open .dropdown-toggle {
    -webkit-box-shadow: inset 0 0px 0px rgb(0 0 0 / 13%);
    box-shadow: inset 0 0px 0px rgb(0 0 0 / 13%);
}	
.box-showroom .dropdown-menu {
	max-height:155px;
	overflow:auto;
	width:100%;
	border-radius: 0;
	margin: 0;
    border: 0;
	}
.box-showroom .dropdown-menu>li>a {
    display: block;
   padding: 5px 10px;
    clear: both;
    font-weight: 400;
    font-size: 14px;
	line-height: 20px;
    color: #333;
    white-space: nowrap;
}	
.box-showroom  .dropdown-menu>li>a:hover, .box-showroom .dropdown-menu>li>a:focus {
    color: #333;
    text-decoration: none;
    background-color: #E6ECF0;
}
.box-showroom .box-location {
	width:100%;
	display:inline-block;
	margin-top:10px;
	background: rgba(0, 0, 0, 0.6);
	padding: 10px;
	}
.box-showroom .box-location .location {
	margin:0;
	padding-left:30px;
	font-weight: 400;
	font-size: 14px;
	line-height: 20px;
	color: #FFFFFF;
	background:url(../images/icon-location-select.svg) no-repeat 0 0;
	text-align:left;
	}
																																											
/*footer*/

.footer {
    width: 100%;
   	background: #F3F3F3;
	padding:20px 0;
    float: left;
	line-height:30px;
	margin-top:30px;
}
.footer a {
	color: #333;
	}

.footer .row {
	margin:0;
	}
.footer .box-contact {
	width:100%;
	float:left;
	padding:0;
	border-bottom:1px solid #EEEEEE;
	padding-bottom:15px;
	}
.footer .box-contact .logo {
	margin:0;
	float:right;
	width:211px;
	height:40px;
	background:url(../images/logo-wuling-ft.svg) no-repeat 0 0;
	margin-bottom:10px;
	}
.footer .box-contact .logo-tmt {
	width:65px;
	height:40px;
	background:url(../images/logo-TMT.svg) no-repeat 0 0;
	margin-bottom:4px;
	float:left;
	}

.footer .box-contact .location, .footer .box-contact .hotline, .footer .box-contact .mail {
	margin:0;
	margin-top:10px;
	padding-left:28px;
	font-weight: 400;
	font-size: 11px;
	line-height: 18px;
	color: #333333;
	font-family: 'Nunito Sans';
	}
.footer .box-contact .hotline a{color: #333333;}	
.footer .box-contact .mail a{color:#1B80DC;}				
.footer .box-contact .location {
	background:url(../images/icon-location-ft.svg) no-repeat 0 0;
	}
.footer .box-contact .hotline {
	background:url(../images/icon-phone.svg) no-repeat 0 0;
	}
.footer .box-contact .mail {
	background:url(../images/icon-mail.svg) no-repeat 0 0;
	color:#1B80DC;
	}
.footer .box-link {
	width:50%;
	float:left;
	margin-top:5px;	
	}
.footer .box-link .alink {
	font-weight: 400;
	font-size: 11px;
	line-height: 18px;
	text-transform: uppercase;
	color: #333333;
	margin:0;
	margin-top:10px;
	font-family: 'Nunito Sans';
	}
.footer .box-link .alink a {color: #333333;}
.footer .box-link .alink-sub {
	font-weight: 400;
	font-size: 12px;
	line-height: 20px;
	color: #666;
	margin:0;
	font-family: 'Nunito Sans';
	position:relative;
	padding-left:10px;
	}
.footer .box-link .alink-sub:before {
	position:absolute;
	left:0;
	content:"";
	width: 4px;
	height: 4px;
	background: #D9D9D9;
	border-radius: 50%;
	top:50%;
	margin-top:-2px;
	}	
.footer .box-link .alink-sub a {color: #666;}
.footer .box-link .alink a:hover {color: #1B80DC;}		
.footer .box-link.pdl {
	padding-left:6px;
	}
.footer .box-link.pdr {
	padding-right:6px;
	}
.footer .box-right-ft {
	width:100%;
	display:inline-block;
	padding-top:15px;
	border-top:1px solid #EEEEEE;
	margin-top:15px;
	font-weight: 400;
	font-size: 11px;
	line-height: 18px;
	color: #333333;
	font-family: 'Nunito Sans';
	}
.footer .box-right-ft .text { text-transform:uppercase; margin:0;}
.footer .box-right-ft .box-social-network {
	width:100%;
	display:inline-block;
	line-height:26px;
	text-transform:uppercase;
	margin-bottom:15px;
	padding-bottom:24px;
	border-bottom:1px solid #DDDDDD;
	}
.footer .social-network  {
	float:right;
	}
.footer .social-network .icon {
	width:26px;
	height:26px;
	float:left;
	margin-left:10px;
	border: 1px solid #1B80DC;
	background-color:#fff;
	cursor:pointer;
	text-indent:-99999px;
	}
.footer .social-network .fb {
	background:url(../images/icon-fb.svg) no-repeat center center;
	}
.footer .social-network .pinterest  {
	background:url(../images/icon-pinterest.svg) no-repeat center center;
	}
.footer .social-network .twitter {
	background:url(../images/icon-twitter.svg) no-repeat center center;
	}
.footer .social-network .instagram {
	background:url(../images/icon-instagram.svg) no-repeat center center;
	}
.footer .social-network .music {
	background:url(../images/icon-music.svg) no-repeat center center;
	}
.footer .social-network .youtobe {
	background:url(../images/icon-youtobe.svg) no-repeat center center;
	}						
.footer .social-network .icon:first-child { margin-left:0;}			
.footer .box-right-ft .copyright {
	margin-top:10px;
	}																
/*end footer*/


/*pc*/
@media only screen and (max-width: 900px) {
	.box-new {
		overflow:hidden;
		}
	}
@media only screen and (min-width: 960px) {
    .header-fix {
        height: 100px;
    }
	.header {height: 100px; padding:0 40px;}
	
	.header.fixed {
		height:65px;
		    background: rgba(255, 255, 255, 1);
		}
    .header .logo {
       /*width: 88px;
		height: 60px;
		float:left;
		margin-top:20px;
		margin-right:60px;
		background:url(../images/logo-wuling.png) no-repeat center center;*/
    }
	.header .logo img { max-height:100%;}
	.header.fixed  .logo {
		margin-top:5px;
		height:50px ;
		background-size: contain;
		}
.container {
    padding: 0 15px;
}
.button-menu { display:none;}
    
    /*menu top*/
    .navi {
        position: inherit;
        float: right;
		display:block;
		top:auto;
		bottom:auto;
		left:auto;
		height:auto;
		width:auto;
		    background-color: transparent;
			padding-top:25px;
    }
	.header.fixed  .navi {
		padding-top:10px;
		}
    .navi .menu-top {
        margin: 0;
        padding: 0;
    }
    .navi .menu-top li {
        list-style: none;
        float: left;
		width:auto;
		margin:0;
		padding:0 15px;
    }
	
	.navi .menu-top li.more .icon{
		background:url(../images/icon-dot.png) no-repeat center center;
		
		}	
     .navi .menu-top li:first-child {
		 padding-left:0;
		 }
	 .navi .menu-top li:first-child a { padding-left:0;}	 
   
    .navi .menu-top li a {
        font-weight: 300;
        font-size: 16px;
        text-transform: uppercase;
        color: #333;
        display: block;
        padding: 15px 10px;
        line-height: 17px;
		text-align:left;
    }
	.navi .menu-top li span { background-color:transparent; padding:0; cursor:pointer;}
	.navi .menu-top li a:before { display:none;}
    .navi .menu-top li:hover a,
    .navi .menu-top .active {
      color: #1B80DC;
    }
	.navi .menu-top li:hover a,
    .navi .menu-top .active, .navi .menu-top .open a {
     color: #1B80DC;
    }
	.navi .menu-top  .dropdown-toggle.icon {
		position:relative;
		padding-right:21px;
		background:url(../images/icon-row-dow-menu.png) no-repeat right center;
		}
	.navi .menu-top .open .dropdown-toggle.icon {
		background:url(../images/icon-row-up-menu.png) no-repeat right center;
		} 
	.navi .menu-top .open .dropdown-toggle {
		position:relative;
		}
	.navi .menu-top .open .dropdown-toggle:after {
		 display:none;
		}	
	.navi .menu-top .dropdown-menu {
		width:100%;
		position: absolute;		
		margin-top:0;
		box-shadow: 0px 0px 10px rgb(0 0 0 / 15%);
		padding:40px 0;
		}
	.header.fixed .navi .menu-top .dropdown-menu { top:65px;}	
	.navi .menu-top .dropdown-menu ul { margin:0; padding:0;}
	.navi .menu-top .dropdown-menu ul li { 
		font-weight: 400;
		font-size: 16px;
		line-height: 22px;
		color: #666666;
		width:100%;
		padding:2px 0;
	}
	.navi .menu-top .dropdown-menu ul li a{
		font-weight: 400;
		font-size: 16px;
		line-height: 22px;
		color: #666666;	}
		
.navi .menu-top .dropdown-menu ul li:first-child a { padding-top:0;}
	.navi .menu-top .dropdown-menu ul li .active, .navi .menu-top .dropdown-menu ul li a:hover {    color: #1B80DC;}
	.navi .menu-top .dropdown-menu .box-600 {
		display:block;
		}
	.navi .menu-top .dropdown-menu .box-600 a { padding:0 10px;}	
   .navi .menu-top .dropdown-menu .box-product {
		width:100%;
		}
	.navi .menu-top .dropdown-menu .box-new {
		width:740px;
		float:right;
		display:block;
		}
	.navi .menu-top .dropdown-menu .box-new .photo {
		width:400px;
		float:left;
		padding:0;
		}
	.navi .menu-top .dropdown-menu .box-new .info {
		float:left;
		width: calc(100% - 400px);
		padding-left:40px;
		padding-top:0;
		}
	.navi .menu-top .dropdown-menu .box-new .hot {
    display: inline-block;
    padding: 0 5px;
    width: auto;
    height: 22px;
    background: #5FA1DD;
    font-weight: 400;
    font-size: 12px;
    line-height: 22px;
    text-transform: uppercase;
    color: #FFFFFF;
    margin-bottom: 10px;
}	
	.navi .menu-top .dropdown-menu .box-new .title {
		margin:0;
		font-weight: 300;
		font-size: 22px;
		line-height: 27px;
		color: #333333;
		display: -webkit-box;
		overflow: hidden;
		-webkit-line-clamp: 4;
		text-overflow: ellipsis;
		white-space: normal;
		word-wrap: break-word;
		-webkit-box-orient: vertical;
		margin-bottom:20px;
		text-transform:none;
		}	
	.navi .menu-top .dropdown-menu .box-new .title a { padding:0;color: #333333;text-transform:none;line-height: 27px;font-size: 22px;}
	.navi .menu-top .dropdown-menu .box-new .more {
			display:inline-block;
			padding: 10px;
			width: 140px;
			height: 46px;
			border: 1px solid #1B80DC;
			font-weight: 300;
			font-size: 16px;
			line-height: 26px;
			text-align: center;
			color: #1B80DC;
			text-transform:none;
		}				
	.navi .menu-top .dropdown-menu .box-product .photo {
		display: inline-block;
		width:100%;
		margin-bottom:20px;
		}	
	.navi .menu-top .dropdown-menu .box-product li {
		float:left;
		width:300px;
		margin-right:40px;
		text-align:center;
		}
	.navi .menu-top .dropdown-menu .box-product li a { text-align: center;}	
	.navi .menu-top .dropdown-menu .box-product li:last-child { margin-right:0;}	
    .row {
        margin-left: -15px;
        margin-right: -15px;
    }
    .col-3,
    .col-6,
    .col-12,
    .col-4,
    .col,
    .col-2,
    .col-8 {
        padding-left: 15px;
        padding-right: 15px;
    }
    .pdt-10 {
        padding-top: 10px !important
    }
    .pdb-20 {
        padding-bottom: 20px !important
    }
    .pdb-10 {
        padding-bottom: 10px !important
    }
 .content {
	padding-top:160px;
}
    /*banner*/
.box-banner-slide {
	width:100%;
	display:inline-block;
	}
.box-banner-slide img { max-height:100%; width:100%}
.box-banner-slide .item-slide {
	display: table-cell;
    vertical-align: middle;
    width: 100%;
    height: 100%;
	}
.box-banner-slide .box {
	align-items: center;
    display: flex;
	}		
.box-banner-slide .img-web {
	display: block;
	}
.box-banner-slide .img-mobile {
	display: none;
	}
.box-banner-slide .swiper-pagination { bottom:30px;}	
.box-banner-slide  .swiper-pagination-bullet {   width:12px; height:12px; margin:0 13px !important;}   
/*bout*/
.box-bout-us .col-left {
	width:38.233334%;
	float:left;
	padding:0 100px;
	}
.box-bout-us  .box {
	align-items: center;
    display: flex;
	}	
.box-bout-us .col-left .title {
	font-weight: 300;
	font-size: 32px;
	line-height: 49px;
	margin-bottom:10px;
	}
.box-bout-us .col-left .des {
    font-size: 16px;
    line-height: 26px;
}
.box-bout-us .col-right {
	width:61.76666666%;
	float:left;
	text-align:right;
	}
.box-bout-us .col-left .more {
	font-weight: 300;
	height:46px;
	line-height:26px;
	padding:10px 30px;
	}		 
/*box video*/

.box-video .play {
	width: 150px;
	height: 150px;
	background:url(../images/icon-video.png) no-repeat center center transparent;
	margin-left:-75px;
	margin-top:-75px;
	}	
/*box product*/	

.box-product-home {
	background: url(../images/bg-pd.png) repeat-x 0 490px #F1F8FC;
	padding:62px 0; 
	}
.box-product-home .box-product {
	overflow:hidden;
	}
.box-product-home .heading {	
	margin-bottom:40px;
	}

.box-product-home .box-slide .title {
	font-size: 34px;
line-height: 41px;
	margin-top:26px;
	}

.box-product-home .box-slide .box-btn {
	padding:0;
	margin-top:26px;
	max-width:420px;
	}

.box-product-home  .swiper-pagination-bullet {    width:12px; height:12px; margin: 0 15px !important}
/*box-new*/
.box-new-home {
	padding:106px 0;
	}
.box-new-home .heading {
	font-size: 32px;
	line-height: 50px;
	margin-bottom:50px;
	}
.box-new-home .box-slide-new {
	padding-bottom:60px;
	}
.box-new-home .box-slide-new:before {
	content:"";
	width:196px;
	height:100%;
	position:absolute;
	top:0;
	right:0;
	background:#fff;
	opacity:0.5;
	z-index:10;
	}	
.box-new-home .item {
	align-items: center;
    display: flex;
	}
.box-new-home .photo {
	width: 54.7777%;
	float:left;
	}
.box-new-home .info {
	width:45.2223%;
	float:left;
	margin-top:0;
	padding:0 80px;
	}
.box-new-home .hot {	
	margin-bottom:20px;
	}	
.box-new-home .title {
	font-size: 28px;
	line-height: 34px;
	margin-bottom:20px;
	}
.box-new-home .des {
	font-size: 16px;
	line-height: 26px;
	}

.box-new-home .swiper-button-prev, .box-new-home .swiper-button-next {
	  
		display: block;
	}
.box-new-home  .swiper-pagination-bullet {    opacity: 1;  width:12px; height:12px;     margin: 0 15px !important;}	
/*service*/
.box-service {
	display:inline-block;
	width:100%;
	background: #F1F8FC;
	}
.box-service .box {
	align-items: center;
    display: flex;
	}
.box-service .box-a {
	width:50%;
	float:left;
	padding:0 100px;
	}
.box-service .heading {
	font-size: 32px;
	line-height: 39px;
	}
.box-service .des {
	font-size: 16px;
	line-height: 26px;
	margin-bottom:30px;
	}
.box-service .title {
	font-size: 22px;
	line-height: 32px;
	margin-top:20px;
	font-weight:600;
	}
.box-service .more {
	margin-bottom:30px;
	}

.box-service .box-photo {
	width:50%;
	float:left;
	}
/*showroom*/
.box-showroom {	
	background:url(../images/bg-showroom-web.jpg) no-repeat center center;
	background-size: cover;
	padding:30px 0;
	}

.box-showroom .list {
	min-height:655px;
	}
.box-showroom .heading {
	font-size: 32px;
line-height: 50px;
	}
.box-showroom .des {
	font-size: 16px;
line-height: 22px;
	margin-bottom:15px;
	}
.box-showroom .btn-group {
	margin:15px 0;
	}


.box-showroom .dropdown-menu {
	max-height:255px;
	
	}
.box-showroom .dropdown-menu::-webkit-scrollbar-track {
    border-radius: 10px;
}

.box-showroom .dropdown-menu::-webkit-scrollbar {
	width:8px;    
}

.box-showroom .dropdown-menu::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: rgba(172,172,172,0);

}	

.box-showroom .dropdown-menu:hover::-webkit-scrollbar-thumb {
    background-color:  rgba(172,172,172,1);
}  
.box-vh {  width:100%; }
    /*footer*/
.footer {
	padding:40px 0;
}


.footer .row {
	margin:0 -15px;box-showroom
	}
.footer .box-contact {
	width:33.3333%;
	padding:0 15px;
	border-bottom:0;
	}

.footer .box-contact .location, .footer .box-contact .hotline, .footer .box-contact .mail {
	margin-top:15px;
	padding-left:30px;
	font-size: 13px;
	line-height: 20px;
	}

.footer .box-link {
	width:20%;
	margin-top:0;
	padding:0 15px;	
	}
.footer .box-link .alink {
	font-size: 13px;
	line-height: 20px;
	}	
.footer .box-link .alink:first-child { margin-top:0;}
.footer .box-link.pdl {
	padding-left:15px;
	}
.footer .box-link.pdr {
	padding-right:15px;
	}
.footer .box-right-ft {
	width:26.666666%;
	float:left;
	padding:0 15px;
	border-top:0;
	margin-top:0;
	font-size: 12px;
	line-height: 20px
	}
.footer .box-right-ft .box-social-network {
	line-height:20px;
	margin-bottom:25px;
	font-size: 13px;
	}
.footer .social-network  {
	float:right;
	width:100%;
	margin-top:10px;
	}
/*end footer*/

   .icon-back-top {
    width: 45px;
    height: 45px;
   }
}


/*end pc*/


@media only screen and (min-width: 960px) and (max-width: 1200px) {
	 .header-fix {
        height: 70px;
    }
	.header {
    padding: 0 10px;
	height: 70px;
}
.header .logo {
    height: 50px;
    margin-top: 10px;
	background-size: contain;
	}
.header.fixed .logo {
	margin-left:15px;
	margin-right:15px;
}
.header .logo { margin-right:30px;}
.navi .menu-top { width:auto;}
.header.fixed {    background: rgba(255, 255, 255, 1);}
.navi {
	display:inline-block;
	float:right;
	    padding-top: 10px;
	}
	
.navi .menu-top li { padding:0 5px;}
.navi .menu-top li a { font-size:14px;}
.navi .menu-top .dropdown-menu {
	padding:30px;
	}
.box-banner-slide {
    padding-top: 71px;
}	
.box-bout-us .col-left {
	width:40%;
	padding:0 30px;
	}

.box-bout-us .col-right {
	width:60%;
	}
.navi .menu-top .dropdown-menu ul {
	width:300px;
	}	

.navi .menu-top .dropdown-menu .box-product li {
	width:33.33333%;
	margin:0;
	}
.navi .menu-top .dropdown-menu .box-new {
    width: 600px;
}			 
  .navi .menu-top .dropdown-menu .box-new .photo {
    width: 250px;
}
.navi .menu-top .dropdown-menu .box-new .info {
    width: calc(100% - 250px);
    padding-left: 20px;
    padding-top: 0px;
}
.box-new-home .info {
    padding: 0 20px;
}
.box-new-home .title {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 15px;
	font-weight:400;
}
.box-new-home {
    padding: 70px 0;
}
.box-new-home .des {
    font-size: 14px;
    line-height: 19px;
	margin-bottom:20px;
}
.box-new-home .heading {
    margin-bottom: 30px;
}
.box-product-home .heading { margin-bottom:15px;}
.box-product-home .box-slide .box-btn { margin-top:15px;}
.box-product-home .box-slide .btn-more, .box-product-home .box-slide .btn-submit { height:40px; line-height:20px;}
.footer {
	padding:15px 0;
	}
.box-showroom {
	padding-top:0 !important;
	}
.content {
    padding-top: 100px;
}
.box-bout-us .col-left {
    padding: 0 30px;
}
.box-service .box-a {
	padding: 30px;
	}		
}
@media only screen and (min-width:1150px) and (max-width: 1600px) {
	 .header-fix {
        height: 65px;
    }
	.header {height: 65px; padding:0 30px;}
	.content {
	padding-top:140px;
}
    .header .logo {
		margin-top:5px;
		margin-right:10px;
		height:50px;
		  background-size: contain;
    }
	
    /*menu top*/
    .navi {
       
			padding-top:10px;
    }
	.box-banner-slide {
	padding-top:60px;
	
	}
	.box-banner-slide img {
		max-height:100%;
		}
	.box-video, .box-product-home {height:100vh;}
	.box-product-home {background-size: cover;}
	.box-new-home {
    padding: 60px 0;
	height:100vh;
}
	
	.box-product-home .box-slide .photo {
    width: 430px;
}	
.box-product-home .box-slide .title {
    font-size: 27px;
    line-height: 35px;
    margin-top: 20px;
}
.box-product-home .box-slide .box-btn {
    padding: 0;
    margin-top: 20px;
    max-width: 330px;
}
.box-showroom .list {
    min-height: 360px;
}
.box-showroom .btn-group {
    margin: 5px 0;
}
.box-showroom .box-location {
    padding: 6px;
}
.box-showroom .box-location .location {
    font-size: 12px;
    line-height: 18px;
}
.box-new-home .heading {
    margin-bottom: 35px;
}
.box-showroom {
	padding-top:40px;
	padding-bottom:46px;
	}
.box-bout-us .col-left {
    padding: 0 30px;
}	
.footer {
	padding:25px 0;
}	
.footer .box-right-ft .box-social-network {
  
    margin-bottom: 10px;
   
}
.footer .box-link .alink {
    font-size: 12px;
    line-height: 16px;
	margin-top:7px;
}
.footer .box-contact .location, .footer .box-contact .hotline, .footer .box-contact .mail {
    margin-top: 8px;
	font-size: 12px;
    line-height: 18px;
}
.box-new-home .photo {
    width: 50%;
}
.box-new-home .info {
    width: 50%;
    padding: 0 40px;
}
.box-service .box-a {
	width:50%;
	float:left;
	padding:0 30px;
	}

.box-service .des {
	margin-bottom:20px;
	}
.box-service .title {
	margin-top:10px;
	}
.box-service .more {
	margin-bottom:20px;
	}
.icon-ms-fb {
	
	bottom:250px;
	}
.box-service .box-a {
	padding: 30px;
	}		
	}

