.chart-wrapper {
  position: relative;
}

.chart-controls {
  position: absolute;
  top: 8px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 6px;
  z-index: 10;
}

.chart-controls button {
  width: 32px;
  height: 32px;
  border-radius: 6px;
  border: none;
  background: #ffffff;
  box-shadow: 0 2px 6px rgba(0,0,0,.15);
  cursor: pointer;
  font-size: 18px;
  font-weight: bold;
}
.top-banner .swiper-slide:before {
	content: "";
  background: url(/assets/img//gradient.png) repeat-x;
	position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 9;
}
.top-banner:after {
	content: "";
	background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
	position: absolute;
	width: 100%;
	height: 175px;
	left: 0;
	bottom: 0;
	z-index: 9;
}

.map-region .region-list:hover {
	background: #57DF80;
	border: none !important;
}
.map-region .region-list:hover * {
	color: #05250E;
}
.map-region .region-list:hover p.text-\[18px\] {
	font-weight: 500;
}
.map-region .region-list:before {
	content: "";
	background: url(/assets/img//icon/marker-light.svg) no-repeat;
	width: 24px;
    height: 24px;
    margin-bottom: 10px;
}
.map-region .region-list:hover:before {
	background: url(/assets/img//icon/marker.svg) no-repeat;
}

.economic-card .card-top {
	background-image: url(/assets/img//logo-economic.svg);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.economic-card .card-middle {
	background-image: url(/assets/img//logo-economic-middle.svg);
	background-repeat: no-repeat;
	background-position: left bottom;
}
.economic-card .card-bottom:nth-child(1) {
	background-image: url(/assets/img//logo-economic-bottom-left.svg);
	background-repeat: no-repeat;
	background-position: left bottom;
}
.economic-card .card-bottom:nth-child(2) {
	background-image: url(/assets/img//logo-economic-bottom-right.svg);
	background-repeat: no-repeat;
	background-position: right bottom;
}

.left-invest {
	width: calc(100% - 700px);
}
.arrow {
  position: relative;
  background: #1abc9c;
  color: #fff;
}

/*top arrow*/
.arrow-top:before {
  position: absolute;
  top: -10px;
  left: 50%;
  margin-left: -10px;
  content: "";
  display: block;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #D0ECD8;
}

/*bottom arrow*/
.arrow-bottom:after {
  position: absolute;
  bottom: -10px;
  left: 50%;
  margin-left: -10px;
  content: "";
  display: block;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #D0ECD8;
}

/*right arrow*/
.arrow-right:after {
  content: "";
  position: absolute;
  right: -20px;
  top: 0;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  border-left: 20px solid #1abc9c;
}

/*left arrow*/
.arrow-left:before {
  content: "";
  position: absolute;
  left: -20px;
  top: 0;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  border-right: 20px solid #1abc9c;
}

.abs-psychiatry .arrow-bottom:after,
.abs-investment .arrow-top:before {
	left: auto;
	right: 0px;
}
.abs-eco .arrow-bottom:after,
.abs-workforce .arrow-top:before {
	left: 0;
	margin: 0;
}
.abs-invest .arrow .banner:after {
	content: "";
	background: #005D4733;
	position: absolute;
	left: 0;
	width: 100%;
	height: 100%;
	top: 0;
}

.avatars .avatar-img {
  width: 30px;
  height: 30px;
  border-radius: 100%;
  margin-left: -10px;
  overflow: hidden;
}
.avatars .avatar-img:first-child {
  z-index: 1;
}
.avatars .avatar-img:nth-child(2) {
  z-index: 2;
}
.avatars .avatar-img:nth-child(3) {
  z-index: 3;
}
.avatars .avatar-img:nth-child(4) {
  z-index: 4;
}
.avatars .avatar-img img {
  object-fit: cover;
  height: 100%;
  object-position: center;
}


/* CSS Code */
.header-carousel .swiper-wrapper {
	width: 100%;
	-webkit-transition-timing-function: linear !important;
	transition-timing-function: linear !important;
	position: relative;
}
.header-carousel {

}
/* CSS Code */
.centered-slide-carousel .swiper-wrapper {
	width: 100%;
	height: max-content !important;
	padding-bottom: 0px !important;
	-webkit-transition-timing-function: linear !important;
	transition-timing-function: linear !important;
	position: relative;
}
.sector-arrow .swiper-pagination {
	width: calc(100% - 150px);
	top: auto;
	bottom: auto;
	align-items: center;
	gap: 3px;
	flex-wrap: wrap;
	justify-content: center;
}
.sector-arrow .swiper-pagination-bullet {
	background: #05250E;
	width: 10px;
	height: 10px;
	border-radius: 0;
	opacity: 1;
}
.sector-arrow .swiper-pagination-bullet-active {
	background: #C4CDC7 !important;
	height: 10px;
	width: 30px;
}
.sector-arrow .swiper-button-next,
.sector-arrow .swiper-button-prev {
	position: static;
	margin: 0;
}
.sector-arrow .swiper-button-next:after, 
.sector-arrow .swiper-button-prev:after {
	content: none;
}
.sector-arrow .w-\[24px\] {
    width: 24px !important;
}
.sector-arrow .awaits-pagination {
	width: auto;
	max-width: calc(100% - 150px);
}

.gallery {
  width: 100%;
  max-width: 100%;
  overflow: hidden;
}
.gallery-slider {
  width: 100%;
  height: auto;
  margin: 0 0 10px 0;
}
.gallery-slider .swiper-slide {
  width: auto;
}
.gallery-slider .swiper-slide img {
  /*display: block;
  width: auto;
  height: 100%;
  margin: 0 auto;*/
}
.gallery-thumbs {
  width: 100%;
  padding: 0;
  overflow: hidden;
}
.thumbnails .gallery-thumbs {
	width: calc(100% - 150px);
}
.gallery-thumbs .swiper-slide {
  width: 100px;
  height: 100px;
  text-align: center;
  overflow: hidden;
  position: relative;
  border: 2px solid transparent;
}
.gallery-thumbs .swiper-slide:after {
	content: "";
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
}
.gallery-thumbs .swiper-slide-active:after {
  content: none;
}
.gallery-thumbs .swiper-slide-active {
	border: 2px solid #57DF80;
}

.goverlay {
    background: #001205CC;
}
.glightbox-clean .gprev, .glightbox-clean .gnext, .glightbox-clean .gclose,
.glightbox-clean .gprev:hover, .glightbox-clean .gnext:hover, .glightbox-clean .gclose:hover {
	background: #F2FFF6;
	border-radius: 100%;
    opacity: 1;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.glightbox-clean .gprev path, .glightbox-clean .gnext path, .glightbox-clean .gclose path {
    fill: #05250E;
}

/*header.scrolling-up #dropdown-menu-bookmarks {
	background: #FFFFFF;
  border: 1px solid #D5DAD7;
}*/
#dropdown-menu-bookmarks .border-\[\#FFFFFF\].border-b {
	border-top: none;
}
#dropdown-menu-bookmarks .bg-\[\#FFFFFF1A\]:nth-child(1) {
	/* background: linear-gradient(90.06deg, #FEBD25 0.06%, #D39D1F 99.94%); */
}
#dropdown-menu-bookmarks .bg-\[\#FFFFFF1A\]:nth-child(2) {
	background: #255F37CC;
	color: #FFFFFF;
}
#dropdown-menu-bookmarks li .icon {
	color: #95AA9B;
}
#dropdown-menu-bookmarks li .icon:before {
	color: #FFFFFF;
}
ul.border-\[\#FFFFFF\] {
  border-top: 1px solid #D5DAD7;
  border-bottom: 1px solid #D5DAD7;
}

.separate-title {}
.separate-title h4 {
	width: calc(100% - 160px);
	word-wrap: break-word;
	padding-right: 0.5rem;
}


@media only screen and (max-width: 1024px) {
	.why-invest {
		flex-direction: column;
		--tw-bg-opacity: 1;
    background-color: rgb(216 249 226 / var(--tw-bg-opacity, 1));
	}
	.left-invest,
	.right-invest {
		width: 100%;
	}
  .west-sector .grid.grid-cols-4 {
  	display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  .text-\[60px\] {
	  font-size: 40px !important;
	}
	.economic-card .grid-cols-3,
	.economic-card .grid-cols-2 {
		grid-template-columns: repeat(1, minmax(0, 1fr));
	}
	.economic-card .grid-cols-3 > .card-top {
		height: 250px;
	}
	.economic-card + div .grid-cols-3 {
		grid-template-columns: repeat(1, minmax(0, 1fr));
		gap: 3rem;
	}
	.partners-say .grid-cols-5,
	.need-help .md\:grid-cols-2,
	.awaits .grid-cols-5 {
		grid-template-columns: repeat(1, minmax(0, 1fr));
	}
	.partners-say .h-\[450px\],
	.awaits .h-\[500px\] {
		height: auto;
	}
	.need-help .md\:grid-cols-2,
	.awaits .h-\[500px\] {
		gap: 4rem;
	}
	.need-help .md\:grid-cols-2 .p-16 {
		padding: 0;
	}
}

@media only screen and (max-width: 767px) {
	.map-region .h-\[310px\] {
		height: auto;
		margin-bottom: 20px;
	}
	.text-\[55px\] {
	    font-size: 40px !important;
	}
	.left-invest {
		height: auto !important;
	}
	.right-invest {
		height: auto !important;
    overflow: auto;
    width: 100% !important;
    padding-bottom: 100px !important;
	}
	.right-invest > div {
		transform: scale(1);
		height: auto;
	}
	.gallery-slider .swiper-slide img {
		width: 100%;
	}

	.separate-title {
		flex-direction: column;
		align-items: flex-start !important;
	}
	.separate-title h4 {
		width: 100%;
		padding-right: 0;
	}
	.separate-title .inline-block button {
		margin-top: 10px;
		width: 160px;
	}
}

@media only screen and (max-width: 600px) {
	#ChartQuartal + div {
		padding-right: 1rem;
		padding-left: 1rem;
	}
	.abs-investment.abs-invest {
		top: 65% !important;
	}
	html {
		overflow-x: hidden;
	}
	.languages img.w-\[24px\] {
		width: 14px;
	}
	#dropdown-selected-option {
		gap: 5px;
	}
	.languages + .w-\[115px\],
	.languages .w-\[115px\] {
    width: 70px;
	}
	header > .flex.items-center.gap-5 {
		gap: .5rem;
	}
	.languages .px-3,
	.languages .px-4 {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
	}
	#dropdown-menu-bookmarks .px-3 {
		padding-left: 0.75rem;
    padding-right: 0.75rem;
	}
	.languages.bookmarks .relative.inline-block.text-left {
		position: static;
	}
	#dropdown-menu-bookmarks {
		width: calc(100% - 30px);
		left: 15px;
		background: #000000;
		z-index: 10;
	}
	header > a > img {
		height: 45px;
		position: relative;
    top: -5px;
	}
}

@media only screen and (max-width: 420px) {
	#why-invest-westjava .w-\[215px\],
	#why-invest-westjava .w-\[165px\] {
    width: 150px;
	}
	#why-invest-westjava .w-\[150px\] {
    width: 140px;
	}
	#why-invest-westjava .text-\[28px\] {
    font-size: 25px;
	}
}