.card-job {
	width: 100%; 
	height: 280px;
	border-radius: 15px;
}

.card-job:hover {
	box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
}

.link-job {
	text-decoration: none !important;
}

.link-job:hover {
	text-decoration: none !important;
}

.label-job-displayname {
	color: #0b5fa0;
	font-size: 16px;
}

.label-job-answertime {
	color: #9A9A9A;
	font-size: 12px;
}

.label-job-title {
	color: #1A1A1A;
	font-size: 16px;
}

.label-job-start {
	color: #e9b109;
}

.label-review-start {
	color: rgb(242, 208, 47);
}

.label-job-text {
	color: #878787;
	font-size: 12px;
}

.label-job-text2 {
	color: #6d6d6d;
	font-size: 16px;
}

.label-job-price2 {
	color: #509de4;
	font-size: 16px;
}

.carousel {
  position: relative;
}
.carousel-item img {
  object-fit: cover;
}

#carousel-thumbs {
  background: rgba(255,255,255,.3);
  bottom: 0;
  left: 0;
  padding: 0 50px;
  right: 0;
}
#carousel-thumbs img {
  border: 5px solid transparent;
  cursor: pointer;
}
#carousel-thumbs img:hover {
  border-color: rgba(255,255,255,.3);
}
#carousel-thumbs .selected img {
  border-color: #fff;
}

.carousel-control-next,
.carousel-control-prev /*, .carousel-indicators */ {
    filter: invert(100%);
    outline: white;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  /* width: 8vw !important; */
  /* height: 8vw !important; */
}

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e");
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  
}

.carousel .carousel-indicators li {background-color: #AEAEAE;}
.carousel .carousel-indicators li.active {background-color: #000000;}