/* 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: 'kit65f-webfont';
    src: url('fonts/kit65f-webfont.eot');
    src: url('fonts/kit65f-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/kit65f-webfont.woff') format('woff'),
         url('fonts/kit65f-webfont.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;
}
img{ border:0; margin:auto;}
*{ margin:0; padding:0;}
a{ text-decoration:none; color:inherit;}
a:hover{ text-decoration: none;}

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: 10%;
    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:75px;
	text-align:center;
	position: relative;
	padding: 27px 0 0;
}
.navbar-brand>img {
	width:4.5em;
}
.navbar{
	border:0;
	border-radius:0;
	margin-bottom:0;
}
.navbar-default {
	transition: all 0.3s;
    border-color: transparent;
    background-color: transparent;
	background-size:cover !important;
	background:url(../images/bg-head.png) top center no-repeat;
}
.slim.navbar-default{
	box-shadow:0 1px 5px rgba(0,0,0,0.3);
}
.navbar-default .navbar-nav>li>a {
    color: #16216c;
}
.navbar-toggle .icon-bar {
    width: 30px;
    height: 4px;
}
.navbar-toggle {
    margin-top: 5%;
    margin-right: 0;
}
.navbar-default .navbar-toggle .icon-bar{
	background-color:#00bfff;
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover{
	color:#FFF;
    background-color: #00bfff;
}
.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover{
	color:#FFF;
    background-color: #00bfff;
}
.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: 20px;
	text-transform:uppercase;
}
.logo-inphone{
	width:100%;
	text-align:center;
	margin:15% auto;
}
.logo-inphone img{
	width:100%;
}
.height-box{
	height:75px;
}
.contacthead-inphone ul{
	list-style:none;
}
.contacthead-inphone ul li{
	padding:10px 0;
}
.contacthead-inphone ul li a{
	color:#555555;
}
/*///////////////////////////////////////////////////////////////////////////head///////////////////////////////////////////////////////////////////////////*/


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

.bg-content{
	background:#FFF;
}
.sponsor-slide{
	margin:5% auto;
}
.sponsor-slide .bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto {
    bottom: -25px;
}
.sponsor-slide .bx-wrapper .bx-pager.bx-default-pager a{
    background: #dbdbdb;
}
.bg-content-2{
	margin:5% auto;
	padding:5% 0;
	background:url(../images/bg-1.png) top center no-repeat;
	background-size:cover !important;
}
.about-box {
	text-align:center;
}
.about-box h1{
	color:#00bfff;
	font-size:30px;
	margin:0 auto;
}
.about-box p{
	margin:0 auto;
}
.title-product{
	margin:5% auto 10%;
}
.product-box{
	width:100%;
	height:175px;
	line-height:1;
	/*margin:10px auto;*/
	background:#bbffff;
	text-align:center;
	transition: all 0.3s;
}
.product-box:hover{
	box-shadow:0 0 8px rgba(0,0,0,0.3);
}

.product-box-white{
	height:175px;
	line-height:1;
 }
