/*
#header {
	position: fixed;
	width: 100%;
	z-index: 999;							/*show menu khi keo chuot xuong*/
	/*background: rgba(1, 1, 1, 0.36); 15274b*/
	/*background-color: 000000;
}
#header .header-content {
	margin: 0 auto;
	max-width: 1170px;
	padding: 4px 0;
	margin-top: 14px;
	width: 100%;
	-moz-transition: padding 0.3s;
	-o-transition: padding 0.3s;
	-webkit-transition: padding 0.3s;
	transition: padding 0.3s;
}
#header .logo {
	float: left;
	font-size: 28px;
	font-weight: bolder;
	color: #ffffff;
	text-decoration:none;
	text-transform:uppercase;
	letter-spacing: 3px;
	margin-top: 0px;
}
#header.fixed {
	background-color: #000000; /*#0c4ca3;*/				/*mau nen khi keo chuot xuong*/
/*}
#header.fixed a {
	 color: #fff;						/*mau chu menu khi re xuong*/
/*}
#header.fixed .header-content {
	border-bottom: 0;
	padding: 10px 0;					/*menu rong hon khi keo xuong*/
/*}
#header.fixed .nav-toggle {
	top: 0px;						/*mobile*/
	color: #fff;	
/*}
.navigation.open {
	opacity: 0.9;
	visibility: visible;
	-moz-transition: opacity 0.5s;
	-o-transition: opacity 0.5s;
	-webkit-transition: opacity 0.5s;
	transition: opacity 0.5s;
}
.navigation {
	float: right;	
}
.navigation li {
	display: inline-block;				/*show menu ngang*/
/*}
.navigation a {
	color: #fff;					/*Mau chu menu*/
/*	font-size: 14px;				/*size chu menu*/
/*	font-weight: 700;
	margin-left: 40px;
	text-transform: uppercase;




}
.navigation a:hover {
	



}

.navigation a.active {
	color: #ea4f5f;



}
.nav-toggle {
	display: none;
	height: 44px;
	overflow: hidden;
	position: fixed;
	right: 5%;
	text-indent: 100%;
	top: 1px;							/*vi tri icon menu mobile*/
/*	white-space: nowrap;
	width: 44px;
	z-index: 99999;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	background: transparent;
}
.nav-toggle:before, .nav-toggle:after {
	border-radius: 50%;
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	-moz-transform: translateZ(0);
	-ms-transform: translateZ(0);
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	-moz-backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-transition-property: -moz-transform;
	-o-transition-property: -o-transform;
	-webkit-transition-property: -webkit-transform;
	transition-property: transform;
}
.nav-toggle:before {
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-webkit-transform: scale(1);
	transform: scale(1);
	-moz-transition-duration: 0.3s;
	-o-transition-duration: 0.3s;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	color: #f05da3;
}
.nav-toggle:after {
	background-color: transparent;
	-moz-transform: scale(0);
	-ms-transform: scale(0);
	-webkit-transform: scale(0);
	transform: scale(0);
	-moz-transition-duration: 0s;
	-o-transition-duration: 0s;
	-webkit-transition-duration: 0s;
	transition-duration: 0s;
	color: #f05da3;
}
.nav-toggle span {
	bottom: auto;
	display: inline-block;
	height: 3px;
	left: 50%;
	position: absolute;
	right: auto;
	top: 50%;
	width: 18px;
	z-index: 10;
	-moz-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
}
.nav-toggle span:before, .nav-toggle span:after {
	background-color: #000;
	content: "";
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
	-moz-transform: translateZ(0);
	-ms-transform: translateZ(0);
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	-moz-backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-transition: -moz-transform 0.3s;
	-o-transition: -o-transform 0.3s;
	-webkit-transition: -webkit-transform 0.3s;
	transition: transform 0.3s;
}
.nav-toggle span:before {
	-moz-transform: translateY(-6px) rotate(0deg);
	-ms-transform: translateY(-6px) rotate(0deg);
	-webkit-transform: translateY(-6px) rotate(0deg);
	transform: translateY(-6px) rotate(0deg);
}
.nav-toggle span:after {
	-moz-transform: translateY(6px) rotate(0deg);
	-ms-transform: translateY(6px) rotate(0deg);
	-webkit-transform: translateY(6px) rotate(0deg);
	transform: translateY(6px) rotate(0deg);
}
.nav-toggle.close-nav:before {
	-moz-transform: scale(0);
	-ms-transform: scale(0);
	-webkit-transform: scale(0);
	transform: scale(0);
}
.nav-toggle.close-nav:after {
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-webkit-transform: scale(1);
	transform: scale(1);
}
.nav-toggle.close-nav span {
	background-color: rgba(255, 255, 255, 0);
}
.nav-toggle.close-nav span:before, .nav-toggle.close-nav span:after {
	background-color: #fff;
}
.nav-toggle.close-nav span:before {
	-moz-transform: translateY(0) rotate(45deg);
	-ms-transform: translateY(0) rotate(45deg);
	-webkit-transform: translateY(0) rotate(45deg);
	transform: translateY(0) rotate(45deg);
}
.nav-toggle.close-nav span:after {
	-moz-transform: translateY(0) rotate(-45deg);
	-ms-transform: translateY(0) rotate(-45deg);
	-webkit-transform: translateY(0) rotate(-45deg);
	transform: translateY(0) rotate(-45deg);
}*/
/* ------------------------------------------------------------------------------
	Banner
-------------------------------------------------------------------------------*/
/*
.slider-banner h3{
	color: #FFF;
	font-size: 60px;
	text-shadow: 2px 1px 1px #000000;
	font-weight:bolder;
}
.banner {
	position:relative;
	width:100%;
	overflow:hidden;
	margin-top: 77px;

	/*height: 750px; */
