.footer-custom {
	position: relative;
	background-color: #65c6bb;
}

.footer-custom .box {
	display: flex;
	flex-wrap: wrap;
}

.footer-custom .block-content {
	color: #f4f4f4;
	display: flex;
	gap: 13px;
	align-items: center;
	padding-left: 1.3rem;
	padding-top: 15px;
	padding-bottom: 15px;
    justify-content: center;
}

.footer-custom .block-content .footer-logo img {
	width: 162px;
        object-fit: cover;
        margin: auto;
       display: flex;
      align-items: center;
}

.footer-custom .block-content .footer-logo h3 {
	font-size: 18px;
	text-transform: uppercase;
	color: #b29435;
}
.footer-custom .block-content .footer-address .ul-address {
	display: flex;
	flex-direction: column;
	margin-top: 10px;
	list-style: none;
	margin: 0;
	margin-top: 10px;
}


.footer-custom .block-content .social-links ul li {
    border-radius: 999999px;
    width: 2.5rem;
    height: 2.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
	margin-top: 10px;
    border: 1px solid #fff;

}

.footer-custom .block-content .social-links ul li a {
	color: #fff;
}
.footer-custom .social-links ul{
	display: flex;
	align-items: center;
	gap: 12px;
	margin: 0;
	list-style: none;
	margin-top: 12px;
}

.footer-custom .social-links ul li {
	line-height: 0;
}
.hidden {
	display: none;
}
.footer-copyright {
	margin-top: 12px;
}

.item_video_large {
    position: relative;
    margin-bottom: 30px;
}

.item_video_large:before {
    position: absolute;
    content: url('../images/icon_play_video.png');
    right: calc(calc(100vw - 1200px) / 2);
    z-index: 9;
    bottom: 60px;
cursor: pointer;
}

.item_video_large a {
    z-index: 9;
}
.item_video_large img {
    display: block;
    max-width: unset;
    width: calc(100% + 15px);
    transform: translateX(-15px);
    transition: .5s all;
cursor: pointer;
}

.item_video_large h3 {
    color: #ffffff;
    font-size: 35px;
    max-width: 530px;
    position: absolute;
    margin: 0;
    z-index: 2;
    bottom: 55px;
    left: calc(calc(100vw - 1200px) / 2);
}

.home_section_customs .style_center {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.home_section_customs .view_more {
        margin: 40px 0px;
    }

.footer-custom .image img {
        height: 100%;
        width: 100%;
}

@media (min-width: 1025px) {
	.footer-custom .image {
		position: absolute;
		width: 47%;
		top: 0;
		left: 0;
		height: 100%;
	}
	.footer-custom .image img {
        height: 337px;
        width: 857px;
        object-fit: cover;
	}
	.footer-custom .block-content .footer-content {
		border-left: 1px solid #fff;
		padding-left: 1.66667rem;
	}
}

@media only screen and (max-width: 767px) {
    .item_video_large {
        margin-bottom: 30px;
    }
.home_section_customs .view_more {
        margin: 30px 0px 60px;
    }
.item_video_large h3 {
        font-size: 15px;
        left: 50%;
        transform: translateX(-50%);
        text-align: center;
        width: 300px;
        bottom: 20px;
    }
}

@media (max-width: 1024px) {
	.footer-custom .image {
		width: 100vw;
		position: relative;
		left: 50%;
		right: 50%;
		margin-left: -50vw;
		margin-right: -50vw;
		overflow: hidden;
	}
	.footer-custom .social-links ul {
		justify-content: center
	}
	.footer-custom .block-content {
		padding-left: 0;
		flex-direction: column
	}
	.footer-custom .footer-content {
		text-align: center
	}
}

