html, body {
	height: 100%;
	font-family: 'Roboto', sans-serif;
}

/* Remove sub menus in footer */
.sub-menu {
	display:none;
}

.austcham_asean_container {
	max-width: 1200px;
	margin: 0 auto;
}

.common_page_padding {
	padding-top: 30px;
	padding-bottom: 30px;
}

.austcham_asean_row {
	display: flex;
	flex-wrap: wrap;
	margin-left: 0;
	margin-right: 0;
}

.btn_yellow {
	color: #000;
	background-color: #f0ca21;
	border-color: #f0ca21;
}

.btn_purple {
	color: #fff;
	background-color: #685489;
	border-color: #685489;
}

.btn_purple:hover {
	color: #fff;
}

.site-content {
	margin-top: 171px;
	transition: margin-top 0.6s ease;
	-webkit-transition: margin-top 0.6s ease-out;
	-moz-transition: margin-top 0.6s ease-out;
	-o-transition: margin-top 0.6s ease-out;
}

@media only screen and (max-width : 768px) {
	.site-content {
		margin-top: 141px;
	}
}

.common_sidepanel {
	padding: 50px 0px;
}

@media only screen and (max-width : 1200px) {
	.common_sidepanel {
		padding-left: 15px;
		padding-right: 0px;
	}
}

@media only screen and (max-width : 992px) {
	.common_sidepanel {
		padding-left: 15px;
		padding-right: 15px;
	}
}

@media only screen and (max-width : 768px) {
	.common_sidepanel {
		padding-bottom: 0px;
	}
}

.common_main_content {
	padding-top: 50px;
	padding-bottom: 50px;
	font-family: 'Raleway', sans-serif;
}

.common_main_content h3 {
	text-transform: uppercase;
	font-weight: 700;
	color: #685489;
	margin-left: 12px;
	margin-bottom: 20px;
}

.common_main_content img {
	max-width: 100%;
}

.common_main_content .profile {
	text-align: center;
	margin-bottom: 30px;
}

.common_main_content .profile h5 {
	color: #685489;
	margin-top: 10px;
}

.common_main_content .image_normal,
.common_main_content .content_video {
	max-width: 100%;
}

.common_main_content .image_normal_2 {
	max-width: 100%;
	margin-top: 25px;
}

.common_main_content .image_profile {
	max-width: 60%;
}

/* banner section */
.site-content.scrolled {
	margin-top: 91px;
}

.full_height_banner {
	width: 100%;
	padding-top: 80px;
	padding-bottom: 80px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.banner {
	width: 100%;
	padding-top: 120px;
	padding-bottom: 80px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.banner h3 {
	padding-top: 250px;
	font-family: 'Raleway', sans-serif;
	font-weight: 800;
	font-size: 36px;
	color: #fff;
	font-style: normal;
	margin-left: 15px;
}

@media only screen and (max-width : 768px) { /* xs */
	.banner .austcham_asean_container {
		max-width: 98%;
	}
}

.simple_banner {
	width: 100%;
	padding-top: 170px;
	padding-bottom: 170px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

/* sidebar section */
.sidebar_about ul {
	padding-left: 0;
	list-style-type: none;
}

.sidebar_about li {
	margin-bottom: 10px;
}

.sidebar_about a {
	color: #1e1f1f;
	text-decoration: none;
}

/* gallery */
.gallery_image {
	margin-top: 10px;
	margin-bottom: 10px;
	padding-left: 5px;
	padding-right: 5px;
}

.gallery_image_border {
	border: 1px solid #c1c1c1;
	height: 100%;
}

.gallery_image_border img {
	width: 100%;
	object-fit: cover;
}

/* subscribe section */
#subscribeWrapper {
	padding-top: 100px;
}

#subscribeSection {
	background-color: #000;
	padding-top: 120px;
	padding-bottom: 120px;
}

#subscribeContainer {
	text-align: center;
}

#subscribeContainer h3 {
	font-weight: 700;
	font-size: 40px;
	color: #fff;
	font-family: 'Raleway', sans-serif;
	margin-bottom: 11px;
	line-height: 1.3em;
}

#subscribeContainer p {
	font-weight: 400;
	font-size: 20px;
	color: #fff;
	font-family: 'Raleway', sans-serif;
	margin-bottom: 10px !important;
	line-height: 1.5em;
}

#subscribeForm {
	margin: 0 auto;
}

.es_form_container {
	margin: 0 auto;
	text-align: center;
}

.es_lablebox {
	display: none;
}

.es_textbox {
	float: left;
	padding-bottom: 0;
	padding-right: 10px;
	padding-left: 10px;
	width: 40%;
	font-size: 16px;
}

