body{
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
	margin:0px;
	padding:0px
}

.clean{
	clear:both;
}
img{
	max-width:100%;
	height:auto;
}
@font-face{
	font-family:'menu';
	src:url(../fonts/UTM-AvoBold.ttf);
}
@font-face{
	font-family:'menu_1';
	src:url(../fonts/Montserrat-Thin.otf);
}
@font-face{
	font-family:'extract';
	src:url(../fonts/Montserrat-Regular.otf);
}
ul{
	margin:0px;
	padding:0px
}
a:hover{
	text-decoration:none
}
.nav-tabs>li{
	margin-bottom:0px;
}
section { 
    display: block;
}
/** HOME**/
#head_on{
	    width: 100%;
    z-index: 10;
    left: 0px;
    position: absolute;
    background: rgba(0, 0, 0, 0.73);
    overflow: hidden;
    padding: 15px 0px;
    color: #cdcdcd;
    top: 0px;
}
#head_on span{
	margin-left:10px;
}
.social-head img{
	float:right;
	margin-left:15px;
}
/** slider**/
.bs-slider{
    max-height: 700px;
    position: relative;
    background: #000000;
}
.bs-slider:hover {
    cursor: -moz-grab;
    cursor: -webkit-grab;
}
.bs-slider:active {
    cursor: -moz-grabbing;
    cursor: -webkit-grabbing;
}
.bs-slider .bs-slider-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.40);
}
.bs-slider > .carousel-inner > .item > img,
.bs-slider > .carousel-inner > .item > a > img {
    margin: auto;
    width: 100% !important;
}

/********************
*****Slide effect
**********************/

.fade {
    opacity: 1;
}
.fade .item {
    top: 0;
    z-index: 1;
    opacity: 0;
    width: 100%;
    position: absolute;
    left: 0 !important;
    display: block !important;
    -webkit-transition: opacity ease-in-out 1s;
    -moz-transition: opacity ease-in-out 1s;
    -ms-transition: opacity ease-in-out 1s;
    -o-transition: opacity ease-in-out 1s;
    transition: opacity ease-in-out 1s;
}
.fade .item:first-child {
    top: auto;
    position: relative;
}
.fade .item.active {
    opacity: 1;
    z-index: 2;
    -webkit-transition: opacity ease-in-out 1s;
    -moz-transition: opacity ease-in-out 1s;
    -ms-transition: opacity ease-in-out 1s;
    -o-transition: opacity ease-in-out 1s;
    transition: opacity ease-in-out 1s;
}






/*---------- LEFT/RIGHT ROUND CONTROL ----------*/
.control-round .carousel-control {
    top: 47%;
    opacity: 0;
    width: 45px;
    height: 45px;
    z-index: 100;
    color: #ffffff;
    display: block;
    font-size: 24px;
    cursor: pointer;
    overflow: hidden;
    line-height: 43px;
    text-shadow: none;
    position: absolute;
    font-weight: normal;
    background: transparent;
    -webkit-border-radius: 100px;
    border-radius: 100px;
}
.control-round:hover .carousel-control{
    opacity: 1;
}
.control-round .carousel-control.left {
    left: 1%;
}
.control-round .carousel-control.right {
    right: 1%;
}
.control-round .carousel-control.left:hover,
.control-round .carousel-control.right:hover{
    color: #fdfdfd;
    border: 0px transparent;
}
.control-round .carousel-control.left>span:nth-child(1){
    left: 45%;
}
.control-round .carousel-control.right>span:nth-child(1){
    right: 45%;
}





/*---------- INDICATORS CONTROL ----------*/
.indicators-line > .carousel-indicators{
    right: 45%;
    bottom: 3%;
    left: auto;
    width: 90%;
    height: 20px;
    font-size: 0;
    overflow-x: auto;
    text-align: right;
    overflow-y: hidden;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 1px;
    white-space: nowrap;
}
.indicators-line > .carousel-indicators li{
    padding: 0;
    width: 15px;
    height: 15px;
    border: 1px solid rgb(158, 158, 158);
    text-indent: 0;
    overflow: hidden;
    text-align: left;
    position: relative;
    letter-spacing: 1px;
    background: rgb(158, 158, 158);
    -webkit-font-smoothing: antialiased;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    margin-right: 5px;
    -webkit-transition: all 0.5s cubic-bezier(0.22,0.81,0.01,0.99);
    transition: all 0.5s cubic-bezier(0.22,0.81,0.01,0.99);
    z-index: 10;
    cursor:pointer;
}
.indicators-line > .carousel-indicators li:last-child{
    margin-right: 0;
}
.indicators-line > .carousel-indicators .active{
    margin: 1px 5px 1px 1px;
    box-shadow: 0 0 0 2px #fff;
    background-color: transparent;
    position: relative;
    -webkit-transition: box-shadow 0.3s ease;
    -moz-transition: box-shadow 0.3s ease;
    -o-transition: box-shadow 0.3s ease;
    transition: box-shadow 0.3s ease;
    -webkit-transition: background-color 0.3s ease;
    -moz-transition: background-color 0.3s ease;
    -o-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;

}
.indicators-line > .carousel-indicators .active:before{
    transform: scale(0.5);
    background-color: #fff;
    content:"";
    position: absolute;
    left:-1px;
    top:-1px;
    width:15px;
    height: 15px;
    border-radius: 50%;
    -webkit-transition: background-color 0.3s ease;
    -moz-transition: background-color 0.3s ease;
    -o-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
}