.box-img-cate{
	height:112px;
	width:100%;
	overflow:hidden;
	display:flex;
}
.box-img-cate img{
	align-self:center;
	max-width:80%;
	max-height:80%;
}
.product-box a{
	color:#000;
}
.product-box p{
	margin-bottom:0;
	margin-top:2px;
	font-size:20px;
	text-transform:uppercase;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
/*.product-box img {
    width: 80%;
}*/
/*///////////////////////////////////////////////////////////////////////////content///////////////////////////////////////////////////////////////////////////*/


/*///////////////////////////////////////////////////////////////////////////footer///////////////////////////////////////////////////////////////////////////*/
.bg-footer{
	color:#555555;
	padding:10% 0;
	background: #f7f7f7;
}
.bg-copyright{
	text-align:center;
	background: #00bfff;
}
.addess-footer h1{
	font-size:27px;
	margin: 0 auto;
	color:#16216c;
	text-transform:uppercase;
}
.addess-footer p{
	margin-bottom:0;
}
.copyright{
	color:#FFF;
	font-size:16px;
	padding:5px 0;
}
.copyright a{
	color:#FFF;
}
.contact-footer ul{
	list-style:none;
	margin:10px auto 5px;
}
.addess-footer ul{
	list-style:none;
	margin:10px auto 5px;
}
.contact-footer ul li  .icon-footer{
	color:#00bfff;
}
.addess-footer ul li .icon-footer{
	color:#00bfff;
}
.contact-footer ul li img{
	width:1em;
}
.menu-footer ul{
	list-style:none;
}
.menu-footer ul li a{
	color:#636363;
}
.menu-footer ul li a:hover, .menu-footer ul li a.active{
	color:#00bfff;
}
/*///////////////////////////////////////////////////////////////////////////footer///////////////////////////////////////////////////////////////////////////*/
.topic{
	font-size:1.7em;
	text-align:center;
	margin:30px auto 20px auto;
	border-bottom: 1px solid #f3f3f3;
}
.text-notfound{
	font-size:1.3em;
}
.box-listpage{
	height:80px;
	width:80px;
	border: solid 1px #666;
	overflow:hidden;
}
.box-listpage img{
	height:80px;
	width:auto !important;
	max-width:inherit !important;	
}
.text-title-pd{
	font-size:1.2em;
}
/*///////////////////////////////////////////////////////////////////////////content///////////////////////////////////////////////////////////////////////////*/
.newsbox-title{
	font-weight:bold;
}
.box-serviec{
	padding: 5px;
	font-size:1.2em;.
	line-height:normal;
}
.box-serviec a:hover{
	 color:#004B97;
}

.boximg-serviec{
	text-align:center;
	height:260px;
	padding-bottom: 10px;
	border-bottom: solid 1px #dcdcdc;
}
.boximg-serviec img{
	max-width:100%;
	max-height:250px;
	transition: all 0.3s;
}
.boximg-serviec img:hover{
	transition: all 0.3s;
	transform: scale(1.05);
}

.name-ser{
	font-size:1.4em;
	overflow: hidden;
	text-overflow: ellipsis;	
	white-space: nowrap;	
}
 .box-port2{
  height:200px;
  overflow:hidden;
  border: solid 1px #EEE;
  margin: 5px auto;
  display: flex	;
  background:#000;
}
 .box-port2 a{
  display: flex	;
}
.box-port2 img {
  align-self: center;
  margin: auto;
  max-width: 100%;
  /*max-height:  125px;*/
}
.box-port2:hover{
	opacity: 0.6;
}
.detail-port{
	text-align:left;
	font-size:1.2em;
	word-wrap:break-word;
	margin-bottom:20px;	 
}
.detail-port img{ 
	max-width:100%;
	height:auto;
}

.detail-port table{ 
	max-width:100%;
}
.detail-port table tr td{ 
	max-width:100%;
}
.box-vdo2{
	margin:  20px auto;
	text-align:center;	
}
.box-vdo2 iframe{
	width:60%;
	margin:auto;
}
.imglarge-port{
	margin:auto;
	border: solid #666 1px;
	max-width:100%;
}
.box_sliderpd{
	text-align:center;
}
.slider-brand li{
	height:52px;
	display:flex;
	margin:auto 10px;
}
.slider-brand li a{
	display:flex;
}
.slider-brand img{
	max-height:52px; 
	align-self : center;
	margin:auto;
}
/*****************************************************************************/
.dropdown-menu {
	margin:0;
	padding:0;
	width:auto;
	max-width:100%;
}
.dropdown-menu>li{
	border-bottom: solid 1px #ebfaff;
}

.dropdown-menu>li>a{
	font-size:1.5em;
	padding: 2px 10px;
}
.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover {
    color: #FFF;
    background: #00bfff;
}
.dropdown-menu>li.dropdown-submenu {
    border-bottom: solid 1px #f1f3fb;
}
.dropdown-menu>li.dropdown-submenu>a:focus, .dropdown-menu>li.dropdown-submenu>a:hover {
    color: #23527c;
    background: #FFF;
}
 .menu-cate-pd{
 
	font-size:1.4em;
	text-align:center;
	padding: 2px 5px;
}
/*****************************************************/

/*.box-aboutus1{
	width:95%;
	background:url(../images/about02.png) repeat;
 
	margin:auto;
	-webkit-box-shadow: 0px 5px 22px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 5px 22px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 5px 22px 0px rgba(0,0,0,0.75);
}
.box-aboutus2{
	width:45%;
	background:url(../images/about02.png) repeat;
	float:left;
	margin-left:25px;
	-webkit-box-shadow: 0px 5px 22px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 5px 22px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 5px 22px 0px rgba(0,0,0,0.75);
}*/
.fontinbox-aboutus1{
	font-size:1.2em;
	line-height:normal;
}
/*.fontinbox-aboutus1 img{
	border: solid 1px #666;
}*/
.box-text-about{
	position:relative;
}
.title-about{
    font-size: 1.5em;
    color: #00374a;
	margin: 10px auto 15px auto;
	font-weight:bold;
}
/*.fontinbox-aboutus1 p{
	text-indent: 1.5em;
}*/
.bg-aboutus{
	background:#eff7fc;
}
/*.conbox-aboutus1{
	margin: auto 25px;
}*/
/*.bg-boximg{
	background:url(../images/about01.png);
}*/
.map{
	width:100%;
	margin: 20px auto;
	min-height:320px !important;
}
/***************************************************************************/

.filter {
  font-family: calibri, sans-serif !important;
  font-size: 13px !important;
  margin-bottom: 30px !important;
 
}

.filter li {
  display: inline ;
  color: #666;
  font-size: 1.2em;
}

.filter a {
  margin-right: 7px !important;
  margin-left: 7px !important;
  color:#666;
  text-decoration: none !important;
}

.filter .on { text-decoration: underline !important; }

/*.grid a {
  font-size: 0 !important;
  float: left !important;
   -moz-transition: all 0.4s ease !important;
  -webkit-transition: all 0.4s ease !important;
  -o-transition: all 0.4s ease !important;
  transition: all 0.4s ease !important;
}*/

.grid .hidden {
  /*opacity: 0 !important;*/
  display:none !important;
  -moz-transform: scale(0) !important;
  -webkit-transform: scale(0) !important;
  -o-transform: scale(0) !important;
  -ms-transform: scale(0) !important;
  transform: scale(0) !important;
}
 
.box-main-cate{
	position:relative; 
}
.box-sub-cate{
	position:absolute; 
	width:300px;
	background:#FFF;
	padding:5px;
	border: solid 1px #999;
	z-index:99;
	min-height:120px;
}

.box-img-brand{
	height:135px;
	width:100%;
	overflow:hidden;
	display:flex;
	text-align:center;
}
.box-img-brand a{
	display:flex;
	text-align:center;
}
.box-img-brand img{
	max-height:115px;
	max-width:100%;
	align-self: center;
    margin: auto;
}
.all-brand{
	min-height:135px;
	margin: 2px auto 5px  auto;
	font-size:1.3em;
	line-height:normal;
	overflow: hidden;
	border:#e8e8e8 solid 1px;
	padding: 0 5px;
}
.all-cate{
	background: #bbffff;
    text-align: center;
    transition: all 0.3s;
	border:#acf9f9  solid 1px;
	position:relative;
 
}
.all-cate:hover{
    box-shadow: 0 0 8px rgba(0,0,0,0.3);
}
.text-brand{
	color:#666;
	width:100%;
	font-size:0.8em;
	/*display:flex;*/
	overflow: hidden;
	text-overflow: ellipsis;	
	white-space: nowrap;	
	 
}
.all-sub-cate{
	font-size:1em;
	float:left;
	margin: 5px;
}
.all-sub-cate a{
	display:flex;
}
.all-sub-cate  .box-img-cate{
	width:100px;
	height:50px;
	overflow:hidden;
	display:flex;
	float:left;
}
.all-sub-cate img{
	max-height:100%;
	align-self: center;
    margin: auto;
}
.all-sub-cate p{
	align-self: middle;
    margin: auto;
}
.hiddenbox {
  background: #f5f5f5;
}
 
.hiddenbox{
	display:none;
}
.showHiddenBox{
	cursor:pointer;
 }
 /********************************************************/
 .box-product {
    box-shadow: 0px 0px 11px 0px rgba(0,0,0,0.75);
    text-align: center;
    background: #fff;
    border-top-right-radius: 50px;
    border-bottom-left-radius: 20px;
	padding:  5px;
	margin: 10px ;
}
.title-pd{
	font-size:1.2em;
	margin:5px auto;
	text-align:center;
	overflow: hidden;
	text-overflow: ellipsis;	
	white-space: nowrap;	
}
.bottom-border {
    border-bottom-left-radius: 20px;
    background: #d9ecf5;
    height: 30px;
    width: 100%;
}
.box-imgpd{
	height:240px;
	/*width:220px;*/
	border-top-right-radius: 50px;
	overflow:hidden;
	display: flex	;
	text-align:center;
}
.box-imgpd a{
	width:100%;
	display: flex	;
	text-align:center;
}
.box-imgpd img{
	align-self: center;
   	margin: auto;
}
.box-product img{
	/*max-width:220px;*/
	max-height:240px;
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
	align-self: center;
   	margin: auto;
 
}
.box-product img:hover{
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
table.tb-pd{
	width:100%;
}
table.tb-pd tr td{
	width:100%;
}
.box-port2{
  height:150px;
  width:215px;
  text-align:center;
  float:left;
  overflow:hidden;
 /* margin: 15px 9px;
  padding:5px; 
 */
}
.box-port2 img {
  border: solid 2px #fff;
  width:100%;  
  float:left;
 
  margin:auto;
}
.box-port2:hover{
	opacity: 0.6;
}
.detail-port{
	font-size:1.6em;
	margin-bottom:20px;	 
}
.box-vdo{
	margin: 10px auto;
	text-align:center;	
}
.box-vdo iframe{
	width:50%;
	height:250px;
	border: solid 1px #333
}
.box-vdo-pd{
	margin: 20px auto;
	text-align:center;	
}
.box-vdo-pd iframe{
	width:100%;
	height:250px;
	border: solid 1px #333
}

.imglarge-port{
	margin:auto;
	border: solid #666 1px;
}
.download-doc{
	margin: 5px auto;
}
.download-doc img{
	height:45px ;
}
.img_largepd{
	border: solid 2px #878787; 
}
.box-detail{
	padding:  15px;
	font-size:1.3em;
}
/*********************************************************************/
.img-about{
 	-webkit-box-shadow: 1px 1px 54px -11px rgba(0,0,0,0.75);
	-moz-box-shadow: 1px 1px 54px -11px rgba(0,0,0,0.75);
	box-shadow: 1px 1px 54px -11px rgba(0,0,0,0.75);
}
/*///////////////////////////////////////////////////////////////////////////footer///////////////////////////////////////////////////////////////////////////*/
/*-----List Page-----///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/

div.badoo {
	margin-top:20px;
	padding:10px 0px;
	margin-right:20px;
	font-size:14px; 
	color: #FFF; 
	font-family:Arial, Helvetica, sans-serif;
	text-align:right;text-decoration:none;
	text-align:center;
	float:right;
}


div.badoo a{
	border: #4E4A4C 1px solid;
	padding: 3px 8px;
	margin: 0px 4px;
	color: #181516;
	text-decoration: none;
	background: #FFFFFF;
}
div.badoo a:hover {
	border:#999 1px solid;
	color:#FFF;
	background: #9a9a9a; /* Old browsers */
}

div.badoo span.current {
	padding: 3px 8px;
	border: #75676E 1px solid;
	background: #7c7c7c;
	color: #FFFFFF;
	margin: 0px 4px;
}
div.badoo span.disabled {
	display:none;
}
/****************************/
/*///////////////////////////////////////////////////////////////////////////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%;
	}
	.product-box{
		border: solid 2px #FFF;
	}
}

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