#page_thuong_hieu .padding_ratio:before {
    padding-bottom: 100%;
}
#page_thuong_hieu h3.cat_title.align_center a {
	text-decoration: none;
	color: #fff;
	font-size: 1.1em;
	
}
#page_thuong_hieu h3.cat_title.align_center a:hover {
	color: #a97854;
}
#page_thuong_hieu .col-3 {
	padding-bottom: 30px;
}
#page_thuong_hieu .col-3 .col_wrapper {
	border: 1px solid #eae3e3;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    min-height: 100%;
}
#page_thuong_hieu h3.cat_title.align_center {
	position: absolute;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	width: 100%;
	background-color: rgb(0 0 0 / 56%);
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	bottom: 0;
	margin-bottom: 0;
}
#page_thuong_hieu .col-3 .col_wrapper img:hover {
	-webkit-transform: scale(1.2);
	    -ms-transform: scale(1.2);
	        transform: scale(1.2);
    overflow: hidden;
}
#page_thuong_hieu a.padding_ratio {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    
}
#page_thuong_hieu a.padding_ratio img {
	position: absolute;
	height: 100%;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
	top: 0;
    left: 0;
    width: 100%;

}
#page_thuong_hieu h3.cat_title.align_center a.padding_ratio:before {
	padding-bottom: 30%;
}