﻿@font-face {
    font-family: IRANSans;
    font-style: normal;
    font-weight: bold;
    src: url('/files/theme/naviforce_theme/fonts/webfont/eot/IRANSansWeb_Bold.eot');
    src: url('/files/theme/naviforce_theme/fonts/webfont/eot/IRANSansWeb_Bold.eot?#iefix') format('embedded-opentype'), /* IE6-8 */ url('/files/theme/naviforce_theme/fonts/webfont/woff2/IRANSansWeb_Bold.woff2') format('woff2'), /* FF39+,Chrome36+, Opera24+*/ url('/files/theme/naviforce_theme/fonts/webfont/woff/IRANSansWeb_Bold.woff') format('woff'), /* FF3.6+, IE9, Chrome6+, Saf5.1+*/ url('/files/theme/naviforce_theme/fonts/webfont/ttf/IRANSansWeb_Bold.ttf') format('truetype');
}

@font-face {
    font-family: IRANSans;
    font-style: normal;
    font-weight: 500;
    src: url('/files/theme/naviforce_theme/fonts/webfont/eot/IRANSansWeb_Medium.eot');
    src: url('/files/theme/naviforce_theme/fonts/webfont/eot/IRANSansWeb_Medium.eot?#iefix') format('embedded-opentype'), /* IE6-8 */ url('/files/theme/naviforce_theme/fonts/webfont/woff2/IRANSansWeb_Medium.woff2') format('woff2'), /* FF39+,Chrome36+, Opera24+*/ url('/files/theme/naviforce_theme/fonts/webfont/woff/IRANSansWeb_Medium.woff') format('woff'), /* FF3.6+, IE9, Chrome6+, Saf5.1+*/ url('/files/theme/naviforce_theme/fonts/webfont/ttf/IRANSansWeb_Medium.ttf') format('truetype');
}

@font-face {
    font-family: IRANSans;
    font-style: normal;
    font-weight: 300;
    src: url('/files/theme/naviforce_theme/fonts/webfont/eot/IRANSansWeb_Light.eot');
    src: url('/files/theme/naviforce_theme/fonts/webfont/eot/IRANSansWeb_Light.eot?#iefix') format('embedded-opentype'), /* IE6-8 */ url('/files/theme/naviforce_theme/fonts/webfont/woff2/IRANSansWeb_Light.woff2') format('woff2'), /* FF39+,Chrome36+, Opera24+*/ url('/files/theme/naviforce_theme/fonts/webfont/woff/IRANSansWeb_Light.woff') format('woff'), /* FF3.6+, IE9, Chrome6+, Saf5.1+*/ url('/files/theme/naviforce_theme/fonts/webfont/ttf/IRANSansWeb_Light.ttf') format('truetype');
}

@font-face {
    font-family: IRANSans;
    font-style: normal;
    font-weight: 200;
    src: url('/files/theme/naviforce_theme/fonts/webfont/eot/IRANSansWeb_UltraLight.eot');
    src: url('/files/theme/naviforce_theme/fonts/webfont/eot/IRANSansWeb_UltraLight.eot?#iefix') format('embedded-opentype'), /* IE6-8 */ url('/files/theme/naviforce_theme/fonts/webfont/woff2/IRANSansWeb_UltraLight.woff2') format('woff2'), /* FF39+,Chrome36+, Opera24+*/ url('/files/theme/naviforce_theme/fonts/webfont/woff/IRANSansWeb_UltraLight.woff') format('woff'), /* FF3.6+, IE9, Chrome6+, Saf5.1+*/ url('/files/theme/naviforce_theme/fonts/webfont/ttf/IRANSansWeb_UltraLight.ttf') format('truetype');
}

@font-face {
    font-family: IRANSans;
    font-style: normal;
    font-weight: normal;
    src: url('/files/theme/naviforce_theme/fonts/webfont/eot/IRANSansWeb.eot');
    src: url('/files/theme/naviforce_theme/fonts/webfont/eot/IRANSansWeb.eot?#iefix') format('embedded-opentype'), /* IE6-8 */ url('/files/theme/naviforce_theme/fonts/webfont/woff2/IRANSansWeb.woff2') format('woff2'), /* FF39+,Chrome36+, Opera24+*/ url('/files/theme/naviforce_theme/fonts/webfont/woff/IRANSansWeb.woff') format('woff'), /* FF3.6+, IE9, Chrome6+, Saf5.1+*/ url('/files/theme/naviforce_theme/fonts/webfont/ttf/IRANSansWeb.ttf') format('truetype');
}

*{
	margin: 0;
	padding: 0;
}
html, body{
    direction:rtl;
	overflow-x: hidden;
}
body {
	/*font-family: 'OpenSans';*/
     font-family: 'IRANsans', Arial, sans-serif, normal;
}

body * {
    font-family: 'IRANsans', Arial, sans-serif, normal;
    font-size: 14px;
    line-height: normal;
}


/*@font-face {
	font-family: 'OpenSans';
	src: url(fonts/OpenSans-Regular.ttf)
}
@font-face {
	font-family: 'Roboto';
	src: url(fonts/Roboto-Regular.ttf)
}*/
img{
	max-width: 100%;
}
a:link, a:visited, a:hover, a:active{
	text-decoration: none;
	color: #333;
}
input, textarea, select, button{
	outline: none !important;
}
ul{
	margin-bottom: 0;
}
.banner p{
	margin-bottom:0;
}
.content p:not(.h1):not(.h2):not(.h3):not(.h4):not(.title):not(.text):not(.desc){
	line-height: 24px;
	margin-bottom: 0;
}
.title{
     font-family: 'IRANsans';
	font-size: 24px;
	font-weight: 600;
	color: #090404;
	margin-top: 10px;
}
.text,
.desc{
	line-height: 24px;
	color: #666;
	margin: 10px auto 30px;
}
.desc{
	padding-bottom: 15px;
	position: relative;
}
.desc:after{
	content: '';
	width: 60px;
	height: 3px;
	background: #d70e1d;
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-left: -30px;
}
.title,
.text,
.desc{
	text-align: center;
}
.index .text{
	margin-top: 25px;
}
.product h1,
.product .text,
.product-info h1{

}
.head{
  font-size: 20px;
  line-height: 30px;
  color: #d70e1d;
  border-left: 10px solid #d70e1d;
  border-bottom: 2px solid #d70e1d;
  padding-left: 5px;
  margin: 30px 0 !important;
}
.btn{
	padding: 6px 12px;
}
.v-adaptive iframe{
	width: 320px !important;
	height: 180px !important;
	margin: 15px auto 30px;
	display: block;
}
.bordered img{
	border: 1px solid #ccc;
}
.max-img img{
	max-width: 95%;
}
.all-img img{
	max-width: 95%;
	border: 1px solid #ccc;
}
.pct-img img{
	width: 100%;
}
.scale-img{
	overflow: hidden;
}
.scale-img img{
	-webkit-transition: all .7s;
	-moz-transition: all .7s;
	-o-transition: all .7s;
	transition: all .7s;
}
.scale-img:hover img{
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}
.breadcrumb-div{
	background: transparent;
	border-bottom: 1px solid #e3e3e3;
}
.breadcrumb>li,
.breadcrumb>.active,
.breadcrumb>li+li:before{
	color: #666;
	text-transform: uppercase;
	vertical-align: middle;
}
.breadcrumb>li+li:before{
	content: '.';
}
.breadcrumb>.active {
  text-overflow: ellipsis;
  white-space: nowrap;
  vertical-align: middle;
  overflow: hidden;
}
.breadcrumb>.active a{
	color: #d70e1d;
}
.container>nav, .containe-fluid>nav{
	text-align: center;
}
.navbar-form .btn{
	vertical-align: top;
}
.mySwiper{
	position: relative;
}
.pagination-block{
	width: 100%;
	text-align: center;
	padding: 15px 0;
	margin: 0;
	display: block;
}
.pagination-block>span{
	width: 14px;
	height: 14px;
	border: 1px solid #ccc;
	background-color: transparent;
	margin: 0 3px;
	opacity: 1;
	display: inline-block;
}
.pagination-block>.swiper-pagination-bullet-active{
	background-color: #d70e1d;
	border-color: #d70e1d;
}
.pagination-inline{
	display: inline
}
.pagination-inline .prevbtn,
.pagination-inline .nextbtn{
	width: 25px;
	height: 44px;
	background: rgba(0,0,0,.5) url(../img/pagination-02.png) no-repeat center;
	position: absolute;
	top: 50%;
	margin-top: -22px;
	display: none;
	z-index: 12;
}
.pagination-inline .prevbtn{
	left: 0%;
	background-position: 10px center;
}
.pagination-inline .nextbtn{
	right: 0%;
	background-position: -19px center;
}
.pager li>a,
.pager li>span{
	border-radius: 0;
	color: #d70e1d;
	border-color: #d70e1d;
}
.pager li>a:hover,
.pager li>span:hover{
	color: #fff;
	background-color: #d70e1d;
}
.pager li+li{
	margin-left: 10px;
}
.content .navbar-header button{
	float: left;
	border: none;
	background: transparent url(../img/top_nav.png) no-repeat center !important;
	padding-left: 80px;
	margin: 0 0 0 -53px;
}
.list-tag {
	position: relative;
	margin: 10px auto;
}
.list-tag button {
	position: absolute;
	left: 0;
	top: -35px;
	background: none;
	border: none;
	font-size: 16px;
}
.list-tag>ul {
	text-align: center;
	display: none;
}
.list-tag>ul>li {
	position: relative;
}
.list-tag .dropdown-menu {
	margin-top: 0;
	border-radius: 0;
	padding: 0;
	text-align: center;
	width: 100%;
	min-width: 100%;
}
.list-tag .dropdown-menu>li>a {
	border-bottom: 1px solid #cccccc;
	padding: 6px 12px;
}
.list-tag>ul>li>a {
	display: block;
	padding: 6px 20px;
	color: #666666;
	margin: 3px auto;
	text-transform: capitalize;
	border: 1px solid #cccccc;
	border-radius: 6px;
}
.list-tag>ul>.active>a,
.list-tag>ul>li:hover>a {
	background-color: #d70e1d;
	border-color: #d70e1d;
	color: #fff;
}
.pagination>span>a,.pagination>span>span{
	font-size: 16px;
	color: #969595;
	border-color: #969595;
	padding: 3px 10px;
	margin: 0 7px;
}
.pagination>span>a:hover,
.pagination>span>a:focus,
.pagination>span>span:hover,
.pagination>span>span:focus,
.pagination>span>span{
	background-color: #d70e1d;
	border-color: #d70e1d;
	color: #fff;
}
.product-menu .navbar-collapse{
	padding: 0;
}
.product-menu .product-form input{
	width: 75%;
	height: 44px;
	display: inline-block;
	border-radius: 0;
}
.product-menu .product-form button{
	width: 20%;
	height: 44px;
	float: right;
	border-radius: 0;
	border-color: #d70e1d;
	background: #d70e1d url(../img/icon_12.png) no-repeat center;
}
.product-menu .product-nav>li{
	width: 100%;
	margin: 10px auto;
	border: 1px solid transparent;
	cursor: pointer;
}
.product-menu .product-nav>li>a{
	width: 100%;
	text-align: center;
	color: #333;
	border: 1px solid #ccc;
	padding: 10px;
	display: block;
}
.product-menu .product-nav>li.active>a,
.product-menu .product-nav>li:hover>a{
	color: #fff;
	background-color: #d70e1d;
	border-color: #d70e1d;
}
.product-menu .product-nav>li.active{
	border-color: #ccc;
}
.product-menu .product-nav>li ul{
	padding: 0px 20px;
	display: none;
}
.product-menu .product-nav>li.active ul{
	display: block;
}
.product-menu .product-nav>li ul li{
	padding: 10px;
	border-bottom: 1px solid #ccc;
	text-align: center;
}
.product-menu .product-nav>li ul li:last-child{
	border-bottom: none;
}
.product-menu .product-nav>li ul li.active a{
	font-weight: bold;
	color: #d70e1d;
}
.product-menu .product-nav>li ul li a:hover{
	color: #d70e1d;
}
.fancybox-nav span{
	display: none;
}
.fancybox-nav:hover span{
	display: block;
}
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
	background: #d70e1d !important;
}

