.cy_thinhha_home {
  max-width: 1920px;
  margin: 0 auto;
  font-family: "Open Sans", sans-serif;
  background-color: #000000;
  
  padding: 30px 0;
}
.cy_thinhha_home .sidebar .cate-list {
	background-color: #fff;
	margin-bottom: 15px;

}
.cy_thinhha_home .sidebar .cate-list .btn-cate {
	    width: 100%;
    background-color: #ebd15b;
    color:#242021;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    min-height: 40px;
    padding: 10px 20px;
    border: none;
    text-align: left;
}
.cy_thinhha_home .sidebar .cate-list .btn-cate  span{
	    margin-right: 20px;
}
.img-box .box a{
	display:block;
	text-align:center;
	height:100%;
}
.cy_thinhha_home .sidebar .cate-list li {
	display: inline-block;
	width: 100%;
	border-bottom: 1px solid #dad9d7;
}
.cy_thinhha_home .sidebar .cate-list li:last-child {
	border-bottom: none;
}
.cy_thinhha_home .sidebar .cate-list li a {
	display: flex;
	align-items:center;
	width: 100%;
	padding: 10px 15px;
	color: #474747;
	-webkit-transition: color 0.3s ease;
	-moz-transition: color 0.3s ease;
	-ms-transition: color 0.3s ease;
	-o-transition: color 0.3s ease;
	transition: color 0.3s ease;
}
.cy_thinhha_home .sidebar .cate-list li a span {
	
}
.cy_thinhha_home .sidebar .cate-list li a .img-box {
	position: relative;
	margin-right: 20px;
	min-width:26px;
}
.cy_thinhha_home .sidebar .cate-list li a .img-box .img-hover {
	opacity: 0;
	visibility: hidden;

	position: absolute;
	top: 0;
	left: 0;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.cy_thinhha_home .sidebar .cate-list li a:hover {
	color: #0077a2
}
.cy_thinhha_home .sidebar .cate-list li a:hover .img-hover {
	visibility: visible;
	opacity: 1
}
.cy_thinhha_home .sidebar .ads-wrapper .item {
	margin-bottom: 16px;
}
.cy_thinhha_home .main-container .item {
	background-color: #fff;
	margin: 0 -15px 20px;
	padding: 15px 15px 5px;
}
.cy_thinhha_home .main-container .item .item-title {
	text-align: center;
	text-transform: uppercase;
	color: #231f20;
	font-size: 18px;
	font-weight: 600;
	padding-bottom: 10px;
	border-bottom: 2px solid #231f20;
	margin-bottom: 15px; 
}
.cy_thinhha_home .main-container .item .row-7 {
	margin: 0 -7px;
}
.cy_thinhha_home .main-container .item .col-item{
	padding: 0 7px;
	margin-bottom: 10px;
}
.cy_thinhha_home .main-container .item .wrapper {
	padding: 5px;
	border: 1px solid #dad9d7;
	-webkit-transition: border-color 0.3s ease;
	-moz-transition: border-color 0.3s ease;
	-ms-transition: border-color 0.3s ease;
	-o-transition: border-color 0.3s ease;
	transition: border-color 0.3s ease;
}
.cy_thinhha_home .main-container .item .wrapper .img-box .box {
	overflow:hidden 
}
.cy_thinhha_home .main-container .item .wrapper .img-box img {
	margin: 0 auto;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	width:100%;
	height:100%;
	object-fit:cover;
}
.cy_thinhha_home .main-container .item .wrapper .img-box:hover img {
	-moz-transform: scale(1.2);
	-webkit-transform: scale(1.2);
	-o-transform: scale(1.2);
	-ms-transform: scale(1.2);
	transform: scale(1.2);
}
.cy_thinhha_home .main-container .item .wrapper .info-box .title {
	text-align: center;
	text-transform: uppercase;
	margin: 0 -5px -5px; 

}
.cy_thinhha_home .main-container .item .wrapper .info-box .title a {
	color: #231f20;
	display: block;
	font-weight: bold;
	font-size: 14px;
	line-height: 20px;
	padding: 27px 10px 15px 20px;
	position: relative;
	z-index: 0;
	background-image: url('../images/bg-text.png');
	background-repeat: no-repeat;
	background-position: bottom center;
	background-size: 100% 100%;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	    height: 82px;
    align-items: center;
    display: flex;
	    overflow: hidden;
    justify-content: center;
}
.cy_thinhha_home .main-container .item .wrapper:hover {
	border-color: #0077a2;
}
.cy_thinhha_home .main-container .item .wrapper:hover .info-box .title a {
	background-image: url('../images/bg-text-hover.png');
}
.cy_thinhha_home .main-container .item .img-box .box {
	height: 172px;
}
.cy_thinhha_home .sidebar {
	position: static;
}
@media screen and (max-width: 1199px) {
	.cy_thinhha_home .sidebar .cate-list .btn-cate {
		padding: 0 10px;
	}
	.cy_thinhha_home .main-container .item .img-box .box {
		height: 138px;
	}
}

@media screen and (max-width: 991px) {
	.cy_thinhha_home .main-container .item .img-box .box {
		height: 181px;
	}
	.cy_thinhha_home .main-container .item {
		margin-left: 0;
		margin-right: 0;
	}
	.cy_thinhha_home .sidebar .cate-list ul {
		display: none;
	}
}

@media screen and (max-width: 480px) {
	.cy_thinhha_home .main-container .item .img-box .box {
		height: 181px;
	}
	.cy_thinhha_home .main-container .item .col-item {
		width: 100%;
	}
}
@media screen and (max-width: 350px) {
	
}

@media screen and (max-width: 320px) {
	
}
/*.cy_thinhha_home .main-container .item .wrapper .info-box .title a:before {
	content: "";
	position: absolute;
	border-bottom: 38px solid #2a8329;
	border-left: 21px solid transparent;
	bottom: -5px;
	top:  -5px;
	left:  -5px;
	right:  -5px;
	z-index: -1;
}
.cy_thinhha_home .main-container .item .wrapper .info-box .title a:after {
	content: "";
	position: absolute;
	border-bottom: 20px solid #2a8329;
	border-left: 11px solid transparent;
	border-right: 164px solid transparent;
	bottom: 100%;
	left: 16px;
	right: 0;
	z-index: -1;
}*/