/*====================================================*/
.div_info{
	padding: 20px 0 50px;
}
.div_info .box_mid .mid-title{
	padding-bottom: 0;
}
.div_info .box_mid .mid-title:after{
	display: none;
}
.div_info .box_mid .mid-title .titleL{
	color:#ffffff;
}
.div_info .wrap_img{
	overflow: hidden;
	max-width: 270px;
	margin: 0 auto 20px;
	background: #ffffff;
}
.div_info .img{
	display: block;
	padding-top: 118.52%;
	position: relative;
	overflow: hidden;
}
.div_info .img img{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.div_info .link{
	text-align: center;
	margin-bottom: 20px;
}
.div_info .link a{
	font-size: 13px;
	line-height: 21px;
	font-weight: bold;
	color:#ffffff;
	text-transform: uppercase;
}
.div_info .link a span{
	padding-left: 15px;
	position: relative;
}
.div_info .link a span:before{
	content: "\f053";
	font-family: fontAwesome;
	position: absolute;
	top: 0;
	left: 0;
}
.div_info .link a:hover{
	text-decoration: underline;
}


.blphonezalo{
	display: flex;
	align-items: center;
	align-content: center;
	max-width: 270px;
	margin: 0 auto;
	margin-bottom: 25px;
}
.blphonezalo .pcol{
	width: calc(100% - 65px);
	margin-right: 10px;
}
.blphonezalo .zcol{
	width: 55px;
}
.blphonezalo .pzphone a{
	display: flex;
	justify-content: center;
	align-items: center;
	align-content: center;
	padding: 6px 10px;
	background-color: #33a837;
	color: #fff;
	border: 2px solid #fff;
	border-radius:5px;
	font-size: 18px;
	line-height: 27px;
	font-weight: bold;
}
.blphonezalo .pzphone a:hover{
	background-color: #fff;
	color: #33a837;
}
.blphonezalo .pzphone a .fa{
	margin-right: 10px;
}


.blslider{
	padding: 30px;
	background-color: #fff;
}



/*Update*/

.vh_contall{
	padding: 30px 0 20px;
}
.vh_contall .itemcontall{
	margin-bottom: 50px;
}
.vh_contall .itemcontall:last-child{
	margin-bottom: 0;
}
.itemcontall{
	position: relative;
	margin-top: 25px;
	border: 3px solid #eeeeee;
	padding: 45px 20px 20px;
}
.itemcontall .ttall{
	display: inline-block;
	position: absolute;
	top: -25px;
	left: 50%;
	transform: translateX(-50%);
	padding: 10px 30px;
	border-radius: 5px;
	background-color: #f5f5f5;
	font-size: 18px;
	line-height: 27px;
}
.itemcontall .lstitemall{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-content: center;
	align-items: center;
}
.itemcontall .lstitemall ul{
	display: flex;
	overflow-x: auto;
	-webkit-display: flex;
	flex-flow: row nowrap;
	position: relative;
	z-index: 2;
	white-space: nowrap;
	padding-bottom: 10px;
}

.itemcontall .lstitemall ul::-webkit-scrollbar {
	height: 6px;
	background-color: #fff;
}
.itemcontall .lstitemall ul::-webkit-scrollbar-thumb {
	background-color: #dddddd;
	border-radius: 25px;
}
.itemcontall .lstitemall ul li{
	margin-right: 45px;
}
.itemcontall .lstitemall ul li:last-child{
	margin-right: 0;
}
.itemcontall .lstitemall li a{
	display: flex;
	align-content: center;
	align-items: center;
}
.itemcontall .lstitemall li a .icon{
	width: 25px;
	margin-right: 10px;
}
.itemcontall .lstitemall li a .txt{
	width: calc(100% - 35px);
}

.itemcontall .lstitemall ul li.active a {
	color: #de0124;
}


@media screen and (max-width: 991px){

}
@media screen and (max-width: 767px){

	.blslider{
		padding: 15px;
	}
	.itemcontall{
		padding: 0;
		border: none;
		text-align: center;
	}
	.itemcontall .ttall{
		position: relative;
		transform: initial;
		left: initial;
		top: initial;
		margin: 0 auto;
		margin-bottom: 20px;
	}
	.vh_contall .itemcontall{
		margin-bottom: 30px;
		margin-top: 0;
	}
}