header{
	width: 100%;
	font-family: sans-serif, Arial;
	background: #fff;
	position: relative;
	z-index: 800;
}
header.shadow{
	box-shadow: 3px 3px 5px rgba(0,0,0,.1);
	-webkit-box-shadow: 3px 3px 5px rgba(0,0,0,.1);
}
header .header-link{
	padding: 10px 0;
	background: #181818;
	color: #fff;
}
header .header-link a{
	color: #fff;
}
header .header-link a:hover{
	color: #d70e1d;
}
header .header-link .message li{
	padding: 0 25px;
}
header .header-link .message li:first-child{
	background: url(../img/header-message1.png) no-repeat left center;
}
header .header-link .message li:last-child{
	background: url(../img/wechat-pt.png) no-repeat left center;
}
header .header-link .social-media a{
	display: block;
	width: 20px;
	height: 20px;
	background: url(../img/header-social-media1.png) no-repeat center center;
}
header .header-link .social-media .f{
	background-position: 0px center;
}
header .header-link .social-media .g{
	background-position: -40px center;
}
header .header-link .social-media .t{
	background-position: -79px center;
}
header .header-link .social-media .i{
	background-position: -119px center;
}
header .header-link .social-media a:hover{
	background-image: url(../img/header-social-media2.png);
}
header .navbar-header{
	position: relative;
	z-index: 9;
}
header .navbar-brand{
	width: 130px;
	height: 80px;
	font-size: 0;
	background: url(../img/logo.png) no-repeat center;
	background-size: 130px 70px;
	margin: 5px auto;
	vertical-align: middle;
	display: inline-block;
}
header .navbar-brand img{
	display: none;
}
header .navbar-toggle{
	width: 36px;
	height: 28px;
	background: transparent url(../img/menu-1.png) no-repeat center;
	border: none;
	padding: 0;
	margin: 11px 15px 0px;
}
header .navbar-toggle:hover,
header .navbar-toggle:focus{
	background-color: #fff !important;
}
header .menu a{
	text-align: center;
	color: #333 !important;
	background: transparent !important;
}
header .menu>li>a{
	line-height: 24px;
	text-transform: uppercase;
	padding: 6px 12px;
}
header .menu>li.active>a,
header .menu>li:hover>a{
	color: #d70e1d !important;
	background: transparent !important;
}
header .dropdown-menu{
	width: 100%;
	min-width: 1px;
	padding: 0;
}
header .dropdown-menu>li>a{
	white-space: normal;
	border-top: 1px solid #E5E5E5;
}
header .dropdown-menu>li:hover>a{
	color: #fff !important;
	background: #d70e1d !important;
}


/*********  content  *********/

