@import 'fonts/font.css';
@import 'font-awesome.css';
/*===== CSS RESET =====*/

html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,cite,code,del,dfn,img,ins,kbd,q,s,samp,strike,tt,var,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video,input,textarea,select{outline:none;border:0;font-size:100%;font:inherit;vertical-align:baseline;margin:0;padding:0}table{border-collapse:collapse;border-spacing:0}.clear{clear:both}.clearfix{display:inline-block}.clearfix:after{content:".";display:block;height:0;clear:both;visibility:hidden;line-height:0;font-size:0}* html .clearfix{height:1%}.clearfix{display:block}p,li,td{background:url('')}ul,ol{list-style:none;}


/*===== COMMON =====*/

html, body {
	width: 100%;
	min-height: 100%;
}
body {
	background:#172e4a url(../img/image01.png) no-repeat top center;
	font-size: 14px;
	font-family: 'Baomoi-Regular';
	-webkit-text-size-adjust: none;
	color: #2f2f2f; 
	background-size:100% auto;
	word-break: break-word;
}
img{
	max-width: 100%;
	height: 100%;
}
.font_utm{
	font-family: 'UTM Avo';
}
a {
	color: #000;
	text-decoration: none;
}
.text-left {
	text-align: left;
}
.text-center {
	text-align: center;
}
.text-right {
	text-align: right;
}
.trans ,
a.trans,
a {
	opacity: 1;
} 
.trans:hover,
a.trans:hover,
a:hover {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	filter: alpha(opacity=80);
	-moz-opacity: 0.80;
	-khtml-opacity: 0.80;
	opacity: 0.80;
}
.nopadding{
	padding-left: 0!important;
	padding-right: 0!important;
}
.nomargin{
	margin-left: 0!important;
	margin-right: 0!important;
}
a:hover{
	text-decoration: none;
}
*{
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/********* Header **********/
.top_header{
	padding-top: 20px;
	padding-bottom: 12px;
}
.top_header .info{
	float: left;
}
.top_header .info a{
	color: #85b2d2;
	letter-spacing: 1px;
	margin-right: 23px;
}
.top_header .info a:hover{
	text-decoration: none;
}
.top_header .info a i{
	margin-right: 3px;
}
.top_header .info a span{
	color: #e39d24;
	font-weight: bold;
}
.top_header .social{
	float: right;
}
.top_header .social i{
	font-size: 18px;
}
.top_header .social .fa-facebook-square{
	color: #3081B9;
	margin-right: 7px;
}
.top_header .social .fa-twitter-square{
	color: #42bfd6;
	margin-right: 9px;
}
.top_header .social .fa-rss-square{
	color: #e39d24;
	margin-right: 1px;
}


.navbar-collapse{
	padding: 0;
}


/********** Logo *********/
.header-sidebar {
	background: #3081b9;
	width: 100%;
	position: relative;
}
.main .logo{
	
	display: table;
	height: 150px;
	
}
.main .logo .img-logo{
	display: table-cell;
	vertical-align: middle;
}
.main .logo a,
.main .logo a img{
	display: block;
}

/********** Nav **********/
.nav ul{
	border-bottom: 1px solid #458ec0;
	float: none;
}
.nav ul li{
	border-top: 1px solid #458ec0;
	background: #3081b9;
	position: relative;
	float: none;
}

.nav ul li ul{
	position: absolute;
	left: 100%;
	top: -1px;
	z-index: 900;  
	display: none;  
	width: 100%;
	border-left: 1px solid #458ec0;
	border-right: 1px solid #458ec0;
}
.nav ul li ul li a{
	background: #3081b9;
}
.nav ul > li.current > a,
.nav ul li:hover > a{
	background: #15669e !important;
}
.nav ul li a{
	padding: 15px 16px 11px 17px;
	display: block;
	font-weight: bold;
	color: #ffffff !important;
	outline: none;
}

.nav ul li a i:first-child{
	margin-right: 10px;
	float: left;
	display:inline-block;
	width:17px;
}

.nav ul li a .fa-angle-right{
	float: right;
	margin-right: 0;
}
.nav-stacked > li + li{
	margin-top: 0;
}

.menu-item-has-children{
	position: relative;
}

.menu-item-has-children:before{
	position: absolute;
    font-family: FontAwesome;
    content: '\f105';
    right: 10px;
    color: #fff;
    font-size: 18px;
    top: 11px;
}


.navbar-toggle .icon-bar{
	background-color: #fff;
	width: 40px;
    height: 4px;
    margin-bottom: 8px;
}
.navbar-header{
	position: absolute;
    right: 0;
    top: 48px;
}

/********** Newletter **********/
.newsletter{
	background: #54bdff;
	padding: 22px 15px 30px;
}
.newsletter h3{
	color: #ffffff;
	font-size: 12px;
	text-transform: uppercase;
	margin-bottom: 11px;
	letter-spacing: 1.8px;
}
.newsletter .field_input{
	background: #ffffff;
	padding: 0 15px;
	margin-bottom: 13px;
}
.newsletter .field_input input[type="email"]{
	font-size: 12px;
	color: #949494;
	float: left;
	width:87%;
	padding: 11px 0;
}
.newsletter .field_input button{
	background: none;
	padding:0;
	border: 0;
	float: right;
	margin-top: 12px;
}
.newsletter .field_input button i{
	color:#949494;
}
.newsletter p{
	font-size: 12px;
	color: #fff;
	letter-spacing: 0.75px;
}
/********** Events **********/
.events{
	padding:24px 15px 28px 14px;
	border-right: 1px solid #e5e5e5;
	background: #ffffff;
}
.events h3{
	color: #737373;
	font-size: 12px;
	text-transform: uppercase;
	margin-bottom: 15px;
	letter-spacing: 1.8px;
}
.events h3 a{
	float: right;
	font-size: 10px;
	text-transform:none;
	color: #bababa;
	margin-top: 2px;
	letter-spacing: 2px;
}
.events .event01{
	padding-bottom: 15px;
	border-bottom: 1px solid #cdcdcd;
	margin-bottom: 14px;
}
.events .event01 .time{
	float: left;
	width: 23%;
	margin-right: 5%;
}
.events .event01.last{
	margin-bottom: 0;
	border-bottom: 0;
	padding-bottom: 0;
}
.events .event01 .time span{
	text-align: center;
	display: block;
	color: #fff;
	width: 100%;
}
.events .event01.first{
	border-top: 0;
}
.events .event01.first .time .month{
	background: #3081b9;
}
.events .event01.first .time .year{
	background: #216da2;
	color: #98bfd9;
}
.events .event01.first img{
	display: block;
	margin-bottom: 15px;
	height: auto;
}
.events .event01 .time .month{
	background: #cdcdcd;
	font-size: 20px;
	line-height: 22px;
	padding-top: 1px;
	padding-bottom: 2px;
}
.events .event01 .time .year{
	background: #ababab;
	font-size: 11px;
	padding-bottom: 2px;
}
.events .event01 .text{
	float: left;
	width:72%;
}
.events .event01 .text h4{
	margin-bottom: 2px;
}
.events .event01 .text h4 a{
	color: #3081b9;
	font-weight: bold;
	font-size: 13px;
	line-height: 17px;
}
/********** slider **********/
.slider .item h2{
	font-size: 24px;
	color: #ffffff;
	font-weight: bold;
	position: absolute;
	width: 100%;
	top: 141px;
	text-align: center;
	line-height: 28px;
}
.slider .item a{
	color: #ffffff;
	background: #ffffff;
	background-color: rgba(255,255,255,0.2);
	position: absolute;
	width: 95px;
	left: 50%;
	margin-left: -45px;
	text-align: center;
	border:1px solid #ffffff;
	top: 203px;
	font-size: 10px;
	padding: 5.5px 0;
}
.slider .item{
	position: relative;
}
.slider .item img{
	display: block;
	height: 420px;
}
.slider .owl-theme .owl-controls  {
	margin-top: 0;
	position: absolute;
	bottom: 12px;
	width: 100%;
}
.slider .owl-theme .owl-controls .owl-page span{
	width: 8px;
	height: 8px;
	margin: 5px 2.5px;
	background: #838485;

}
.slider .owl-theme .owl-controls .owl-page.active span{
	background: #ffffff;
	opacity: 1;
}
/********** solution **********/
.solution {
	background:#ffffff;
}
.solution .left{
	padding-left: 14px;
	padding-top: 27px;
	border-right: 1px solid #e5e5e5;
	padding-bottom: 23px;
	position: relative;
	background: #ffffff;
}
.solution .left:after{
	content: "";
	width: 12px;
	height: 21px;
	background: url(../img/image05.png) no-repeat;
	position: absolute;
	right: -12px;
	top: 50%;
	margin-top: -10.5px;
	z-index: 20;
}
.solution .left h3{
	font-size: 17px;
	line-height: 22px;
	color: #3081b9;
	font-weight: bold;
	letter-spacing: 1.1px;
	margin-bottom: 20px;
}
.solution .left p{
	font-size: 13px;
	line-height: 20px;
	color: #474747;
	letter-spacing: 0.84px;
	margin-bottom: 16px;
}
.solution .left a{
	color: #ffffff;
	background: #3081b9;
	font-size: 11px;
	width: 95px;
	text-align: center;
	display: inline-block;
	letter-spacing: 0.4px;
	padding: 8.5px 0;
}
.solution .left a i{
	margin-left: 4px;
}
.solution .right{
	background: #ffffff;
	height: 220px;
	display: table;
}
.solution .right .img-sidebar{
	display: table-cell;
	vertical-align: middle;
}
/********** manufacture **********/
.manufacture {
	background: #54bdff;
}
.manufacture .left{
	padding-right: 0;
	height: 181px;
	background:#f1f1f1;
}
.manufacture .left .img-banner{
	position: relative;
}
.manufacture .left .img-banner img{
	width: 100%;
}
.manufacture .left h3{
	position: absolute;
	top: 20px;
	left: 10px;
}
.manufacture .left h3{
	font-size: 20px;
	line-height: 25px;
	color: #2f2f2f;
	letter-spacing: 1.3px;	
}
.manufacture .right{
	padding: 30px 14px 0;
	height: 181px;
	position: relative;
	background: #54bdff;
}
.manufacture .right p{
	color: #ffffff;
	color: rgba(255,255,255,0.7);
	font-size: 13px;
	line-height: 17px;
	letter-spacing: 0.6px;
}
.manufacture .right p.system{
	font-size: 15px;
	font-weight: bold;
	letter-spacing: 1px;
	margin-bottom: 19px;
	color: #ffffff;
	color: rgba(255,255,255,0.9);
}
.manufacture .right a{
	position: absolute;
	font-size: 11px;
	color: #ffffff;
	right: 16px;
    bottom: 15px;
}
/********** list01 **********/
.bg_main,
.list01{
	background: #f1f1f1;
}
.list01 .box{
	
	min-height: 149px;
	position: relative;
	border-left: 1px solid #dadada;
	background: #f1f1f1;
	
}
.list01 .box:first-child{
	border-left: 0;
}
.list01 .box h4{
	font-size: 15px;
	line-height: 17px;
	color: #3081b9;
	font-weight: bold;
	letter-spacing: 1.2px;
	margin-bottom: 19px;
	padding-top: 21px;
}
.list01 .box p{
	font-size: 13px;
	line-height: 17px;
	color: #565656;
	letter-spacing: 0.75px;
	padding-bottom: 41px;
}
.list01 .box a{
	font-size: 11px;
	color: #7b7b7b;
	position: absolute;
	right: 15px;
	bottom: 15px;
	letter-spacing: 0.2px;
}
/********** news_media **********/
.news_media {
	background:#ffffff;
}
.news_media h3{
	font-size: 18px;
	line-height: 18px;
	color: #3d3d3d;
	font-weight: bold;
	letter-spacing: 1.4px;
}
.news_media h3 a{
	float: right;
	font-size: 12px;
	line-height: 18px;
	color: #adadad;
	font-weight: normal;
}
.news_media h3 a i{
	margin-left: 3px;
}
.news_media .media{
	border-left:1px solid #e8e8e8;
	 
}
.news_media .news,
.news_media .media{
	padding-top: 21px;
	padding-bottom: 21px;
	margin-top: 0;
	background:#ffffff;
}
.news_media .new01{
	padding-top: 12px;
}
.news_media .media  .new01 > a{
	    min-height: 36px;
    display: block;
}
.news_media .new01 .image img{
	display: block;
	width: 100%;
}
.news_media a{
	font-size: 13px;
	line-height: 18px;
	color: #3081b9;
	letter-spacing: 0.75px;
}
.news_media .new01 .image{
	margin-bottom: 12px;
}
.news_media .bage{
	margin-bottom: 6px;
}
.news_media .bage span{
	font-size: 11px;
	color: #ffffff;
	background: #8d8d8d;
	padding: 1.5px 10px;
	float: left;
	margin-right: 2px;
}
/********** footer **********/
.footer{
	background: #155785;
}
.footer h3{
	color: #ffffff;
	letter-spacing: 1.1px;
	font-size: 18px;
	line-height: 18px;
	display: inline-block;
	position: relative;
	margin-bottom: 28px;
}
.footer .left{
	padding-top: 30px; 
}
.footer .left h3:after{
	content: "";
	position: absolute;
	width: 100%;
	height: 1px;
	background: #ffffff;
	bottom: -10px;
	left: 0;
}
.footer .left ul li a{
	display: block;
	font-size: 12px;
	color: #d2dce9;
	letter-spacing: 0.75px;
	border-bottom: 1px solid #21608b;
	padding: 10px 0;
}
.footer .left.contact_info{
	border-left: 1px solid #2a4b72;
	padding-bottom:20px;
}
.footer .contact_info p{
	color: #ffffff;
	font-size: 12px;
	line-height: 17px;
	margin-bottom: 17px;
	letter-spacing: 0.8px;
}
.footer .contact_info p.mpf{
	padding-top: 16px;
	border-top: 1px solid #21608b;
}
.footer .contact_info p.mpf span{
	margin-right:10px;
}
.no_mgr{
	margin-right:0!important;
}
.footer .left.contact_info h3{
	margin-bottom: 36px;
}
/********** address **********/
.address{
	padding: 20px 15px;
	background: #172e4a;
}
.address .left{
	float: left;
}
.address .left p{
	color: #ffffff;
	font-size: 12px;
	letter-spacing: 0.6px;
}
.address .right{
	float: right;
	color: #ffffff;
}
.address .right a{
	color: #ffffff;
	margin: 0 7px;
	letter-spacing: 0.4px;
	font-size: 12px;
}
.address .right ul li{
	float: left;
	position: relative;
	padding-right: 10px;
}
.address .right ul li:before{
	content: "/";
	position: absolute;
	right: 0;
}
.address .right ul li:last-child:before{
	content: "";
}
.address .right ul li:last-child{
	margin-right: -20px;
}
/*************************** category ******************************/
.breadcumb{
	display: table;
	width: 100%;
	background: url(../img/image13.png) no-repeat top center;
	height: 300px;
}
.in_breadcumb{
	display: table-cell;
	vertical-align: middle;	
	padding: 9px 80px 0;
}
.in_breadcumb p {
	color: #ffffff;
	color: rgba(255,255,255,0.5);
	font-size: 12px;
	letter-spacing: 1px;
	margin-bottom: 10px!important;
}
.in_breadcumb p a{
	color: #ffffff;
	color: rgba(255,255,255,0.5);
}
.in_breadcumb p span{
	color: #ffffff;
	color: rgba(255,255,255,0.5);
}
.in_breadcumb h2{
	font-size: 36px!important;
	color: #ffffff;
	letter-spacing: 2.4px!important;
}
/***** list_cat *****/
.list_cat{
	padding: 58px 110px 103px 79px;
	background: #ffffff;
}
.cat01{
	padding-bottom: 25px;
	border-bottom: 1px solid #c0c0c0;
	margin-bottom: 25px;
}
.cat01 .image{
	float: left;
	width: 28.5%;
	margin-right: 4.5%;
}
.cat01 .image img{
	display: block;
	max-width: 100%;
}
.cat01 .image a{
	display: block;
}
.cat01 .right{
	float: left;
	width: 67%;
}
.cat01 .right h3{
	font-size: 17px;
	color: #000000;
	font-weight: bold;
	padding-top: 3px;
	margin-bottom: 11px;
	letter-spacing: 1.1px;
}
.cat01 .right .date{
	font-size: 12px;
	color: #8b8b8b;
	letter-spacing: 0.7px;
	margin-bottom: 24px;
}
.cat01 .right .date i{
	margin-right: 6px;
}
.cat01 .right p{
	font-size: 13px;
	line-height: 20px;
	color: #8b8b8b;
	margin-bottom: 2px;
	letter-spacing: 0.6px;
}
.cat01 .right > a{
	font-size: 12px;
	color: #3081b9;
}
.cat01 .right > a i{
	margin-left: 4px;
	font-size: 13px;
}
/***** pager *****/
.list_pager ul li{
	float: left;
	width: 36px;
	text-align: center;
	margin-right: 3px;
}
.list_pager ul li a{
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	border-radius: 1px;
	display: block;
	border: 1px solid #c1c1c1;
	font-size: 14px;
	color: #6c6c6c;
	padding: 9.5px 0;
	background: #ffffff;
}
.list_pager ul li a:hover,
.list_pager ul li.current a{
	background: #ff6c00;
	border-color: #ff6c00;
	color: #ffffff;
}
.list_pager ul li.last {
	width: auto;
}
.list_pager ul li.last a{
	padding-left:10px;
	padding-right:10px;
}
/***************************** single ********************************/
.breadcumb.single{
	background: #155785;
	height: 126px;
	padding: 0;
}
.single{
	padding: 49px 80px 57px;
	background: #ffffff;
}
.single h2{
	font-size: 25px;
	line-height: 30px;
	font-weight: bold;
	letter-spacing: 2.2px;
	margin-bottom: 10px;
}
.single .date{
	font-size:13px;
	color: #8b8b8b;
	letter-spacing: 1px;
}
.single .date i{
	margin-right: 6px;
}
.single img.thumb{
	display: block;
	margin: 25px auto 29px; 
}
.single p{
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 20px;
}
.quote{
	border: 1px solid #dbcdb4;
	background: #f6f2e6;
	padding: 19px 0 22px 80px;
	position: relative;
	margin-bottom: 26px;
}
.quote .top{
	font-family: "Times New Roman", "Hiragino Mincho Pro W3", Georgia, serif;
	font-size: 18px;
	line-height: 20px;
	color: #62360c;
	margin-bottom: 2px;
}
.quote p{
	font-size: 12px;
	color: #717171;
	margin-bottom: 0;
}
.quote .bt_qoute{
	font-size: 80px;
	font-family: Arial,"Times New Roman", "Hiragino Mincho Pro W3", Georgia, serif;
	font-weight: bold;
	color: #6c6c6c;
	position: absolute;
	top: 4px;
	left: 25px;
}
.socila_single{
	padding-top: 24px;
	border-top: 1px solid #cbcbcb;
	margin-top: 57px;
}
.socila_single a{
	float: left;
	margin-right: 3px;
	width: 125px;
	text-align: center;
	color: #ffffff;
	font-size: 12px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	padding: 9px 0;
}
.socila_single a i{
	margin-right: 5px;
}
.socila_single a.face{
	background: #45619d;
}
.socila_single a.twitter{
	background: #52a2db;
}
.socila_single a.google{
	background: #f65c20;
}
.socila_single a.email{
	background: #a9a9a9;
}
.socila_single a.print{
	background: #ffffff;
	float: right;
	margin-right: 0;
	border: 1px solid #ababab;
	color: #6d6d6d;
	padding: 8px 0;
}
.orther_post{
	margin-top: 34px;
}
.orther_post h3{
	font-size: 17px;
	letter-spacing: 1px;
	font-weight: bold;
	padding-bottom:6px;
	border-bottom: 1px solid #cbcbcb;
	margin-bottom: 25px;
}
.orther_post .row{
	margin:0 -9px!important;
}
.orther_post .row .col-sm-4{
	padding: 0 9px;
}
.orther_post .orther a{
	display: block;
	margin-bottom: 18px;
}
.orther_post .orther a img{
	display: block;
}
.orther_post .orther p{
	font-size: 14px;
	line-height: 20px;
	color: #434343;
	margin-bottom: 3px;
}
.orther_post .orther .date{
	font-size: 12px;
	color: #8b8b8b;
}
.orther_post .orther .date {
	margin-right: 5px;
}
.orther_post .orther .date i{
	margin-right: 5px;
}
img.aligncenter{
	display: block;
	margin-left: auto;
	margin-right: auto 
}
.mobile .single{padding: 10px 5px;}
/******************************************** product home ***************************/
.product_home{
	padding: 50px 63px 58px 63px;
	background: #ffffff;
}
.product_home .col-sm-6{
	padding: 0 17px;
}
.product_home01{
	margin-bottom: 29px;
}
.product_home01 .top img{
	display: block;
}
.product_home01 .top{
	position: relative;
}
.product_home01 .top .text{
	position: absolute;
	width: 100%;
	padding-left:30px;
	padding-right: 22px;
	color: #ffffff;
	font-size: 18px;
	left:0;
	letter-spacing: 1px;
	bottom: 25px;
}
.product_home01 .top .text a{
	color: #ffffff;
}
.product_home01 .top .text a:hover{
	color: #ffffff;
}
.product_home01 .top .text img{
	float: right;
}
.product_home01 .list{
	background: #fff;
	border: 1px solid #a4a5a6;
	padding-left: 30px;
	padding-top: 23px;
	padding-bottom: 9px;
	position: relative;
}
.product_home01 .list li a{
	font-size: 14px;
	color: #5c5c5c;
	letter-spacing: 1px;
}
.product_home01 .list li a:hover{
	color: #1b679c;
}
.product_home01 .list li{
	margin-bottom: 11px;
}
.product_home01 .list:after{
	position: absolute;
	content: "";
	width: 28px;
	height: 12px;
	background: url(../img/image22.png) no-repeat top center;
	bottom: 100%;
}
/********************************** product detail ***************************************/
.product_detail{
	background: #ffffff;
	padding-bottom: 40px;
}
.product_detail .head_tab ul li a{
	border-radius: 0;
	background: #2d6891;
	padding: 13px 38px;
	letter-spacing: 1px;
}
.product_detail .head_tab{
	padding: 0 80px;
	background: #155785;
}
.product_detail .head_tab li a{
	font-size: 14px;
	color: #ffffff;
	font-weight: bold;
}
.product_detail .content_tab{
	padding: 0 80px;
}
.product_detail  .nav-pills > li + li {
    margin-left: 7px;
}

.product_detail .head_tab ul li.active a,
.product_detail .head_tab ul li.active a:hover,
.product_detail .head_tab ul li a:hover{
	background: #ffffff;
	color:#666666;
}
.product_detail .content_tab .tab-pane{
	padding-top: 50px;
	padding-bottom: 25px;	
}
.product_detail .content_tab .tab-pane h3{
	font-size: 18px;
	line-height: 24px;
	margin-bottom: 24px;
	font-weight: bold;
	color: #333333;
	text-transform: uppercase;
}
.product_detail .content_tab .tab-pane p{
	font-size: 15px;
	line-height: 19px;
	color: #707070;
	margin-bottom: 21px;
	letter-spacing: 0.5px;
}
.product_detail .content_tab .tab-pane p.last{
	margin-bottom: 0;	
}
.product_detail .content_tab .tab-pane a.more{
	color: #3081b9;
	font-size: 14px;
	letter-spacing: 1px;
	bottom: 10px;
}
.product_detail .content_tab .tab-pane .text{
	position: relative;
	padding-bottom: 5px;
	margin-bottom: 17px;
	height: 216px;
	overflow: hidden;
}
.product_detail .content_tab .tab-pane .text.show{
	height: auto;
}
.product_detail .content_tab .tab-pane .text.show:after{
	display:none;
}
.product_detail .content_tab .tab-pane .text:after{
	content: "";
	position: absolute;
	background: url(../img/image29.png) no-repeat bottom center;
	width: 100%;
	height: 100px;
	bottom:0;
	left: 0;
}
.product_detail .content_tab .tab-pane a.more .up{
	display: none;
}
.product_detail .content_tab .tab-pane a.more.show .up{
	display: inline-block;
}
.product_detail .content_tab .tab-pane a.more.show .down{
	display: none;
}
.product_detail .our_solution{
	padding: 0 80px;
	margin-top: 10px;
}
.product_detail .our_solution h3{
	font-size: 18px;
    letter-spacing: 1px;
    font-weight: bold;
    padding-bottom: 13px;
    border-bottom: 1px solid #cbcbcb;
    margin-bottom: 38px;
    text-transform: uppercase;	
}
.product_detail .our_solution ul{
	text-align: center;
}
.product_detail .our_solution ul li{
	display: inline-block;
	margin-bottom: 17px;
	
}
.product_detail .our_solution ul li.mid{
	margin: 0 17px 17px;
}
.product_detail .our_solution ul li a,
.product_detail .our_solution ul li a img{
	display: block;
}
/********************************* page ****************************************/
.breadcumb.paget{
	background: url(../img/image36.png) no-repeat top center;
}
.page{
	background: #fff;
	padding: 67px 80px 57px;
	/*font-family: Georgia, "Times New Roman", "Bitstream Charter", Times, serif;*/
	font-size: 16px;
	line-height: 1.5;
	color: #333;
	/*margin: 9px 10px;*/
	max-width: 100%;
	-webkit-font-smoothing: antialiased !important;
	overflow-wrap: break-word;
	word-wrap: break-word;
}
.page h2,
.page h2 strong,
.tab-pane h2,
.tab-pane h2 strong{
	color: #3081b9;
	font-size: 18px;
	line-height: 20px;
	font-weight: bold;
	margin-bottom: 22px;
}
.page ol li {
	margin-bottom:15px;
	/*list-style:decimal;*/
	counter-increment: item;
	text-indent: -1em;
	padding-left: 1em;
	line-height: 22px;
}
.page ol li:before {
	display: inline-block;
	width: 1.5em;
	padding-right: 0.5em;
	font-weight: bold;
	text-align: right;
	content: counter(item) ".";
}
/*.page strong{
	display: block;
}*/
.page ol li  strong,
.page strong{
	font-size: 16px;
    line-height: 20px;
    color: #252525;
    font-weight: bold;
	/*display:block;*/
    margin-bottom: 22px;
}
.page h3{
	font-size: 16px;
	line-height: 20px;
	color: #252525;
	font-weight: bold;
	margin-bottom: 22px;
}
.page h3.title{
	color: #3081b9;
}
.page p{
	/*font-size: 15px;
	line-height: 20px;
	margin-bottom: 20px;*/
	margin-bottom: 15px;
}
.page ul li {
	/*padding-left: 30px;
	background: url(../img/image38.png) no-repeat left 7px;*/
	/*font-size: 15px;
	line-height: 15px;
	margin-bottom: 15px;
	letter-spacing: 0.5px;*/
	list-style-type: disc;
	list-style-position: inside;
	text-indent: -1em;
	padding-left: 1em;
}
.page .socila_single{
	margin-top: 23px;
}
/************************* media play ********************************/
.breadcumb.media_play{
	background: #155785;
    height: 126px;
    padding: 0;
}
.breadcumb.media_play .right{
	float: right;
}
.breadcumb.media_play .left{
	float: left;
}
.search{
	background: #2d6891;
	width: 160px;
	-webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    margin-top: 21px;
}
.search input[type="text"]{
	background: #2d6891;
	padding: 10.5px 0;
	border:none;
	width: 85%;
	color: #ffffff;
	text-indent: 6px;
}
.search button{
	background: none;
    padding: 0;
    border: 0;
    margin-top: 11px;
    width: 10%;
    margin-right: 5%;
    float: right;
    color: #ffffff;
    color:rgba(255, 255, 255, 0.5);
}
.search button i{
	font-size: 12px;
}
.media_play{
	padding: 44px 80px;
	background: #ffffff;
}
.media_play h3{
	font-size: 25px;
	line-height: 20px;
	color: #444444;
	margin-bottom: 20px;
	letter-spacing: 1px;
	position: relative;
}
.media_play p{
	font-size: 14px;
	line-height: 20px;
	color: #444444;
	letter-spacing: 1px;
}
.box_media{
	width: 100%;
	height: 392px;
	position: relative;
	margin-bottom: 20px;
}
.box_media iframe{
	width: 100%!important;
	height: 100%!important;
	position: absolute;
	top: 0;
	left: 0;
}
.media_play .socila_single {
	margin-top: 34px;
}
.media_play .orther_post h3 {
    font-size: 17px;
    letter-spacing: 1px;
    font-weight: bold;
    padding-bottom: 6px;
    border-bottom: 1px solid #cbcbcb;
    margin-bottom: 25px;
}
.orther_post .orther .date span{
	margin-left: 7px;
	letter-spacing: 1px;
}
.bg_video{
	display: block;
	position: relative;
}
.bg_video:after{
	content:"";
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	background: url(../img/image42.png) no-repeat center center;
}
a.bt_next,
a.bt_prev{
	width: 34px;
	height: 34px;
	text-align: center;
	border: 1px solid #c1c1c1;
	-webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    color: #444444;
    position: absolute;
    top: -10px;
}
a.bt_next{
	right: 0;
}
a.bt_prev{
	right: 45px;
}
a.bt_next i,
a.bt_prev i{
	font-size: 26px;
	line-height: 30px;
	color: #444444;
}
/***************************** media home *****************************/

.media_home{
	background: #ffffff;
	padding: 40px 80px 47px;
}
.media_home h3{
	font-size: 25px;
    line-height: 20px;
    color: #444444;
    margin-bottom: 24px;
    letter-spacing: 1px;
    position: relative;
}
.media_home .orther_post{
	margin-top: 0;
	padding-bottom: 12px;
	border-bottom: 1px solid #c0c0c0;
	margin-bottom: 25px;
}
.media_home .orther_post .row{
	margin-bottom: 27px!important;
}
/************* list job *****************/
.breadcumb.job{
	background: url(../img/image43.png) no-repeat top center;
	background-size: cover;
}
.list_job{
	background: #ffffff;
	padding: 63px 80px 30px;
}
.list_job h3{
	font-size: 22px;
	letter-spacing: 1px;
	color: #878787;
	text-transform: uppercase;
	margin-bottom: 23px;
	position: relative;
}
.list_job h3.active{
	color: #3d3d3d;
}
.list_job h3:after{
	color: #3d3d3d;
    font-size: 30px;
    padding-right: 0.5em;
    position: absolute;
    top: -4px;
    left: -28px;
    
	content: "\f105";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
}
.list_job h3.active:after{
	content: "\f107";
	color: #878787;
}
.list_job table thead td{
	color: #bababa;
	font-size: 12px;
	letter-spacing: 1px;
	text-transform: uppercase;
	border-bottom: 1px solid #d4d4d4;
	padding-bottom: 7px;
}
.list_job table{
	width: 100%;
}
.list_job table .col01{
	width: 63%;
}
.list_job table .col02{
	text-align: center;
}
.list_job table .col03{
	width: 13.5%;
}
.list_job table tbody td{
	font-size: 14px;
	letter-spacing: 0.5px;
	line-height: 20px;
	color: #3f3f3f;
	vertical-align: middle;
	border-bottom: 1px dotted #d4d4d4;
}
.list_job table tbody td a.bt{
	display: block;
	color: #ffffff;
	background:#f58326;
	font-size: 13px;
	letter-spacing: 1px;
	text-align: center;
	margin: 16px 0;
	padding: 6px 0;
	-webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}
.list_job .block1{
	 
}
.list_job .tb_job{
	 padding-top: 4px;
 
	 padding-bottom: 44px;
}
.contact{
	background:#ffffff;
	padding: 0 80px 22px; 
}
.contact .row p{
	font-size: 15px;
	color: #3b3b3b;
	letter-spacing: 1px;
	font-weight: bold;
	margin-bottom: 6px;
	margin-top: 15px;
}
.contact .row p i{
	font-weight: normal;
}
.contact h3{
	color: #ffffff;
    background: #f1a543;
    font-size: 19px;
    letter-spacing: 1px;
    line-height: 20px;
    padding: 15.5px 28px;
    margin-top: -50px;
    position: relative;
}
.map{
	width: 100%;
	height: 377px;
}
.contact .row p span{
	color: #f86322;
}
.contact input[type="text"]{
	width: 100%;
	background:#fff;
	border:1px solid #bcbcbc;
	height: 36px;
	text-indent: 10px;
	font-size: 15px;
	-webkit-box-shadow: inset 0px 2px 2px 0px rgba(0, 0, 0, 0.1);
	-moz-box-shadow:    inset 0px 2px 2px 0px rgba(0, 0, 0, 0.1);
	box-shadow:         inset 0px 2px 2px 0px rgba(0, 0, 0, 0.1);
}
.contact textarea{
	background:#fff;
	border:1px solid #bcbcbc;
	resize:none;
	width: 100%;
	text-indent: 10px;
	padding-top: 8px;
	font-size: 15px;
	height: 108px;
	-webkit-box-shadow: inset 0px 2px 2px 0px rgba(0, 0, 0, 0.1);
	-moz-box-shadow:    inset 0px 2px 2px 0px rgba(0, 0, 0, 0.1);
	box-shadow:         inset 0px 2px 2px 0px rgba(0, 0, 0, 0.1);
}
.contact .row{
	padding: 15px 11px 30px;
	border: 1px solid #bebebe;
	border-top: 0;
}
.contact .row .col-sm-6{
	padding: 0 17px;
}
.contact .row button{
	width: 125px;
	background: #ffffff;
	color: #3081b9;
	float: right;
	padding: 11.5px 0;
	border:1px solid #3081b9;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: bold;
	margin-top: 27px;
}
.capcha{
	float: left;
	margin-top: 27px;
}
.capcha span{
	width: 111px;
	background: #ffffff;
	color: #ababab;
	border:1px solid #dbdbdb;
	font-size: 14px;
	display: inline-block;
	text-align: center;
	padding: 12px 0;
	float: left;
}
.capcha img{
	float: left;
	margin-left: 7px;
}
.contact .note{
	margin-top: 15px;
}
.contact .note p{
	font-size: 14px;
	letter-spacing: 0.3px;
	color: #666666;
	line-height: 22px;
}
.contact .note p.mpf{
	color: #1f1f1f;
}
.contact .note p.mpf span{
	margin-right: 10px;
}
.content_fancy{
	display: none;
}
.content_des_job{
	padding: 30px 28px;
}
.content_des_job h3{
	font-size: 25px;
	line-height: 20px;
	color: #9c9c9c;
	letter-spacing: 1px;
	margin-bottom: 23px;
}
.content_des_job h4{
	font-weight: bold;
	letter-spacing: 1px;
	padding-top: 20px;
	margin-bottom: 29px;
	font-size: 14px;
	color: #373737;
	text-transform: uppercase;
	padding-bottom: 13px;
	border-bottom: 1px solid #dcdcdc;
}
.content_des_job p{
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 20px;
}
.apply{
	display: inline-block;
	border:0;
    color: #ffffff;
    background: #f58326;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 1px;
    text-align: center;
    padding: 17.5px 37px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    letter-spacing: 2px;
    margin-top: 11px;
	width: 180px;
}
.contact button.apply{
	display: inline-block;
	border:0;
    color: #ffffff;
    background: #f58326;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 1px;
    text-align: center;
    padding: 13.5px 37px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    letter-spacing: 2px;
    margin-top: 27px;
}
.form_apply .contact h3{
	margin-top: 0;
    background: none;
    color: #9c9c9c;
    font-size: 24px;
    padding: 24px 11px 0;
    margin-bottom: 15px;
}
.form_apply .contact h3 span{
	color: #155785;
	margin-left: 45px;
	position: relative;
}
.form_apply .contact h3 span:after{
	position: absolute;
	content: "";
	height: 6px;
	width: 100%;
	background: #155785;
	left: 0;
    top: -26px;
}
.form_apply{
	display: none;
}
.form_apply .contact{
	padding: 0 11px 65px;
	border-top: 6px solid #d0dde7;
}
.form_apply .contact .row {
    padding:0;
    border:0;
}
/*********** news css **************/
.breadcumb.single .in_breadcumb .left{
	float: left;
}
.breadcumb.single .in_breadcumb .right{
	float: right;
	padding-top: 24px;
}
.breadcumb.single .in_breadcumb .right a{
	display: inline-block;
	width: 160px;
	background: #2d6891;
	color: #759cb7;
	-webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    text-align: center;
    padding: 10.5px 0;
    font-weight: bold;
    font-size: 14px;
    margin: 0 1px;
}
.breadcumb.single .in_breadcumb .right a.active,
.breadcumb.single .in_breadcumb .right a:hover{
	color: #155785;
	background: #ffffff;
}
.title_filter{
	position: relative;
	margin-bottom: 21px;
}
.title_filter .open2{
	display:none;
}
.title_filter.active .open2{
	display:inline-block; 
}
.title_filter.active .close2{  
	display:none;  
}
.title_filter:after{
	position: absolute;
	content: "";
	height: 1px;
	width: 100%;
	background: #cccccc;
	left: 0;
	top: 12px;
	z-index: 1;
}
.title_filter h3{
	float: left;
	background: #ffffff;
	padding-right: 6px;
	font-size: 22px;
	color: #444444;
	z-index: 30;
	position: relative;
}
.title_filter i{
	float: right;
	padding-left: 8px;
	background: #ffffff;
	font-size: 22px;
	color: #444444;
	z-index: 30;
	position: relative;
}
.content_filter{
	padding: 39px 80px 26px;
}
.content_filter .list_filter{
	padding-bottom: 16px;
  
}
.our_solution .row{
	margin: 0 -9px;
}
.our_solution .row .col-sm-4{
	padding: 0 9px;
}
.our_solution .row .col-sm-4 p{
	margin: 10px 0 24px;
}
.content_filter .row .col-sm-4 {
    padding: 0 9px;
}
.list_gallery.row{
	margin: 0 -9px;
}
.list_gallery.row .col-sm-4 {
    padding: 0 9px 17px;
}
.list_gallery.row .col-sm-4 a{
	display: block;
}
.list_gallery.row .col-sm-4 a img{
	display: block;
}
.content_filter .row {
    margin: 0 -9px 23px!important;
}
.content_filter .row .col-sm-4 a{
	display: block;
}
.content_filter .row .col-sm-4 a img{
	display: block;
}
.content_filter .row .col-sm-4 p{
	font-size: 14px;
	margin-top: 13px;
}
.info_contact{
	border:0!important;
	border-bottom:1px solid #bebebe!important;
}
.contact .row.info_contact p{
	font-size: 13px;
	color: #666666;
	line-height: 22px;
	margin: 0 0 8px;
	font-weight: normal;
}
.contact .row.info_contact{
	padding: 10px 0 14px
}
.contact .row.info_contact .in_info{
	padding: 0 !important;
}
.image_even{
	position: relative;
	margin-bottom: 24px;
}
.image_even .date{
	color: #ffffff;
	border:1px solid #ffffff;
	width: 48px;
	height: 48px;
	font-size: 11px;
	position: absolute;
	top: 15px;
	left: 15px;
	text-align: center;
}
.image_even .date span{
	display: block;
	font-size: 20px;
	padding-top: 6px;
}
.image_even .bage{
	position: absolute;
	right: 0;
	bottom: 0;
	width: 70px;
	line-height: 20px;
	color: #ffffff;
	text-align: center;
	font-size: 10px;
}
.image_even img{
	display: block;
	width: 100%;
}
.image_even .bage.comming{
	background: #dd9a31
}
.image_even .bage.going{
	background: #46b02e
}
.even p a{
	font-size: 16px;
	color: #222222;
 
	font-weight: bold;
}
.even .bot{
	margin-top: 6px;
}
.even .bot span{
	font-size: 13px;
	color: #7a7a7a;
	margin-right: 5px;
}
.breadcumb.bc_even {
    background: url(../img/image61.png) no-repeat top center;
    background-size: cover;
}
.p_even a{
	color: #999999;
	position: relative;
	margin-right: 25px;
	letter-spacing: 1.2px;
}
.p_even a.active,
.p_even a:hover{
	color: #333333;
}
.p_even a.active,
.p_even a:hover{
	color: #333333;
}
.p_even a.active:after,
.p_even a:hover:after{
	display:block;
}
.p_even a:after{
	position: absolute;
	left: 0;
	content: "";
	bottom: -4px;
	display:none;
	width: 100%;
	height: 1px;
	background: #919191;
}
.p_even {
	font-size: 12px;
	color: #8c8b8b;
	padding-left: 16px;
	text-transform: uppercase;
	margin-bottom: 30px;
}
.product_home.page_even {
	padding: 56px 63px 77px 63px;
	background: #ffffff;
}
.product_home.page_even .row{
	margin-bottom: 36px;
}
.cover_even{
	padding-bottom: 7px;
	border-bottom:1px solid #ccc;
	margin-bottom: 25px;
}




.detail_even{
	background: #fff;
	padding: 50px 80px;
}
.detail_even h3{
	font-size: 26px;
	line-height: 30px;
	color: #434343;
	font-weight: bold;
	margin-bottom: 31px;
}
.left_detail_even{
	float: left;
	width: 490px;
}
.left_detail_even p{
	font-size: 15px;
	line-height: 20px;
	margin-bottom: 20px;
}
.left_detail_even h4{
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 23px;
}
.right_detail_even{
	float: right;
	width: 190px;
}
.countdown{
	margin-bottom: 26px;
	position: relative;
}
.countdown img{
	display: block;
	width: 100%;
    height: 100%;
}
.left_detail_even .list_dt_even li{
	float: left;
	width: 50%;
	font-size: 15px;
	margin-bottom: 3px;
}
.left_detail_even .list_dt_even li i{
	margin-right: 4px;
	font-size: 12px;
}
.left_detail_even .list_dt_even{
	margin-bottom: 15px;
}
.left_detail_even table tr:nth-child(2n+1) td{
	background: #f2f2f2;
}
.left_detail_even table{
	border-top: 1px solid #dddddd;
	width: 100%;
}
.left_detail_even table tr td{
	padding: 10px 0 9px;
	border-top: 1px solid #dddddd;
}
.left_detail_even table tr td span{
	/*color: #fff;
	background: #d9534f;*/
	/*font-size: 11px;
	font-weight: bold;*/
	padding: 2px 1px;
	width: 76px;
	text-align: center;
	display: block;
	-webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.left_detail_even table tr td:nth-child(1){
	padding: 0 8px;
	/*width: 25.5%;*/
}
.left_detail_even table tr td:nth-child(2){
	/*width: 32.3%;*/
}
.detail_even h3.other{
	font-size: 17px;
}
.detail_even .orther_post {
    margin-top: 23px;
}
.even_info{
	border:1px solid #dddddd;
	margin-bottom: 30px;
}
.even_info .content_info{
	padding: 13px 4px 24px;
}
.even_info .content_info.map{
	padding: 1px;
	background: #fff;
	height: 282px;
}
.even_info .content_info ul li{
	margin-bottom: 5px;
}
.even_info .content_info ul li i{
	float: left;
	width: 23px;
	color: #666666;
	text-align: center;
}
.even_info .content_info ul li span{
	float: left;
	width: 149px;
	font-size: 13px;
	line-height: 19px;
	color: #666666;
}
.even_info .content_info iframe{
	width: 100%;
	height: 100%;
}
.even_info .heading{
	font-size: 19px;
	color: #666666;
	background: #f5f5f5;
	padding: 11px 0 12px 13px;	
}
.left_detail_even .until{
	font-size: 19px;
 	padding-right: 17px;
	color: #ffffff;
	float: left;
	margin-top: 7px;
}
.left_detail_even .caption {
	text-align: center;
}
.left_detail_even .caption{
	position: absolute;
	width: 100%;
	bottom: 0;
	background-color: rgba(0,0,0,0.75);
	left: 0;
	padding: 10px 0;
}
.left_detail_even .caption .clearfix{
	display: inline-block;
}
.count_d{
	float: left;
	width: 220px;
}
.countdown-section{
	display: block;
	width: 67px;
	float: left;
	text-align: center;
}
.is-countdown .countdown-section:nth-child(2){
	border-left: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
}
.is-countdown .countdown-amount{
	display: block;
	font-size: 18px;
	color: #ffffff;
	font-weight: bold;
}
.is-countdown .countdown-period{
	display: block;
	font-size: 12px;
	color: #8f8f8f;
	font-weight: bold;
}

.page404{
	padding-top:163px;
}
.page404 h1{
	font-size:36px;
	color:#fff;
	letter-spacing:3px;
	margin-bottom:20px;
}
.page404 p{
	font-size:18px;
	line-height:24px;
	color:#ffffff;
}
.right404{
	padding-top:84px;
	padding-left:33px;
}
.page404 p a {
	color:#00c6ff;
}
.page404 span{
	color:#85b2d2;
	display:inline-block;
	margin-right:25px;
	font-size:13px;
	letter-spacing:1px;
}
.page404 span font{
	color:#e39d24;
	 
}
.page404 span i{
	margin-right:4px;
}

.sc-page404{
	display:inline-block;
	border-top:1px solid #6f869f;
	margin-top:15px;
	padding-top:18px;
	width:158px;
	margin-bottom:7px;
}
.sc-page404 a{
	display:inline-block;
	margin-right:8px;
}
.cover02{
	position:relative
}
 
.cover02 img{
	-webkit-box-shadow: 8px 8px 0px 0px rgba(0, 0, 0, 0.11);
	-moz-box-shadow:    8px 8px 0px 0px rgba(0, 0, 0, 0.11);
	box-shadow:         8px 8px 0px 0px rgba(0, 0, 0, 0.11);
}

/**** hack css firefox *****/
@-moz-document url-prefix() { 
.nav ul li a {
    padding: 12px 16px 12px 17px;
}
.newsletter {
    padding: 15px 15px 30px;
}

}
.sm{
	display: none;
}

.navbar-inverse{
	background-image: none;
    border: 0;
    margin-bottom: 0;
}
@media (max-width: 1199px) {
	
	.socila_single a{
		width: 100px;
	}
	.footer .contact_info p.mpf span{
		display: block;
	}
	.product_detail .our_solution ul li{
		margin: 0 17px 17px!important;		
	}
	.left_detail_even{
		width: 100%;
	}
	.right_detail_even{
		width: 100%;
	}
	.even_info{
		float: left;
		width: 48%;
		margin-top: 20px;
	}
	.even_info.right{
		float: right; 
	}
	.detail_even {
	    background: #fff;
	    padding: 20px
	}
	.countdown img{
		width: 100%;
	}
	 
}
@media (max-width: 991px) {
	img{
		max-width: 100%;
	}
	.newsletter .field_input input[type="text"]{
		width: 85%;
	}
	
	.footer .left{
		height: auto;
	}
	/********** even **********/
	.events .event01{
		border-bottom: 0;
	}
	.events .event01 .time {
	    float: none;
	    width: 30%;
	    margin: 0 auto 10px;
	}
	.events .event01 .text {
	    float: none;
	    width: 100%;
	    text-align: center;
	}
	/**** List_cat ****/
	.list_cat {
	    padding: 20px ;
	}
	
	/***** single *****/
	.single{
		padding:30px;
	}
	.socila_single a{
		width: 89px;
	}
	.product_home {
	    padding: 20px;
	}
	 
	.product_detail .content_tab .tab-pane{
		padding-top: 30px;
	}
	.product_detail .content_tab,
	.product_detail .head_tab{
		padding: 0 20px;
	}
	.page {
	    padding:20px;
	}
	.media_play {
	    padding: 20px;
	}
	.content_filter {
	    padding: 20px;
	}
	a.bt_next, a.bt_prev{
		top: -6px;
	}
	.media_home {
	    padding: 20px;
	}
 	.list_job {
	    padding: 30px;
	}
	.list_job h3:after{
		left: -19px;
		font-size: 25px;
		top: -1px;
	}
	.contact {
	    padding: 20px;
	}
	.manufacture .right{
		padding-top:10px;
	}
	.manufacture .right p.system{
		margin-bottom:10px;
	}
	.manufacture .right a{
		bottom:10px;
	}
	/*****/
	.content_filter {
	    padding: 20px;
	}
	.breadcumb.single .in_breadcumb .right a{
		width: 100px;
	}
	.breadcumb.single .in_breadcumb .right {
	    float: right;
	    width: 100%;
	    padding: 10px 0;
	}
	.product_detail .our_solution{
		padding: 0 20px;
	}
	.product_home.page_even {
	    padding: 20px;
	}

}

@media (max-width: 767px) {
	.sm{
		display: block!important;
	}
	.md{
		display: none!important;
	}
	img{
		max-width: 100%;
	}
	/********** header **********/
	.top_header{
		padding-top: 0;
	}
	.top_header .info{
		float: none;
		width: 100%;
		text-align: center;
	}
	.top_header .social {
	    float: none;
	    width: 100%;
	    text-align: center;
	    padding-top: 15px;
	}

/********** menu **********/
	#bt_menu{
		position: absolute;
		right: 15px;
		top: 45px;
	}
	#bt_menu.show .bt_close{
		display: block;
	}
	#bt_menu.show .open{
		display: none;
	}
	#bt_menu .bt_close{
		display: none;
	}
	#navigation{
		display: none;
	}
	
	.nav ul li ul li a{
		padding-left: 45px;
	}
	.nav ul li a i.sm.i_open,
	.nav ul li a i.sm.i_close{
		float: right;
		margin-top: 2px;
	}
	.nav ul li a i.sm.i_close{
		display: none!important;
		color: #ffffff;
	}
	.nav ul li a i.sm.i_open{
		display: block;
	}
	.nav ul li a.show i.sm.i_close{
		display: block!important;
	}
	.nav ul li a.show i.sm.i_open{
		display: none!important;
	}
	.nav ul li ul {
	    position: static;
	    left: 100%;
	    top: -1px;
	    z-index: 900;
	    display: none;
	    width: 100%;
	    border-left: 1px solid #458ec0;
	    border-right: 1px solid #458ec0;
	}
	.navbar.navbar-inverse.menu-header{
		background: transparent;
	    border-color: transparent;
	    min-height: 0;
	}
	.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form{
		border-color: transparent;
	}
	.navbar-nav{
		margin: 0;
	}
	.navbar-inverse .navbar-nav > li > a{
		color: #ffffff !important;    
	}
	/********** even **********/
		.events .event01{
			border-bottom: 0;
		}
	/********** slider **********/
	.slider .item h2{
		top: 30%;
	}
	.slider .item a{
		top: 59%;
	}

	/********** solution **********/
	.solution .left::after{
		display: none;
	}
	.solution .right{
		height: auto;
		padding: 20px 0;
		width: 100%;
	}
	.solution .right img{
		display: block;
		margin: 0 auto;
	}
	.solution .left,
	.solution .right{
		height: auto;
	}
	/********** list01 **********/
	.list01 li{
		border-bottom: 1px solid #cdcdcd
	}
	/********** news_media **********/
	.news_media .new01{
		border-bottom: 2px solid #cdcdcd
	}
	.news_media h3{
		margin-bottom: 10px;
	}
	.news_media .new01{
		padding-top: 15px;
		padding-bottom: 15px;
	}
	/********** footer **********/
	.footer .left{
		height: auto;
	}
	.address .left {
	    float: none;
	}
	.address .right {
		margin-top: 10px;
	    float: none;
	}
	.address {
	    padding: 10px 15px;
	}
	/************ single *****************/
	.socila_single{
		text-align: center;
	}
	.socila_single a{
		float: none!important;
		display: inline-block;
		margin: 0 4px 10px;
	}
	.orther_post .row .orther{
		margin-bottom: 30px;
	}
	.quote .bt_qoute{
		display: none;
	}
	.quote {
	    padding: 20px;
	}
	.product_home01{
		width: 330px;
		margin: 0 auto 20px;
	}
	.product_home01 .top img{
		width: 100%;
	}
	.product_home01 .top .text img{
		width: auto;
	}
	.orther_post .orther a{
		display: inline-block;
	}
	.in_breadcumb{
		padding: 10px 20px;
		text-align: center;
	}
	a.bt_next, a.bt_prev{
		margin-top: 0;
		top: 0;
		width: 27px;
		height: 27px;
	}
	a.bt_next i, a.bt_prev i {
	    font-size: 23px;
	    line-height: 24px;
	}
	.orther_post .row .orther{
		text-align: center;
	}
	.list_job table .col01{
		width: 50%;
	}
	.list_job table .col02{
		text-align: center;
	}
	.list_job table .col03{
		width: 20%;
	}
	.contact .note p.mpf span{
		display: block;
	}
	.capcha,
	.contact .row button{
		float: none;
		display: block;
	}
	.contact h3{
		margin-top: 0;
	}
	.media_home .orther_post .row{
		margin-bottom:0!important
	}
	.manufacture .right{
		height:auto;
		padding-bottom:30px;
	}
	.form_apply .contact h3{
		font-size: 20px
	}
	.form_apply .contact h3 span {
	    color: #155785;
	    margin-left: 25px;
	    position: relative;
	}
	.form_apply .contact h3 span:after{
		display: none;
	}
	/**************************/
	.breadcumb.single .in_breadcumb .left{
		float: none;
		width: 100%;
	}
	.content_filter .row .col-sm-4{
		text-align: center;
	}
	.content_filter .row .col-sm-4 a{
		display: inline-block;
	}
	.content_filter .row .col-sm-4 p{
		margin-bottom: 25px;	
	}
	.breadcumb.single .in_breadcumb .right a{
		margin-bottom: 10px;
	}
	.our_solution .row .col-sm-4,
	.list_gallery.row .col-sm-4{
		text-align: center;
	}
	.list_gallery.row .col-sm-4 a{
		display: inline-block;
	}
	.product_home.page_even .row{
		margin-bottom: 0;
	}
	.page_even .even{
		margin-bottom: 15px;
	}
	.image_even .date {
	    color: #ffffff;
	    border: 1px solid #ffffff;
	    width: 33px;
	    height: 33px;
	    font-size: 09px;
	    position: absolute;
	    top: 15px;
	    left: 15px;
	    text-align: center;
	}
	.image_even .date span {
	    display: block;
	    font-size: 15px;
	    padding-top: 1px;
	}
	.right404 {
	    padding-top: 30px;
	    padding-left: 15px;
		padding-bottom:40px;
	}
	.page404{
		padding-top:50px;
	}

	}
	.nav ul li:hover > ul{
		display: block;
	}


}