/*---------- SLIDE CAPTION ----------*/
.slide_style_left {
    text-align: left !important;
}
.slide_style_right {
    text-align: right !important;
}
.slide_style_center {
    text-align: center !important;
}

/************end slder--********/
/**head**/
#head{
	
padding: 20px 0px;
background: url(../img/bg-head.png)  no-repeat ;
overflow: hidden;
padding-bottom:15px;
}
.logo{
	
float: left;
}
.sologan{
	
margin-left: 0px;
	
float: left;
	
text-align: center;
}
.sologan h2{
	
margin-bottom: 0px;
	
color: red;
	
font-size: 22px;
	
text-transform: uppercase;
	
font-weight: bold;
	
margin-top: 5px;
}
.sologan h3{
	
font-size: 16px;
	
font-weight: bold;
	
color: #303030;
	
margin-top: 10px;
	
margin-bottom: 0px;
}
.find{
	float:right;
	border-radius:10px;
	overflow: hidden;
	margin-top: 10px;
}
.find input[type="text"]{
	
box-shadow: inset 1px 1px 9px rgba(205, 205, 205, 0.6);
	
height: 33px;
	
font-size: 14px;
	
width: 245px;
	
margin-right: 0px;
	
border: 1px solid #cdcdcd;
	
margin-top: 7px;
	
float: left;
	
border-radius: 15px;
	
padding-left: 15px;
	
font-style: italic;
}
.find input[type="text"]:focus{
	outline: none !important;
}
.find input[type="submit"]{
	
background: url(../img/search.png)  no-repeat right center;
	
width: 48px;
	
height: 43px;
	
border: none;
}
.hotline{
	font-weight: bold;
    width: 195px;
    float: left;
    margin-left: 25px;
    margin-top: 16px;
}
.hotline p{
	    float: left;
    margin-bottom: 0px;
}
.hotline img{
	float:left;
	margin-right:10px;
	
}
/**menu**/
#menu{
	background:#0193d9;
	height:40px;
	position:relative;
	z-index: 999999999999999999;
}
.language{
	float:right;
	margin-top:7px;
}
.language img{
	float: right;
    margin-left: 10px;
}
#uu-diem{
    /*background: url(../img/bg-2.jpg) #fff no-repeat top right;*/
    padding: 50px 0px;
    overflow: hidden;
}
.title-h2{
		font-family:menu;
		font-size:30px;
		text-align:center;
		text-transform:uppercase;
		margin-top:0px;
		margin-bottom:20px;
		color:#a62928;
}
.title-h2 a{
	color:#a62928;
}
.title-h2 a:hover{
	color: #0193d9;
}
.line_vang{
	margin-top: -88px;
	width: 65px;
    height: 2px;
    background: #0193d9;
	margin:auto;
	margin-bottom: 10px;
}
.line_vangleft{
	margin-left:0px;
}
.cate_sp{
	width: 99%;
	padding-top: 5px;
	position:relative;
	margin: auto;
}
.cate_sp h2{
	font-weight: bold;
	text-transform: uppercase;
	font-size:14px;
	width:100%;
	text-align:center;
}
.cate_sp h2 a{
	color: #000;
}
.cate_sp img{
	/* padding-top: 5px; */
	box-shadow: 0px 0px 8px rgba(204, 204, 204, 0.38);
	width:100%;
	/* border: 1px solid #ccc; */
}
.cate_sp p {
    margin-bottom: 0px;
    margin-top: 15px;
    color: #808080;
    text-align: center;
}
.owl-carousel1{
margin-top:40px;
}
.cate_sp:hover .overlay {
    opacity: 1;
}
.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    border-radius: 0;
    background: #fbab00;
    color: #fff;
    vertical-align: middle;
    -webkit-transition: opacity 500ms;
    -moz-transition: opacity 500ms;
    -o-transition: opacity 500ms;
    transition: opacity 500ms;
    padding: 15px;
	border-top:8px solid #363534;
}
 .recent-work-inner {
    top: 0;
    background: transparent;
    opacity: .8;
    width: 100%;
    border-radius: 0;
    margin-bottom: 0;
}
.preview {
    bottom: 0;
    display: inline-block;
    height: 35px;
    line-height: 35px;
    border-radius: 0;
    background: transparent;
    text-align: center;
    color: #fff;
	background:#2c2c2c;
	padding: 0px 10px;
}
.preview:hover {
	color:#fbab00
}
/**dongsanpham**/
#dongsanpham{
	
}
.dongsanpham1{
	position:relative;
}
.dongsanpham1 img{
	width:100%;
}
.dongsanpham1:hover .dongsanpham-den {
    opacity: 1;
}
.dongsanpham-den{
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
	  background: rgba(255, 255, 255, 0.3); 
	opacity: 0;
		z-index:9;
	vertical-align: middle;
    -webkit-transition: opacity 500ms;
    -moz-transition: opacity 500ms;
    -o-transition: opacity 500ms;
    transition: opacity 500ms;
}
.dongsanpham-mota{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 0;
	background: rgba(0, 0, 0, 0.3);
	color: #fff;
	padding: 60px 30px;
}
.dongsanpham-mota h2{
	font-size:24px;
	font-family:menu;
	text-transform:uppercase;
	margin-bottom:45px;
	margin-top:50px;
}
.dongsanpham-mota h2 a{
	color:#fff;
}
.dongsanpham-p{
	text-align: justify;
    clear: both;
    margin-top: 40px;
    line-height: 23px;
}
/**news_video**/
#news_video{
	padding-top: 40px;
    background: url(../img/bg-4.png) #fafafa no-repeat ;
    overflow: hidden;
	padding-bottom:50px;
	background-size:100% 100%;
}
/****/
#dowloadhome{
	color: #fff;
    padding-top: 30px;
    background: url(../img/bg-3.jpg) no-repeat;
    overflow: hidden;
    padding-bottom: 30px;
    background-size: 100% 100%;
    line-height: 22px;
}
#dowloadhome h2{
	margin-bottom:20px;
}
.dowloadhome{
	display: inline-block;
    border: 1px solid #fff;
    padding: 10px 20px;
    margin-top: 40px;
    margin-left: 30px;
	    color: #fff;
	transition: all .5s ease-in-out;
}
.dowloadhome:hover{
    border: 1px solid #fff;
	color: #0193d9;
	background:#fff;
	transition: all .5s ease-in-out;
}
#dowloadhome b{
	font-family:menu;
}
/**ungdung**/
#ungdung{
	padding-top: 50px;
    background: url(../img/bg-1.jpg) #fafafa no-repeat ;
    overflow: hidden;
	padding-bottom:50px;
	background-size:100% 100%;
}
.ul-ungdung{
	margin-bottom: 15px;
	overflow:hidden;
	height: auto;
	width: 100%;
	position: relative;
}
.ul-ungdung li{
	list-style: none;
	position: relative;
	padding-top: 80px;
	text-align: right;
}
.ul-ungdung img{width: 100%;height: 100%;
    transition: all .5s ease-in-out;
}
.ul-ungdung  h2{
	    background-size: 100% 100%;
	    transition: all .5s ease-in-out;
	    min-width: 77%;
	    font-weight: bold;
	    padding-right: 30px;
	    background: url(../img/tite.png) no-repeat right;
	    position: absolute;
	    margin-bottom: 0px;
	    line-height: 32px;
	    text-transform:uppercase;
	    font-size: 14px;
	    bottom: 20px;
	    left: 0px;
	    padding-left: 20px;
	    background-size: 100% 100%;
}
.ul-ungdung:hover  h2{
	background: url(../img/tite-ho.png) no-repeat right;
	transition: all .5s ease-in-out;
	background-size: 100% 100%;
}
.ul-ungdung:hover  img{
	-moz-transform: rotate(4deg) scale(1.20);
    -webkit-transform: rotate(4deg) scale(1.20);
    -o-transform: rotate(4deg) scale(1.20);
    -ms-transform: rotate(4deg) scale(1.20);
    transform: rotate(4deg) scale(1.20);
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;

}
.ul-ungdung h2 a{
	color: #fff;
}
.ul-ungdung p{
	
}
.ul-ungdung1{
	
}
.ul-ungdung1 li{
	list-style: none;
	position: relative;
	padding-top: 83px;
	text-align: left;
}
.ul-ungdung1 img{
	
}
.ul-ungdung1  h2{
	font-family:menu;
	text-transform:uppercase;
	margin-bottom:20px;
	font-size:24px;
	margin-top: 0px;
}
.ul-ungdung1 h2 a{
	color:#303030;
}
.ul-ungdung1 p{
	
}
/**product-home**/
#product-home{
	background: url(../img/bg_sanpham.png) no-repeat;
	padding: 50px 0px;
	background-size: auto 100%;
}
.title-h2-white a{
	color:#fff !important;
}
.title-h2-white {
	color:#fff !important;
}
.product-home{
	margin-top:20px;
}
.product-home img{
	border:1px solid #ccc;
	width:100%;
}
.product-home h3{
	text-transform:uppercase;
	margin-bottom:0px;
	font-size:14px;
}
.product-home h3 a{
	color:#fff;
}
/**gioithieu**/
#gioithieu{
	/* background: url(../img/bg-gioithieu.jpg) #fefefe no-repeat left; */
	padding: 50px 0px;
	background-size: auto 100%;
}
.gioithieu{
	/* margin-top:30px; */
}
.gioithieu_p{
	text-align: justify;
	margin-top: 30px;
	line-height: 26px;
	color: #808080;
}
.list-gioithieu{
	
}

