@media (min-width: 768px){
	.headerv2-container header.slimheader-v2 {
		height: 90px !important;
		padding: 0 30px;
	}
}
@media (min-width: 768px){
	.headerv2-container header.slimheader-v2 .slim-logo:before {
		content: '';
		background-image: url(/content/dam/pwc/th/en/home/PwC_logo_rgb_black_new.png);
		background-repeat: no-repeat !important;
		background-size: contain !important;
		height: 46px !important;
		width: 89px !important;
		position: relative;
		top: 2px;
	}
	.headerv2-container.headerv2--dark header.slimheader-v2 .slim-logo:before {
		position: inherit;
		height: 55px !important;
		width: 72px !important;
	}

}

@media (max-width:768px){
	.headerv2-container header.slimheader-v2 .slim-logo:before {
		content: '';
		background-image: url(/content/dam/pwc/th/en/home/PwC_logo_rgb_black_new.png);
		margin-right: 0;
		margin-left: 0;
		background-repeat: no-repeat !important;
		background-size: contain !important;
		height: 33px !important;
		width: 48px !important;
		margin-top: 6px !important;
	}
	.headerv2-container.headerv2--dark header.slimheader-v2 .slim-logo:before {
		position: inherit;
		height: 38px !important;
		width: 50px !important;
	}

}