.index .title{
	font-family: 'Mongolian Baiti';
	text-transform: uppercase;
	color: #fff;
	position: relative;
}
.index .title:before,
.index .title:after{
	content: '';
	width: 80px;
	height: 12px;
	display: block;
	background: #f60;
	position: absolute;
	bottom: 0;
    float:right;
}
.index .title:after{
	right: 50%;
	background: url(../img/title-left.png) no-repeat left center;
}
    .index .title:before{

	left: 50%;
	background: url(../img/title-right.png) no-repeat right center;
}
.index .sec01{
	position: relative;
}
.index .sec01 .video-js{
	width: 100%;
	height: 100%;
}
.index .sec01 .video-js .vjs-tech{
	position: relative;
}
.index .sec01 .video-btn{
	cursor: pointer;
	display: block;
}
.index .sec01 .video-btn img{
	width: 100%;
}
.index .sec01 .animated{
	animation-duration:2s;
	-webkit-animation-duration:2s;
	-moz-animation-duration:2s;
}
.index .sec01 .pagination-block{
	display: none;
}
.index .sec02{
	background: #151515;
}
.index .sec02 .tag-list li a{
	padding: 9px 24px;
	background: #212121;
	color: #fff;
	cursor: pointer;
}
.index .sec02 .tag-list li.active a,
.index .sec02 .tag-list li:hover a{
	background: #d70e1d;
}
.index .sec02 .back{
	padding-bottom: 20px;
	background: #212121;
}
.index .sec02 .img{
	padding: 50px;
}
.index .sec02 .img img{
	width: 100%;
}
.index .sec02 .info{
	text-align: center;
}
.index .sec02 .info a{
	color: #d70e1d;
	font-size: 18px;
}
.index .sec03{
	background: #222;
	color: #fff;
}
.index .sec03 .info .h4{
  display: -webkit-box !important;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.index .sec03 .info p:not(.h4){
  display: -webkit-box !important;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  /*overflow: hidden;*/
}
.index .sec03 .img{
	text-align: center;
}
.index .sec04{
	background: url(../img/index-bg-1.jpg) no-repeat right center;
	background-size: cover;
	color: #fff;
}
.index .sec04 .title{
	padding: 0;
	text-align: left;	
}
.index .sec04 .title:before,
.index .sec04 .title:after{
	display: none;
}
.index .sec04 .title span{
	color: #d70e1d;
}
.index .sec04 .btn{
	border-radius: 0;
	background: #d70e1d;
	color: #fff;
	text-transform: uppercase;
	font-size: 18px;
	padding: 12px 20px;
}
.index .sec05{
	background: url(../img/index-bg-2.jpg) no-repeat left center;
	background-size: cover;
	color: #fff;
}
.index .sec05 .btn{
	border-radius: 0;
	background: #d70e1d;
	color: #fff;
	text-transform: uppercase;
	font-size: 18px;
	padding: 12px 20px;
}
.index .sec06{
	background: #151515;
}
.index .sec06 .back{
	padding-bottom: 20px;
	background: #212121;
}
.index .sec06 .img{
	padding: 50px;
}
.index .sec06 .img img{
	width: 100%;
}
.index .sec06 .info{
	text-align: center;
}
.index .sec06 .info a{
	color: #d70e1d;
	font-size: 18px;
}
.index .sec07{
	background: url(../img/index-bg-3.jpg) no-repeat left center;
	background-size: cover;
	color: #fff;
}
.index .sec07 .title{
	text-align: left;
}
.index .sec07 .title:before,
.index .sec07 .title:after{
	display: none;
}
.index .sec07 .title span{
	color: #d70e1d;
}
.index .sec07 .btn{
	border-radius: 0;
	background: #d70e1d;
	color: #fff;
	text-transform: uppercase;
	font-size: 18px;
	padding: 12px 20px;
}
.index .sec08{
	background: #212121;
	color: #fff;
}
.index .sec08 .back{
	border: 2px solid #393939;
	border-radius: 4px;
}
.index .sec08 .back:hover{
	border-color: #fff;
}
.index .sec08 .back>div{
	padding: 0;
}
.index .sec08 .back .img img{
	width: 100%;
}
.index .sec08 .back .info{
	padding: 0 20px;
}
.index .sec08 .h4 a{
	color: #fff;
	display: -webkit-box !important;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.index .sec08 .h4 a:hover{
	color: #d70e1d;
}
.index .sec08 p:not(.title){
	color: #999;
	display: -webkit-box !important;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.index .sec08 .btn{
	width: 86px;
	height: 34px;
	background: url(../img/more-icon.png) no-repeat center center;
}

.about .title{
	text-transform: uppercase;
	color: #222;
}
.about .img img{
	width: 100%;
}
.about .sec05{
	background: url(../img/about-bg2.jpg) no-repeat center center;
	background-size: cover;
}
.about .sec05 .img{
	text-align: center;
}
.about .sec05 .img img{
	width: auto;
}
.about .sec05 .info{
	max-width: 760px;
	margin: 0 auto;
	text-align: center;
	color: #fff;
}
.about .sec05 .info p{
	color: #fefefe;
}

.product h1{
	margin: 0 auto;
}
.product .text{
	margin-top: 0;
}
.product .product-con li{
	margin-bottom: 20px;
	cursor: pointer;
}
.product .product-con li a{
	display: block;
}
.product .product-con .info{
	width: 100%;
	height: 24px;
	color: #666;
	margin-top: 10px;
	display: -webkit-box !important;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.product .product-con .choice input{
	margin-top: 0px;
	vertical-align: middle;
}
.product .product-con .btn{
	background: transparent;
	color: #d70e1d;
	border: 1px solid #d70e1d;
	padding: 3px 20px;
	margin-top: 10px;
}
.product .product-con .btn-default{
  font-size: 14px;
  font-weight: 600;
  background: #d70e1d;
  color: #fff;
  padding: 3px 8px;
}
.product .product-con li:hover img{
	border-color: #d70e1d;
	box-shadow: 0px 0px 10px 1px rgba(0,0,0,.25);
	-webkit-box-shadow: 0px 0px 10px 1px rgba(0,0,0,.25);
}
.product .product-con li:hover .info{
	color: #d70e1d;
}
.product .product-con .btn:hover{
	background-color: #d70e1d;
	color: #fff;
}
.product .product-con .product-btns{
	width: 100%;
	margin-bottom: 15px;
}
.product .product-con .product-btns a{
	display: inline-block;
	margin-right: 5px;
	padding: 6px 12px;
	border: 1px solid #d70e1d;
	border-radius: 4px;
	color: #d70e1d;
}
.product .product-con .product-btns a:hover{
	background-color: #d70e1d;
	color: #fff;
}
.product .product-con .pare{
	display: none;
}


.product-info .sec:before,
.product-info .sec:after{
	content: '';
	display: table;
	clear: both;
}
.product-info .sec01 .pro-right .btn{
	background: #d70e1d;
	color: #fff;
	text-transform: uppercase;
}
.product-info .sec02{
	background: #fafafa;
}
.product-info .sec02 p{
	color: #666;
}
.product-info .img img{
	width: 100%;
}

.service .title{
	text-transform: uppercase;
	color: #333;
}
.service .sec06 .img img{
	width: 100%;
}

.faq dl{
	margin-bottom: 0;
	position: relative;
}
.faq dl:first-of-type{
	border-top: 1px solid #eee
}
.faq dl>dd>span{
	width: 15px;
	height: 100%;
	background-color: #eee
	position: absolute;
	top: 0;
	right: 0;
}
.faq dl>dt{
	font-size: 16px;
	font-weight: 600;
	cursor: pointer;
	padding: 10px 20px;
	margin: 0 auto 10px;
	position: relative;
	background: #f8f8f8;
	color: #333;
}
.faq dl>dt>span{
	width: 30px;
	height: 30px;
	background: url("../img/faq-icon1.png") no-repeat center;
	position: absolute;
	right: 10px;
	top: 50%;
	margin-top: -15px;
}
.faq dl>dt.active,
.faq dl>dt:hover{
	color: #fff;
	background: #333;
}
.faq dl>dd{
	line-height: 24px;
	color: #666;
	margin: 12px auto;
	padding-left: 20px;
	display: none;
}
.faq dl>dt.active>span{
	background-image: url(../img/faq-icon2.png);
}

.download .title{
	text-transform: uppercase;
}
.download .back{
	background: #fff;
	position: relative;
	border: 1px solid #999999;
	padding: 30px 25px;
	position: relative;
	z-index: 5;
}
.download .row>div{
	margin-bottom: 15px;
}
.download .back .con{
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50% , -50%);
	-moz-transform: translate(-50% , -50%);
	-ms-transform: translate(-50% , -50%);
	-o-transform: translate(-50% , -50%);
	transform: translate(-50% , -50%);
}
.download .back .con{
	width: 90%;
	text-align: center;
	display: none;
}
.download .back .img{
	width: 100%;
	height: 40px;
	background: url(../img/download-icon01.png) no-repeat center;
}
.download .back .h5{
	margin-bottom: 15px !important;
	font-weight: 600;
	text-align: center;
}
.download .back .f-size{
	padding-left: 20px;
	background: url(../img/download-fileicon.png) no-repeat left 5px;
	color: #999999;
}
.download .back .f-time{
	padding-left: 20px;
	background: url(../img/download-timeicon.png) no-repeat left 5px;
	color: #999999;
}
.download .back .btn{
	width: 100%;
	border: 1px solid #999999;
	background: url(../img/download-icon03.png) no-repeat calc(50% - 45px) center;
	margin-top: 25px;
}
.download .back:hover .h5{
	color: #d70e1d;
}
.download .back:hover .btn{
	border-color: #d70e1d;
	background-color: #d70e1d;
	background-image: url(../img/download-icon04.png);
	color: #fff;
}
.download .c-img{
	width: 100%;
	width: calc(100% - 30px);
	height: 60%;
	background: #fff;
	border-left: 1px solid #999;
	border-right: 1px solid #999;
	text-align: center;
	position: absolute;
	left: 15px;
	top: 7%;
	z-index: 1;
}
.download .c-img img{
	height: 100%;
}
.download .col-xs-6:hover .back,
.download .col-xs-6:hover .c-img{
	-webkit-transition: all .7s;
	-moz-transition: all .7s;
	transition: all .7s;
	-webkit-transform: rotateY(360deg);
	-moz-transform: rotateY(360deg);
	transform: rotateY(360deg);
}
.download .col-xs-6:hover .c-img{
	z-index: 10;
}

.new .new-list{
	margin-top: 30px;
}
.new .new-list>li{
	border: 1px solid #999;
	margin-bottom: 25px;
	padding: 15px;
}
.new .new-list>li .pull-left{
	padding-right: 20px;
}
.new .new-list>li .text-right{
	display: none;
}
.new .new-list>li .btn{
	font-size: 18px;
	color: #d70e1d;
	border: 1px solid #d70e1d;
	padding: 4px 30px;
	margin-top: 30px;
}
.new .new-list>li .btn:hover{
	color: #fff;
	background: #d70e1d;
}
.new .new-list>li .h4{
	font-weight: 600;
	text-transform: uppercase;
}
.new .new-list>li .h4:hover>a{
	color: #d70e1d;
}
.new .new-list>li time{
	padding: 10px 0px;
	display: block;
}
.new .new-list>li .name{
	float: left;
	padding-right: 50px;
}

.new-info .title{
	color: #333;
}

.contact{
	font-family: 'Roboto';
}
.contact .title{
	color: rgba(144,22,51,.1);
	font-size: 48px;
	position: relative;
	text-transform: uppercase;
}
.contact .title span{
	color: #222;
	font-size: 24px;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50% , -50%);
	-moz-transform: translate(-50% , -50%);
	-ms-transform: translate(-50% , -50%);
	-o-transform: translate(-50% , -50%);
	transform: translate(-50% , -50%);
}
.contact .col-4 {
	margin-left: -8px;
	margin-right: -8px;
}
.contact .col-4 div {
	padding-left: 8px;
	padding-right: 8px;
}
.contact .col-4 div div {
	padding: 30px 20px;
	text-align: center;
	border: 1px dotted #b5b5b5;
	position: relative;
}
.contact .col-4 div div,
.contact .col-4 a {
	color: #666;
}
.contact .col-4 div div p:first-of-type{
	margin-bottom: 40px !important;
}
.contact .col-4 div div p:nth-of-type(2){
	color: #222;
}
.contact .col-4 div div .h4 {
	font-size: 16px;
	text-transform: uppercase;
	font-weight: bold;
	color: #333;
	margin: 60px auto 15px;
}
.contact .col-4 .fth .img{
	width: 100%;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: 5;
	display: none;
}
.contact .col-4 .fth:hover .img{
	display: block;
}
.contact .btn-contact {
	clear: left;
}
.contact form .form-group {
	position: relative;
	margin-bottom: 15px;
}
.contact form span {
	position: absolute;
	top: 12px;
	right: 25px;
	color: #c10f2c;
}
.contact form .col-sm-7 span {
	right: 25px;
}
.contact form .form-group input[type="text"] {
	border-radius: 0;
	padding-right: 25px
}
.contact form .col-xs-12 .form-group {
	margin-left: 0;
	margin-right: 0;
}
.contact form .form-group textarea {
	padding-right: 20px;
	border-radius: 0;
}
.contact form .img img {
	cursor: hand;
	width: 100%;
	height: 44px;
	margin-bottom: 10px;
}
.contact .btn-contact button {
	border-radius: 0;
	border: 1px solid #140d0f;
	background-color: transparent;
	color: #140d0f;
}
.contact .btn-contact button:hover{
	border-color: #d70e1d;
	background: #d70e1d;
	color: #fff;
}
.contact .back{
	background: #f6f6f6;
	text-align: center;
}
.contact .back .info p{
	margin-top: 15px;
	color: #d70e1d;
	text-transform: uppercase;
	font-weight: 600;
}
/*********  content end  *********/
footer{
	font-family: 'Roboto';
	line-height: 30px;
	padding-top: 50px;
	background: url(../img/footer-bg.jpg) no-repeat center center;
	background-size: cover;
	color: #fff;
}
footer>.container{
	padding-bottom: 28px;
}
footer>p, .footer>p{
	background: #0c0c0c;
	padding: 10px;
  text-align: center;
  margin-bottom: 0;
}
footer .h3{
	margin-bottom: 35px;
}
footer .ftr-contact ul li{
	padding: 0 0 15px 30px;
	margin-bottom: 15px;
	border-bottom: 1px dotted #434343;
	line-height: 1.5;
	color: #bababa;
}
footer .ftr-contact ul li:nth-child(1){
	background: url(../img/footer-icon1.png) no-repeat left 3px;
}
footer .ftr-contact ul li:nth-child(2){
	background: url(../img/footer-icon2.png) no-repeat left 3px;
}
footer .ftr-contact ul li:nth-child(3){
	background: url(../img/footer-icon3.png) no-repeat left 6px;
}
footer .ftr-contact ul li:nth-child(4){
	background: url(../img/wechat-bt.png) no-repeat left 3px;
}
footer .ftr-category ul li a{
	color: #bababa;
}
footer .ftr-category ul li a:hover{
	color: #fff;
}
footer .ftr-product ul li a{
	color: #bababa;
}
footer .ftr-product ul li a:hover{
	color: #fff;
}
footer .ftr-subscribe .form-group{
	position: relative;
}
footer .ftr-subscribe .form-control{
	border-radius: 0;
	height: 40px;
}
footer .ftr-subscribe .form-group .btn{
	position: absolute;
	right: 0;
	top: 0;
	width: 100px;
	height: 100%;
	border-radius: 0;
	background: #d70e1d url(../img/footer-icon4.png) no-repeat center center;
}
footer .ftr-subscribe .h5{
	margin-top: 60px;
}
footer .ftr-subscribe .social-media{
	margin-top: 15px;
}
footer .ftr-subscribe .social-media a{
	width: 22px;
	height: 22px;
	display: block;
	background: url(../img/footer-social-media1.png) no-repeat center center;
}
footer .ftr-subscribe .social-media .f{
	background-position: 0 center;
}
footer .ftr-subscribe .social-media .g{
	background-position: -44px center;
}
footer .ftr-subscribe .social-media .t{
	background-position: -88px center;
}
footer .ftr-subscribe .social-media .i{
	background-position: -132px center;
}
footer .ftr-subscribe .social-media .p{
	background-position: -176px center;
}
footer .ftr-subscribe .social-media .c{
	background-position: -220px center;
}
footer .ftr-subscribe .social-media a:hover{
	background-image: url(../img/footer-social-media2.png);
}
footer .ftr-subscribe p:not(.h3):not(.h5){
	margin-top: 50px;
	color: #b9b9b9;
}

.bottom {
  position: fixed;
  bottom:0;
  left:0;
  width:100%;
  color:#666;
  text-align: center;
  z-index:999;
  border-top:1px solid #ccc;
}
.bottom p{
	margin-bottom: 0;
}
.bottom .up-btn {
  display: block;
  width:100%;
  height:18px;
  text-align: center;
}
.bottom .up-btn>span {
  background: #000 url(../img/bottom-btn.png) no-repeat center;
  color:#666;
  width:100px;
  height: 20px;
  display: inline-block;
  _dispaly:inline;
  border-radius:0.3em;
  cursor: pointer;
}
.bottom ul {
  background-color:#fff;
  margin-bottom: 0;
}
.bottom li {
  vertical-align: middle;
  width:18.5%;
  margin:0 !important;
  padding:0;
}
.bottom li a {
  color:#666;
}
.bottom img {
  display: block;
  margin:0.2em auto;
}
.bottom li a p {
  margin-bottom:0;
  color:#666;
}
.at-icon-wrapper {height:26px;}

.at-icon-wrapper>.at-icon-addthis {width:25px !important;height:25px !important;fill:#666 !important;}

.at-share-tbx-element .at-icon-wrapper {
  background: none !important;
}
.at-share-tbx-element .at-share-btn {
  margin: 0 !important;
}
/****** bottom end *******/

/****** pictureSlider start *******/
.poster-main{position: relative;display: none;}
.poster-main a,.poster-main img{display:block;position: relative;}
.poster-main .poster-list .poster-item{ position:absolute;left:0;top:0;}
.poster-main .poster-btn{ position:absolute;top:0;z-index:10;cursor:pointer;opacity:0.8}
.poster-main .poster-prev-btn{left:0; background: transparent;}
.poster-main .poster-next-btn{right:0; background: transparent;}
/****** pictureSlider end *******/

.to-top {
	width: 40px;
	height: 40px;
  right: 20px;
  padding:0.6em;
  background-color: #d70e1d;
  color: #fff;
  border-radius: 50%;
  text-align: center;
  z-index:1000;
}

.video-play .video-sources{
	display: none;
}
.video-play .video-btn:before{
	position: absolute;
	left: 50%;
	top: 50%;
	margin-top: -25px;
	margin-left: -25px;
	content: '';
	width: 50px;
	height: 50px;
	display: block;
	background: url(../img/about-icon1.png) no-repeat center center;
	background-size: 50px 50px;
	z-index: 5;
}
.video-popup{
	width: 100%;
	height: 100%;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 10000;
	background: rgba(0,0,0,1);
	display: none;
}
.video-popup .main{
	width: 712px;
	height: 400px;
	background: none repeat scroll 0 0 #fff;
  box-shadow: 5px 5px 20px #000000;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -356px;
	margin-top: -200px;
}
.video-popup .modalnav {
  width: 40px;
  height: 40px;
  background: url(../img/cont-btn.png) no-repeat center center;
  border-radius: 50%;
  position: absolute;
  right: -35px;
  top: -35px;
}
.video-popup .main p{
	width: 100%;
	height: 100%;
}
.video-popup .main iframe{
	width: 100% !important;
	height: 100% !important;
}

.a-share{
	width: 50px;
	color: #fff;
	background: #d70e1d;
	text-align: center;
	position: fixed;
	bottom: 120px;
	right: 5px;
	padding: 5px;
	z-index: 1200;
}
.a-share .h4{
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 5px;
}
.a-share .h5{
	font-size: 12px;
	margin-top: 0;
}
.a-share .share-media{
	margin-bottom: 5px;
}
.a-share .share-media li a{
	width: 20px;
	height: 32px;
	background: url(../img/icon-f.png) no-repeat center;
	margin: auto;
	display: block;
}
.a-share .share-media li .t{
	background-image: url(../img/icon-t.png);
}
.a-share .share-media li .i{
	background-image: url(../img/icon-i.png);
}
.a-share .share-media li .g{
	background-image: url(../img/icon-g.png);
}

.card-form{
	width: 40px;
	height: 40px;
	background: transparent;
	border-radius: 50%;
	box-shadow: 0px 0px 3px 3px rgba(0,0,0,.1);
	-webkit-box-shadow: 0px 0px 3px 3px rgba(0,0,0,.1);
	position: fixed;
	right: 10px;
	bottom: 120px;
	overflow: hidden;
	z-index: 500;
}
.card-form .card-title{
	height: 50px;
	font-weight: 600;
	line-height: 46px;
	color: #d70e1d;
	background: linear-gradient(to bottom, rgba(215,14,29,.5), rgba(215,14,29,.0001));
	padding: 0 15px;
	position: relative;
}
.card-form .card-title:before,
.card-form .card-title:after{
  content: "";
  clear: both;
  display: table;
}
.card-form .card-title .pull-left{
	background: url(../img/products-icon.png) no-repeat left center;
	padding-left: 20px;
}
.card-form .card-title .card-show{
	width: 40px;
	height: 40px;
	line-height: 36px;
	text-align: center;
	background: #d70e1d;
	border: 1px solid #d70e1d;
	border-radius: 50%;
	position: absolute;
	left: 0;
	top: 0;
}
.card-form .card-title li{
	padding: 0;
}
.card-form .card-title .btn{
	font-size: 12px;
	line-height: 16px;
	color: #d70e1d;
	border-radius: 0;
	padding: 4px 8px;
}
.card-form .card-title .card-hide{
	border-right: 1px solid #d70e1d;
}
.card-main{
	width: 100%;
	height: 270px;
	padding: 0 15px 15px;
	margin: 0;
	position: relative;
	overflow: auto;
}
.card-form .card-list{
	min-height: 185px;
}
.card-form .card-list>li{
	border-bottom: 1px solid #eee;
	margin: 0;
	padding: 8px 0;
}
.card-form .card-list li>div{
	line-height: 24px;
	text-align: center;
	padding: 0 8px;
}
.card-form .card-list li>div:first-of-type{
	text-align: left;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.card-form .card-list .btn{
	width: 24px;
	height: 24px;
	line-height: 21px;
	color: #666;
	border: 1px solid #999;
	padding: 0;
}
.card-form .card-sub{
	width: 100%;
	color: #fff;
	background: #d70e1d;
	border: none;
	margin-top: 20px;
}
.card-form .card-sub:hover{
	background: #d70e1d;
}

footer .link {
  text-align: center;
  font-size:12px;
  position:relative;
  clear:left;
}
footer .link p {
  line-height: normal;
  margin-bottom:3px;
}
footer .link .hide-content {
  position: absolute;
  left: 0;
  bottom: 100%;
  width: 100%;
  padding: 10px;
  box-shadow: 2px 2px 5px #999;
  display: none;
  background-color: #fff;
  margin-bottom:5px;
}
footer .link a {  margin:0 3px; color:#fff;}
footer .link .hide-content a {
  color:#333 !important;
}

#contact-btn{
  top: 45%;
  position: fixed;
  text-align: left;
  z-index: 1200;
  cursor: pointer;
}
#contact-btn .contact-us{
  background-color: rgba(0,0,0,.7);
  color: #fff;
  font-size: 16px;
  margin: 0 auto;
  width: 142px;
  height: 50px;
  text-transform: uppercase;
  line-height: 55px;
  text-align: center;
  transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  position: absolute;
  left: -46px;
  top: -96px;
}
#contact-btn img{
  display: inherit;
  width: 50px;
  height: 50px;
  padding: 13px 7px;
  background-color: #d70e1d;
  text-align: center;
}

.a-form{
	max-width: 460px;
	height: 100%;
	background: #1b1b1b;
	overflow: auto;
	position: fixed;
	right: -460px;
	top: 0;
	z-index: 9999;
}
.cont-aside {
  background: #fff;
  margin: 30px;
  padding: 30px 0;
}
.cont-nav{
	margin: 0 30px;
}
.cont-form {
  margin: 15px 30px;
}
.cont-form .radio{
	margin-left: -20px;
}
.cont-form .btn-cont{
	width: 100%;
	color: #fff;
	background: #d70e1d;
	margin-top: 20px;
}
#close-btn {
  top: 0;
  position: absolute;
  z-index: 9;
  display: block;
  cursor: pointer;
  left: 0;
}
.cont-aside .cont-h3 {
  color: #d70e1d;
  font-size: 16px;
  line-height: 24px;
  text-decoration: underline;
}

@media (min-width:480px) {
	/**/
	footer>p, .footer>p {
		padding: 10px;
	}
	
	.contact input[type="text"] {
		height: 44px;
	}
}

@media (min-width:768px) {
	/**/
	#hide-btn {
		display: none;
	}
	#menu {
		display: block;
	}
	#menu>li {
		display: inline-block;
		_display: inline;
	}
	.bottom {
		display: none;
	}
	.v-adaptive iframe{
		width: 480px !important;
		height: 270px !important;
	}
	.all-img,
	.max-img{
		margin-left: -0.625% !important;
		margin-right: -0.625% !important;
	}
	.swiper-dir{
		width: auto;
		margin: 0 -15px !important;
	}
	.swiper-dir .swiper-wrapper{
		display: block;
	}
	.swiper-dir .swiper-slide{
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	.list-tag button {
		display: none;
	}
	.list-tag>ul {
		display: block;
	}
	.list-tag>ul>li {
		display: inline-block;
		margin: 0 5px;
	}
	
	header .navbar-brand{
		margin-left: 0 !important;
	}
	header .menu>li{
		position: relative;
	}
	header .menu>li.active:after{
		content: '';
		width: 40px;
		height: 4px;
		display: block;
		background: #d70e1d;
		position: absolute;
		bottom: 0;
		left: 50%;
		margin-left: -20px;
	}
	header .dropdown-menu{
		width: 160px;
		left: 50%;
		margin-left: -80px;
	}
	header .dropdown-menu>li>a{
		padding: 10px 3px;
	}
	header .dropdown-menu>li:first-child>a{
		border: none;
	}
	
	.index .title{
		margin-top: 30px;
		padding-bottom: 20px;
	}
	.index .sec01 .info{
		position: absolute;
		right: calc(50% - 360px);
		top: 50%;
		width: 360px;
		color: #fff;
		-webkit-transform: translate(0 , -50%);
		-moz-transform: translate(0 , -50%);
		-ms-transform: translate(0 , -50%);
		-o-transform: translate(0 , -50%);
		transform: translate(0 , -50%);
	}
	.index .sec01 .info .h1{
		font-weight: 600;
	}
	.index .sec01 .info .h1 span{
		color: #d70e1d;
	}
	.index .sec01 .info .row{
		margin-top: 20px;
	}
	.index .sec01 .info .btn{
		width: 100%;
		background: #d70e1d;
		border-radius: 0;
		color: #fff;
	  text-transform: uppercase;
	  font-size: 20px;
	  padding: 12px 20px;
	}
	.index .sec02{
		padding-bottom: 50px;
	}
	.index .sec02 .navbar{
		margin-top: 30px;
	}
	.index .sec02 .tag-list li a{
		display: inline-block;
	}
	.index .sec02 .tag-content{
		margin-top: 30px;
	}
	.index .sec03{
		padding-bottom: 30px;
	}
	.index .sec03 .main{
		position: relative;
		margin-top: 30px;
	}
	.index .sec03 .back{
		position: absolute;
		left: 0;
		top: 50%;
		width: 100%;
		margin: 0;
		-webkit-transform: translate(0 , -50%);
		-moz-transform: translate(0 , -50%);
		-ms-transform: translate(0 , -50%);
		-o-transform: translate(0 , -50%);
		transform: translate(0 , -50%);
	}
	.index .sec03 .back>div{
		display: block;
	}
	.index .sec03 .back>div>div{
		margin-top: 20px;
		padding: 0 10px 40px;
	}
	.index .sec03 .back>div>div:nth-child(2n+1){
		background: url(../img/index-icon1.png) no-repeat bottom right;
	}
	.index .sec03 .back>div>div:nth-child(2n){
		background: url(../img/index-icon2.png) no-repeat bottom left;
	}
	.index .sec03 .info>div:first-child{
		width: 80px;
	}
	.index .sec03 .info>div:last-child{
		width: calc(100% - 80px);
	}
	.index .sec03 .info .h4{
		margin-top: 0;
		margin-bottom: 10px;
	}
	.index .sec03 .img img{
		width: 28%;
	}
	.index .sec04{
		padding-bottom: 80px;
	}
	.index .sec04 .title{
		margin-top: 80px;
		font-size: 28px;
	}
	.index .sec04 p:not(.title){
		margin-top: 30px;
		line-height: 30px !important;
	}
	.index .sec04 .btn{
		margin-top: 40px;
	}
	.index .sec05{
		padding-bottom: 100px;
	}
	.index .sec05 .title{
		margin-top: 80px;
		text-align: left;
	}
	.index .sec05 .title:before{
		left: calc(100% - 80px);
	}
	.index .sec05 .title:after{
		right: 80px;
	}
	.index .sec05 .btn{
		margin-top: 30px;
	}
	.index .sec06{
		padding-bottom: 40px;
	}
	.index .sec06 .title{
		margin-top: 30px;
	}
	.index .sec06 .swiper-container{
		margin-top: 40px;
	}
	.index .sec07{
		padding-bottom: 70px;
	}
	.index .sec07 .title{
		margin-top: 50px;
		font-size: 28px;
	}
	.index .sec07 p:not(.title){
		line-height: 30px !important;
	}
	.index .sec07 .btn{
		margin-top: 40px;
	}
	.index .sec08 .back{
		margin-top: 25px;
	}
	.index .sec08 .info .h4{
		margin-top: 50px !important;
	}
	.index .sec08 .info p:not(.title):not(.h4){
		margin-top: 30px;
	}
	.index .sec08 .info .btn{
		margin-top: 50px;
	}
	.index .sec08 .pagination-block{
		margin: 20px 0;
	}
	
	.about .sec01{
		padding-bottom: 30px;
	}
	.about .sec01 .info{
		margin-top: 20px;
	}
	.about .sec03 .title{
		margin-top: 20px;
	}
	.about .sec03 .info{
		margin-top: 20px;
	}
	.about .sec04{
		padding-bottom: 40px;
	}
	.about .sec04 .title{
		margin-top: 30px;
		margin-bottom: 20px;
	}
	.about .sec05{
		padding: 100px 0;
	}
	.about .sec05 .info{
		margin-top: 30px;
	}
	.about .sec05 .info .h3{
		margin-bottom: 20px;
	}
	.about .sec06{
		padding-bottom: 40px;
	}
	.about .sec06 .title{
		margin-top: 30px;
		margin-bottom: 20px;
	}
	
	.product .product-close ul li{
		width: 100%;
	}
	.product .product-close img{
		margin-right: 15px;
		float: left;
	}
	.product .product-close .info{
		margin-top: 0;
		width: auto;
	}
	.product .product-close .pare{
		margin-top: 30px;
	    display: -webkit-box !important;
	    -webkit-box-orient: vertical;
	    -webkit-line-clamp: 5;
	    overflow: hidden;
	}
	.product .product-close .choice{
		position: absolute;
		bottom: 0;
		right: 15px;
	}
	
	.product-info{
		padding-bottom: 30px;
	}
	.product-info .sec01{
		margin-bottom: 30px;
	}
	.product-info .sec01 .pro-right .btn{
		position: absolute;
		right: 15px;
		bottom: 0;
	}
	.product-info .sec02{
		padding-bottom: 30px;
	}
	.product-info .sec02 .h4{
		margin-top: 25px;
		margin-bottom: 15px;
	}
	.product-info .sec03{
		margin-top: 30px;
	}
	
	
	.service .sec01 .img:before,
	.service .sec01 .img:after,
	.service .sec02 .img:before,
	.service .sec02 .img:after,
	.service .sec03 .img:before,
	.service .sec03 .img:after,
	.service .sec04 .img:before,
	.service .sec04 .img:after,
	.service .sec05 .img:before,
	.service .sec05 .img:after{
		display: table;
		content: '';
		clear: both;
	}
	.service .sec01 .img img{
		width: 50%;
		float: left;
	}
	.service .sec02 .img img{
		width: 50%;
		float: left;
	}
	.service .sec03 .img img{
		width: 50%;
		float: left;
	}
	.service .sec04 .img img{
		width: 50%;
		float: left;
	}
	.service .sec05 .img img{
		width: 50%;
		float: left;
	}
	.service .sec01{
		padding-bottom: 30px;
	}
	.service .sec01 .info{
		margin-top: 20px;
	}
	.service .sec01 .img{
		margin-top: 20px;
	}
	.service .sec03 .title{
		margin-top: 30px;
	}
	.service .sec03 .info{
		margin-top: 30px;
	}
	.service .sec03 .img{
		margin-top: 20px;
	}
	.service .sec04{
		padding-bottom: 30px;
	}
	.service .sec04 .title{
		margin-top: 30px;
	}
	.service .sec04 .info{
		margin-top: 20px;
	}
	.service .sec04 .img{
		margin-top: 20px;
	}
	.service .sec06{
		padding-bottom: 60px;
	}
	.service .sec06 .title{
		margin-top: 30px;
	}
	.service .sec06 .row{
		margin-top: 30px;
	}
	
	.faq{
		padding-bottom: 100px;
	}
	
	.new .new-list>li .pull-left img{
		max-width: 250px;
	}
	
	.download{
		margin-bottom: 60px;
	}
	.download .row>div{
		margin-bottom: 30px;
	}
	
	.new{
		padding-bottom: 20px;
	}
	.new .new-list>li .h4{
		margin-top: 0;
		margin-bottom: 15px;
	}
	
	.new-info{
		padding-bottom: 100px;
	}
	.new-info .info,
	.new-info .img{
		margin-top: 25px;
	}
	
	.contact .title{
		margin-top: 10px;
	}
	.contact .col-4{
		margin-top: 20px;
	}
	.contact .col-4 div div {
		min-height: 320px;
		overflow: hidden;
	}
	.contact form .form-group {
		margin-bottom: 30px;
		padding-right: 0;
	}
	.contact form .form-group textarea{
		height: 118px;
	}
	.contact form .col-sm-3 {
		margin-left: 15px;
	}
	.contact .btn-contact button {
		width: 150px;
		height: 44px;
		margin-right: 10px;
	}
	.contact .back{
		padding: 20px 0;
	}
}

