/*huyen*/
.tp-caption.title_belizio_white{
    position: absolute; 
    color: #fff; 
    text-shadow: none; 
    font-weight: normal; 
    font-size: 35px; 
    line-height: 35px; 
    font-family: Belizio; 
    padding: 0px 4px; 
    padding-top: 1px;
    margin: 0px; 
    border-width: 0px; 
    border-style: none; 	
    letter-spacing: 0.5px;
    width: 520px;
}
.tp-caption.text_arial_white{
    position: absolute; 
    color: #f4f5ed; 
    text-shadow: none; 
    font-size: 16px; 
    line-height: 26px; 
    font-family: Arial; 
    padding: 0px 4px; 
    padding-top: 1px;
    margin: 0px; 
    border-width: 0px; 
    border-style: none; 	
    width: 425px;
}
.tp-caption.title_belizio_gray{
    position: absolute; 
    color: #413b31; 
    text-shadow: none; 
    font-weight: normal; 
    font-size: 35px; 
    line-height: 35px; 
    font-family: Belizio; 
    padding: 0px 4px; 
    padding-top: 1px;
    margin: 0px; 
    border-width: 0px; 
    border-style: none; 	
    letter-spacing: 0.5px;
}
.tp-caption.text_arial_gray{
    position: absolute; 
    color: #413b31; 
    text-shadow: none; 
    font-size: 16px; 
    line-height: 26px; 
    font-family: Arial; 
    padding: 0px 4px; 
    padding-top: 1px;
    margin: 0px; 
    border-width: 0px; 
    border-style: none; 	
    width: 501px;
}
.tp-caption.boxshadow{
		-moz-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.5);
		-webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.5);
		box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.5);
	}
											
.tp-caption.black{
		color: #000; 
		text-shadow: none;		
	}	
					
.tp-caption.noshadow {
		text-shadow: none;		
	}	
					
.tp-caption a { 
	color: #ff7302; text-shadow: none;	-webkit-transition: all 0.2s ease-out; -moz-transition: all 0.2s ease-out; -o-transition: all 0.2s ease-out; -ms-transition: all 0.2s ease-out;	 
}			
	
.tp-caption a:hover { 
	color: #ffa902; 
}