.ov2_list .col-inner {
	display: flex;
}

.ov2_list .banner {
	width: 49%;
	cursor: pointer;
	transition: all 0.5s ease;
}

.ov2_list .banner.active h2 {
	color: #fff !important;
	font-weight: bold;
}

.ov2_list .banner.active .is-divider {
	background-color: #fff !important;
}

.ov2_list .banner:nth-child(1).active {
	background-image: url('../../../../uploads/2024/08/muc4-abc.jpg');
	background-repeat: round;
}

.ov2_list .banner:nth-child(2).active {
	background-image: url('../../../../uploads/2024/08/muc4-abcd.jpg');
	background-repeat: round;
}

.ov2_list .banner:nth-child(3).active {
	background-image: url('../../../../uploads/2024/08/muc4-abcde.jpg');
	background-repeat: round;
}

.ov2_list .banner:nth-child(4).active {
	background-image: url('../../../../uploads/2024/08/muc4-abcdef-1.jpg');
	background-repeat: round;
}

.ov2_list .banner:nth-child(5).active {
	background-image: url('../../../../uploads/2024/08/123456.jpg');
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}

.ov2_list .banner.active img {
	z-index: -1;
}
.ov2_list .active {
	width: 100%;
}

.ov2_list .active .text-no-active {
	display: none;
}

.ov2_list .text-active {
	display: none;
}

.ov2_list .active .text-active {
	display: block;
}

.ov2_list .text-no-active {
	display: block;
}

.ov2_list .more-view {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: 120px !important;
	height: 100px;
	visibility: hidden;
	background: #fff;
	font-size: 16px;
	font-weight: 500;
	color: #0768af;
	transition: all 0.4s ease;
	font-family: 'Montserrat';
	opacity: 0;
	font-weight: bold;
}

.ov2_list .active .more-view {
	opacity: 1;
	visibility: visible;
}