@media (min-width:768px) and (max-width:991px){
	/**/
	header .navbar-header{
		float: none;
		text-align: center;
	}
	header .navbar-brand{
		height: 50px;
		background-size: 75px 40px;
	}
	header .menu>li{
		padding: 4px 0;
	}
	header .menu>li>a{
		padding: 6px;
	}
	
	.index .sec01 .info .h1{
		font-size: 24px;
	}
	.index .sec01 .info .btn{
		font-size: 14px;
		padding: 6px 12px;
	}
	.index .sec02 .tag-list li{
		width: 25%;
		float: left;
	}
	.index .sec02 .tag-list li a{
		width: 100%;
		min-height: 58px;
		padding: 9px 12px;
	}
	.index .sec03 .info .h4{
		line-height: 24px;
	}
	
	.about .sec01 img,
	.about .sec03 img{
		width: 100%;
	}
	
	.product-info .sec01 .pro-right ul{
		margin-top: 15px;
	}
	
	.contact .col-4 .trd,
	.contact .col-4 .fth{
		margin-top: 15px;
	}
}

@media (min-width:992px) {
	/**/
	.v-adaptive iframe{
		width: 800px !important;
		height: 450px !important;
	}
	.pager li>a,
	.pager li>span {
		width: 120px;
		height: 35px;
		line-height: 35px;
		padding: 0;
		font-size: 18px;
	}
	
	header .menu{
		float: left;
	}
	header .menu>li{
		padding: 27px 0;
	}
	header .menu>li>a{
		padding: 6px 9px;
	}
	
	.index .sec01 .info{
		right: calc(50% - 470px);
		width: 470px;
	}
	.index .sec01 .pagination-inline a{
		width: 46px;
		height: 46px;
		background: #d70e1d url(../img/pagination-03.png) no-repeat center;
	}
	.index .sec01 .pagination-inline .prevbtn{
		background-position: 17px center;
		left: 5%;
	}
	.index .sec01 .pagination-inline .nextbtn{
		background-position: -50px center;
		right: 5%;
	}
	.index .sec01:hover .pagination-inline a{
		display: block;
	}
	.index .sec03 .back>div>div{
		margin-top: 40px;
		padding-bottom: 50px;
	}
	.index .sec03 .info .h4{
		margin-bottom: 20px;
	}
	.index .sec07 p:not(.title){
		margin-top: 30px;
	}
	.index .sec08 .info .h4{
		margin-top: 30px !important;
	}
	.index .sec08 .info p:not(.title):not(.h4){
		margin-top: 15px;
	}
	.index .sec08 .info .btn{
		margin-top: 20px;
	}
	
	.about .sec01 .info img{
		max-width: 560px;
		margin-right: 20px;
		float: left;
	}
	.about .sec03 .info img{
		max-width: 560px;
		margin-left: 20px;
		float: right;
	}
	
	.new .new-list>li .text-right {
    display: block; 
	}
	
	.contact .col-4 div div {
		min-height: 340px;
		overflow: hidden;
	}
}