.list-gioithieu li{
	    margin-bottom: 25px;
    background: url(../img/tich.png) no-repeat left 2px;
    list-style: none;
    padding-left: 26px;
	    min-height: 113px;
}
.list-gioithieu li h3{
	    font-weight: 600;
	    margin: 0px;
	    font-size: 16px;
	    text-transform: uppercase;
	    /* font-family: menu; */
	    margin-bottom: 10px;
}
.list-gioithieu li h3 a{
	color:#303030;
}
.list-gioithieu li p{
	text-align: justify;
    line-height: 23px;
}
/**duan**/
#duan{
	background: url(../img/bg-duan.jpg) no-repeat ;
    padding: 50px 0px;
}
.duan{
	position:relative;
	width:100%;
	height:100%;
	overflow:hidden
}

.duan-text{
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
}

.duan .textbox {opacity: 0;color: #fff;transition: all 0.5s ease;position:absolute;left:0;width:100%;height:100%;padding: 20px;background: rgba(0, 159, 251, 0.42);}
.duan .textbox h3{
	text-transform: uppercase;
	font-family: menu;
	margin-top: 35px;
	line-height: 98px;
}
.duan .textbox h3 a{
		color: #fff;

}
.duan .textbox p{
	color: #fff;
    text-align: justify;
    line-height: 25px;
    margin-top: 20px;
}
.duan:hover .textbox {top: 0%;opacity: 1;}
.duan:hover .textbox h3 {
    transition: all 0.3s ease;
    margin-top: 80px;
    line-height: 25px;
}
.duan img {margin-left:0;width: 100%;}
.duan:hover img {
margin-left:0%;
}
.text {
padding-top: 50px;
}
.duan img, .textbox {
-webkit-transition: all 0.7s ease;
transition: all 0.7s ease;
}
.soduan5{
	clear:both;
}
/**news-hot**/
#news-hot{
	background: url(../img/bg_news.jpg) no-repeat ;
    padding: 50px 0px;
	padding-bottom:120px;
}
.news-hot{
	margin-top: -80px;
}
.news-hot1{
	background:#f4f6f7;
	padding: 15px 15px;
	padding-bottom: 30px;
}
.news-hot img{
	width: 100%;
}
.news-hot h3{
		font-size: 16px;
		font-family: extract;
		text-transform:uppercase;
		margin-bottom: 20px;
		margin-top:15px;
		line-height: 23px;
}
.news-hot h3 a{
	
}
.news-hot p{
	text-align: justify;
    line-height: 23px;
    margin-bottom: 20px;
}
.tacgia-home{
	    font-size: 12px;
	    float: left;
}
.view-home{
	font-size: 12px;
	padding-left: 20px;
	float: right;
	background: url(../img/eye.png) no-repeat left;
	color: #808080;
}
.date-home{
	margin-top: 10px;
	font-family:menu;
	font-size:24px;
}
.new_vier{
	font-family: menu;
    display: inherit;
    padding: 5px 15px;
    border: 1px solid #fbab00;
    text-transform: uppercase;
	color:#fbab00;
}
/**lienhe-home**/
#lienhe-home{
	background: url(../img/bg-lienhe.jpg) no-repeat;
	padding: 58px 0px;
	margin-top:50px;
}
.lienhe_phome{
	font-size:14px;
	font-family:menu;
	text-transform:uppercase;
	    margin-top: 50px;
}
.lienhe_phome h2{
	color:#fbab00;
	font-size:48px;
	margin:40px 0px;
}
.form_lhh{
	
}
.form_lhh input[type="text"],.form_lhh input[type="email"]{
	padding-left:20px;
	margin-bottom:25px;
}
.form_lhh input{
	width:100%;
	height:40px;
}
.form_lhh input[type="submit"]{
	border:none;
	background:#fbcf00;
	border-radius:5px;
	text-transform:uppercase;
	font-family:menu
}
.form_lhh textarea{
	padding-left:20px;
	width:100%;
	height:140px;
	padding:15px 20px;
	margin-bottom:25px;
}
.hot_news{
	width:59%;
	float:left;
	margin-right:3%;
}
.hot_news ul{
	margin-top:25px;
}
.extract_hnh{
	    line-height: 24px;
    text-align: justify;
    color: #303030;
    margin-bottom: 20px;
    margin-top: 20px;
}
.hot_news ul li{
	list-style:none;
	overflow:hidden;
	margin-bottom:20px
}
.hot_news ul li img{
    FLOAT: LEFT;	
	width:25%;
	margin-right:3%;
}
.text_hotnews{
width: 72%;
    FLOAT: LEFT;	
}
.text_hotnews h3{
	border-bottom:1px solid #cdcdcd;
	font-size:14px;
	font-weight:bold;
	margin-top: 0px;
	margin-bottom: 15px;
	padding-bottom: 15px;
}
.text_hotnews h3 a{
	color:#000;
}
.text_hotnews h3 a:hover{
	color:#0193d9;
}
.text_hotnews p{
	color:#303030;
	line-height:22px;
}
.video_home{
	width:38%;
	float:left;
}
/***doitac_lienket**/
#doitac_lienket{
	padding-top: 30px;
    padding-bottom:30px;
}
.owl-carousel3{
	margin-top:25px;
}
.bg_cate{
	width:100%;
}
/*******FOOTER******/
#footer{
	background: url("../img/bg-footer.jpg")  no-repeat;
	overflow:hidden;
	padding-top:50px;
	color:#fff;
	background-size: 100% 100%;
}
.title-footer{
	font-size: 16px;
    background: url(../img/Line.png) repeat-x bottom;
    font-family: menu;
    text-transform: uppercase;
    padding-bottom: 16px;
    margin-bottom: 20px;
}
.cate_footer{
}

