.view-first img {
   -webkit-transition: all 0.2s linear;
   -moz-transition: all 0.2s linear;
   -o-transition: all 0.2s linear;
   -ms-transition: all 0.2s linear;
   transition: all 0.2s linear;
}
.view-first .mask {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
   background-color: rgba(219,127,8, 0.7);
   -webkit-transition: all 0.4s ease-in-out;
   -moz-transition: all 0.4s ease-in-out;
   -o-transition: all 0.4s ease-in-out;
   -ms-transition: all 0.4s ease-in-out;
   transition: all 0.4s ease-in-out;
}
.view-first h2 {
   -webkit-transform: translateY(-100px);
   -moz-transform: translateY(-100px);
   -o-transform: translateY(-100px);
   -ms-transform: translateY(-100px);
   transform: translateY(-100px);
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
   -webkit-transition: all 0.2s ease-in-out;
   -moz-transition: all 0.2s ease-in-out;
   -o-transition: all 0.2s ease-in-out;
   -ms-transition: all 0.2s ease-in-out;
   transition: all 0.2s ease-in-out;
}
.view-first p {
   -webkit-transform: translateY(100px);
   -moz-transform: translateY(100px);
   -o-transform: translateY(100px);
   -ms-transform: translateY(100px);
   transform: translateY(100px);
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
   -webkit-transition: all 0.2s linear;
   -moz-transition: all 0.2s linear;
   -o-transition: all 0.2s linear;
   -ms-transition: all 0.2s linear;
   transition: all 0.2s linear;
}
.view-first:hover img {
   -webkit-transform: scale(1.1,1.1);
   -moz-transform: scale(1.1,1.1);
   -o-transform: scale(1.1,1.1);
   -ms-transform: scale(1.1,1.1);
   transform: scale(1.1,1.1);
}
.view-first a.info {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
   -webkit-transition: all 0.2s ease-in-out;
   -moz-transition: all 0.2s ease-in-out;
   -o-transition: all 0.2s ease-in-out;
   -ms-transition: all 0.2s ease-in-out;
   transition: all 0.2s ease-in-out;
}
.view-first:hover .mask {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
   filter: alpha(opacity=100);
   opacity: 1;
}
.view-first:hover h2,
.view-first:hover p,
.view-first:hover a.info {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
   filter: alpha(opacity=100);
   opacity: 1;
   -webkit-transform: translateY(0px);
   -moz-transform: translateY(0px);
   -o-transform: translateY(0px);
   -ms-transform: translateY(0px);
   transform: translateY(0px);
}
.view-first:hover p {
   -webkit-transition-delay: 0.1s;
   -moz-transition-delay: 0.1s;
   -o-transition-delay: 0.1s;
   -ms-transition-delay: 0.1s;
   transition-delay: 0.1s;
}
.view-first:hover a.info {
   -webkit-transition-delay: 0.2s;
   -moz-transition-delay: 0.2s;
   -o-transition-delay: 0.2s;
   -ms-transition-delay: 0.2s;
   transition-delay: 0.2s;
}
.float {
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  transform: translateZ(0px);
  border:1px solid #DCE9E9;
  float: left;
  transition-duration: 0.3s;
  transition-property: transform;
  width: 274px;
    height: 270px;
  text-align: center;
  color: #000;
  margin: 10px 20px 10px 0px;
  padding: 5px;
  background: #fff;

}
.float.cuoi{
	margin-right:0px;
}
.float img{
    width: 245px;
  height: 200px;
    border: 1px solid #ddd;
}
.float h3{
	margin:2px;
	font-size:15px;
	text-transform:uppercase;
	font-weight:bold;
}
.float p{
  font-size: 13px;
  line-height: 13px;
}
.float .xct {
  width: 274px;
  height: 21px;
  bottom: 0px;
  position: absolute;
  text-align: center;
  /*left: 47px;*/
  color: #fff;
  line-height: 21px;
  margin: 10px auto;
  font-size: 12px;
  background: url(../images/xct.png) no-repeat center;
}
.float .xct.ak{
  left: 63px;

}