/*}
.banner-text {
	padding-top: 45%;
}
.banner-text h1 {
	color: #000000;
	font-size: 36px;
	font-weight: 700;
	text-transform: uppercase;
}
.banner-text p {
	color: #000;
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
	margin-top: 30px;
	margin-bottom: 0px;
}

*/

/*----------------------------feaf17-----------005490------sale of tren dau hình sp*/
.hethang{
    position: absolute;
    top: ;
  	left:0;
    background: #051922;
    color: #fff;
    padding: 5px 10px;
}




.phantramsaleoff{
    position: absolute;
    top: 0;
  	right:0;
    background: #9b090c;
    color: #fff;
    padding: 5px 10px;
}

.gia{

    color: #9b090c;
 
}

.giacu{

    color: #000;

}




/*---------------------------------------005490------sale of tren dau hình sp*/

.img{
	-webkit-transition:all 1s ease;
	-moz-transition:all 1s ease;-o-transition:all 1s ease;
	-ms-transition:all 1s ease;
	transition:all 1s ease;
	max-width:100%;
} 
.img:hover{
	-webkit-transform:scale(1.13);
	-moz-transform:scale(1.13);
	-ms-transform:scale(1.13);
	-o-transform:scale(1.13);
	transform:scale(1.13);
} 
.img{
	max-width:100%;
	overflow:auto;
}



/*===============================
    Scroll Top
===============================*/

#scroll-Top  .return-to-top {
   
    position: fixed;
    right: 20px;
    bottom: 25px;
    display: none;
    width: 40px;
    line-height: 40px;
    height: 40px;
    text-align: center;
    font-size: 20px;
    cursor: pointer;
    color: #fff;
    background-color: #051922;
  	box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.3);
	border-radius:5px;
	-webkit-transition: .5s; 
	-moz-transition:.5s; 
	-ms-transition:.5s; 
	-o-transition:.5s;
    transition: .5s;
	z-index: 2;





}
#scroll-Top  .return-to-top:hover {
    background:#000;
    color: #9a080b;
	border:1px solid #9a080b;
}

#scroll-Top  .return-to-top i{
    position:relative;
    bottom:0;

}

#scroll-Top  .return-to-top i{
    position: relative;
    animation-name: example;
    animation-direction: alternate;
    animation-iteration-count: infinite;
    animation-duration:1s;
  
}








/* Image Block ======= support
================================================== */

.image-block{
	/*background: #f4f4f4;*/
	color: #fff;				/*noi dung gt*/

	line-height: 35px; 
	font-size: 18px; 
	font-weight: 400
}

.img-block-right{
	padding-right: 0px;
}

.img-block-head h2{
	font-size: 18px;
	line-height: normal;
	margin: 5px 0 0 0;
	color: #fff;
}

.img-block-head h3{
	font-size: 40px;
	line-height: 100%;
}

.image-block-content{
	padding: 0 0px;
	margin-bottom: 30px;
}

.image-block-content .feature-icon{
	width: 60px;
	height: 60px;
	line-height: 60px;
	color: #fff;
	border-radius: 0px;
	display: inline-block;
	text-align: center;
}

.image-block-content .feature-content{
	padding-left: 85px;
}

.image-block-content .feature-content h3{
	margin-bottom: 0;
}

.image-block-content .feature-icon {
  background-color: transparent;
  border: 2px solid #364d59;
  font-size: 25px;
  color: #fff;

}