#studyinhongkong-week-container {
	background: #fff;
	padding: 10px;
}

.university-name {
	font-size: 200%;
	font-weight: bold;
	margin-bottom: 15px;
}
.university-name { color:#a02b93; }

.university-tabs {
    display: flex;
    flex-wrap: wrap;
    margin: 0px;
	padding: 0px;
    width: 100%;
}
.university-tabs a {
	margin: 0px 6px 6px 0px;
	padding: 4px 16px 4px 16px;
	text-align: center;
	color: #fff;
    background-color: #a02b93;
    text-decoration: none;
}
.university-tabs a.selected {
	padding: 2px 14px 2px 14px;
	color: #a02b93;
    background-color: #fff;
    border: 2px solid #a02b93;
}
.university-list {
	padding-bottom: 40px;
}
.university-list .university-item {
	display: flex;
	flex-direction: column;
    margin-top: 40px;
    padding-top: 30px;
    border-top: 1px solid #dddddd;
}
.university-list .university-item .title {
	margin-top: 0;
	color: #a02b93;
}
.university-list .university-item .content {
	padding-bottom: 20px;
}
.event-gallery-container {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	gap: 15px;
	margin-top: 20px;
}
.event-gallery-container .gallery-item {
	width: 200px;
}
.event-gallery-container .gallery-item.col2 {
	width: 400px;
}
.event-gallery-container .gallery-item .image {
    height: 200px;
}
.event-gallery-container .gallery-item .image img {
	width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    /* border-radius: 4px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2); */
}
.event-gallery-container .gallery-item .description {
	margin-top: 5px;
	font-size: 0.8rem;
	line-height: 1.4;
	text-align: justify;
}
#glightbox-body .gcontainer button {
	background-image: none;
	box-shadow: none;
}

@media (max-width: 1199px) {
	.event-gallery-container .gallery-item {
		width: 154px;
	}
	.event-gallery-container .gallery-item .image {
    	height: 154px;
	}
	.event-gallery-container .gallery-item.col2 {
		width: 308px;
	}
	.university-tabs a {
		padding: 8px 16px 8px 16px;
		width: 100%;
		line-height: 1.4;
	}
}