.a-btn{
    background:#034CA0;
    padding-left:5px;
    padding-right:15px;
    height:30px;
    display:inline-block;
    position:relative;
    border:1px solid #5d81ab;
    float:left;
    clear:both;
    overflow:hidden;
    -webkit-transition:all 0.3s linear;
    -moz-transition:all 0.3s linear;
    -o-transition:all 0.3s linear;
    transition:all 0.3s linear;
	
	 top: -47px;
	left: 185px;
	
	cursor:pointer;
}
.a-btn-text{
    padding-top:5px;
    display:block;
    font-size:13px !important;
    color:#fff;
    -webkit-transition:all 0.2s linear;
    -moz-transition:all 0.2s linear;
    -o-transition:all 0.2s linear;
    transition:all 0.2s linear;
		font-weight: none !important;
  font-family: tahoma !important;
  text-transform: none !important;
}
.a-btn-slide-text{
    position:absolute;
    height:100%;
    top:0px;
    right:5px;
    width:0px;
    background:#E5D307;
    color:#000;
    font-size:13px !important;
	font-weight: none !important;
	font-family: tahoma !important;
	text-transform: none !important;
    white-space:nowrap;
    text-align:left;
    text-indent:10px;
    overflow:hidden;
    line-height:32px;
    -webkit-box-shadow:-1px 0px 1px rgba(255,255,255,0.4), 1px 1px 2px rgba(0,0,0,0.2) inset;
    -moz-box-shadow:-1px 0px 1px rgba(255,255,255,0.4), 1px 1px 2px rgba(0,0,0,0.2) inset;
    box-shadow:-1px 0px 1px rgba(255,255,255,0.4), 1px 1px 2px rgba(0,0,0,0.2) inset;
    -webkit-transition:width 0.3s linear;
    -moz-transition:width 0.3s linear;
    -o-transition:width 0.3s linear;
    transition:width 0.3s linear;
}
.a-btn-icon-right{
    position:absolute;
    right:0px;
    top:0px;
    height:100%;
    width:5px;
    border-left:1px solid #638E01;
    -webkit-box-shadow:1px 0px 1px rgba(255,255,255,0.4) inset;
    -moz-box-shadow:1px 0px 1px rgba(255,255,255,0.4) inset;
    box-shadow:1px 0px 1px rgba(255,255,255,0.4) inset;
}
.a-btn:hover{
    padding-right:70px;
    -webkit-box-shadow:0px 1px 1px rgba(255,255,255,0.8) inset, 1px 1px 3px rgba(0,0,0,0.2);
    -moz-box-shadow:0px 1px 1px rgba(255,255,255,0.8) inset, 1px 1px 3px rgba(0,0,0,0.2);
    box-shadow:0px 1px 1px rgba(255,255,255,0.8) inset, 1px 1px 3px rgba(0,0,0,0.2);
}
.a-btn:hover .a-btn-text{
    text-shadow:0px 1px 1px #5d81ab;
    color:#fff;
}
.a-btn:hover .a-btn-slide-text{
    width:60px;
}
.a-btn:hover .a-btn-icon-right span{
    opacity:1;
}
.a-btn:active{
    position:relative;
    top:1px;
    background:#5d81ab;
    -webkit-box-shadow:1px 1px 2px rgba(0,0,0,0.4) inset;
    -moz-box-shadow:1px 1px 2px rgba(0,0,0,0.4) inset;
    box-shadow:1px 1px 2px rgba(0,0,0,0.4) inset;
    border-color:#80a9da;
}
.over_menu_reponsive{
	display: none;
}
#slider{
	width:1200px; margin: 0 auto 
}
.md-scroll-mask { position: initial;}
/**************** Responsive ***********/
/****nho hon hoac bang 768px ********/
@media only screen and (max-width: 768px) {
	
}
/**************** Responsive ***********/
/****nho hon hoac bang 480px ********/
@media only screen and (max-width: 480px) {
	#templatemo_menu{
		display: none;
	}
	.over_menu_reponsive{
		display: block;
		z-index: 5555;
		position: relative;
		float: left;
		width: 100%;
	}
	#site_title{
		width: 100%;
		height: 170px;
		/* display: table; */
	}
	.sites{
		width: 100%;
		float: left;
		display: table;
	}
	.logo img{
		margin-left: 0px;
	}
	.infoname{
		width: 100%;
		display: table;
	}
	.infoname h2{
		font-size: 34px;
		padding: 14px 0px 0px 0px;
	}
	.infoname .hh{
		padding-left: 0px;
		text-align: center;
		width: 100%;
	}
	#slider{
		width:100%;
		/* display: table; */
		float: left;
	}
	.khungsite{
		width: 100%;
	}
	.ifooter{
		width: 100%;
		padding: 0px 0px 0px 5px;
	}
	.khungsites{
		width: 100%;
	}
	.aside-panel{
		display: none;
	}
	.arc{
		width: 95%;
	}
	#pix_commands{
		display: none !important;
	}
	.float{
		width: 100%;
		    margin: 10px 0px 10px 0px;
	}
	.float .xct{
		width: 100%;
	}
	footer{
		display: table;
	}
	.cfooter{
		float: left;
		padding-top: 10px;
		text-align: left;
	}
	.footer{
		display: table;
	}
	#h22{
		/* display: table; */
		width: 100%;
	}
	.battt{
		width: 100%;
		height: auto;
	}
	.ndtin .hianh{
		width: 100%;
	}
	.ndtin .tentin{
		width: 100%;
	}
	.footer .pfooter{
		width: 100%;
	}
	.footer p{
		width: 100%;
	}
	.footer .phai{
		width: 100%;
	}
}
/**************** Responsive ***********/
/****nho hon hoac bang 480px ********/
@media only screen and (max-width: 400px) {
	.infoname h1{
	font-size: 23px;
	}
	.infoname h2{
	font-size: 28px;
	}
}