
.main-page {
    margin-left: 10px;
    margin-right: 10px;
}

h2.section-header {
    color: #2e4687;
    font-size: 25px;
    text-align: center;
    font-weight: bold;
    margin-bottom: 20px !important;
    margin-top: 20px !important;
}

.header {
    width: 100vw;
    display: flex;
    align-items: stretch;
    padding-left: 220px; 
    padding-right: 220px;
    padding-top: 5px !important;
    padding-bottom: 5px !important;
    background-image: url(http://conf.hou.edu.vn/builder/wp-content/uploads/2024/10/header-bg.png?id=3513) !important;
    background-position: 0 0 !important;
    background-repeat: repeat !important;
}

.contact-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center; /* vertical centering */
    height: 100%;
}

@media (max-width: 768px) {
    .header {
        padding-left: 20px;
        padding-right: 20px;
    }
}

.conf-img {
    height: 80%;
}
.conf-img > img {
    height: 100%;
}

.conf-type {
	position: absolute;
	z-index: 1;
	top: 20px;
	left: 20px;
	font-size: 12px;
	text-transform: uppercase;
	list-style: none;
	margin: 0;
	color: #fff;
	border-radius: 25px;
	font-weight: 500;
}

.badge {
    padding: 7px !important;
    font-weight: 600 !important;
}

.text-bg-success {
    background-color: rgb(57, 203, 127) !important;
}
.text-bg-warning {
    background-color: rgb(253, 201, 15) !important;
}
.text-bg-info {
    background-color: rgb(11, 178, 251) !important;
}

.conf-type i.fa {
    margin-right: 5px;
    margin-bottom: 0px;
}

.mega_info_box .mega-info-title {
	margin-bottom: 10px;
	margin-top: 10px;
	font-weight: bold;
	color: #444444;
    font-size: 20px; 
    line-height: 1.3;
    text-align: center;
}

.conf-title {
    height: auto;
}

.splide__slide {
  margin-bottom: 40px !important;
}

.splide__slide .card {
    overflow: visible !important;
    border-radius: 12px; 
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}