﻿html, body, form, fieldset, p, div, h1, h2, h3, h4, h5, h6,p{  
    margin:0;  
    padding:0;  
    font-size:15px;
    font-family: Arial, Helvetica, sans-serif;
}  
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/******Handy class***************/
.fll{float:left;}
.flr{float:right;}
.hidden{display:none;}
.block{display:block;}
.disabled {
	pointer-events: none;
	opacity: 0.7;
}
.clearfix:before,
.clearfix:after {
	content: " ";
	display: table;
}
.clearfix:after {
	clear: both;
}
/* IE6/7 support */
.clearfix {
	*zoom: 1;
}
input{
	outline:none;
}

/******Project class***************/
*{	
	margin:0px;padding:0px;
}
a{
	text-decoration:none;
	outline:none;
}

a img{
	border:0px;
	outline:none;
}
.clear{
	clear:both;
	display:block;
}
input,textarea{
	outline:none;
	font-size:13px;
}
.color-xam{
	color:#333333;
}
.color-xanh{
	color:#017428;
}

.margin-bottom-5{
	margin-bottom:5px;
}

.margin-bottom-10{
	margin-bottom:10px;
}
.margin-bottom-15{
	margin-bottom:15px;
}
.margin-bottom-20{
	margin-bottom:20px;
}
.img100 img{
	width:100%;
}
.marginright0{
	margin-right:0px !important;
}

