.box20250818000100{
	position:relative;
	width: 100%;
	margin-bottom: 0px;
	overflow: hidden;
	cursor: pointer;
	color: #fff;
}
.box20250818000100:hover{
	color: #fff;
}

.box20250818000100 .box1{
	width: 100%;
	/*height: 100%;*/
}
.box20250818000100 .zoomImage {
    padding-bottom: 138.387%;
    background-size:cover !important;
    transition: transform 5s cubic-bezier(.23,1,.32,1);
}
.box20250818000100:hover .zoomImage {
    transform: scale(1.2);
}

.box20250818000100 .bjs {
	position: absolute;
	top:0;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(0,0,0,0.2);
	transition: opacity 2s cubic-bezier(.23,1,.32,1),height 2s cubic-bezier(.23,1,.32,1);
}
.box20250818000100:hover .bjs {
	background: rgba(86,104,146,0);

}


.box20250818000100 .box20250818000100_3{
	position: absolute;
	width: 100%;
	top:0;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 15px;
	-webkit-transition: all .5s;
	transition: all .5s;
	display: flex;
	flex-direction: column;
	gap: 15px;
}
.box20250818000100_3_1{
	display: inline-block;
	border: 0px solid #fff;
	border-radius: 50px;
	/*background-color:#a80d2b;*/
	/* line-height: 54px; */
	/* padding: 0 36px; */
	margin-top: 0px;
	font-size: 2rem;
}
.box20250818000100_3_2{
	color: #fff;
	display: flex;
	font-size: 18px;
}

a.box20250818000100_3_2_bt{
    display: block;


     color: #363636; 
    text-align: center;
    border: 2px solid #288a8a;
    font-size: 12px;
    letter-spacing: 5px;
    transition: all 0.3s;
	padding:7px 20px;
}
.box20250818000100_3_2_bt:hover{background-color: #288a8a;color: #fff;}



@media (min-width:1200px){
	.box20250818000100 .box1{
		height: 640px;
	}
}
