.bc-link{
    transition: 0.5s ease-in-out;
}
.bc-link:hover {
    background-color: #CD2A37 !important; 
    border: #CD2A37 !important;
    p {
        color: white !important;
    }
	/* img {
        content: url('/public/frontend/images/Capa_1.png');
	} */
    i {
        color: white !important;
	}
}
.custom-btn {
	background-color: white;
	border: 1px solid silver;
	color: black;
	text-decoration: none;
	aspect-ratio: 1;
	width: 8vw;
	max-width: 48px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	align-content: center;
}
.btn .fa {
	font-weight: 300;
}
.owl-nav button {
	outline: none;
}
.owl-nav button:hover {
	border-radius: 200px!important;
}
.red-border-hover:hover {
    border: 1px solid red !important;
}
.red-background-hover:hover {
    background-color:#f8eeee !important;
}
.slideshow .owl-slide-home .item {
	color: #fff;
	padding: 10vh 265px 10vh;
	text-align: center;
	width: 100%;
}
.slideshow .owl-slide-home .item h1 {
	font-size: 40px;
	font-weight: 700;
	line-height: 84px;
}
.slideshow .owl-slide-home .btn-about:hover {
	background-color: white;
	border-color: white;
	color: #CD2A37;
}
.slideshow .owl-slide-home .item .summary {
	font-size: 18px;
	line-height: 30px;
	padding: 12px 0 32px;
}
.slideshow .owl-slide-home .item a {
	background: #CD2A37;
	border: 1px solid #CD2A37;
	color: #fff;
	font-weight: 700;
	margin: 0 16px;
	padding: 13px 30px;
	text-decoration: none;
}
.slideshow .owl-slide-home .item a.btn-event {
	background: none;
	border: 1px solid #ffffff;
}
.slideshow .owl-slide-home .item .overlay {
	/* Lớp phủ nằm trên ảnh */
    pointer-events: none;
	background-color: rgba(0, 0, 0, 0.7);
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 1;
}
.slideshow .owl-slide-home .owl-nav {
	margin: 0;
}
.slideshow .owl-slide-home .owl-nav button {
	position: absolute;
	top: 50%;
}
.slideshow .owl-slide-home .owl-nav button.owl-prev {
	left: 50px;
}
.slideshow .owl-slide-home .owl-nav button.owl-next {
	right: 50px;
}
.slideshow .owl-slide-home .owl-dots {
	bottom: 150px;
	position: absolute;
	text-align: center;
	width: 100%;
}
.slideshow .owl-slide-home .owl-dots .owl-dot.active span,
.slideshow .owl-slide-home .owl-dots .owl-dot:hover span {
	background: #fff;
}
.slideshow .owl-slide-home .owl-dots .owl-dot span {
	background: none;
	border: 1px solid #ffffff;
}
.home-about {
	margin-top: -60px;
	z-index: 1;
}
.home-about .content {
	background: #fff;
	border: 1px solid #E1E1E1;
	border-right: 0;
	padding: 120px 80px 165px;
}
.home-about .content h2 {
	font-size: 44px;
	font-weight: 700;
	margin-bottom: 30px;
}
.home-about .content .read-more {
	color: #00732F;
	font-size: 18px;
	text-decoration: none;
}
.home-about .content .number {
	color: #00732F;
	font-size: 48px;
	font-weight: 700;
}
.home-about .content hr {
	border: 1px solid #E1E1E1;
	margin: 30px 0;
}
.home-about .content ul li {
	padding-right: 40px;
}
.home-about img {
	margin-top: -60px;
}
.home-join {
	margin: 80px 0;
}
.home-join .content {
	background: #1C1E28;
	color: #fff;
	height: 100%;
	padding: 80px 160px;
}
.home-join .content h2 {
	font-size: 36px;
	font-weight: 700;
	line-height: 49.03px;
}
.home-join .content .item {
	padding: 20px;
}
.home-join .content .content-item {
	background: #fff;
    border: 1px #fff solid;
	color: #000;
	height: 100%;
	padding: 24px;
	text-align: center;
}
.home-join .content .content-item .title {
	font-weight: 700;
	margin: 24px 0;
}
.home-join .content .content-item.content-item-end {
	align-items: center;
	display: inline-flex;
	flex-direction: column;
	justify-content: center;
	width: 100%;
}
.home-join .content .content-item.content-item-end .title {
	color: #CD2A37;
	font-size: 24px;
}

