/* CSS Document */
@font-face {
    font-family: 'kit55f-webfont';
    src: url('fonts/kit55f-webfont.eot');
    src: url('fonts/kit55f-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/kit55f-webfont.woff') format('woff'),
         url('fonts/kit55f-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'kit45f';
    src: url('fonts/kit45f.eot');
    src: url('fonts/kit45f.eot?#iefix') format('embedded-opentype'),
         url('fonts/kit45f.woff') format('woff'),
         url('fonts/kit45f.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'kit75f';
    src: url('fonts/kit75f.eot');
    src: url('fonts/kit75f.eot?#iefix') format('embedded-opentype'),
         url('fonts/kit75f.woff') format('woff'),
         url('fonts/kit75f.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'kit65f';
    src: url('fonts/kit65f.eot');
    src: url('fonts/kit65f.eot?#iefix') format('embedded-opentype'),
         url('fonts/kit65f.woff') format('woff'),
         url('fonts/kit65f.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
img{ border:0; margin:auto;}
*{ margin:0; padding:0;}
a,a:hover,a:focus{ text-decoration: none; color:inherit;}

body {
	background:#FFF ;
    font-family: 'kit55f-webfont';
	font-size:18px;
	color:#000;
}
.carousel-inner>.item>img {
    margin: auto;
	width:100%;
}

.cleaner {clear:both; width:100%; height:0px;}
.h30{clear:both; width:100%; height:30px;}
.h20{clear:both; width:100%; height:20px;}
.h10{clear:both; width:100%; height:10px;}
.pull-left{
	margin-left:5%;
}
#back-to-top{
	width:40px;
	height:40px;
    position: fixed;
    z-index: 9999;
    bottom: 2%;
    right: 5%;
    line-height: 0.7;
	text-align:center;
	display:none;
	background:rgba(0,0,0,0.7);
}
#back-to-top a{
	color:#FFF;
	font-size: 18px;
	line-height:0;
    text-transform: uppercase;
}
.arrow-color{
	color: #FFF;
	font-size:30px;
	line-height: 1;
	margin-top: -5px;
}
#back-to-top a:hover{
	color: #FFF;
}
.top-text{
	color:#FFF;
}
/*///////////////////////////////////////////////////////////////////////////head///////////////////////////////////////////////////////////////////////////*/

/*///////////////////////////////////////////////////////////////////////////head///////////////////////////////////////////////////////////////////////////*/
.navbar-brand{
	width:75%;
	height:80px;
	position: relative;
}
.navbar-brand>img {
	width:3em;
}
.navbar{
	border:0;
	border-radius:0;
	margin-bottom:0;
}
.navbar-default {
    border-color: transparent;
    background-color: #FFF;
	transition:all 0.3s;
}
.navbar-default .navbar-nav>li>a {
    color: #000;
}
.navbar-toggle .icon-bar{
	width:30px;
	height:4px;
}
.navbar-default .navbar-toggle{
    margin: 5% 0 0 5%;
	padding:6px 0;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #257ef0;
}
.navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li>a.active {
    color: #FFF;
	background:#194fff;
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover{
	color:#FFF;
	background:#194fff;
}
.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover{
	color:#FFF;
	background:#194fff;
}
.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover{
	background-color:transparent;
}
.navbar-default .navbar-toggle{
	border:0;
}
.navbar-default .navbar-brand {
    color: #fff;
	font-size:50px;
}
.nav>li>a {
    font-size: 24px;
}
.head-logo {
	text-align:center;
}
.head-logo {
}
.head-contact {
	text-align:center;
}
/*///////////////////////////////////////////////////////////////////////////head///////////////////////////////////////////////////////////////////////////*/


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

.bg-content{
	background:#fff;
}
.content-left{
	color:#FFF;
	margin:5% 0;
	font-size:30px;
	padding:10% 0;
	text-align:center;
	background: #c34949;
}
.content-right{
	color:#FFF;
	margin:5% 0;
	font-size:30px;
	padding:10% 0;
	text-align:center;
	background:#966;
}
.bg1 {
	background: rgba(143,201,228,1);
	background: -moz-linear-gradient(top, rgba(143,201,228,1) 0%, rgba(36,125,241,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(143,201,228,1)), color-stop(100%, rgba(36,125,241,1)));
	background: -webkit-linear-gradient(top, rgba(143,201,228,1) 0%, rgba(36,125,241,1) 100%);
	background: -o-linear-gradient(top, rgba(143,201,228,1) 0%, rgba(36,125,241,1) 100%);
	background: -ms-linear-gradient(top, rgba(143,201,228,1) 0%, rgba(36,125,241,1) 100%);
	background: linear-gradient(to bottom, rgba(143,201,228,1) 0%, rgba(36,125,241,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8fc9e4', endColorstr='#247df1', GradientType=0 );
	padding:3% 0;
}
.bg2 {
	background:#f3f3f3;
    padding: 6% 0 8%;
}
.bg1-picbox img {
	width:100%;
}
.bg1-text {
	color:#FFF;
    margin-top: 14px;
}
.bg1-text h1 {
	font-size:30px;
    margin-top: 0;
    font-family: 'kit65f';
}
.bg1-text p {
	font-size:19px;
	margin:0;
}
.navbar-brand {
    padding: 0;
}
.navbar-brand>img {
    width: 5em;
    margin-top: 11px;
}
.product-head {
	text-align:center;
    padding-bottom: 2%;
}
.product-head h1 {
	margin-top:0;
    font-family: 'kit65f';
}
.product-box {
	text-align:center;
	border:1px solid #2ac1ff;
    border-radius: 15px;
    overflow: hidden;
    font-family: 'kit45f';
	/*cursor:pointer;*/
}
.product-box:hover p {
	color:#FFF;
}
.product-box:hover .product-text a {
	color:#FFF;
}
.product-box:hover .pic-box span {
	opacity:1;
}
.product-box:hover .product-text {
	background:#2ac1ff;
}
.product-box:hover .product-text img {
	opacity:0;
}
.product-box:hover .product-text img.hover-img {
	opacity:1;
}
.product-box p {
	font-size:24px;
	margin:0;
}
.product-box a {
	color:#181818;
	font-size:21px;
}
.product-text img {
	width:80%;
	margin:auto;
}
.product-text img.hover-img {
	position:absolute;
}
.product-text {
    padding: 9px 0;
	position:relative;
	transition:all 0.3s;
}
.product-text img.hover-img {
    transform: translate(-50%,0);
    left: 50%;
	bottom: 45%;
	opacity:0;
}
.product-head img {
    width: 6em;
}
.bx-wrapper .bx-controls-direction a{
	z-index: 1;
}
.bx-wrapper .bx-prev {
    background: url(../images/slide-btn1.png) top center no-repeat;
    left: -18%;
}
.bx-wrapper .bx-next {
	background:url(../images/slide-btn2.png) top center no-repeat;
    right: -18%;
}
.product-slide {
	margin: 0 21%;
}
.product-box .pic-box {
	position:relative;
}
.product-box .pic-box span {
	position:absolute;
	width:100%;
	height:100%;
	background-color:rgba(15,20,14,0.37);
    top: 0;
    left: 0;
	opacity:0;
	transition:all 0.3s;
}
.product-box .pic-box span a {
	position:absolute;
	color:#FFF;
    transform: translate(-50%,-50%);
	top:50%;
	left:50%;
    font-size: 23px;
	border:1px solid #FFF;
	padding: 0 4%;
    line-height: 1.2;
}
.height-box {
	height:80px;
}




@-webkit-keyframes hvr-pop {
  50% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
}
@keyframes hvr-pop {
  50% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
}
.hvr-pop {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}
.hvr-pop:hover, .hvr-pop:focus, .hvr-pop:active {
  -webkit-animation-name: hvr-pop;
  animation-name: hvr-pop;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}




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


/*///////////////////////////////////////////////////////////////////////////footer///////////////////////////////////////////////////////////////////////////*/

.bg-footer{
	text-align:center;
	background: #353536;
	color:#FFF;
}
.bg-footer a {
	color:#FFF;
}
.copyright {
	color:#FFF;
	padding:2% 0;
}
.copyright a{
	color:#FFF;
}
.bg-footer h1 {
	font-size:27px;
	text-transform:uppercase;
}

/*///////////////////////////////////////////////////////////////////////////footer///////////////////////////////////////////////////////////////////////////*/
/*///////////////////////////////////////////////////////////////////////////product///////////////////////////////////////////////////////////////////////////*/

.box-cate{
	margin:auto;
	text-align:center;
	/*border-bottom:2px solid #8a8a8a;*/
}
.list-cate-active,
.list-cate{
	display:inline-block;
	border-bottom:5px solid #FFFFFF;
	margin: 10px 0;
}
.list-cate-active a,
.list-cate a{
	padding:0px 30px;
	border-right:1px solid #8a8a8a;
}
.list-cate-active,
.list-cate-active:hover,
.list-cate:hover{
	/*color: #25aae1;*/
     border-bottom: 5px solid #25aae1; 
}
.list-cate-last a{
	border-right: none !important;
}

.pic-box{
	position: relative;
    overflow: hidden;
    padding-bottom: 60%;
    margin: auto;
    box-shadow: 0 0 3px 0 rgba(0,0,0,0.3);
}
.pic-box img{
	height: auto;
    /* height: 100%; */
    max-width: 100%;
    max-height: 100%;
    width: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}


.form-control {
	font-size: 20px;
}
.detail_all img ,
.detail_all table {
	max-width:100%;
}
.font-blue {
    color: #2e3192;
}
.btn-download{
	display:inline-block;
	padding:0 30px;
    color: #FFF;
	background: #1f2162;
    background-image: linear-gradient(to top, #1f2162 0%, #2a5dbf 100%);
}
.btn-download:hover{
	transition: all 0.6s;
	background: #194fff;
}
.text-indent {
	text-indent:30px;
}
/*///////////////////////////////////////////////////////////////////////////contact-us///////////////////////////////////////////////////////////////////////////*/
.font24{ font-size:24px; }
.font-head {
	color: #353536;
    font-size: 5rem;
    border-bottom: 2px solid #199fff;
}
.btn { font-size:inherit; }
.right { float:right; }
.contact-list{
	list-style: none;
	float:left;
}
.contact-list .svg-inline--fa{
	color: #199fff;
}

.contact-list a h1{
	color: #196dff;
}
.contact-list a:hover h1{
	color: #194fff;
}
.contact-list a h1 .fa-youtube-square:hover{
	color:#d72a26;
	transition: all 0.6s;
}
.contact-list a h1 .fa-facebook-square:hover{
	color:#314987;
	transition: all 0.6s;
}
.contact-list a h1 .fa-twitter:hover{
	color:#4b9cda;
	transition: all 0.6s;
}

.contact-list a h1 .fa-map:hover{
	color:#ee7600;
	transition: all 0.6s;
}
.contact-list a h1 .fa-line:hover{
	color:#00b900;
	transition: all 0.6s;
}

/*///////////////////////////////////////////////////////////////////////////pagelist///////////////////////////////////////////////////////////////////////////*/


.pagelist{
 float:right;
 padding:5px;
 border-radius:0px;
 margin:0 5px 20px 5px;
}
.pagelist li{
 display:inline-block;
 font-size:23px;
 cursor:pointer;
}
.pagelist li.disabled a,
.pagelist li.disabled a:hover{
	 color:#0e0e0e;
	 transition: all 0.4s;
}
.pagelist li.disabled a,
.pagelist li.disabled a:hover{
 color:#d4d4d4;
}
.pagelist li a{
	color:#777;
	display:block;
	padding:0px 12px;
	font-style:italic;
	font-weight:bold;
}
.pagelist li a i.fa{
 font-size:18px;
 vertical-align: middle;
}

.pagelist>li:first-child>a, .pagelist>li:first-child>span , .pagelist>li:last-child>a, .pagelist>li:last-child>span {
 border-radius:0px;
}

.pagelist li a:hover{
    color: #a41f23;
	transition: all 0.4s;
    border-bottom: 1px solid #a41f23;
}
.pagelist li.active a {
    color: #a41f23;
}



/*///////////////////////////////////////////////////////////////////////////media///////////////////////////////////////////////////////////////////////////*/

@media (max-width: 767px ) {
	body{
		max-width: 100% !important;
	}
	.navbar-collapse{
		position: fixed;
		width: 250px;
		background: #fff;
		height: 100vh !important;
		max-height: none !important;
		top: 0;
		display: block;
		left: -250px;
		margin: 0 !important;
		z-index: 9999;
	}
	.navbar-collapse.in{
		left: 0 !important;
	}
	.all-container{
		width: 100%;
	}
	.all-container.-collapse{
		margin-left: 250px;
	}
	.navbar-default, .navbar-collapse, .navbar-collapse.collapsing, .all-container.all-container.all-container {
		transition: all 0.5s !important;
	}
	.navbar-default.-collapse {
		margin-left: 250px;
		width:100%;
	}
}

/*///////////////////////////////////////////////////////////////////////////media///////////////////////////////////////////////////////////////////////////*/