a.exam-package-item{
	text-align:left !important
} 
img.img-fluid.rounded.shadow {
    max-width: 400px;
}
.why-choose-box {
    background: #f1fcff !important;
}

a.btn-partner{
 	display:none !important
}

@media (min-width: 1200px) {
    .container {
        max-width: 1286px;
    }
}

/* .package-section, .home .hero-section {
    background: #003dab !important;
} */

.hero-section > .container {
	max-width: 100%
}

.hero-section {
	padding: 0 !important;
}

.hero-section .row {
    display:none !important
}
/* Mặc định cho Desktop (màn hình lớn hơn 1024px) */
.hero-section > .container {
    min-height: 444px !important;
}

/* Áp dụng cho cả iPad/Tablet và Mobile (màn hình từ 1024px trở xuống) */
@media (max-width: 1024px) {
	.hero-section > .container {
        min-height: 244px !important;
    }
	.hero-section > .container::before{
		background-size: 100% !important;
	}
}

/* Áp dụng riêng cho Mobile (màn hình từ 767px trở xuống) */
@media (max-width: 767px) {
    .hero-section > .container {
        min-height: auto !important;
    }
	.hero-section > .container::before{
		background-size: 100% !important;
	}
}