.home-join .content .btn-bc-member {
	width: 100%;
	align-content: center;

	.content-item {
		text-align: justify;
		color: #ffffff;
		background-color:rgba(255, 255, 255, 0.2);
		border: #000;

		.bcm-title {
			margin-bottom: clamp(2rem,20vh,3rem);
		}

		a {
			color: #CD2A37;
			text-decoration: none;
		}
	
		.bc-link{
			background-color: #ffffff;
			display: flex;             
			align-items: center;   
			width: 100% !important;   
			padding: 1.5rem;
			border-radius: 1rem;
			
			@media (min-width: 901px) and (max-width: 1300px) {
				font-size: 12px;
				padding: 1rem;
			}
			@media (min-width: 768px) and (max-width: 900px) {
				font-size: 11px;
				padding: 1rem;
			}
			.title{
				margin: 0;
			};
		
			.icon {
				margin-left: auto;
			};
		}
	}
}
.home-new h2 {
	color: #CD2A37;
	font-size: 36px;
	font-weight: 700;
	line-height: 49.03px;
	text-align: center;
}
.home-new .summary {
	font-size: 18px;
	line-height: 30px;
	padding: 10px 0 0px;
	text-align: center;
}
.home-new .slide-new .owl-nav,
.home-partner .slide-partner .owl-nav {
	margin: 0;
}
.home-new .slide-new .owl-nav button,
.home-partner .slide-partner .owl-nav button {
	color: #CD2A37;
	position: absolute;
	top: 50%;
	width: 30px;
}
.home-new .slide-new .owl-nav button.owl-prev {
	left: -1vw;
}
.home-new .slide-new .owl-nav button.owl-next {
	right: -1vw;
}
.home-new .slide-new-mobile {
	display: none;
}
.home-partner h2 {
	border-top: 1px solid #E1E1E1;
	margin-top: 70px;
	padding-top: 80px;
}
.home-new .slide-new,
.home-partner .slide-partner {
	margin: 50px 0 100px;
	padding: 0 80px;
}
.home-partner .slide-partner-mobile {
	display: none;
}
.home-partner .slide-partner .item {
	flex:1;
	align-items: center;
	border: 1px solid #E1E1E1;
	display: flex;
	height: auto;
	justify-content: center;
	background: white;
	aspect-ratio: 16/16;
}
.home-partner .slide-partner .owl-nav button.owl-prev {
	left: 0;
}
.home-partner .slide-partner .owl-nav button.owl-next {
	right: 0;
}
.home-partner .slide-partner .owl-item {
	align-items: center;
	display: inline-flex;
	justify-content: center;
}

@media (max-width: 1516px)  {
	.slideshow .owl-slide-home .item h1 {
		font-size: 30px;
	}
}
@media (max-width: 1269px) {
	.slideshow .owl-slide-home .item h1 {
		font-size: 25px;
	}
}
@media (min-width: 861px) and (max-width: 924px) {
	.slideshow .owl-slide-home .item a.btn-event {
		margin: auto;
	}
	.slideshow .owl-slide-home .item a.btn-about {
		margin: auto;
	}
}
@media (min-width: 768px) and (max-width: 860px) {
	.slideshow .owl-slide-home .item a.btn-event {
		margin: 1rem 2rem 1rem 2rem ;
		display: block;
	}
	.slideshow .owl-slide-home .item a.btn-about {
		margin: 1rem 2rem 1rem 2rem ;
		display: block;
	}
}
@media (max-width: 768px) {
	.home-partner .slide-partner,
	.home-new .slide-new {
		display: none;
	}
	.home-new .slide-new-mobile,
	.home-partner .slide-partner-mobile {
		display: flex;
	}
	
	.home-partner .slide-partner-mobile .item {
		aspect-ratio: 16/16;
		background-color: white;
		border: silver 1px solid;
		align-content: center;
	}
	.home-partner .slide-partner-mobile img {
		width: 100%;
	}
}
@media (max-width: 380px) {
	.slideshow .owl-slide-home .item a.btn-event {
		margin: auto;
	}
	.slideshow .owl-slide-home .item a.btn-about {
		margin: auto;
	}
}