/*==================================================================*/
/*========== Banner ==========*/
/*==================================================================*/
.banner-section {
	position: relative;
}

.banner-section .banner-main-image img {
	width: 100%;
	height: 100vh;
	object-fit: cover;
	font-family: 'object-fit: cover';
}

@media (min-width: 768px) and (max-width: 991px) {
	.banner-section .jarallax { height: 60vh; }

	.banner-language ul li a, .banner-language ul li { font-size: 22px !important; line-height: 22px !important; }

	/* .banner-language {top: auto !important;bottom: 0;} */
}



@media (max-width: 575px) {
	.banner-section .jarallax { height: 50vh; }
}

/*==================================================================*/
/*========== Banner ==========*/
/*==================================================================*/

/* 9/10/2023 */
.banner-language {
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	z-index: 999;
}

.banner-language ul {
	margin: 0;
	padding: 0;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	background-color: #fff;
	padding: 13px 11px 8px 11px;
}

.banner-language ul li {
	margin: 0 8px;
}

.banner-language ul li:first-child {
	margin-left: 0;
}

.banner-language ul li:last-child {
	margin-right: 0;
}

.banner-language ul li a,
.banner-language ul li {
	list-style: none;
	font-weight: 300;
	font-size: 28px;
	line-height: 28px;
	text-align: left;
	display: block;
	color: #444;
	text-decoration: none;
	position: relative;
}

.banner-language ul li a:hover {
	opacity: 0.8;
}

.banner-language ul li a.active::before {
	content: " ";
    position: absolute;
    left: 2px;
    right: 2px;
    bottom: -3px;
    border-bottom: 2px solid #FAD66A;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

@media (max-width: 767px) {
	.banner-language ul li a, .banner-language ul li { font-size: 12px; line-height: 16px; }
	.banner-language ul { padding: 7px 9px 8px 9px; }
	.banner-language ul li { margin: 0 5px; }

	.banner-language ul li a, .banner-language ul li { font-size: 18px; line-height: 20px; }

	/* .banner-language {top: auto;bottom: 0;} */
}

/* 9/10/2023 */

/* 24/10/2023 */
@media (min-width: 992px) and (max-width: 1199px) {
	.d-large-img {
		display: block !important;
	}

	.banner-main-img {
		display: none;
	}

	.banner-section .banner-main-image img {
		height: auto;
	}

	.banner-section .banner-main-image {
		height: auto !important;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.d-tablet-img {
		display: block !important;
	}

	.banner-main-img {
		display: none;
	}

	.banner-section .banner-main-image img {
		height: auto;
	}

	.banner-section .banner-main-image {
		height: auto !important;
	}
	.banner-section .banner-main-image img {
		height: 580px;
		object-fit: cover;
	}
}

@media (max-width: 767px) {
	.d-mobile-img {
		display: block !important;
	}

	.banner-main-img {
		display: none;
	}

	.banner-section .banner-main-image img {
		height: auto;
	}

	.banner-section .banner-main-image {
		height: auto !important;
	}
}
/* 24/10/2023 */