.cate_footer a{
	color:#fff
}
.cate_footer h3{
	margin: 0px;
	height: 47px;
	font-size: 14px;
	line-height: 21px;
	width: 50%;
	float: left;
	overflow: hidden;
}
.cate_footer h2{
	font-size: 14px;
    text-transform: uppercase;
    font-weight: bold;
    margin: 0px;
    padding-bottom: 15px;
}
.cate_footer a:hover {
	text-decoration:none;
}
.cate_footer h2:hover{
	
	color: #009cca;
}
.cate_footer h3:hover{
	font-style:italic;
	text-decoration:underline
	}
.cate_footer p{
	width: 100%;
    height: 20px;
}
.address_footer_on{
	line-height: 25px;
}

.address_footer{
	padding-bottom:30px;
}
.address_footer h2{
	font-size: 14px;
    margin: 0px;
    font-weight: bold;
    text-transform: uppercase;
    padding-bottom:20px
}
.address_footer p{
	    margin-bottom: 6px;
}
.social-footer{
	
overflow: hidden;
	
margin-bottom: 45px;
}
.social-footer img{
	float:left;
	margin-right:15px;
}
.thongke_truycap{
	padding-right:0px;
}
.thongke_truycap p{
	width: 100%;
    font-weight: 600;
    font-size: 12px;
	text-align:left
}
.thongke_truycap span{
	margin-left: 15px;
}
.thongke_truycap img{
	   margin-right:10px;
    float: left;
}
.ungdung-an{
	display:none;
}
.text_ungdung{
	
}
#cate_t {
    border-bottom: 1px solid #e1e1e1;
    overflow: hidden;
    line-height: 50px;
    margin: 0px;
}
#cate_t a {
    line-height: 50px;
    font-size: 14px;
    color: #808080;
    float: left;
}
#cate_t h3 {
    font-size: 14px;
    float: left;
    margin: 0px;
    line-height: 50px;
    color: #303030;
    font-weight: 500;
}
#cate_t span {
    line-height: 50px;
    float: left;
    margin: 0px 10px;
    font-size: 14px;
    color: #303030;
}
#cate_t img{
	float: left;
    margin-top: 15px;
    margin-right: 9px;
}
/**==================MUTINEWS=================*/
.left-product{
	padding-left: 25px;
	margin-top:25px;
	padding-right:0px;
}
.title-product{
    background: url(../img/title1.png)no-repeat;
}
.right-product{
	padding-right:15px;
	margin-top:25px;
	padding-left: 0px;
}
.danh-muc{
	border-radius: 5px 5px 0px 0px;
	border: 1px solid #ebebeb;
}
.danhmuc-title{
	border-radius: 5px 5px 0px 0px;
	padding-top: 13px;
	background: #0193d9;
	padding-bottom: 13px;
}
.danhmuc-title p{
	/* border-left: 5px solid #fff; */
	/* margin-left: 11px; */
	color: #fff;
	font-weight: 600;
	text-transform: uppercase;
	padding-left: 15px;
	margin-bottom: 0px;
}
.danh-muc{
	
}
.danh-muc ul li{
	list-style: none;
	border-bottom: 1px dotted #ebebeb;
	background: url(../img/ico19.png)no-repeat 0px 2px;
	padding-left: 20px;
	margin: 0px 10px;
	position:relative;
}
.danh-muc ul li:hover{
    background: url(../img/icohover.png)no-repeat 0px 2px;
}
a.accordion-toggle span{position:absolute;font-size:25px;margin-top:-7px;text-align:center;right:0px;top:0px;color:#303030;transform:rotate(90deg);-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);-moz-transform:rotate(90deg);}

.danh-muc ul li h3{padding-bottom:5px;color:#000;font-size:14px;margin-top:15px;padding-left:15px;}
.danh-muc ul li h3 a{color:#000;}
.danh-muc ul li:hover h2 a{
	font-weight:600;
	color: #a4282a;
}
.danh-muc ul li:last-child{
    border-bottom: 0px solid #ebebeb;
}
.danh-muc h2{
	font-size:14px;
}
.danh-muc h2 a{
	color:#000000;
}
.boloc-product{
	margin-top:15px;
}
.boloc-title{
	border-bottom:2px solid #1d4ca6;
}
.boloc-title p{
	font-weight:600;
	text-transform:uppercase;
}
.ct-blproduct{
	
}
.ct-blproduct h4{
    background: url(../img/ico19.png)no-repeat 0px 2px;
	text-transform:uppercase;
	font-size:14px;
	color:#1d4ca6;
	padding-left: 20px;
	margin-top:20px;
	margin-bottom:20px;
}
.ct-blproduct ul li{
	list-style:none;
	width:50%;
	float:left
}
.ct-blproduct label{
	    font-weight: 500;
}
.ct-blproduct{
	
}
.view-product{
	border-radius: 5px 5px 0px 0px;
	margin-top:30px;
	border: 1px solid #ebebeb;
	border-bottom:none;
}
.view-product ul li{
	border-bottom: 1px dashed #ebebeb;
	list-style:none;
	overflow: hidden;
	padding:10px;
}
.view-product ul li img{
	float:left;
	margin-right:10px;
	width:80px;
	height:80px;
}
.view-product ul li h3{
	font-size:14px;
	margin-top:0px;
}
.view-product ul li h3 a{
	color:#000;
}
.giamoi-homenhoqua{
	font-size:20px;
}
/*******mutinews*******/
#mutinews{
	
}
.list_mutinews{
	
}
.list_mutinews ul li{
	margin-top:30px;
	padding-bottom:25px;
	overflow:hidden;
	border-bottom:1px dashed  #cdcdcd;
	list-style:none
}
.list_mnewsimg{
	margin-right: 20px;
    float: left;
    width: 30%;
}

.list_mutinews ul li p{
	color:#808080;
	line-height:25px;
	margin-top: 20px;
}
.list_mutinews ul li h3{
	padding-bottom: 15px;
    font-size: 14px;
    color: #1d4ca6;
    margin: 0px;
    font-weight: 600;
    border-bottom: 1px solid #ebebeb;
    margin-left: 32%;
}
.list_mutinews a:hover{
	text-decoration:none
}
.list_mutinews ul li h3:hover{
	color: #fe8f01;
}
.view-date{
	color: #808080;
    border-bottom: 1px solid #ebebeb;
    margin-left: 32%;
    padding-top: 10px;
    padding-bottom: 10px;
}
.view-date img{
	margin-right: 10px;
}
.view-date1{
	margin: 0px 35px;
}
.xemct_new{
	    float: right;
    color: #1d4ca6;
    font-style: italic;
    margin-top: 15px;
}
/*****PHAN TRANG*****/
.page1{
	width: 100%;
    margin: 0 auto;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
    float: left;
	}
.page1 ul{
	}
.page1 ul li{
		float: left;
		margin-right: 15px;
		list-style:none;
		}


.page1 ul li,.page1 ul li a{
	color:#303030!important;
	font-size:14px;
	text-decoration:none;
	}
.page1 ul li.current a,.page1 ul li a.current{
  color: #fff!important;
  padding:1px 7px;
  border-radius: 10px ;
  background:#303030;
  box-shadow:0px 1px 2px 0px #000;
  border:1px solid #fff;
  text-decoration:none;
}	
/*=====================SAN PHAM===============*/
.list_product{}
.list_product ul li{float:left;list-style:none;margin-right:2%;margin-top:35px;margin-bottom:15px;}
.list_product ul li img{transition:all 1s ease;width:100%;}
.list_product ul li img:hover{transition:all 1s ease;width:100%;box-shadow:0px 0px 7px #0e0e0e;}
.list_product h3{margin-top:25px;font-size:14px;text-align:center;text-transform:uppercase;color:#303030;line-height:20px;margin-bottom:15px;font-weight:bold;}
.list_product h2{text-align: center;text-transform: uppercase;font-size: 16px;font-weight: 600;color: #000;}
.list_product p{color:#808080;line-height:24px;}
.img-lisprod{width:100%;position:relative;}
.list_product ul li:hover .img-lisprodhover{opacity:0.7;}
.img-lisprodhover{opacity:0;position:absolute;top:0px;left:0px;width:100%;height:100%;background:#fbab00;vertical-align:middle;-webkit-transition:opacity 500ms;-moz-transition:opacity 500ms;-o-transition:opacity 500ms;transition:opacity 500ms;}
/*===========trang CHI TIET SAN PHAM=========*/
.slider_product{
	width: 55%;
	float:left;
	padding:25px 0px;
}
.info_product{
	width: 45%;
	float:left;
	padding: 25px 0px 25px 25px;
}
.mps_product{
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px dotted #cdcdcd;
}
.mps_product h3{
	/* color: #0000ff; */
	text-transform: uppercase;
	margin: 0px;
	font-size: 14px;
	/* font-weight: 600; */
	padding-bottom: 10px;
}
.mps_product table{
	width:100%;
}
.mps_product tr{
	background:#e8e8e8;
	
	height:40px;
	line-height:40px;
}
.mps_product td{
	padding:0px 15px;
	color:#303030;
	font-size:12px
}
.mps_product td:nth-child(2n){
	
	text-align:right;
}
.mps_product tr:nth-child(2n){
	background:#fff;
}
.hot_line_product{
	margin-top: 20px;
}
.hot_line_product img{
	margin-right: 10px;
    float: left;
}
.hot_line_product b{
	text-transform: uppercase;
    color: #fe8f01;
    font-family: times;
}
.hot_line_product strong{
	color: #303030;
	
}
.hot_line_product p{
	    margin: 0px;
    padding-bottom: 2px;
}
.share_product{
	/* padding-left: 20px; */
}
.share_product p{
	
    color: #068edf;
}
.detailproduct{
	
}
.detailproduct .nav-tabs
{
	border:none
}
.detailproduct .nav-tabs>li.active>a,.detailproduct .nav-tabs>li>a:hover
{	
    cursor: pointer;
    border: none;
    color: #fff;
    background: #0193d9;
    font-size: 14px;
    font-weight: bold;
    border-radius: 0px;
    height: 41px;
}
.detailproduct .nav-tabs>li>a{
	background:#f2f2f2;
	color:#303030;
	border-radius:0px;
	border:1px solid #cdcdcd;
	border-bottom:none
}
.detailproduct .tab-pane{
	padding:20px;
	border: 1px solid #cdcdcd;
}
#thong-so-ki-thuat table{
	
}
#thong-so-ki-thuat table tr td{
	padding:10px;    min-width: 80px;
}
#thong-so-ki-thuat table tr{
	    line-height: 25px;}
#thong-so-ki-thuat table tr:nth-child(1){
	background: #dbe5f1;
	font-weight: bold;
	}
	.google_plusone_iframe_widget{
		width: 40px !important;
	}
.h1-mutinews{
	font-family: menu;
    font-size: 30px;
    text-transform: uppercase;
    margin-top: 0px;
    margin-bottom: 0px;
    color: #a62928;
    border-bottom: 1px solid #55bbec;
    padding-bottom: 14px;
}
.h1-mutinews a{
    color: #a62928;
}
.line-muti{
	height: 4px;
    margin-top: -2px;
}
.muangay-de{
	margin-bottom: 25px;
    background: #1d4ca6;
    text-align: center;
    color: #fff;
    margin-top: 25px;
}
.muangay-de h2{
	    text-transform: uppercase;
    font-size: 24px;
    margin: 0px;
    padding-top: 10px;
    padding-bottom: 5px;
}
.muangay-de p{
	margin: 0px;
    padding-bottom: 10px;
}
.muangay-de b{
	color:#ffff00;
}
.lienhe-muahang{
	
}
.lienhe-muahang p{
	
}
.lienhe-muahang b{
	color:red;
	font-size:18px;
}
.download-detailpoduct{border-radius:4px;margin-top:30px;text-align:right;border:1px solid #0193d9;padding:10px 15px;display:inline-block;font-weight:bold;color:#303030;}
/*******************TRANG DOWNLOAD+++++++*************/
.list_download{
	margin-top:20px;
}
.list_download ul li{
	
border-bottom: 1px dashed #cdcdcd;
	
overflow: hidden;
	
list-style: none;
	
margin-top: 20px;
}
.list_download ul li h3{
	
margin-top: 0px;
	
font-size: 14px;
	
color: #000;
	
font-weight: bold;
}
.list_download ul li img{
	
float: left;
	
margin-right: 10px;
}
/*=====trang lien he===*/
#lienhe{
	padding-top:20px
}
.form_lh{

}
.form_lh label{
    line-height: 30px;
    width: 100%;
}
.form_lh input[type="text"]{
    width: 100%;
    height: 30px;
    border: 1px solid #cdcdcd;
    margin-bottom: 10px;
}
.form_lh input[type="submit"]{
    border: none;
    font-size: 14px;
    padding: 5px 25px;
    border-radius: 4px;
    color: #fff;
    font-weight: 600;
    background: #0193d9;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.67);
    float: right;
    margin-top: 20px;
    margin-left: 20px;
	margin-bottom: 20px;
}
.form_lh ul li{
	list-style:none;
}
.lien_he h4{
    padding-bottom: 0px;
    line-height: 23px;
    font-size: 16px;
}
.lien_he h2 {
    font-family: menu;
    color: #ab2431;
    font-size: 20px;
    text-transform: uppercase;
    /* font-family: myriadbold; */
    margin-bottom: 15px;
    font-weight: bold;
}
.lien_he p {
    line-height: 25px;
    font-size: 14px;
}
.form_lh h4{
    padding-bottom: 10px;
    line-height: 23px;
    font-size: 16px;
}
.form_lh textarea{
    width: 100%;
    height: 150px;
    border: 1px solid #cdcdcd;
    margin-bottom: 25px;
}
.ma_bao_ve input[type="text"]{
    width: 30%;
    height: 30px;
    border: 1px solid #cdcdcd;
    margin-bottom: 10px;
    float: left;
}
.ma_bao_ve p{
    text-align: center;
    float: right;
    width: 65px;
    line-height: 30px;
    border: 1px solid #cdcdcd;
}
.ma_bao_ve label{
    line-height: 30px;
    width: 80px;
    float: left;
}
/**************TRANG CHI TIET TIN TUC*******************/
.date-view-usre{
	float:left;
}
.title_cate1 h2{
	width: 200px;
    font-size: 16px;
    position: relative;
    display: inline-block;
    font-weight: bold;
    text-transform: uppercase;
    color: #fff;
    background: #0193d9;
    text-align: center;
    line-height: 40px;
	border-radius: 0px 5px 5px 0px;
	margin-top:0px;
}
.tamgiacvang1 {
    position: absolute;
    border-bottom: 7px solid transparent;
    border-top: 7px solid transparent;
    border-left: 7px solid #0193d9;
    right: -7px;
    top: 13px;
    width: 7px;
    height: 7px;
}
.other_news{
	overflow:hidden;
	margin-bottom:40px;
}
.other_news ul li{
	width: 100%;
	font-size: 20px;
	float: left;
	margin-top: 2px;
	margin-right: 10px;
	color: #ccc;
}
.other_news ul{
margin-top:20px;}
.other_news ul li h3{
	font-size: 14px;
	color: #000;
	border-bottom: 1px solid #f3f3f3;
	padding-bottom: 10px;
	margin-top: 0px;
}
.other_news ul li h3 span{
	font-size: 20px;
	float: left;
	margin-top: 11px;
	margin-right: 10px;
	color: #ccc;
}
.title_cate1 {
    border-bottom: 5px solid #cdcdcd;
    margin-top: 50px;
}
.xemct-news,.readjs-more{background:#0193d9;color:#fff;text-transform:uppercase;padding:10px 0px;width:133px !important;text-align:center;margin-bottom:25px;margin-top:18px;border-radius:5px;    transition: all .5s ease-in-out;}
.xemct-news:hover,.readjs-more:hover{background:#fff;color:#0193d9;border:1px solid #0193d9;padding:9px 0px;    transition: all .5s ease-in-out;}
.slider-h2{font-size: 40px;
    font-family: menu;
    position: absolute;
    bottom: 70px;
    left: 100px;
    color: #fff;
    text-transform: uppercase;
    text-shadow: 1px 1px 1px #000;}
.morecontent span {
    display: none;
}
.morelink {
    display: block;
}
.ul-uudiem{
	    border: 1px solid #ccc;
    margin-top: 30px;
    padding: 5px;
}
.ul-uudiemimg{
	
}
.ul-uudiemimg img{
	
}
.ul-uudiem h2{
	margin: 0px;
    background: rgb(1, 147, 217);
    font-size: 16px;
    padding: 20px;
	    transition: all .5s ease-in-out;
}
.ul-uudiem h2:hover{
	    transition: all .5s ease-in-out;
		    background: #a62928;

}
.ul-uudiem h2 a{
	    color: #fff;
}
.list_hoidap{
	
}
.list_hoidap img{
	    float: left;
    margin-right: 10px;
}
.list_hoidap ul li{
	margin-top: 20px;
    border-bottom: 1px dashed rgb(204, 204, 204);
    overflow: hidden;
    padding-bottom: 20px;
    margin-left: 10px;
    margin-right: 20px;
    list-style: none;
}
.list_hoidap h3{
	    font-weight: bold;
	    font-size: 14px;
	    margin: 0px;
	    color: rgb(0, 0, 0);
	    margin-bottom: 35px;
}
.commentshown{
	text-align: justify;
    color: #000;
    line-height: 25px;
    margin-top: 10px;
}
.title_da{
	font-family: menu;
    font-size: 24px;
    text-transform: uppercase;
    margin-top: 0px;
    margin-bottom: 0px;
    color: #0193d9;
    /* border-bottom: 1px solid #55bbec; */
    padding-bottom: 14px;
    margin-top: 30px;
}
.list_product1 ul li{    border-bottom: 1px dotted #cdcdcd;
    float: left;
    list-style: none;
    margin-right: 0%;
    /* margin-top: 10px; */
    margin-bottom: 15px;
    width: 100%;
    padding-bottom: 15px;}
.list_product1 ul li h2{    font-size: 14px;
    /* font-weight: 600; */
    color: #000;margin:0px;}
.list_product1 ul li h2 a{color: #000;}
.list_product1 ul li h2 span{    margin-right: 10px;
    color: #000;}
	.list_product1 ul{
		    margin-top: 30px;
	}
	.form-title{
		text-align: center;
		font-size: 27px;
		/* text-transform: uppercase; */
		/* font-family: menu; */
		color: #f00;
	}
		.form-title{
		text-align: center;
		font-size: 27px;
		text-transform: uppercase;
		/* font-family: menu; */
		color: #f00;
	}
		.form-dch1{
		max-width: 700px;
		margin: auto;
		margin-top: 30px;
		margin-bottom: 50px;
		background: rgba(194, 217, 228, 0.43);
		padding: 50px;
		}
	.form-dch{
		/* max-width: 500px; */
		/* margin: auto; */
		margin-top: 30px;
		/* margin-bottom: 50px; */
	}
	.form-dch label{
		width: 100%;
		font-weight: 500;
	}
	.form-dch input[type="text"],.form-dch input[type="email"]{
		border: 1px solid #cdcdcd;
		height: 30px;
		margin-bottom: 20px;
		width: 100%;
		/* background: #e5eff3; */
	}
	.form-dch input[type="submit"]{
		width: 100%;
		background: #cb2020;
		height: 30px;
		color: #fff;
		border: none;
		text-transform: uppercase;
	}
	.form-dch textarea{
		width: 100%;
		height: 60px;
		margin-bottom: 20px;
	}
	.h1-home{    overflow: hidden;
    height: 0px;
    margin: 0px;}
	 .phone {
		 display:none;
    background: url(/hot.png) no-repeat left -3px center ;
    background-size: auto 100%;
    height: 40px;
    line-height: 40px;
    padding-left: 50px;
    background-color: #d4181f;
    width: auto;
    border-radius: 50px;
    /* border: 1px solid #ff0000; */
    position: fixed;
    bottom: 30px;
    left: 5px;
    box-shadow: 1px 1px 4px #0d0c0c;
    color: #fff;
    box-shadow: 1px 1px 4px #0d0c0c;
    padding-left: 45px!important;
	padding-right: 15px;
}
 .phone a{
	 font-family: menu;
    color: #fff;
    font-weight: bold;
    font-size: 18px;
    text-shadow: 1px 1px 1px #000;
 }