@media (max-width: 465px) {
	.top_header .info a{
		display: block;
		margin-bottom: 5px;
	}
	.top_header .social{
		padding-top: 5px;
	}
	.main .logo{
		padding-top: 6%;
	}
	.main .logo h1{
		width: 66%;
	}
	#bt_menu{
		top: 33%;
		width:11%;
	}
	.slider .item h2{
		font-size:18px;
		line-height:22px;
	}
	.cat01 .image {
	    margin-right:0% ;
	    width: 100%;
	}
	.cat01 .image img{
		display: block;
		margin: 0 auto 15px;
	}
	.cat01 .right{
		width: 100%;
	}
	.product_home01{
		width: 100%; 
	}
	.product_detail .head_tab ul li a {
	    padding: 10px  16%;
	    letter-spacing: 1px;
	}
	a.bt_next, a.bt_prev{
		position: inherit;
		display: inline-block;
		margin-top: 10px;
		right: auto;
		left:auto;
	}
	.breadcumb.media_play .left,
	.breadcumb.media_play .right {
	    float: none;
	}
	.search{
		margin: 0 auto;
	}
	.form_apply .contact h3 span {
	    color: #155785;
	    display: block;
	    margin-left: 0;
	    margin-top: 5px;
	}
	.left_detail_even .list_dt_even li{
		width: 100%;
	}
	.even_info {
	    float: left;
	    width: 100%;
	    margin-top: 20px;
	}
}