@media (min-width: 768px) and (max-width: 1199px) {
	/**/
	.index .sec05 p:not(.title){
    display: -webkit-box !important;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 6;
    overflow: hidden;
	}
}

@media (min-width:1200px) {
	/**/
	
	footer .ftr-contact{
		padding-right: 120px;
	}
	
	.video-popup .main{
		width: 890px;
		height: 500px;
		margin-left: -445px;
		margin-top: -250px;
	}
	
	.index .title{
        font-family: 'IRANsans';
		margin-top: 45px;
		padding-bottom: 23px;
		font-size: 30px;
	}
	.index .sec01 .info{
		right: calc(50% - 570px);
		width: 500px;
	}
	.index .sec01 .info .row{
		margin-top: 30px;
	}
	.index .sec01 .info .h1{
		font-size: 42px;
	}
	.index .sec01 .info p:not(.h1){
		margin-top: 30px;
		font-size: 24px;
		line-height: 36px !important;
	}
	.index .sec01 .info .btn{
		width: 150px;
	}
	.index .sec01 .pagination-block{
		width: 1140px;
		position: absolute;
		left: calc(50% - 570px);
		bottom: 40px;
		z-index: 100;
		display: block;
	}
	.index .sec01 .pagination-block>span{
		position: relative;
		width: 100px;
		height: 4px;
		border: none;
		border-radius: 0;
		background-color: transparent;
		margin: 0;
	}
	.index .sec01 .pagination-block>span:first-of-type{
		margin-left: 0;
	}
	.index .sec01 .pagination-block>span:last-of-type{
		margin-right: 0;
	}
	.index .sec01 .pagination-block>span:before{
		content: '';
		width: 80%;
		height: 100%;
		position: absolute;
		left: 10%;
		top: 0;
		background: rgba(255,255,255,.4);
	}
	.index .sec01 .pagination-block>span:after{
		content: '';
		height: 80%;
		position: absolute;
		left: 10%;
		top: 0;
		background: rgba(255,255,255,1);
	}
	.index .sec01 .pagination-block>.swiper-pagination-bullet-active:after{
		-webkit-animation:animationbg 8s;
		-moz-animation:animationbg 8s;
		-o-animation:animationbg 8s;
		animation:animationbg 8s;
	}
	@keyframes animationbg{
		0% { width: 0; }
		100% { width: 80%; }
	}
	@-webkit-keyframes animationbg{
		0% { width: 0; }
		100% { width: 80%; }
	}
	@-moz-keyframes animationbg{
		0% { width: 0; }
		100% { width: 80%; }
	}
	.index .sec02{
		padding-bottom: 80px;
	}
	.index .sec02 .navbar{
		margin-top: 40px;
	}
	.index .sec02 .tag-content{
		margin-top: 50px;
	}
	.index .sec03{
		padding-bottom: 50px;
	}
	.index .sec03 .main{
		margin-top: 40px;
	}
	.index .sec03 .back>div>div{
		padding-bottom: 80px;
	}
	.index .sec04{
		padding-bottom: 80px;
	}
	.index .sec04 .title{
		margin-top: 120px;
		font-size: 36px;
	}
	.index .sec04 p:not(.title){
		font-size: 24px;
		line-height: 30px !important;
	}
	.index .sec04 .btn{
		margin-top: 65px;
	}
	.index .sec05{
		padding-bottom: 140px;
	}
	.index .sec05 .title{
		margin-top: 145px;
	}
	.index .sec05 .btn{
		margin-top: 65px;
	}
	.index .sec06{
		padding-bottom: 110px;
	}
	.index .sec06 .title{
		margin-top: 70px;
	}
	.index .sec06 .swiper-container{
		margin-top: 65px;
	}
	.index .sec07{
		padding-bottom: 80px;
	}
	.index .sec07 .title{
		margin-top: 120px;
		font-size: 36px;
	}
	.index .sec07 p:not(.title){
		margin-top: 30px;
		font-size: 24px;
		line-height: 30px !important;
	}
	.index .sec07 .btn{
		margin-top: 65px;
	}
	.index .sec08 .back{
		margin-top: 60px;
	}
	.index .sec08 .h4 a{
		font-size: 24px;
	}
	.index .sec08 .info .h4{
		margin-top: 40px !important;
	}
	.index .sec08 .info p:not(.title):not(.h4){
		margin-top: 20px;
	}
	.index .sec08 .info .btn{
		margin-top: 40px;
	}
	.index .sec08 .pagination-block{
		margin: 60px 0;
	}
	
	.about .sec01{
		padding-bottom: 40px;
	}
	.about .sec01 .info{
		margin-top: 30px;
	}
	.about .sec03 .title{
		margin-top: 30px;
	}
	.about .sec03 .info{
		margin-top: 30px;
	}
	.about .sec04{
		padding-bottom: 50px;
	}
	.about .sec04 .title{
		margin-top: 40px;
		margin-bottom: 30px;
	}
	.about .sec05{
		padding: 150px 0;
	}
	.about .sec05 .info{
		margin-top: 50px;
	}
	.about .sec05 .info .h3{
		margin-bottom: 30px;
		font-size: 30px;
	}
	.about .sec05 .info p:not(.h3){
		font-size: 18px;
	}
	.about .sec06{
		padding-bottom: 60px;
	}
	.about .sec06 .title{
		margin-top: 40px;
		margin-bottom: 30px;
	}
	
	.product{
		padding-bottom: 30px;
	}
	.product .container>.row{
		margin-top: 20px;
	}
	.product .product-menu .product-nav>li>a{
		font-size: 18px;
	}
	.product .product-con li{
		margin-bottom: 30px;
		cursor: pointer;
		position: relative;
		overflow: hidden;
	}
	.product .product-cons li a{
		padding-bottom: 40px;
		display: block;
		border: 1px solid #ccc;
		position: relative;
	}
	.product .product-cons .info{
		position: absolute;
		bottom: 0;
		left: 0;
		width: 100%;
		padding: 10px 0;
		height: 42px;
		font-size: 18px;
		text-align: center;
		display: -webkit-box !important;
	  overflow: hidden;
	  text-overflow: ellipsis;
	  -webkit-box-orient: vertical;
	  -webkit-line-clamp: 1;
	  -webkit-transition: bottom .5s;
	  -moz-transition: bottom .5s;
	  -ms-transition: bottom .5s;
	  -o-transition: bottom .5s;
	  transition: bottom .5s;
	}
	.product .product-cons .choice{
		width: calc(100% - 32px);
		height: 50px;
		position: absolute;
		left: 16px;
		bottom: -49px;
		text-align: center;
		-webkit-transition: bottom .5s;
	  -moz-transition: bottom .5s;
	  -ms-transition: bottom .5s;
	  -o-transition: bottom .5s;
	  transition: bottom .5s;
	}
	.product .product-cons .choice input{
		margin-top: 0px;
		vertical-align: middle;
	}
	.product .product-cons .btn{
		background: transparent;
		color: #fff;
		border: 1px solid #fff;
		margin-top: 1px;
		padding: 3px 20px;
	}
	.product .product-cons .btn-default{
	  font-size: 14px;
	  font-weight: 600;
	  background: #fff;
	  color: #d70e1d;
	  padding: 3px 8px;
	  opacity: 0;
	}
	.product .product-cons li:hover .info{
		bottom: 49px;
		color: #fff;
		background: rgba(215,14,29,.9);
	}
	.product .product-cons li:hover .choice{
		bottom: 0;
		background: rgba(215,14,29,.9);
	}
	.product .product-cons li:hover .btn{
		opacity: 1;
	}
	.product .product-cons .btn:hover{
		background-color: #fff;
		color: #d70e1d;
	}
	/*.product .product-close img{
		margin-right: 15px;
		float: left;
	}
	.product .product-close .info{
		margin-top: 0;
		width: auto;
	}
	.product .product-close .pare{
		margin-top: 30px;
	    display: -webkit-box !important;
	    -webkit-box-orient: vertical;
	    -webkit-line-clamp: 5;
	    overflow: hidden;
	}
	.product .product-close .choice{
		position: absolute;
		bottom: 0;
		right: 15px;
	}*/
	
	.product-info{
		padding-bottom: 70px;
	}
	.product-info .sec01{
		margin-bottom: 45px;
	}
	.product-info .sec01 .pro-right ul li{
		line-height: 22px;
	}
	.product-info .sec02{
		padding-bottom: 50px;
	}
	.product-info .sec02 .h4{
		margin-top: 35px;
		margin-bottom: 20px;
	}
	.product-info .sec03{
		margin-top: 40px;
	}
	
	.service .sec06{
		padding-bottom: 120px;
	}
	
	.faq{
		padding-bottom: 160px;
	}
	
	.new{
		padding-bottom: 30px;
	}
	
	.new-info{
		padding-bottom: 200px;
	}
	.new-info .info,
	.new-info .img{
		margin-top: 35px;
	}
	.new-info .info p{
		font-size: 16px;
	}
	
	.contact .title{
		margin-top: 20px;
		font-size: 70px;
	}
	.contact .title span{
		font-size: 34px;
	}
	.contact .text-center .title{
		margin: 40px auto;
	}
	.contact .col-4{
		margin-top: 60px;
	}
	.contact .col-4 div div p:nth-of-type(2){
		font-size: 16px;
		line-height: 30px !important;
		min-height: 90px;
	}
	.contact .col-4 div div .h4{
		font-size: 20px;
	}
	.contact form .form-group {
		margin-bottom: 50px;
	}
	.contact form .form-control {
		font-size: 16px;
		line-height: 26px;
	}
	.contact form .form-control:not(textarea) {
		height: 55px;
	}
	.contact form .form-control::-webkit-input-placeholder{
		color: #222;
	}
	.contact form .form-group textarea{
		height: 160px;
	}
	.contact .btn-contact button {
		width: 200px;
		height: 56px;
		margin-right: 40px;
		font-size: 18px;
	}
	.contact .back{
		padding: 25px 0;
	}
	.contact .back .info p{
		margin-top: 20px;
		font-size: 24px;
	}
}