.bg1{
	padding:3px 15px;
	background:#f1f1f1;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
.bg3{
	background:#015788;
	padding:3px 15px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
.bg3 *{
	color:#fff!important;
}
.bg4{
	background:#00cdd5;
	background-image: linear-gradient(to right top, #051937, #004d7a, #008793, #00bf72, #a8eb12);
	padding:3px 15px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
.bg4 *{
	color:#fff!important;
}
.bg5{
	background: rgb(240,100,0);
	background: linear-gradient(-135deg, rgba(240,100,0,1) 0%, rgba(253,186,0,1) 48%, rgba(238,0,233,1) 100%);
	padding:3px 15px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
.bg5 *{
	color:#fff!important;
}
.bg6{
	background: rgb(0,240,68);
	background: linear-gradient(-35deg, rgba(0,240,68,1) 0%, rgba(0,175,253,1) 42%, rgba(238,0,233,1) 100%);
	padding:3px 15px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
.bg6 *{
	color:#fff!important;
}
.bg7{
	background: rgb(0,240,68);
	background: linear-gradient(140deg, rgba(0,240,68,1) 0%, rgba(0,175,253,1) 53%, rgba(238,0,233,1) 100%);
	padding:3px 15px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
.bg7 *{
	color:#fff!important;
}
.bg8{
	background:#43342d;
	padding:3px 15px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
.bg8 *{
	color:#fff!important;
}

/* main style */
body{
	line-height:20px;
	font-size:12px;
}
.wrapper{
	overflow:hidden;
	position:relative;
	padding-top:48px;
}
.container{

}
.header{	
	border-bottom:2px #0069a3 solid;	
	width:100%;
	background:#fff;
	top:0px;
	left:0px;
	z-index:22;
	position:absolute;
}
.header-body {
	height: 48px;
}
.logo {
	margin: 5px 0px 0px 10px;
	height:36px;
}
.logo img{
	display:block;
	height:36px;
}
.icon-menu-phone {
	background: url('../images/icon-reponsive.png') no-repeat center center;
	background-size:30px 24px;
	width: 30px;
	height: 30px;
	display:block;
	position: absolute;
	z-index: 2;
	cursor: pointer;
	top:8px;
	right:12px
}
.list-main-menu{
	position:absolute;
	top:46px;
	left:0px;
	width:100%;
	z-index:9999;
	background:#333;
	display:none;
	list-style:none;
	text-align:left;
}	

.menu-top ul li{
	display:block;
	margin:0px 0px;
}
.menu-top ul li a{
	display:block;
	color:#fff;
	font-size:16px;
	line-height:38px;
	height:34px;
	border:none;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	padding:0px 0px 0px 10px;
	border-top:1px #666 solid;
}
.menu-top ul li a:hover,.menu-top ul li.selected a{
	color:#fff;
	border:0px!important;
	border-top:1px #00aaff solid!important;
}
.traloi {
    font-size: 14px;
    line-height: 24px;
}
.right-header{
	padding:17px 0px 17px 160px;
}
.hot-line{
	color:#fff;
	font-size:16px;
	display:block;
	height:24px;
	line-height:24px;
	width:180px;
	padding:0px 0px 0px 20px;
	background:#0069a3;
	-webkit-border-bottom-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-bottomleft: 10px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	margin-bottom:15px;
}
.hot-line span{
	color:#FFEB00;
	font-size:14px;
	padding-right:5px;
}
.menu-top{
	clear:both;
}
.slogan{
	background:#f1f5f6 url('../images/bg-pattern.jpg');
	padding:20px 0px 0px 0px;
	border-bottom:1px #dddfdf solid;
	margin:1px 0px 10px 0px;
	text-align:center;
}
.slogan h3{
	color:#595959;
	font-size:20px;
	text-transform:capitalize;
	margin-bottom:10px;
}
.title-site{
	font-size:18px;
	font-weight:normal;
	color:#fff;
	text-align:center;
	line-height:24px;
	padding:10px 5px;
}

.title-detail{
	background:#0069a3;
	border-bottom:1px #0069a3 solid;
	margin-bottom:10px;
}
.title-detail h1{
	color:#fff;
	font-size:20px;
	border-bottom:none;
	font-weight:normal;
	text-align:center;
	padding:10px 0px;
}


.feature{
	overflow:hidden;
	margin-bottom:10px;
	background:#0297e9 url('../images/bglight.png') no-repeat top center;
}
.feature img{
	display:block;
	margin:auto;
	max-width:100%;
	cursor:pointer;
}
.wrapper-slide{
	width:1000px;
	margin:auto;
	min-height:160px;
}
.wrapper-slide img{
	display:block;
	width:100%;
}

.website-hot{
	display:block;
	color:#0069a3;
	background:#f1f1f1;
	font-size:17px;
	line-height: 36px;
    height: 36px;
    width:250px;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	border-radius: 25px;
	padding:0px 10px;
	margin:0px auto 20px;
	word-spacing:5px;
	text-align:center;
}
.list-cat{
	width:1000px;
	margin:0px auto 20px;
	text-align:center;
}
.list-cat li{
	display:inline-block;
	margin:0px 4px 8px 4px;
}
.list-cat li a{
	font-size:16px;
	display:block;
	padding:6px 15px 6px 15px;
	background:#0088cc;
	color:#fff;
	-webkit-border-radius: 18px;
	-moz-border-radius: 18px;
	border-radius: 18px;
}
.list-cat li a:hover{
	color:#fff;
	background:#006699;
}

.box-template{
	width:1090px;
	margin:auto;
}
.list-template{
	list-style:none;
}
.list-template li{
	width:22.8%;
	margin:0px 1% 22px 1%;
	float:left;
	position:relative;
	background: #e9e7e7;
	padding-bottom:20px;
} 
.list-template li .image{
	display:block;
}
.list-template li:hover{

}

.list-template li img{
	width:100%;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.view-detail-product{
  position:absolute;
  top:0px;
  left:0px;
  overflow: hidden;
  width: 100%;
  height: 100%;
  display: inline-block;
  
  margin: 0px 0 0px 0px;
  border-radius: 15px;
  color: #fff;
  text-decoration: none;
  text-align: center;
  line-height: 50px;
  font-size: 12px;
}
.description-product .view-detail-product{
  position:relative;
  top:0px;
  left:0px;
  overflow: hidden;
  width:auto;
  height:auto;
  border-radius:20px;
}


/**
 * The "shine" element
 */

.view-detail-product:after {
  content: "";
  position: absolute;
  top: -110%;
  left: -210%;
  width: 200%;
  height: 200%;
  opacity: 0;
  transform: rotate(30deg);
  
  background: rgba(255, 255, 255, 0.13);
  background: linear-gradient(
    to right, 
    rgba(255, 255, 255, 0.13) 0%,
    rgba(255, 255, 255, 0.13) 77%,
    rgba(255, 255, 255, 0.5) 92%,
    rgba(255, 255, 255, 0.0) 100%
  );
}

/* Hover state - trigger effect */

.view-detail-product:hover:after {
  opacity: 1;
  top: -30%;
  left: -30%;
  transition-property: left, top, opacity;
  transition-duration: 0.7s, 0.7s, 0.15s;
  transition-timing-function: ease;
}

/* Active state */

.view-detail-product:active:after {
  opacity: 0;
}





.title-project{
	display:block;
	text-align:center;
	font-size: 15px;
	height:20px;
	padding:6px 3px 4px 3px;
	overflow:hidden;
	-webkit-border-bottom-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-bottomleft: 10px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
}

.button-demo-project{
	width:112px;
	height:23px;
	display:block;
	margin:0px auto 10px;
	background:url('../images/xem-demo.png') no-repeat;
	background-size:112px 23px;
}
.link-product-detail{
	width:138px;
	height:24px;
	display:block;
	background:url('../images/xem-chuc-nang-website.png') no-repeat;
	background-size:138px 24px;
	 position:absolute;
	 bottom:0px;
	 left:50%;
	 margin-left:-69px;
	 z-index:3;
}
.link-product-detail:hover{
	opacity:0.5;
}



.intro-website{
	border-top:1px #b5c4cc solid;
	padding:30px 0px 30px 0px;
	background: #f1f5f6;
}
.intro-website-body{
	width:1000px;
	margin:auto;
}
.intro-item{
	width:21%;
	margin:0px 2% 0px 2%;
	float:left;
}
.intro-item img{
	display:block;
	margin:0px auto 10px;
}
.intro-item h2{
	color:#454545;
	font-size:16px;
	text-align:center;
	margin-bottom:10px;
}
.intro-item p{
	color:#454545;
	text-align:justify;
}
.container-new-hot{
	border-top:1px #b5c4cc solid;
	border-bottom:1px #b5c4cc solid;
	padding:10px 0px 20px 0px;
	background: #f1f5f6;
	margin-bottom:20px;
}
.popup-demo{
	position:fixed;
	width:96%;
	height:98%;
	z-index:99;
	background:#fff;
	top:10px;
	left:2%;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	display:none;
}
.popup-demo iframe{
	width:100%;
	height:100%;
	border:none;
}
.layer-opacity{
	position:fixed;
	z-index:98;
	width:100%;
	height:100%;
	top:0px;
	left:0px;
	background: rgba(000,000,000, 0.8);
	display:none;
}
.content-popup-demo{
	position:relative;
	height:100%;
	padding:10px;
}
.close-popup-demo{
	position:absolute;
	top:-8px;
	right:-8px;
	width:30px;
	height:30px;
	z-index:2;
	background:url('../images/icon-close.png') no-repeat;
	background-size:30px 30px;
	cursor:pointer;
}
.box-form-demo{
	position:absolute;
	bottom:15px;
	right:0px;
	width:98%;
	background:#18a4dd;
	height:28px;
	padding:5px 10px 5px 10px;
	z-index:20;
	border-top:1px #fff solid;
}
.row-form-demo{
	position:relative;
}
.textbox-form-demo{
	border:none;
	height:28px;
	line-height:28px;
	width:160px;
	display:block;
	font-size:14px;
	text-indent:10px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	float:left;
	margin-right:10px;
}
.button-form-demo{
	padding: 5px 12px;
    border: 0px;
    background: rgb(218,3,27);
	background: linear-gradient(90deg, rgba(218,3,27,1) 0%, rgba(253,92,93,1) 100%);
    color: #fff;
    text-align:center;
    font-size:14px;
    font-weight:bold;
    cursor:pointer;
    -webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	float:left;
}
.button-form-demo:hover{
    background: #da031b;
}

.scrollToTop {
    display: none;
    position: fixed;
    bottom: 40px;
    right: 0px;
    width: 40px;
    height: 40px;
    background: url(../images/toTop.png) no-repeat center;
    background-size: 30px 30px;
    cursor: pointer;
    z-index: 96;
}


/* footer */
.footer{
	background:#0069A3 url('../images/bglight.png') no-repeat top center;
	color:#fff;
	line-height:24px;
}
.footer-body{
	width:1060px;
	margin:auto;
}
.menu-footer-bottom{
	margin-bottom:10px;
}
.header-footer{
  display: block;
  border-bottom: 1px solid #fff;
  line-height: 24px;
  padding-bottom: 5px;
  color: #fff;
  font-size: 17px;
  letter-spacing:1px;
  margin-bottom:5px;
}
.info-account-bank,
.info-company{
	margin-bottom:10px;
}
.bank-item{
	width:50%;
	float:left;
}
.footer-bottom{
	border-top:1px solid #7BD0EB;
	padding-top:10px;
}

.menu-footer-bottom ul{
	list-style:none;
	padding:5px 0px 0px 0px;
	color:#ff9000;
}

.menu-footer-bottom ul li{
	margin-bottom:8px;
}
.menu-footer-bottom ul li a{
	display:block;
	color:#fff;
	font-size:14px;
	line-height:18px;
	text-transform:capitalize;
	padding-left:23px;
	background:url('../images/arrow-footer.png') no-repeat 0px 2px;
}
.menu-footer-bottom ul li a:hover{
	color:#fc944e;
	background: url('../images/arrow-footer.png') no-repeat 0px -68px;
}

.row-footer-bottom p{
	line-height:40px;
	float:left;
	color:#c6d0d5;
}
.list-social{
	float:right;
	list-style:none;
}
.list-social li{
	float:left;
	margin-left:15px;
}
.list-social li a{
	width:40px;
	height:40px;
	display:block;
	background-color:#a4c7db;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
}
.list-social li a.icon-social01{
	background:#a4c7db url('../images/social-normal.png') no-repeat 2px -35px;
}
.list-social li a.icon-social01:hover{
	background:#dbe9f1 url('../images/social-normal.png') no-repeat 2px -35px;
}

.list-social li a.icon-social02{
	background:#a4c7db url('../images/social-normal.png') no-repeat 2px -72px;
}
.list-social li a.icon-social02:hover{
	background:#dbe9f1 url('../images/social-normal.png') no-repeat 2px -72px;
}


.list-social li a.icon-social03{
	background:#a4c7db url('../images/social-normal.png') no-repeat 2px -181px;
}
.list-social li a.icon-social03:hover{
	background:#dbe9f1 url('../images/social-normal.png') no-repeat 2px -181px;
}


.list-social li a.icon-social04{
	background:#a4c7db url('../images/social-normal.png') no-repeat 2px -252px;
}
.list-social li a.icon-social04:hover{
	background:#dbe9f1 url('../images/social-normal.png') no-repeat 2px -252px;
}

.primary{
	width:1060px;
	margin:auto;
}
.content-detail1{
	margin-bottom:25px;
	font-size:14px;
	color:#393939;
	line-height:22px;
}
.content-detail1 p{
	margin-bottom:5px;
}

.box-tab-content{
	margin-bottom:30px;
}
.header-tab-content{
	height:34px;
	padding:0px 20px 0px 6px;
	background:#94d6fb;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	margin:10px 0px 5px 0px;
	cursor:pointer;
	overflow:hidden;
}
.header-tab-content:hover{
	background:#80cffb;
}

.number{
	float:left;
	margin:4px 10px 0px 0px;
	color:#616161;
	font-weight:bold;
	font-size:15px;
	font-weight:bold;
	display:block;
	width:24px;
	height:24px;
	line-height:24px;
	text-align:center;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	background:#d9eefa;
}
.header-tab-content h2{
	float:left;
	color: #56494d;
	font-size: 16px;
	line-height:34px;
}
.view-detail{
	color: #56494d;
	font-size:12px;
	line-height:34px;
	display:block;
	float:right;
	padding-right:15px;
	background:url('../images/arrow-chitiet.png') no-repeat center right;
}
.tab-content{
	display:none;
}
.tab-content p{
	margin-bottom:5px!important;
}
.row-footer{
	padding-top:20px;
}
.row-footer-left{
	width:47%;
	float:left;
}
.row-footer-right{
	width:49%;
	float:right;
}

.box-info-company{
	width:100%;
	margin-bottom:15px;
}





.header01{
	height:44px;
	line-height:44px;
	background:#006699;
	margin-bottom:25px;
}
.category-parent{
	color:#fff;
	font-size: 16px;
	font-weight:bold;
	text-transform:uppercase;
	display:block;
	float:left;
}
a.category-parent:hover{
	color:#dfebd5;
}
.list-chirden-cat{
	float:right;
	list-style:none;
	margin-top:10px;
}
.list-chirden-cat li{
	float:left;
	border-left:1px #6e6e6e solid;
	height:12px;
	line-height:12px;
}
.list-chirden-cat li:first-child{
	float:left;
	border-left:none;
	height:12px;
	line-height:12px;
}

.list-chirden-cat li a{
	color:#333;
	display:block;
	padding:0px 10px;
	font-size: 14px;
}
.list-chirden-cat li a:hover{
	color:#ff9000;
}


.list-news-footer{
	list-style:none;
	margin-bottom:10px;
	
}
.list-news-footer li{
	margin-bottom:20px;
	width:46.8%;
	padding:10px 1%;
	margin-right:1.8%;
	float:left;
	border: 1px #b5c4cc solid;
    -webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.image-news-home {
	width:173px;
	display:block;
	float:left;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.image-news-home img{
	width:100%;
	display:block;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.right-item-news-footer{
	width:61.5%;
	float:right;
}
.title-news-home{
	color: #0069a3;;
	font-weight:bold;
	font-size:15px;
    display:block;
    margin-bottom:5px;
    line-height:20px;
}
.title-news-home:hover{
	color:#ff9000;
}
.link-category{
	height:27px;
	margin-bottom:3px;
}
.link-category a{
	color:#417bb6;
	font-size:13px;
	font-weight:normal;
	line-height:24px;
	padding-left:25px;
	display:block;
	border:1px #ccc dashed;
	background:#dbeef8 url('../images/arrow-category.png') no-repeat 5px 5px;
}
.link-category a:hover{
	color:#7BD0EB;
	border:1px #ffae00 dashed;
}
.arrow02{
	width:28px;
	height:13px;
	background:url('../images/arrow02.png') no-repeat;
	display:block;
	position:absolute;
	bottom:-13px;
	left:40px;
}

.summary-news-footer{
	font-size:13px;
	color:#333333;
	text-align:justify;
	clear:both;
	line-height:18px;
}



.body-intro-company{
	width:1068px;
	margin:auto;
	position:relative;
}
.item-intro-company{
	border: 1px #b5c4cc dashed;
	background: #f8fafb;
	margin-bottom:20px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.header-item-intro-company{
	font-size: 24px;
    font-weight:normal;
   	line-height: 24px;
	text-transform:capitalize;
	margin:20px 15px 25px 15px;
	color: #0069a3;
	text-align:center;
 }
.content-item-intro-company{
	font-size:14px;
	line-height:24px;
	margin:0px 15px 10px 15px;
	color:#333333;
}
.left-item-intro-company{
	font-size:14px;
	line-height:24px;
	width:72%;
	float:left;
	color:#333333;
}
.right-item-intro-company{
	width:24%;
	overflow:hidden;
	float:right;
}
.right-item-intro-company img{
}
.item-intro-company01{
	width:48.7%;
	float:left;
}
.item-intro-company02{
	width:48.7%;
	float:right;
}
.content-item-intro-company ul{
	list-style:none;
}
.content-item-intro-company ul li{
	background:url('../images/f-check.png') no-repeat 0px 6px;
	padding-left:20px;
	margin-bottom:6px;
	line-height:20px;
	font-size:14px;
}
.content-item-intro-company ul li span{
	float:left;
	display:block;
	margin-right:3px;
}
.content-item-intro-company ul li h2{
	float:left;
	margin-right:3px;
	color:#666;
	font-size:14px;
}

.box-item-baogia{
	width:96%;
	margin:0px 0% 20px 0px;
	background: #f1f5f6 url(../images/bg-pattern.jpg);
	padding:15px 2% 5px 2%;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	text-align:justify;
	border:1px #cfcdce solid;
	box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.25);
	-webkit-box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.25);
	-moz-box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.25);
}
.box-item-baogia:nth-child(3n){

}

.title-baogia{
	font-size: 20px;
    font-weight:bold;
    line-height: 24px;
    text-transform: capitalize;
    color: #0069a3;
    text-align: center;
	display:block;
	margin-bottom:5px;
}
.label-price{
	display:block;
    color:#333;
    text-align: center;
    line-height: 24px;
	display:block;
	margin-bottom:5px;
	padding-bottom:7px;
	border-bottom:1px #ccc dashed;
}
.label-price span{
	font-size: 20px;
    font-weight:bold;
    
    text-transform: capitalize;
    color:#d24417;
}



.hotline-home{
	position:fixed;
	bottom:-10px;
	left:0px;
	z-index:15;
	-webkit-animation-name: hvr-bob-float, hvr-bob;
  animation-name: hvr-bob-float, hvr-bob;
  -webkit-animation-duration: .3s, 1.5s;
  animation-duration: .3s, 1.5s;
  -webkit-animation-delay: 0s, .3s;
  animation-delay: 0s, .3s;
  -webkit-animation-timing-function: ease-out, ease-in-out;
  animation-timing-function: ease-out, ease-in-out;
  -webkit-animation-iteration-count: 1, infinite;
  animation-iteration-count: 1, infinite;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-direction: normal, alternate;
  animation-direction: normal, alternate;
}
@keyframes hvr-bob {
  0% {
    -webkit-transform: translateY(-12px);
    transform: translateY(-12px);
  }

  50% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
  }

  100% {
    -webkit-transform: translateY(-12px);
    transform: translateY(-12px);
  }
}
.hvr-bob {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
}
.hvr-bob:hover, .hvr-bob:focus, .hvr-bob:active {
  -webkit-animation-name: hvr-bob-float, hvr-bob;
  animation-name: hvr-bob-float, hvr-bob;
  -webkit-animation-duration: .3s, 1.5s;
  animation-duration: .3s, 1.5s;
  -webkit-animation-delay: 0s, .3s;
  animation-delay: 0s, .3s;
  -webkit-animation-timing-function: ease-out, ease-in-out;
  animation-timing-function: ease-out, ease-in-out;
  -webkit-animation-iteration-count: 1, infinite;
  animation-iteration-count: 1, infinite;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-direction: normal, alternate;
  animation-direction: normal, alternate;
}


.description{
	line-height:24px!important;
}
/* phan trang */
.web-pagination{
    text-align: center;
    padding:15px 0px 30px;
    border-top:1px #e0e0e1 dashed;
}
.web-pagination .pageLink{
	color:#333333;
	font-size:14px;
	text-align:center;
	margin-left:5px;
	border:1px #e1e1e1 solid;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
    width:28px;
    height:25px;
    background:#fff;
    display:inline-block;
    line-height:25px;
}

.web-pagination .current,
.web-pagination a:hover{
	color:#fff;
	font-weight:bold;
	border:1px #00b6f0 solid;
	background:#00b6f0;
}
.border-mobile{
	display:block;
	width:100%;
	height:1px;
	background:#0069a3;
}
/* Tag */
.tags{
    line-height: 25px;
}
.tags a,
.tags span{
    display: inline-block;
    line-height: 24px;
    padding: 0 7px;
    background-color: #f1f1f1;
    color:#565656;
    font-size:11px;
    margin-top:6px;
}
.tags span{
    font-weight: bold;
    background: #f1f1f1 url(../images/tags.png) 4px 4px no-repeat;
    padding-left: 24px;
}
.tags a:hover{
    color:#0069a3;
    background:#e8e8e8;
}

.box-share{
	margin:10px 0px 20px 0px;
}

.left-nganhang{
	width:50%;
	float:left;
	margin:0px 0% 10px 0px;
}

/* tien ich trang chu */
.rows-tienich{
	margin:0px 2% 25px 1%;
	float:left;
	width:47%;
}
.rows-tienich img{
	width:90px;
	display:block;
	float:left;
	margin-right:20px;
	background: #038edb;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
}
.rows-tienich h3,.rows-tienich h2,.rows-tienich p{
	font-size: 16px;
    color:#0069a3;
    margin-bottom:5px;
    font-weight:bold;
}

.item-intro-company2{
	padding:10px 2% 20px 2%;
	margin-bottom:20px;
}
.item-intro-company3{
	width:44.8%;
	float:right;
	padding:10px 2% 20px 2%;
}
.note-facebook{
	font-size: 15px;
	color:#fff;
    text-align:justify;
    margin-bottom:12px;
}
.note-question{
    font-size: 13px;
    color: #0069a3;
    text-align: justify;
    margin-bottom: 20px;
}
.company-name{
	color: #0069a3;
	display:block;
	font-size:16px;
	font-weight:bold;
	margin-bottom:6px;
}
.question-item{
	margin-bottom:6px;
}
.header-post-style01{
	font-size: 16px;
    line-height: 24px;
    margin: 0px 0px 10px 0px;
    color: #0069a3;
    font-weight: normal;
    border-bottom:1px #0069a3 solid;
    text-transform:uppercase;
    margin-bottom:8px;
}
.question{
	font-weight:bold;
	font-size:14px;
	color: #0069a3;
	display:block;
	line-height:18px;
}
.content-question{
	color:#333;
	line-height:24px;
}
/* form lien he */
.textbox-contact{
	width:99%;
	height:32px;
	line-height:32px;
	border:1px #d3d3d3 solid;
	display:block;
	margin-bottom:10px;
	text-indent:10px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	font-size:14px;
}
.message-contact{
	width:98.8%;
	height:80px;
	border:1px #d3d3d3 solid;
	display:block;
	margin-bottom:10px;
	padding:8px 0px 8px 00px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	font-size:14px;
	text-indent:10px;
}
.button-contact{
	display:block;
	height: 36px;
	line-height: 32px;
	font-size: 15px;
	color: #fff;
	width:98.8%;
	text-decoration: none;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background: #fb7417;
	border: 1px #fb7417 solid;
	cursor: pointer;
}
.button-contact:hover{
	background: #fe944b;
	border: 1px #fe944b solid;
}
.view-all-question{
	display:inline-block;
	padding:0px 20px;
	height:28px;
	line-height:28px;
	background:#01a2fb;
	-webkit-border-radius: 14px;
	-moz-border-radius: 14px;
	border-radius: 14px;
	text-align:center;
	color:#fff;
	font-size:13px;
}
.view-all-question:hover{
	background:#ffbb00;
}

.rows-contact{
	margin-bottom:30px;
}
.group-content01{
	 background: #f1f1f1 url(../images/bg05.png);
	 margin-bottom:30px;
}
.group-intro-cat{
	margin-bottom:30px;
}
.left-group-intro-cat{
	width:580px;
	float:left;
}
.header-sub01{
	font-size: 16px;
    color:#0069a3;
    font-weight:bold;
    margin-bottom:3px;
}
.left-group-intro-cat p{
    margin-bottom: 12px;
    font-size: 15px;
    line-height: 22px;
}

.image-group-intro-cat01{
	float:right;
}
.header-group-intro-cat{
    font-size: 22px;
    line-height: 24px;
    margin: 30px 0px 15px 0px;
    color: #0069a3;
    font-weight:normal;
}
.list-group-intro-cat{
	list-style:none;
}
.list-group-intro-cat li{
	padding-left:22px;
	margin-bottom:12px;
	background:url(../images/arrow-category.png) no-repeat 0px 5px;
	color:#333;
	font-size: 16px;
    text-align: justify;
    line-height:26px;
}
.summary-content-tienich{
	font-size:14px!important;
	color:#333;
}




.box-hotline{
	height:30px;
	width:100%;
	position:fixed;
	bottom:0px;
	left:0px;
	z-index:20;
	display:none;
}
.left-hotline{
	float:left;
	margin-right:5px;
	background:#ee3124;
	line-height:30px;
	color:#fff;
	padding:0px 10px 0px 5px;
	-webkit-border-top-right-radius: 15px;
	-webkit-border-bottom-right-radius: 15px;
	-moz-border-radius-topright: 15px;
	-moz-border-radius-bottomright: 15px;
	border-top-right-radius: 15px;
	border-bottom-right-radius: 15px;
}
.phone{
	font-size:16px;
	font-weight:bold;
	color:#fff;
}

.hotline-mobile{
	width:86px;
	height:30px;
	background:#ee3124;
	display:block;
	color:#fff;
	font-size:20px;
	line-height:30px;
	font-weight:bold;
	float:left;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
}
.hotline-mobile span{
	width:30px;
	height:30px;
	display:block;
	float:left;
	background-image:url('../images/phone-hotline.png');
	background-size:30px 30px;
	background-position:top left;
	background-repeat:no-repeat;
	-webkit-animation-name: hvr-buzz;
	animation-name: hvr-buzz;
	-webkit-animation-duration: 0.6s;
	animation-duration: 0.6s;
    -webkit-animation-timing-function: linear;
	animation-timing-function: linear;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;	
	margin:0px 8px 0px 1px;
}

/* Buzz */
@-webkit-keyframes hvr-buzz {
  50% {
    -webkit-transform: translateX(0px) rotate(10deg);
    transform: translateX(0px) rotate(10deg);
  }

  100% {
    -webkit-transform: translateX(0px) rotate(-10deg);
    transform: translateX(0px) rotate(-10deg);
  }
}

@keyframes hvr-buzz {
  50% {
    -webkit-transform: translateX(0px) rotate(10deg);
    transform: translateX(0px) rotate(10deg);
  }

  100% {
    -webkit-transform: translateX(0px) rotate(-10deg);
    transform: translateX(0px) rotate(-10deg);
  }
}

.category-product{
	margin:0px 5px 8px 5px;
}
.category-product a,.category-product span{
	font-size:17px;
	display:block;
	font-weight:bold;
	padding:6px 5px 6px 5px;
	text-align:center;
	background:#0171a9;
	color:#fff;
	display:block;
	-webkit-border-radius: 18px;
	-moz-border-radius: 18px;
	border-radius: 18px;
}
.category-product a:hover{
	background:#0095e0;
}
.content-more{
	height:190px;
	overflow:hidden;
	position:relative;
}
.box-button-more{
	padding:3px 5px 3px 5px;
	background:#fd5c5d;
	border-bottom: 1px #d24417 solid;
	-webkit-border-radius:2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	position:absolute;
	bottom:0px;
	left:0px;
	width:100%;
	z-index:10;
	text-align:center;
	cursor:pointer;
}
.box-button-more:hover{
	background:#eb2a2c;
}

.botton-more{
	font-size:16px;
	font-weight:bold;
	line-height:26px;
	color:#fff;
	display:inline-block;
	background:url(../images/arrow-hover.png) no-repeat center right;
	padding-right:25px;
}

.summary-cat{
	margin:0px 14px 0px 14px;
	color:#444;
	padding:6px 0px 10px 0px;
	border-top:1px #939191 dotted;
	font-size:16px;
	line-height:24px;
	text-align:justify;
}
.summary-cat p{
	font-size:16px;
}
.table-module-cat{
	border:1px #999 solid;
	border-bottom:none;
}
.table-module-cat td{
    border: 1px #999 solid;
    padding: 5px 5px 5px 5px;
    font-size:15px;
    line-height:24px;
    color:#000;
}
.table-module-cat td p{
	margin-bottom:6px;
}

.table-module-cat td h3{
    background: #c6dbe5;
    color:#000;
    text-align:center;
    font-weight:bold;
    margin:0px 0px 5px 0px;
    padding:6px 0px;
    -webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.link-views-detail {
    width: 123px;
    height: 32px;
    background: #005bab;
    color: #fff;
    font-size:14px;
    display: block;
    text-align: center;
    line-height: 32px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    margin:-20px 0px 0px 0px;
}
.link-views-detail:hover {
    background: #0069a3;
}
.link-demo{
  	height:40px;
  	line-height:40px;
  	width:250px;
  	font-size:16px;
	text-transform:uppercase;
	color:#fff;
	text-align:center;
	display:block;
	margin:0px auto 15px;
	background: #f74e2f; /* Old browsers */
}
.link-demo:hover{
	background: #79ba39; /* Old browsers */
}
.title-contact{
	height:40px;
  	line-height:40px;
  	width:100%;
  	font-size:16px;
	text-transform:uppercase;
	color:#fff;
	text-align:center;
	display:block;
	background: #0069a3; /* Old browsers */
}
.contact-product{
	text-align:justify;
	margin:0px 0px 20px 0px;
}
.box-form-order{
    border: 1px dashed #ddd;
	border-top:0px;
    padding: 10px 10px;
    background: #f8f8f8;
}
.mobile-text{
	font-weight:bold;
	color:#f00;
	font-size:17px;
	margin-left:5px;
}

.textbox-product{
	width:99%;
	height:32px;
	line-height:32px;
	border:1px #ccc solid;
	display:block;
	margin-bottom:12px;
	text-indent:10px;
	font-size:14px;
}
.message{
	width:99%;
	height:60px;
	border:1px #ccc solid;
	display:block;
	margin-bottom:12px;
	padding:8px 0px 8px 0px;
	text-indent:10px;
	font-size:14px;
	margin-bottom:12px;
}
.row-product{
	margin-bottom:12px;
}
.button-product{
	display:block;
	height: 34px;
	width:100%;
	line-height: 24px;
	font-size: 17px;
	color: #fff;
	text-decoration: none;
	padding: 0 20px;
	background: #fa8268;
	border: 1px #f2755a solid;
	cursor: pointer;
}
.button-product:hover{
	background: #79ba39;
	border: 1px #79ba39 solid;
}
.box-capcha{
	float:left;
	margin-left:20px;
	width:80px;
}
.box-capcha img{
	height:34px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.info-contact{
	color:#333;
	font-size:14px;
	margin-bottom:8px;
}
.description-product{
	border:1px #ccc dashed;
	padding:10px 15px 10px 15px;
}
.summary-product{
	font-weight:normal;
	font-size:14px;
}
.views-more01{
	font-size: 14px;
    color: #0069a3;
	font-weight:bold;
	display:inline-block;
	padding-left:30px;
	background:url(../images/arrow04.gif) no-repeat center left;
}
.views-more01:hover{
    color: #f00;
}
.breadcrumb{
	list-style:none;
	margin-bottom:20px;
	border:1px #8b8989 dashed;
	background:#dbeef8;
	padding:5px 10px 5px 10px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.breadcrumb li{
	display:inline;
	margin:0px 5px 5px 0px;
	color:#333;
	font-size:13px;
}
.breadcrumb li span{
	font-weight:bold;
	color:#333;
	margin-left:5px;
	font-size:13px;
}
.breadcrumb li a{
	font-weight:bold;
	color:#333;
	font-size:13px;
}
.breadcrumb li a:hover{
	color:#0069a3;
}
.post-style01 iframe{
	width:100%!important;
	height:auto!important;
}
.header-group-intro-cat2{
    font-size: 18px;
    line-height: 24px;
    margin: 0px 0px 10px 0px;
    color: #0069a3;
    font-weight:normal;
    padding-bottom:5px;
    border-bottom:1px #0069a3 solid;
    display:block;
}
.box-hoidap{
	margin-bottom:30px;
}
.traloi ul{ 
	font-size:15px;
}
.traloi p{ 
	margin:5px;
	font-size:15px;
}


.table-attr-sub{
	border:1px #ccc solid;
	width:100%;
}
.table-attr-sub td{
	padding:5px 5px;
	border:1px #ccc solid;
	color:#444;
	font-size:15px;
	line-height:24px;
}
.header-table-attr-sub{
	background:#e9e7e7;
	text-align:center;
	font-weight:bold;
}
.row-module-cat{
	margin-bottom:10px;
	border:1px #999 solid;
}
.header-row-module-cat{
	display:none;
}
.column-module-cat01{
	background: #cddce3;
	padding:3px 0px 3px 10px;
}
.column-module-cat02{
	padding:5px 10px;
}
.toc{
	border: 1px solid #a2a9b1;
    background-color: #f8f9fa;
    padding:5px 10px;
    margin-bottom:10px;
}
.toctitle{
	font-weight:bold;
	font-size:16px;
	margin-bottom:5px;
}
.toc ul{
	list-style:none;
	font-size:15px;
}
.toc ul li ul{
	margin-left:15px;
}
.toc ul li a{
	color: #0069a3;
}
.toc ul li a span.tocnumber{
	color:#000;
	margin-right:4px;
}
.toc ul li{
	margin-bottom:8px;
}
/* table so do chuc nang website */
.table-module{
	border:1px #999 solid;
	width:100%;
}
.table-module td{
	border:1px #999 solid;
	padding:5px 10px;
	vertical-align:top;
	line-height:18px;
}


.header-table-module{
	background:#aac6d4;
}
.header-table-module td{
	text-align:center;
	font-weight:bold;
	font-size:14px;
}



.box-menu-cat{
    margin-bottom: 20px;
}
.header-box-menu-cat{
	display:block;
	width:260px;
	height:36px;
	line-height:36px;
	text-align:center;
	color:#fff;
	font-size:18px;
	font-weight:bold;
	-webkit-border-radius: 18px;
	-moz-border-radius: 18px;
	border-radius: 18px;
	background: rgb(0,102,153);
	background: linear-gradient(0deg, rgba(0,102,153,1) 0%, rgba(0,143,215,1) 50%, rgba(0,102,153,1) 100%);
	display:block;
	margin:0px auto 20px;
}
.note-design-web {
    font-size: 16px;
    text-align: justify;
    line-height: 26px;
    margin-bottom:20px!important;
}
.note-design-web span{
	font-size:22px;
	font-weight:bold;
	color:#d24417;
}


.list-support{
	width:100%;
	height:40px;
	position:fixed;
	bottom:0px;
	left:0px;
	background: #33a837;
	z-index:980;
	border-top:1px #fff solid;
	display:none;
	list-style:none;
}
.list-support li{
	width:33.3%;
	float:left;
}
.list-support li .call{
	background: #f93707 url('../images/call.png') no-repeat 5px 7px;
	background-size:20px 20px;
	display:block;
	line-height:40px;
	color:#fff;
	font-size:12px;
	font-weight:bold;
	padding-left:30px;
}
.list-support li .zalo{
	background:#deb200 url('../images/icon-zalo.png') no-repeat 5px 7px;
	background-size:20px 20px;
	display:block;
	line-height:40px;
	color:#fff;
	font-size:12px;
	font-weight:bold;
	padding-left:30px;
}
.list-support li .sms{
	background:#33a837 url('../images/sms.png') no-repeat 5px 7px;
	background-size:25px 25px;
	display:block;
	line-height:40px;
	color:#fff;
	font-size:12px;
	font-weight:bold;
	padding-left:30px;
}


.list-category-product{
	padding:6px 0px 0px 0px;
	background:#0088cc;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	list-style:none;
	margin-bottom:15px;
}
.list-category-product li{
	float:left;
	line-height:34px;
	padding:0px 10px;
	color:#fff;
	font-weight:bold;
	font-size:16px;
	background: rgb(232,1,2);
	background: linear-gradient(0deg, rgba(232,1,2,1) 0%, rgba(254,67,68,1) 100%);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	cursor:pointer;
	margin-left:6px;
	margin-bottom:6px;
}
.list-category-product li.active, .list-category-product li:hover{
	color:#333;
	background:#f5f6f1;
}
.box-template-tab{
	display:none;
}
.list-question{
	margin-top:10px;
	list-style:none;
	margin-bottom:30px;
}
.list-question li{
	margin-bottom:10px;
}


.title-question{
	font-size:16px;
	font-weight:bold;
	color:#000;
	cursor:pointer;
	display:block;
	line-height:26px;
	padding:8px 5px 8px 48px;
	background:#f0f0f0 url('../images/arrow.png') no-repeat 18px 16px;
	border-bottom:1px #ccc solid;
	-webkit-border-radius: 23px;
	-moz-border-radius: 23px;
	border-radius: 23px;
}
.list-question li .title-question:hover,.list-question li .active{
	border-bottom:1px #d24417 solid;
	color:#fff;
	background:#fd5c5d url('../images/arrow-hover.png') no-repeat 18px 16px;
}

.content-question{
	display:none;
	padding:10px 0px 25px 0px;
	font-size:16px;
}
.button-dangky{
	display:block;
	width:157px;
	height:30px;
	color:#fff;
	font-size:13px;
	font-weight:bold;
	text-align:center;
	line-height:30px;
	background:#e88a25;background:-webkit-linear-gradient(left,#e88a25,#d40000);background:-o-linear-gradient(right,#e88a25,#d40000);background:-moz-linear-gradient(right,#e88a25,#d40000);background:linear-gradient(to right,#e88a25,#e4212a);
	-webkit-border-radius: 40px;
	-moz-border-radius: 40px;
	border-radius: 40px;
	position:fixed;
	z-index:1;
	right:0px;
	bottom:8px;
}
.button-dangky:hover{
	background:#01c15f;
}

/* hotline */
.hotline-phone-ring-circle{width:85px;height:85px;top:10px;left:10px;position:absolute;background-color:transparent;border-radius:100%;border:2px solid #e60808;-webkit-animation:phonering-alo-circle-anim 1.2s infinite ease-in-out;animation:phonering-alo-circle-anim 1.2s infinite ease-in-out;transition:all .5s;-webkit-transform-origin:50% 50%;-ms-transform-origin:50% 50%;transform-origin:50% 50%;opacity:.5}
.hotline-phone-ring-circle-fill{width:55px;height:55px;top:22px;left:26px;position:absolute;background-color:rgba(230,8,8,.7);border-radius:100%;border:2px solid transparent;-webkit-animation:phonering-alo-circle-fill-anim 2.3s infinite ease-in-out;animation:phonering-alo-circle-fill-anim 2.3s infinite ease-in-out;transition:all .5s;-webkit-transform-origin:50% 50%;-ms-transform-origin:50% 50%;transform-origin:50% 50%}
.hotline-phone-ring-img-circle{background-color:#e4212a;width:33px;height:33px;top:33px;left:37px;position:absolute;background-size:20px;border-radius:100%;border:2px solid transparent;-webkit-animation:phonering-alo-circle-img-anim 1s infinite ease-in-out;animation:phonering-alo-circle-img-anim 1s infinite ease-in-out;-webkit-transform-origin:50% 50%;-ms-transform-origin:50% 50%;transform-origin:50% 50%;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;align-items:center;justify-content:center}
.hotline-phone-ring-img-circle .pps-btn-img{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}
.hotline-phone-ring-img-circle .pps-btn-img img{width:20px;height:20px}

.hotline-bar{position:absolute;background:#e88a25;background:-webkit-linear-gradient(left,#e88a25,#d40000);background:-o-linear-gradient(right,#e88a25,#d40000);background:-moz-linear-gradient(right,#e88a25,#d40000);background:linear-gradient(to right,#e88a25,#e4212a);height:40px;width:200px;line-height:40px;border-radius:3px;padding:0 10px;background-size:100%;cursor:pointer;transition:all .8s;-webkit-transition:all .8s;z-index:9;box-shadow:0 14px 28px rgba(0,0,0,.25),0 10px 10px rgba(0,0,0,.1);border-radius:50px !important;border:none;left:33px;bottom:37px}.hotline-bar>a{color:#fff;text-decoration:none;font-size:16px;font-weight:normal;text-indent:50px;display:block;letter-spacing:1px;line-height:42px;}.hotline-bar>a:hover,.hotline-bar>a:active{color:#fff}@-webkit-keyframes phonering-alo-circle-anim{0%{-webkit-transform:rotate(0) scale(.5) skew(1deg);-webkit-opacity:.1}30%{-webkit-transform:rotate(0) scale(.7) skew(1deg);-webkit-opacity:.5}100%{-webkit-transform:rotate(0) scale(1) skew(1deg);-webkit-opacity:.1}}@-webkit-keyframes phonering-alo-circle-fill-anim{0%{-webkit-transform:rotate(0) scale(.7) skew(1deg);opacity:.6}50%{-webkit-transform:rotate(0) scale(1) skew(1deg);opacity:.6}100%{-webkit-transform:rotate(0) scale(.7) skew(1deg);opacity:.6}}@-webkit-keyframes phonering-alo-circle-img-anim{0%{-webkit-transform:rotate(0) scale(1) skew(1deg)}10%{-webkit-transform:rotate(-25deg) scale(1) skew(1deg)}20%{-webkit-transform:rotate(25deg) scale(1) skew(1deg)}30%{-webkit-transform:rotate(-25deg) scale(1) skew(1deg)}40%{-webkit-transform:rotate(25deg) scale(1) skew(1deg)}50%{-webkit-transform:rotate(0) scale(1) skew(1deg)}100%{-webkit-transform:rotate(0) scale(1) skew(1deg)}}@media (max-width:768px){.hotline-bar{display:none}}

.hotline-phone-ring-img-circle .pps-btn-img img {
    width: 20px;
    height: 20px;
}
img {
    border: none;
}


.hotline-phone-ring-wrap {
    position: fixed !important;
    bottom: -30px;
    left: -30px;
    width:100px;
    z-index: 98;
}

.hotline-phone-ring {
    position: relative;
    visibility: visible;
    background-color: transparent;
    width: 110px;
    height: 110px;
    cursor: pointer;
    z-index: 11;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    transition: visibility .5s;
    left: 0;
    bottom: 0;
    display: block;
}


.float-icon-hotline {
    display: block;
    width: 40px;
    position: fixed;
    bottom:55px;
    left:5px;
    z-index: 98;
}
	

.float-icon-hotline ul {
    display: block;
    width: 100%;
    padding-left: 0;
    margin-bottom: 0;
}
.float-icon-hotline ul li {
    display: block;
    width: 100%;
    position: relative;
    margin-bottom: 10px;
    cursor: pointer;
}
.float-icon-hotline ul li a#messengerButton {
    padding: 0px !important;
    background: transparent !important;
    border: 0px !important;
}.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.float-icon-hotline ul li span {
    display: inline-block;
    padding: 0;
    background-color: #ff6a00;
    color: #fff;
    border: 2px solid #fff;
    border-radius: 20px;
    height: 40px;
    line-height: 36px;
    position: absolute;
    top: 0;
    left: 15px;
    z-index: 0;
    width: 0;
    overflow: hidden;
    -webkit-transition: all 1s;
    transition: all 1s;
    background-color: #ff6a00;
    -moz-box-shadow: 0 0 5px #888;
    -webkit-box-shadow: 0 0 5px#888;
    box-shadow: 0 0 5px #888;
    font-weight: 400;
    white-space: nowrap;
    opacity: 0;
}

ul.left-icon.hotline {
    margin-left: 0px !important;
}


.float-icon-hotline ul li .fa-zalo {
    background:url('../images/zalo.png') center center no-repeat;
    background-size:40px 40px;
    width:40px;
    height:40px;
    -webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.float-icon-hotline ul li .fa-zalo:hover {
    background:url('../images/zalo.png') center center no-repeat;opacity:.9;
    background-size:40px 40px;
}
.float-icon-hotline ul li .fa-messenger {
    background:url('../images/fb.png') center center no-repeat;
}
.float-icon-hotline ul li .fa-messenger:hover {
    background:url('../images/fb.png') center center no-repeat;opacity:.9;
}
a.ho-tro-dang-tin{
	position:fixed;
	right:40px;
	bottom:42px;
	z-index:10;
	background:#3c9f10;
	padding:10px 5px;
	width:110px;
	color:#fff!important;
	font-weight:bold;
	text-align:center;
	line-height:18px;
	font-size:14px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.box-qua-tang{
    display: block;
    height:30px;
    padding:16px 0px 0px 42px;
    position: fixed;
    bottom:8px;
    left:70px;
    z-index: 9999;
    background:url('../images/icon-qua-tang.png') top left no-repeat;
    background-size:136px 46px;
}
.box-qua-tang:hover{
    bottom:10px;
}

.label-qua-tang{
	width:94px;
	height:30px;
	line-height:30px;
	text-align:center;
	color:#fff;
	font-size:13px;
	font-weight:bold;
	display:block;
	float:left;
	cursor:pointer;
}
.label-qua-tang-active{
	width:94px;
	height:30px;
	line-height:30px;
	text-align:center;
	color:#fff;
	font-size:13px;
	font-weight:bold;
	display:block;
	float:left;
	margin-right:2px;
	display:none;
}
#formsanqua{
	display:none;
	float:left;
}
.textbox-formsanqua{
	width:90px;
	padding:4px 0px;
	text-indent:4px;
	margin:0px 2px 0px 0px;
	border:2px #dd0a20 solid;
	background: #fff;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	font-size:14px;
	float:left;
}
.button-formsanqua{
	padding: 6px 0px;
	width:70px;
    border: 0px;
    background: rgb(218,3,27);
	background: linear-gradient(90deg, rgba(218,3,27,1) 0%, rgba(253,92,93,1) 100%);
    color: #fff;
    font-size:13px;
    text-align:center;
    cursor:pointer;
    -webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	float:left;
}
.button-formsanqua:hover{
    background: #da031b;
}



.cong-tien{
	background:#fedfb4;
	cursor:pointer;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.row-cta{
	padding:10px 10px 0px 10px;
}
/* form register fast */
.box-fast-form{
	border:1px #ccc solid;
	padding:1px;
	margin:0px auto 10px;
	-webkit-border-radius: 21px;
	-moz-border-radius: 21px;
	border-radius: 21px;
	overflow:hidden;
	max-width:430px;
	height:36px;
	text-align:center;
	box-shadow: 0px 0px 6px 4px rgba(0, 0, 0, 0.1);
	background:#fff;
	clear:both;
}

.textbox-fast-form{
	line-height:36px;
	padding:0px 10px;
	border:none;
	font-style:italic;
	font-size:14px;
	width:150px;
	float:left;
}
.button-fast-form{
    display: block;
    height: 36px;
    padding:0px 15px;
    color: #fff;
    font-size: 13px;
    font-weight:bold;
    text-align: center;
    line-height: 36px;
    cursor:pointer;
    border:none;
    background: #e88a25;
    background: -webkit-linear-gradient(left, #e88a25, #d40000);
    background: -o-linear-gradient(right,#e88a25,#d40000);
    background: -moz-linear-gradient(right,#e88a25,#d40000);
    background: linear-gradient(to right, #e88a25, #e4212a);
    -webkit-border-radius: 18px;
    -moz-border-radius: 18px;
    border-radius: 18px;
    position:relative;
    float:right;
}
.button-fast-form:hover{
    background: #e4212a;
    background: -webkit-linear-gradient(left, #d40000, #e88a25);
    background: -o-linear-gradient(right, #d40000,#e88a25);
    background: -moz-linear-gradient(right, #d40000,#e88a25);
    background: linear-gradient(to right, #d40000, #e88a25);
}

.cta-hotline{
  display: table;
  margin:0px auto 10px;
  position: relative;
  padding:10px 20px;
  line-height:20px;
  color: #ffffff;
  text-align: center;
  font-size: 16px;
  font-weight:normal;
  text-decoration: none;
  border-radius:30px;
  background:#01c15f;
  z-index: 1;
  transition: all 0.3s ease;


  &::before,
  &::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 20px;
    background: rgba(1, 193, 95, 0.6);
    z-index: -1;
    animation: ripple-wave1 2s infinite;
  }


  &::after {
    animation-delay: 1s;
  }
}

@keyframes ripple-wave1 {
  0% {
    transform: scale(1);
    opacity: 0.6;
  }

  100% {
    transform: scale(1.4);
    opacity: 0;
  }
}

.cta-hotline:hover {
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(1, 193, 95, 0.4);
}


/* form register */
.box-form-duan{
	width:100%;
	padding:40px 0px;
	background: #016699 url('../images/bg-form.png') repeat-x;
	margin:0px auto 40px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}

.box-form-duan h2{
	color: #fff;
    font-size:18px;
    margin:42px 10px 0px 10px;
  	line-height:26px;
    text-align: center;
}

.box-content-form{
	width:420px;
	margin:auto;
	padding:10px 0px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
.textbox-form-duan{
	width:100%;
	padding:10px 0px;
	text-indent:20px;
	margin:10px 0px 4px;
	border:1px #fff solid;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	font-size:16px;
}
.text-area-form-duan{
	width:100%;
	height:100px;
	padding:10px 0px;
	text-indent:20px;
	margin:6px 0px 8px;
	font-size:16px;
	border:1px #fff solid;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
.button-form-register{
	padding: 10px 0px;
	width:100%;
    border: 0px;
    background: rgb(218,3,27);
	background: linear-gradient(90deg, rgba(218,3,27,1) 0%, rgba(253,92,93,1) 100%);
    color: #fff;
    font-weight:bold;
    text-transform:uppercase;
    font-size:16px;
    text-align:center;
    margin:5px 0px 8px;
    cursor:pointer;
    -webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
}
.button-form-register:hover{
    background: #da031b;
}
.box-captra label{
	line-height:28px;
	float:left;
	font-size:14px;
	color:#3c3c3c;
	margin-right:10px;
}
.box-captra input{
	float:left;
	font-size:14px;
	padding:5px 10px;
	border:1px #636363 solid;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	width:50px;
}
.box-captra img{
	float:right;
	height:30px;
	display:block;
}
.error{
	color:#fff;
	font-size:14px;
}
@media (max-width: 768px) {
	.box-form-duan{
		width:100%;
		padding:10px 0px;
	}
	.box-content-form{
		width:80%;
		margin:auto;
		padding:10px 4%;
	}
	.box-form-duan h2{
	    font-size:18px;
	}


}


/* menu noi bo*/
.menunoibo{
	position:fixed;
	top:0px;
	left:0px;
	z-index:10;
	list-style:none;
	background: #e88a25;
    background: -webkit-linear-gradient(left, #e88a25, #d40000);
    background: -o-linear-gradient(right, #e88a25, #d40000);
    background: -moz-linear-gradient(right, #e88a25, #d40000);
    background: linear-gradient(to right, #e88a25, #e4212a);
    width:100%
}
.menunoibo li{
	margin-bottom:0px;
	position:relative;
	width:50%;
	float:left;
}
.menunoibo li a{
	display:block;
	text-align:center;
	font-size:14px;
	border-top:1px #fff solid;
	border-right:1px #fff solid;
	padding:2px 0px;
	color:#fff;
}
.menunoibo li:hover a{
}


.menunoibo li .box-text-show{
}
.menunoibo li:hover .box-text-show{
	display:block;
}

.menunoibo li .text-show{
}
.menunoibo li .arrow-show{
}
/* reponsive */
@media (max-width: 1100px) {
	.menunoibo{
	}
	.menunoibo li a{
	}
	.menunoibo li:hover a{
	}

}


/*news deail */
#news-detail h1.df{
    font-size: 18px !important;
    color: #1e1e1e;
}
#news-detail .date{
	color: #a2a2a2; 
    font-size: 13px;
    height: 28px; line-height: 28px;
    border-top: 1px solid #dbdbdb;
    border-bottom: 1px solid #dbdbdb;
    margin: 7px 0;
}
#news-detail .date a{
    color: #e55600;
}
#news-detail .detail{
	color:#373737;
	padding:10px 0 10px 0;
	text-align:justify;
	line-height:20px;
}
#news-detail .detail a{
    color: #236FA3;
}
#news-detail .summary{
    padding-top: 7px;
}
#news_other ul{ margin:10px 0px 20px;list-style:none;}
#news_other ul li{ line-height:24px;}
#news_other ul li a{ color:#454444;font-size:15px;}
#news_other ul li a:hover{color: #236FA3; text-decoration:underline}
#news_other ul li span{color: #C9C9C9;}
#news_other .title{
    border-bottom: 1px solid #DBDBDB;
    border-top: 1px solid #DBDBDB;
    color: #1e1e1e;
    font-size: 16px;
    height: 28px;
    line-height: 28px;
    margin: 7px 0;
}
.summary{
	font-size:14px;
	line-height:22px;
	font-weight:normal;
}
.description{
	margin-bottom:40px;
	line-height:23px!important;
}
.description a{
	color:#0093c8;
}
.description a:hover{
	color:#ef6a2f;
}
.description img{
	max-width:100%;
	height:auto!important;
}

/******** COMMENT *********/
.comments {
	padding:0px 0px;
}
.row-rating {
    background: #f6f6f5;
    padding: 8px 15px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    margin-bottom:10px;
}
.col-rating {
    float: left;
    margin-right: 30px;
}
.ratingCount{
	font-size:18px;
    font-weight: bold;
    color: #b92f03;
}
.ratingValue{
	font-size:16px;
    font-weight: bold;
    color: #b92f03;
}
.checkbox-inline {
    background: url(../images/icon-star.png) no-repeat top center;
    width: 25px;
    text-align: center;
    padding-top: 25px;
    margin-right: 5px;
    display: block;
    float: left;
    margin-bottom: 10px;
}
.form-comment{
    padding: 10px 15px 5px 15px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    margin-bottom: 30px;
    border:1px #ccc solid;
}

.comment_form_title_send {
    background: url("../images/comment.png") no-repeat left center;
    color: #FF2C00;
    font-size: 17px;
    height: 31px;
    padding-left: 34px;
    padding-top: 14px;
    text-transform: uppercase;
}
.comment-item{
    margin:0px 0% 15px 0px;
    width:100%;
}
.comment_content p{

}
.comment_sub_0 {
}
.comment_sub_1 {
	margin-left:40px;
	border-bottom:none;
	background:#f7f7f7;
}
.comment-item .date {
    color: #ACACAC;
    font-size: 11px;
}
.comment_sub_1 .comment_content {
    border-bottom:1px #ccc dotted;
	margin:0px 20px;
	padding:3px 0px;
}
.comment_form_title {
    font-size: 17px;
    margin-bottom: 0;
    padding-bottom: 8px;
    background: url("../images/icon-comment.png") no-repeat 0px 0px;
    padding-left:35px;
}
.comment_form_title span {
    padding-bottom: 3px;
    padding-right: 20px;
}
.form_comment p {
    margin-bottom: 10px;
}
.form_comment p input, .form_comment textarea {
    color: #000;
    width:250px;
	margin-right:10px;
	padding:3px 0px 3px 10px;
	outline:none;
}
.form_comment .button {
    float: left;
}
#submitbt {
}
.button_area {
    margin: 10px 0;
}
.form_comment {
}
#comment_add_form p, #comment_add_form textarea {
    margin-top: 4px;
}
#comment_add_form a img {
    vertical-align: middle;
    height:25px;
}
#comment_add_form textarea {
    color: #303030;
    width:97%;
	text-indent:10px;
    margin-bottom:10px;
    border:1px #ccc solid;
	margin-right:10px;
	float:left;
	margin-top: 0px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	font-size:16px;

}
.form_comment textarea{
}
#comment_add_form input.textbox01{
	width:97%;
	padding:8px 0px 8px 10px;
	outline:none;
	float:left;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border:1px #ccc solid;
	margin-bottom:10px;
	font-size:16px;
}
.form_comment p input#txtCaptcha{
	width:80px;
	padding:4px 0px 4px 10px;
	border:1px #d0d0d0 solid;
	margin-right:10px;
	float:left;
}
.code-view{
	display:block;
	width:63px;
	float:left;
}
.img-member{
	width:10%;
	display:block;
	-webkit-border-radius: 60px;
	-moz-border-radius: 60px;
	border-radius: 60px;
	float:left;
	margin-right:3%
}

.value-comment{
    border: 1px #ebebeb solid;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    position: relative;
    float:left;
    padding:5px 2%;
    width:82%;
}
.value-comment:before {
	background:url('../images/arrow2.png') no-repeat top left;
	position: absolute;
    left: -10px;
    top:24px;
    z-index: 1;
    width:10px;
    height:22px;
}
.value-comment{
	
}
.comment-item .name {
    color: #535353;
    font-size: 15px;
    font-weight: bold;
    margin-bottom:5px;
}
.ratingvalue1{
	height:16px;
	width:94px;
	display:block;
	margin-bottom:5px;
	background:url('../images/1star.jpg') no-repeat top left;
}
.ratingvalue2{
	height:16px;
	width:94px;
	display:block;
	margin-bottom:5px;
	background:url('../images/2star.jpg') no-repeat top left;
	background-size:94px 16px;
}
.ratingvalue3{
	height:16px;
	width:94px;
	display:block;
	margin-bottom:5px;
	background:url('../images/3star.jpg') no-repeat top left;
	background-size:94px 16px;
}
.ratingvalue4{
	height:16px;
	width:94px;
	display:block;
	margin-bottom:5px;
	background:url('../images/4star.jpg') no-repeat top left;
	background-size:94px 16px;
}
.ratingvalue5{
	height:16px;
	width:94px;
	display:block;
	margin-bottom:5px;
	background:url('../images/5star.jpg') no-repeat top left;
	background-size:94px 16px;
}

.comment-item .name img {
    margin-right: 10px;
}
.comment-item .date {
    color: #BDBDBD;
}
.reply_button_area{
	margin-top: 6px;
}
.comments .button {
    background: #e88a25;
    background: -webkit-linear-gradient(left, #e88a25, #d40000);
    background: -o-linear-gradient(right,#e88a25,#d40000);
    background: -moz-linear-gradient(right,#e88a25,#d40000);
    background: linear-gradient(to right, #e88a25, #e4212a);
    color: #fff;
	padding:10px 30px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border:none;
	font-size:16px;
	font-weight:bold;
	cursor:pointer;
	margin-bottom:10px;
}
.content-details .comments .button span {
	color: #000;
	line-height: 24px;
}
.button_reply {
    display: block;
    font-size: 11px;
    text-align: right;
    color: #fff;
    float:right;
   	padding:0px 8px;
   	background:#05aea0;
   	height:16px;
   	line-height:16px;
   	margin-bottom:8px;
   	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}
.comments .hidden,.comments .hide {
    display: none;
}
.comment-attr{
	float:left;
	width:300px;
}
#news-detail .comment-attr .date{
	border:none;
	color:#9b9b9b;
	font-size:11px;
}
#comment_add_form input.button-comment{
	width:auto;
	height:24px;
	line-height:24px;
	padding:0px 20px;
	color:#000;
}
.reply_area{
	margin:8px 0px;
}
.add-task{
	color:#b42625;
	font-size:14px;
	margin-bottom:20px;
}
.add-task h4{
	font-weight:bold;
	float:left;
	font-size:16px;
	margin-right:5px;
}
.content-details .add-task span{
	color:#8f09c2;
	float:left;
	line-height:20px;
}

.row-danhgia{
	margin-bottom:15px;
}
.box-rate{
	margin:3px 0px 0px 5px;
	float:left;
}
.list-rate{
	list-style:none;
	background-image:url('../images/5-stars.png');
	background-repeat:no-repeat;
	background-position:top left;
	float:left;
	width:97px;
	margin:3px 10px 0px 0px;
}
.list-rate li{
	float:left;
	width:16px;
	height:16px;
	display:block;
	margin-right:3px;
	cursor:pointer;
}
.note-star{
	background: #52b858;
    color: #fff;
    padding: 5px 15px;
    font-style:italic;
    font-size: 14px;
     -webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	display:none;
}

/** jRating CSS **/
.jRatingAverage {
	background-color:#f62929;
	position:relative;
	top:0;
	left:0;
	z-index:2;
	height:100%;
}
.jRatingColor {
	background-color:#f4c239; /* bgcolor of the stars*/
	position:relative;
	top:0;
	left:0;
	z-index:2;
	height:100%;
}

/** Div containing the stars **/
.jStar {
	position:relative;
	left:0;
	z-index:3;
}

/** P containing the rate informations **/
p.jRatingInfos {
	position:		absolute;
	z-index:9999;
	background:	transparent url('icons/bg_jRatingInfos.png') no-repeat;
	color:			#FFF;
	display:		none;
	width:			91px;
	height:			29px;	
	font-size:16px;
	text-align:center;
	padding-top:5px;
}
	p.jRatingInfos span.maxRate {
		color:#c9c9c9;
		font-size:14px;
	}


/******** end COMMENT ********/

/* Menu tin tuc trang chu */
.list-cat-news{
	list-style:none;
	margin-bottom:20px;
}
.list-cat-news li{
	margin:0px 0px 0px 0px;
}

.list-cat-news li a{
	display:block;
	display:block;
	font-size:15px;
    line-height:30px;
    color: #0069a3;
    border-bottom:1px #0069a3 dotted;
    display:block;
}
.list-cat-news li a:hover{
	color:#ffb243;
}

.list-cat-news li p{
	text-align:justify;
	margin-bottom:5px;
	font-size:14px;
	color:#000;
}

.list-cat-news li .header-group-intro-cat2:hover{
	color:#f00;
}


@media (max-width: 720px) {
	.list-cat-news{

}
.list-cat-news li{
}


}
    

/* reponsive */
@media (max-width: 1100px) {
	.container{

	}
	.list-support{
		display:block;
	}

	.header-body,.list-cat,.box-template,.intro-website-body,.body-intro-company,.wrapper-slide{
		width:100%;
	}
	.footer-body,.primary{
		width:auto;
		margin:0px 3%;
	}
	.header {
		border-top:none;
	}
	.list-news-footer li {
	    width: 44%;
	    margin-right: 1.5%;
	    margin-left:1.5%;
	}
	.tags,.summary-news-footer{
		display:none;
	}
	.item-intro-company{
		display:none;
	}
	.image-news-home {
		width:34.8%;
	}
	
	.box-hotline{
		display:block;
	}

	.hotline-home{
		display:none;
	}
	.content-tienich{
		width:80%;
		float:right;
}
.rows-tienich img{
	margin-right:0px;
	width:16%;
}
.video-intro{
	width:100%!important;
	border:1px #8c5f29 solid;
	margin-bottom:20px;
}

.width45,.width50{
	width:100%;
}

.video-cat{
	width:100%!important;
	border:1px #8c5f29 solid;
	margin-bottom:20px;
}
.header-group-intro-cat3 {
    font-size: 22px;
    line-height: 24px;
    margin: 0px 0px 10px 0px;
    color: #0069a3;
    font-weight: normal;
}

.list-template li .image img{
	height:auto!important
}


}


@media (max-width: 820px) {
	.list-template li {
		width: 44.8%;
		margin: 0px 2.3% 24px 2.3%;
		border:1px #e4e4e4 solid;
		-webkit-border-radius: 4px;
		-moz-border-radius: 4px;
		border-radius: 4px;
	}
	
	.intro-item {
		width: 44%;
		margin: 0px 3% 20px 3%;
	}
	.intro-item p {
		font-size:14px;
	}
	
	.box-info-company {
		width: 100%;
		float: none;
		margin-right:none;
		margin-bottom:20px;
	}
	.bank-item {
		width: 100%;
		float: none;
		margin-bottom:6px;
	}
	.body-intro-company{
		width:auto;
		margin:0px 15px 0px 15px;
	}
	.item-intro-company{
		width:96%
	}
	.item-intro-company01,.item-intro-company02{
		width:auto;
		float:none;
	}
	.left-item-intro-company,.right-item-intro-company{
		width:auto;
		float:none;
	}
	
	.list-news-footer li {
	    width: 90%;
	    margin-right: 3%;
	    margin-left:4%;
	}
	.tags,.summary-news-footer{
		display:block;
	}
	.list-chirden-cat{
		display:none;
	}
	.rows-tienich {
	    margin: 0px 2% 15px 2%;
	    float: none;
	    width: 96%;
	}
	.header-group-intro-cat{
	    margin: 0px 0px 15px 0px;
	    font-size: 20px;
	}
	.header-item-intro-company{
	margin: 15px 0px 15px 0px;
}
	.row-footer-right{
		float:none;
		margin-bottom:10px;
		width:100%;
	}
	.row-footer-left{
		display:block;
		float:left;
		width:100%;
		clear:both;
	}
.footer-body {
	padding-bottom:15px;
}
.box-info-cart{
	display:none;
}
.title-project {
    font-size: 15px;
    height: 36px;
    line-height: 18px;
    background:none;
    color:#0088cc;
}
.left-group-intro-cat {
    width: auto;
    float: none;
}
.img-member{
	width:12%;
	display:block;
	-webkit-border-radius: 60px;
	-moz-border-radius: 60px;
	border-radius: 60px;
	float:left;
	margin-right:3%
}

.value-comment{
    border: 1px #ebebeb solid;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    position: relative;
    float:left;
    padding:5px 2%;
    width:80%;
}




}



@media (max-width: 550px) {
	.content-tienich {
	    width: 100%;
	    float: none;
	}
	.slogan {
	    padding: 10px 0px 0px 0px;
	}
	.slogan h1 {
	    padding-bottom: 10px;
	}

	.list-template li {
		width: 45%;
    	margin: 0px 0% 10px 3%;
    	float:left;
   	}
   	.list-template li p{
		display:table;
		width:100%;
   	}

   	.title-project{
	    font-size: 16px;
	    height: 56px;
	    line-height:18px;
	}
	.intro-item {
		width: 90%;
		margin: 0px 5% 20px 5%;
	}
	.intro-item p {
		text-align:center;
	}
	.list-social {
		display:none;
	}
	.row-footer-bottom p {
		line-height: 22px;
		float:none;
		color: #c6d0d5;
		text-align:center;
		font-size:14px;
	}
	.menu-footer-bottom {

	}
	.row-footer{
		padding-top:10px;
	}
	.mobile-none{
		display:none;
	}
	.list-news-footer li {
	    width: 98%;
	    margin-right:0;
	    margin-left:0;
	}
	.image-news-home{
		display:none;
	}
	.right-item-news-footer{
		width:100%;
		float:none;
	}	
	
	.list-cat li {
	    margin: 0px 0px 8px 0px;
	}
	.list-cat li a {
	    font-size: 15px;
	    display: block;
	    padding: 8px 10px 5px 10px;
	    -webkit-border-radius: 18px;
	    -moz-border-radius: 18px;
	    border-radius: 18px;
	}
	.rows-tienich img {
		margin-right:auto;
		float:none;
		margin:0px auto 10px;
		width:60px;
		height:60px;
		display:block;
	}
	.rows-tienich h3, .rows-tienich h2,.rows-tienich p {
		text-align:center;
		font-size:18px;
	}
	.summary-content-tienich{
		text-align:justify;
		font-size:15px!important;
		line-height:20px;
	}
	.left-group-intro-cat {
	    width: 96%;
	    float: none;
	   	margin:0px auto 10px;
	   	padding-top:20px;
	}
	.image-group-intro-cat01 {
	    float: none;
	    max-width:100%;
	}
	.img-member{
		width:24%;
		display:block;
		-webkit-border-radius: 60px;
		-moz-border-radius: 60px;
		border-radius: 60px;
		float:left;
		margin-right:3%
	}
	
	.value-comment{
	    border: 1px #ebebeb solid;
	    -webkit-border-radius: 10px;
	    -moz-border-radius: 10px;
	    border-radius: 10px;
	    position: relative;
	    float:left;
	    padding:5px 2%;
	    width:68%;
	}
	.value-comment:before {
	    top:36px;
	}


}

@media (max-width: 350px) {
	.label-hotline{
		display:none;
	}
}