/******************************************* search media ***************************************************/

.breadcumb.search-md{
	background: #155785;
	height: 252px;
}
.breadcumb.search-md .search_media{
	margin-top: 15px;
}
.breadcumb.search-md .search_media input[type="text"]{
	height: 42px;
	text-indent: 10px;
	font-size: 14px;
	color: #333333;
}
.breadcumb.search-md .search_media button{
	background: #54bdff;
	color: #ffffff;
	border: 0;
	font-size: 14px;
	padding: 13px 26px;
	float: right;
}
.breadcumb.search-md .search_media button i{
	font-size: 15px;
}
.breadcumb.search-md .search_media{
	background: #ffffff;
	padding:3px;
}
.top-result{
	background: #ffffff;
	padding: 49px 80px 12px;
	border-bottom: 1px solid #c7c7c7;
}
.top-result p{
	font-size: 19px;
	letter-spacing: 1px;
}

.result{
	background: #ffffff;
	padding: 5px 80px 65px;
}
.result01{
	padding: 25px 0;
	border-bottom: 1px solid #c7c7c7;
}
.result01 .image{
	float: left;
	width: 220px;
	margin-right: 15px;
}
.result01 .image img{
	display: block;
}
.result01 h3 a{
	font-size: 16px;
	color: #434343;
	padding-top: 1px;
	font-weight: bold;
	letter-spacing: 1px;
}
.result01 h3 a strong{
	color: #3081b9;
	text-decoration: underline;
}
.result01 p.time{
	font-size: 12px;
	color: #8b8b8b;
	margin-top: 5px;
}
.result01 p.time i{
	margin-right: 5px;
}
.result01 p.time span{
	margin-right: 7px;
}
.result01 p.experct{
	font-size: 14px;
	line-height: 20px;
	color: #434343;
	margin-top: 14px;
}
.result01 p.experct strong{
	color: #3081b9;
	text-decoration: underline;
	font-weight: normal;
}
.result .list_pager{
	margin-top: 29px;
}


@media (max-width: 991px) {
	.result{
		background: #ffffff;
		padding: 5px 20px 5px;
	}
	.top-result {
		padding: 10px 20px;
	}
}
@media (max-width: 768px) {
	.breadcumb.search-md {
		background: #155785;
		height: 152px;
	}
}
@media (max-width: 465px) {
	.result01 .image{
		width: 100%;
		margin-bottom: 15px;
	}
	.result01 .image img{
		display: block;
		margin: 0 auto;
	}
	.breadcumb.search-md .search_media button {
		background: #54bdff;
		color: #ffffff;
		border: 0;
		font-size: 14px;
		padding: 6px 2px;
		float: right;
		width:44%;
	}
	.breadcumb.search-md .search_media input[type="text"] {
		height: 28px;
		text-indent: 10px;
		font-size: 14px;
		color: #333333;
		float:left;
		width:56%;
	}
}

/******************************************* end search media ***************************************************/