@media (min-width:1640px) {
	header .container,
	.index .container{
		width: 1400px;
	}
	footer .container{
		width: 1600px;
	}
	header .menu>li{
		padding: 27px 12px;
	}
	header .menu>li>a{
		font-size: 16px;
	}
	
	.index .sec01 .info{
		right: calc(50% - 700px);
		width: 700px;
	}
	.index .sec01 .info .row{
		margin-top: 30px;
	}
	.index .sec01 .info .h1{
		font-size: 48px;
	}
	.index .sec01 .info p:not(.h1){
		margin-top: 30px;
		font-size: 30px;
		line-height: 42px !important;
	}
	.index .sec01 .pagination-block{
		width: 1400px;
		left: calc(50% - 700px);
	}
	.index .sec04{
		padding-bottom: 135px;
	}
	.index .sec04 .title{
		margin-top: 180px;
		font-size: 48px;
	}
	.index .sec04 p:not(.title){
		font-size: 30px;
		line-height: 40px !important;
	}
	.index .sec07{
		padding-bottom: 135px;
	}
	.index .sec07 .title{
		margin-top: 180px;
		font-size: 36px;
	}
	.index .sec07 p:not(.title){
		font-size: 30px;
		line-height: 40px !important;
	}
	.index .sec08 .info .h4{
		margin-top: 50px !important;
	}
	.index .sec08 .info p:not(.title):not(.h4){
		margin-top: 30px;
	}
	.index .sec08 .info .btn{
		margin-top: 50px;
	}
	.index .sec08 .pagination-block{
		margin: 60px 0;
	}
}

