.d-none {
	display: none !important;
}

.d-block {
	display: block !important;
}

.d-flex {
	display: flex !important;
}

.section_header {
	padding-top: 130px;
}

.section-header-bg {
	background: url("/images/venue/venue-header-bg.png") no-repeat;
	background-size: 100% 100%;
	background-position-y: center;
}

.section_header h1 {
	width: 100%;
	display: table;
	text-align: center;
	color: var(--color-white);
	margin-bottom: 0px;
	padding-bottom: 77px;
	font-weight: 900;
	font-size: 42px;
	font-family: 'Lato';
}

@media screen and (max-width: 991px) {
	.section_header h1 {
		font-size: 24px;
		font-family: 'Lato';
		margin-bottom: 0px;
		font-weight: 900;
		padding-bottom: 49px;
	}
}

.section_venue {
    background: var(--base-bg-color);
    padding: 80px 0px 148px;
    color: var(--color-white);
    font-size: 16px;
    line-height: 26px;
    font-family: 'Lato';
}

@media screen and (max-width: 991px) {
	.section_venue {
		background: var(--base-bg-color);
		padding: 40px 0px 40px;
		color: var(--color-white);
		font-size: 16px;
		line-height: 26px;
		font-family: 'Lato';
	}
}

.venue__top {
	display: table;
	width: 100%;
	padding-bottom: 80px;
}

@media screen and (max-width: 991px) {
	.venue__top {
		padding-bottom: 53px;
	}
}

.venue__top--left {
	float: left;
	width: 410px;
}

.venue__top--left h2 {
	font-size: 36px;
	line-height: 40px;
	font-family: 'Lato';
	font-weight: 900;
	margin-top: 0px;
}

.venue__top--left span {
	font-size: 16px;
	line-height: 20px;
	font-family: 'Lato';
	color: #A19E9E;
}

.venue__top--right {
	float: left;
	width: calc(100% - 410px);
	padding-left: 108px;
	font-size: 16px;
	color: #A19E9E;
}

.venue__top--right b {
	color: #FFF;
}

@media screen and (max-width: 991px) {
	.venue__top--left {
		max-width: 100%;
		width: 100%;
		padding-left: 0px;
	}
	
	.venue__top--right {
		max-width: 100%;
		width: 100%;
		padding-left: 0px;
		margin-top: 33px;
	}
	
	.venue__top--left h2 {
		font-size: 24px;
	}
}

.venue__middle {

}

.venue__middle img {
	width: 100%;
	max-width: 100%;
	object-fit: contain;
}

.venue__bottom {
	padding-top: 40px;
	padding-left: 10px;
	padding-right: 10px;
}

.venue__bottom .venue__bottom--address {
	max-width: 320px;
	width: 100%;
	margin-bottom: 30px;
	padding-left: 45px;
	position: relative;
}

.venue__bottom .venue__bottom--address:before {
	content: '';
	background: url(/images/icons/pin.png) no-repeat;
	width: 24px;
	height: 24px;
	background-size: contain;
	position: absolute;
	margin-left: -45px;
	margin-top: 5px;
}

.venue__bottom .venue__bottom--phone {
	max-width: 320px;
	width: 100%;
	margin-bottom: 30px;
	padding-left: 45px;
	position: relative;
}

.venue__bottom .venue__bottom--phone:before {
	content: '';
	background: url(/images/icons/phone.png) no-repeat;
	width: 24px;
	height: 24px;
	background-size: contain;
	position: absolute;
	margin-left: -45px;
	margin-top: 5px;
}

.venue__bottom .venue__bottom--phone a {
	text-decoration: none;
}

.venue__bottom .venue__bottom--phone a:hover {
	color: #da668f;
	text-decoration: underline;
}

.venue__bottom .venue__bottom--website {
	max-width: 320px;
	width: 100%;
	margin-bottom: 30px;
	padding-left: 45px;
	position: relative;
}

.venue__bottom .venue__bottom--website:before {
	content: '';
	background: url(/images/icons/globe-asia.png) no-repeat;
	width: 24px;
	height: 24px;
	background-size: contain;
	position: absolute;
	margin-left: -45px;
	margin-top: 5px;
}

.venue__bottom .venue__bottom--website a {
	text-decoration: none;
}

.venue__bottom .venue__bottom--website a:hover {
	color: #da668f;
	text-decoration: underline;
}

@media screen and (max-width: 991px) {
	.venue__bottom .venue__bottom--address {
		margin-bottom: 20px;
	}
}

@media screen and (max-width: 575px) {
	.section-header-bg {
		background: url("/images/venue/venue-header-bg-mobile.png") no-repeat;
		background-size: 100% 100%;
		background-position-y: center;
	}
}