﻿
/* Nút mở popup */
.open-popup {
	padding: 10px 20px;
	background: #3498db;
	color: #fff;
	border: none;
	cursor: pointer;
	border-radius: 6px;
}

/* Overlay */
.popup-overlay {
	display: none;
	position: fixed;
	inset: 0;
	background: rgba(0,0,0,0.6);
	justify-content: center;
	align-items: center;
	z-index: 1000;
}

/* Box popup */
.popup-content {
	background: #fff;
	padding: 6px;
	border-radius: 12px;
	width: 100%;
	/* max-width: 900px; */
	position: relative;
	max-width: 800px;
	height: 460px;
}

.close-popup {
	position: absolute;
	top: 10px;
	right: 15px;
	font-size: 22px;
	cursor: pointer;
	color: #333;
	z-index: 99;
}

/* Slider */
.slider {
	position: relative;
	overflow: hidden;
}

.slides {
	display: flex;
	transition: transform 0.4s ease;
}

	.slides img {
		width: 100%;
		border-radius: 10px;
	}

.prev, .next {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	background: rgba(0,0,0,0.5);
	color: #fff;
	border: none;
	padding: 10px;
	cursor: pointer;
	border-radius: 50%;
}

.prev {
	left: 10px;
}

.next {
	right: 10px;
}

.home-project-slider {
	position: relative;
	width: 100%;
	/* height: 100vh; */
	overflow: hidden;
	/* padding-top: 15px; */
	/* padding-bottom: 15px; */
}

	.home-project-slider .owl-stage-outer {
		width: 100%;
		height: 100%;
	}

		.home-project-slider .owl-stage-outer .owl-stage {
			width: 100%;
			height: 100%;
		}

	.home-project-slider img {
		width: 100vw;
		/* height: 100vh; */
		/* object-fit: cover; */
	}

	.home-project-slider .owl-prev {
		position: absolute;
		width: 30px;
		height: 30px;
		left: 10px;
		top: calc(50% - 40px);
		display: flex;
		align-items: center;
		justify-content: center;
		z-index: 1;
		text-indent: -9999px;
		margin: 0;
	}

		.home-project-slider .owl-prev:before {
			content: "";
			position: absolute;
			width: 40px;
			height: 40px;
			background: #C12026;
			transition: 0.4s all;
			transform: rotate(0);
			border-radius: 50%;
			display: none;
		}

		.home-project-slider .owl-prev:after {
			content: "";
			position: absolute;
			background: url(../images/arrow-left.png) center no-repeat;
			/* background-size: 15px; */
			width: 30px;
			height: 40px;
			background-size: 30px 40px;
		}

	.home-project-slider .owl-next {
		position: absolute;
		width: 30px;
		height: 30px;
		right: 10px;
		top: calc(50% - 40px);
		display: flex;
		align-items: center;
		justify-content: center;
		z-index: 1;
		text-indent: -9999px;
		margin: 0;
	}

		.home-project-slider .owl-next:before {
			content: "";
			position: absolute;
			width: 40px;
			height: 40px;
			background: #C12026;
			transition: 0.4s all;
			transform: rotate(0);
			border-radius: 50%;
			display: none;
		}

		.home-project-slider .owl-next:after {
			content: "";
			position: absolute;
			background: url(../images/arrow-right.png) center no-repeat;
			/* background-size: 16px; */
			/* transform: rotate(180deg); */
			width: 30px;
			height: 40px;
			background-size: 30px 40px;
		}
#bangxa{
	
}
.home-project-slider img{width: 100% !important;/* margin: 0 auto;   *//* height: auto; */}
.slider .home-project-slider img{/* width: auto !important; */margin: auto;object-fit: unset;height: auto;width: 100% !important;}

#nhom_chuyenhuong {right:calc (50% - 140px);}
@media only screen and (max-width: 767px) {
  #s_bando{
    background-color: #fff;
    position: absolute;
    width: 100% !important;
    left: auto !important;
    top: auto !important;
    height: auto !important;
    position: relative !important;
}
#s_thongtin{ height: auto !important;
    position: relative !important; width: 100% !important;}
#s_bottom{
 
        position: relative !important;
        width: 100% !important;
        top: auto !important;
        bottom: auto !important;
}
#nhom_chuyenhuong {
    position: relative !important;
    bottom: auto !important;
    background: #fff !important;
    margin-top: 5px;
}
}
.item-map{

}
.item-map img{
    width: auto;
    height: auto;
    position: absolute;
    left: 0;
    top: 0;
    vertical-align: text-bottom;
    max-width: 100%;
    max-height: 100%;
    margin: 0 auto;
    right: 0;
}