.nav-esg-zone{
	background-color: #1B5D27;
}

.nav-esg-zone .header-menu li:hover {
  background-color: #1B5D27;
}

.nav-esg-zone .header-menu--child {
  background-color: #1b5d27;
}

.nav-esg-zone ul li{
	background-color: #1B5D27;
}

.header-menu .esg-zone:hover {
	background-color: #204d7f;
}

.header-menu .esg-zone .text-menubar{
	position: relative;
	color: #FFC107;
	background-color: #1B5D27;
	border-radius: 5px;
}

.header-menu .esg-zone .text-menubar:before{
	content: "";
	position: absolute;
	top: 3px;
	right: 10px;
	width: 8px;
	height: 8px;
	background-color: #D82526;
	border-radius: 100px;
}

.header-menu .esg-zone .text-menubar:hover {
	color: #fff;
}

.wrap-banner{
	display: flex;
	flex-wrap: wrap;
	margin: 30px -7.5px 20px;
}

.wrap-banner .list-banner{
	width: 33.33%;
	padding: 0px 7.5px;
}

.wrap-banner .list-banner img{
	width: 100%;
	height: auto;
}

.berita-baru{
	position: relative;
}

.esg-more{
	color: #1B5D27;
	font-size: 14px;
	font-weight: 700;
	font-style: normal;
	font-stretch: normal;
	font-family: "Century Gothic Bold";
	
	position: absolute;
	right: 0;
	top: 5px;
}

.esg-more:hover{
	color: #1B5D27;
}

.esg-default{
	border: 1px solid #1B5D27 !important;
}

.esg-default:hover{
	background-color: #1B5D27 !important;
	border: 1px solid #1B5D27 !important;
}

.esg-default .text-body--1{
  color: #1B5D27 !important;
}