.es_textbox_class {
	padding: 5px 10px;
	float: left;
	border: medium none;
	height: 45px;
	width: 95%;
	background-color: #000;
	color: #fff;
	border: 1px solid #fff;
}

.es_button {
	float: left;
	padding-top: 0;
	padding-bottom: 0;
	padding-right: 10px;
	width: 10%;
}

.es_button input {
	color: #fff;
	background-color: #f0ca21;
	border-color: #f0ca21;
	border: medium none;
	border-radius: 0.25rem;
	box-shadow: none;
	padding: 0.375rem 0.75rem;
	user-select: none;
	transition: color 0.15s;
	cursor: pointer;
	font-weight: 400;
	font-size: 1rem;
	text-transform: uppercase;
	letter-spacing: 1.5px;
	height: 45px;
}

.es_msg {
	clear: both;
}

.es_form_success .es_msg {
	color: #685489;
}

@media only screen and (max-width : 768px) { /* xs */
	.es_textbox {
		float: none;
		width: 100%;
		padding-bottom: 10px;
	}

	.es_textbox_class {
		float: none;
		width: 95%;
	}

	.es_button {
		float: none;
		padding-bottom: 0;
		padding-right: 10px;
		width: 100%;
	}
}

/* footer */
footer {
	background-color: #fff;
	color: #000;
	min-height: 150px;
	padding-top: 50px;
	padding-bottom: 50px;
	border-top: 1px solid #f1f1f1;
}

footer img {
	width: 250px;
	max-width: 100%;
}

footer h4 {
	font-size: 20px;
	color: #1e1f1f;
	font-weight: 500;
	margin-bottom: 19px;
	line-height: 1.3em;
}

footer ul {
	padding-left: 0;
	list-style-type: none;
	color: #1e1f1f;
}

footer li {
	margin-bottom: 10px;
}

footer a {
	color: #1e1f1f;
	text-decoration: none;
}

footer a:hover {
	color: #1e1f1f;
	text-decoration: none;
}

footer p {
	padding-top: 30px;
	padding-bottom: 50px;
	color: #1e1f1f;
	clear: both;
}

.footer_column {
	padding-bottom: 30px;
}

.footer_social {
	padding-top: 30px;
	padding-bottom: 0;
}

.footer_social ul {
	list-style-type: none;
	padding: 0;
}

.footer_social li {
	float: left;
}

.footer_social img {
	width: 45px;
}

/* Contact Page */
#contactThumbnailWrapper {
	margin-top: 20px;
	margin-bottom: 50px;
}

.contact_thumbnail {
	background-color: #fff;
	padding-top: 20px;
	padding-bottom: 20px;
	margin: 15px;
	text-align: center;
	font-family: 'Raleway', sans-serif;
}

.contact_thumbnail h5 {
	margin-top: 10px;
	margin-bottom: 10px;
	font-weight: 700;
	font-size: 18px;
	text-transform: uppercase;
	color: #f0ca21;
}

#contactSectionHeader {
	text-align: center;
	color: #fff;
	font-family: 'Raleway', sans-serif;
	font-style: normal;
	line-height: 1.5em;
}

#contactSectionHeader h4 {
	font-size: 40px;
	font-weight: 800;
	margin-bottom: 20px;
}

#contactSectionHeader p {
	font-size: 26px;
	font-weight: 400;
	margin-bottom: 20px;
}

.contact_separator {
	padding-top: 10px !important;
	padding-bottom: 10px !important;
	min-height: 60px;
	background-repeat: no-repeat;
	background-repeat-y: repeat;
	background-position: center center;
}

#contactSectionForm {
	padding-left: 40px;
	padding-right: 40px;
}

#contactSectionFormWrapper {
	background-color: #fff;
	padding: 40px;
	text-align: center;
}

@media only screen and (max-width : 768px) { /* xs */
	#contactSectionFormWrapper {
		padding-left: 20px;
		padding-right: 20px;
	}
}

#contactSectionFormWrapper h5 {
	font-size: 20px;
	color: #111;
	font-family: 'Raleway', sans-serif;
	font-style: normal;
	font-weight: 600;
	line-height: 1.5em;
	margin-bottom: 25px !important;
}

.form-wrapper {
	padding-bottom: 15px;
}

.form-wrapper input,
.form-wrapper textarea {
	background-color: #e2e2e2 !important;
	border-color: #e2e2e2 !important;
	border-radius: 0;
	font-size: 16px;
}

.submit-btn input {
	color: #fff;
	background-color: #685489;
	border-color: #685489;
	width: 100%;
	border-radius: 0;
}