@media (max-width:767px) {
	/**/
	#etalage,
	#contact-btn,
	.pagination-block,
	.onlineFloatBox{
		display: none !important;
	}
	.banner{
		height: 150px;
		position: relative;
	}
	.banner .img{
		width: 640px;
		position: absolute;
		left: 50%;
		margin-left: -320px;
	}
	.content-list li{
		padding: 0;
		margin: 10px 0;
		display: block;
	}
	.content-list li a{
		padding: 6px 12px;
		display: block;
	}
	.card-form{
		width: 40px;
		height: 40px;
		border-radius: 50%;
	}
	.card-main{
		height: 90%;
	}
	.card-form .card-title .card-show{
		display: block;
	}
	.all-img img,
	.max-img img{
		width: 100%;
	}
	.index .all-img img,
	.index .max-img img{
		max-width: 100%;
	}
	.swiper-dir .swiper-slide{
		padding: 0;
	}
	
	header .header-link,
	header .navbar-right{
		display: none !important;
	}
	header{
		height: 50px;
		background: #fff;
	}
	header.on{
		position: fixed;
		z-index: 1000;
	}
	header .navbar-brand{
		width: 75px;
		height: 40px;
		background-size: 75px 40px;
		margin: 5px auto;
		display: block;
	}
	header.on .navbar-toggle{
		background-image: url(../img/cont-btn-1.png);
	}
	header .navbar-collapse{
		width: 100%;
		height: 100% !important;
		background: #fff;
		padding-top: 20px;
		border-top: 2px solid #d70e1d;
		position: fixed;
		left: 100%;
		top: 50px;
		margin: 0 !important;
		-webkit-transition: all .5s;
		-moz-transition: all .5s;
		-o-transition: all .5s;
		transition: all .5s;
		display: block;
	}
	header.on .navbar-collapse{
		left: 0;
		overflow-y: auto;
	}
	header.on :root{
		overflow: hidden;
	}
	header .menu{
		margin: 0;
	}
	header .menu a{
		text-align: left;
	}
	header .dropdown>a{
		background: url(../img/faqs_03.png) no-repeat 95% 18px !important;
	}
	header .menu>li>a{
		padding: 12px;
		padding-left: 50px;
	}
	header .menu>li.active>a{
		background-color: #fff !important;
		color: #d70e1d !important;
		text-decoration: underline;
	}
	header .menu>li:hover>a{
		background-color: #d70e1d !important;
		color: #fff !important;
		text-decoration: underline;
	}
	header .dropdown-menu{
		background-color: #fefefe !important;
	}
	header .dropdown-menu>li>a{
		color: #d70e1d !important;
		border: none;
		padding: 8px !important;
		padding-left: 50px !important;
		margin: 0 30px;
	}
	
	footer{
		padding-top: 0;
		margin-bottom: 59px;
	}
	footer>.container {
    display: none;
  }
  
  .index .title{
		margin: 20px 0 0;
		padding-bottom: 20px;
	}
	.index .sec01 video{
		display: none !important;
	}
	.index .sec02{
		padding-bottom: 20px;
	}
  .index .sec02 .navbar-header{
  	display: none;
  }
  .index .sec02 .navbar-collapse{
  	border: none;
  	box-shadow: none;
  }
  .index .sec02 .tag-list li{
  	width: 60%;
  	margin: 15px auto;
  }
  .index .sec02 .tag-content{
  	margin-top: 10px;
  }
  .index .sec02 .mySwiper{
  	padding: 0 50px;
  }
  .index .sec02 .pagination-inline a{
		width: 34px;
		height: 28px;
		display: block;
	}
	.index .sec02 .pagination-inline .prevbtn{
		background: url(../img/prevbtn1.png) no-repeat center;
		left: 0;
	}
	.index .sec02 .pagination-inline .nextbtn{
		background: url(../img/nextbtn1.png) no-repeat center;
		right: 0;
	}
  .index .sec02 .img{
  	text-align: center;
  }
  .index .sec02 .img img{
  	width: auto;
  }
  .index .sec03 .main{
  	margin-top: 20px;
  }
  .index .sec03 .info{
  	text-align: center;
  }
  .index .sec03 .img{
  	padding: 20px 100px;
  }
  .index .sec04{
  	height: 500px;
  	background-position: 80%  center;
  }
  .index .sec05{
  	padding-bottom: 50px;
  	text-align: center;
  	background-position: right center;
  }
  .index .sec05 .title{
  	margin-bottom: 20px;
  }
  .index .sec05 .btn{
  	margin-top: 30px;
  	padding: 6px 24px;
  }
  .index .sec05 p:not(.title){
  	display: -webkit-box !important;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 6;
    overflow: hidden;
  }
  .index .sec06{
		padding-bottom: 20px;
	}
  .index .sec06 .mySwiper{
  	margin-top: 20px;
  	padding: 0 50px;
  }
  .index .sec06 .pagination-inline a{
		width: 34px;
		height: 28px;
		display: block;
	}
	.index .sec06 .pagination-inline .prevbtn{
		background: url(../img/prevbtn1.png) no-repeat center;
		left: 0;
	}
	.index .sec06 .pagination-inline .nextbtn{
		background: url(../img/nextbtn1.png) no-repeat center;
		right: 0;
	}
	.index .sec07{
  	height: 500px;
  	background-position: 30%  center;
  }
  .index .sec08{
  	padding-bottom: 20px;
  }
  .index .sec08 .back{
  	margin-top: 20px;
  	padding-bottom: 30px;
  	text-align: center;
  }
  .index .sec08 .info .h4{
  	margin-top: 30px;
  }
  .index .sec08 .info p:not(.title):not(.h4){
  	margin-top: 10px;
  }
  .index .sec08 .info .btn{
  	margin-top: 20px;
  }
  .index .sec08 .pagination-block{
  	display: block !important;
  }
  
  .about .sec01{
		padding-bottom: 15px;
	}
	.about .sec01 .info{
		margin-top: 10px;
	}
	.about .sec03 .info{
		margin-top: 10px;
	}
	.about .sec04{
		padding-bottom: 15px;
	}
	.about .sec05{
		padding: 20px 0;
	}
	.about .sec05 .info{
		margin-top: 20px;
	}
	.about .sec05 .info .h3{
		margin-bottom: 20px;
	}
	.about .sec06{
		padding-bottom: 15px;
	}
	.about .sec06 .title{
		margin-bottom: 10px;
	}
	
	.product-info{
		padding-bottom: 15px;
	}
	.product-info .sec01{
		margin-bottom: 15px;
	}
	.product-info .sec01 .pro-right .btn{
		margin-top: 10px;
	}
	.product-info .sec02{
		padding-bottom: 15px;
	}
	.product-info .sec02 .h4{
		margin-top: 15px;
		margin-bottom: 10px;
	}
	.product-info .sec03{
		margin-top: 15px;
	}
	
	.service .sec01{
		padding-bottom: 10px;
	}
	.service .sec06{
		padding-bottom: 15px;
	}
	
	.faq{
		padding-bottom: 15px;
	}
	
	.new-info{
		padding-bottom: 15px;
	}
	.new-info .info,
	.new-info .img{
		margin-top: 10px;
	}
	
	.contact .col-4 .trd,
	.contact .col-4 .fth{
		margin-top: 10px;
	}
	.contact .btn-contact button{
		margin-bottom: 15px;
	}
	.contact .back{
		padding: 15px 0;
	}
}

@media (max-width:479px) {
	/**/
  .navbar-form {
		text-align: center;
	}
	.navbar-form, .navbar-brand>img {
		margin: 5px auto;
	}
	.text,
	.breadcrumb-div,
	.pagination-block{
		display: none !important;
	}
	.title{
		font-size: 18px;
	}
	.desc{
		margin-bottom: 15px;
	}
	.head{
		margin: 15px 0;
	}
	
	.product-info .sec01{
		padding-top: 15px;
	}
	.product .product-con{
		margin-top: 15px;
	}
	
	.download .row>div{
		width: 100%;
	}
	
	.new .new-list{
		margin-top: 15px;
	}
	.new .new-list>li .pull-left,
	.new .new-list>li .pull-left img{
		width: 100%;
		padding-right: 0;
	}
	.new .new-list>li .h4{
		font-size: 14px;
	}
	.new .pull-left{
		float: none !important;
	}
	
	.contact .col-4 div {
		width: 100%;
	}
	.contact .col-4 div div {
		padding-top: 30px;
	}
	.contact .col-4 .snd{
		margin-top: 10px;
	}
	.contact form label:not(.radio-inline) {
		padding-left: 0;
	}
	.contact .btn-contact button {
		width: 100%;
	}
}