.submit-btn input:hover {
	color: #fff;
	background-color: #767676;
	border-color: #767676;
}

#contactMap {
	max-width: 100%;
	padding-top: 80px;
	padding-bottom: 80px;
}

#googleMaps {
	max-width: 100%;
	text-align: center;
}

#googleMaps img {
	width: 600px;
	max-width: 95%;
}

/* directors */
.director {
	border: 1px solid #c1c1c1;
	padding: 20px;
	height: 100%;
	font-family: 'Raleway', sans-serif;
	text-align: center;
	line-height: 90%;
}

.director h4 {
	font-size: 16px;
	margin-bottom: 10px;
	color: #685489;
}

.director h5 {
	font-size: 14px;
	margin-bottom: 10px;
}

.avatar {
	padding: 10px;
	height: 68%;
}

.avatar img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

@media only screen and (max-width : 767.9px) {
	.avatar {
		height: 75%;
	}
}

.divider {
	margin-top: 30px;
	margin-bottom: 30px;
	color: #f1f1f1;
}

.content_title_center {
	width: 100%;
	text-align: center;
}

.content_title_center h2 {
	color: #685489;
	text-transform: uppercase;
	padding-top: 20px;
	padding-bottom: 20px;
}

.blurb_center {
	text-align: center;
	font-size: 18px;
	font-family: 'Raleway', sans-serif;
	padding-top: 30px;
	padding-bottom: 30px;
	padding-left: 75px;
	padding-right: 75px;
}

.blurb_center a {
	color: #685489;
}

@media only screen and (max-width : 767.9px) {
	.blurb_center {
		padding-left: 20px;
		padding-right: 20px;
	}
}

.corporate_member_row {
	padding-top: 30px;
	padding-bottom: 30px;
	font-family: 'Raleway', sans-serif;
}

.corporate_member_row .container {
	display: table;
	height: 100%;
}

.corporate_member_row .content_wrapper {
	display: table-cell;
	vertical-align: middle;
}

.corporate_member_row a {
	text-decoration: none;
}

.corporate_member_row .image_wrapper {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}

.corporate_member_row img {
	width: 75%;
	margin-top: 20px;
	margin-bottom: 20px;
	max-height: 250px;
	object-fit: contain;
}

.corporate_member_row hr {
	color: #f1f1f1;
}

.corporate_member_row h4 {
	color: #685489;
}

.gray_bg {
	background-color: #f1f1f1;
}

.white_bg {
	background-color: #fff;
}

.business_survey {
	margin-bottom: 40px;
	font-family: 'Raleway', sans-serif;
}

.business_survey img {
	width: 100%;
	margin-top: 20px;
}

.business_survey .cover_buttom {
	background-color: #f1f1f1;
	margin-bottom: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
	font-size: 18px;
	font-weight: 700;
}

.news {
	font-family: 'Raleway', sans-serif;
}

.news_item {
	padding-top: 20px;
	padding-bottom: 20px;
}

.news_item img {
	height: 300px;
	width: 100%;
	object-fit: cover;
	object-position: 50% 50%;
}

.news_item h5 {
	color: #685489;
	font-weight: 600;
	padding-top: 10px;
}

@media only screen and (max-width : 767.9px) {
	.news_item img {
		height: 150px;
	}
}

.date_block {
	position: absolute;
	top: 8px !important;
	right: 30px !important;
	padding: 5px 12px !important;
	background-color: #fff;
	text-align: center;
	font-size: 12px;
}

.date_block span {
	color: #f0ca21;
	font-size: 21px !important;
	display: block;
}

/* Alter WP-PageNavi style */
.wp-pagenavi {
	margin-top: 20px;
	text-align: center;
}

.wp-pagenavi a,
.wp-pagenavi span {
	border: none;
}

.wp-pagenavi a {
	color: #f0ca21;
}

.current {
	color: #685489;
}

.pages {
	font-size: 14px;
}

/* Comment Section */
.austcham_asean_container .comments-area h2 {
	font-size: 24px;
}

.austcham_asean_container .comments-area a {
	color: #685489;
}

.austcham_asean_container .comment-respond .submit {
	background-color: #685489;
	border: 1px solid transparent;
	padding: .375rem .75rem;
	font-size: 1rem;
	line-height: 1.5;
	color: #fff;
	font-weight: 400;
	text-align: center;
	vertical-align: middle;
}

.austcham_asean_container .comment-form-comment label {
	display: block;
}

.full_width_content {
	font-family: 'Raleway', sans-serif;
}

.full_width_content h4 {
	font-size: 24px;
	font-weight: 700;
	color: #685489;
}

.full_width_content a {
	color: #685489;
}