.hosting-info-section {
	background-image: url(../img/shape/game-server-info-bg.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

// Home 12
.tab_11_pill {
	.nav-link {
		background-color: $dark-12;
		position: relative;
		overflow: hidden;
		&.active , &:hover {
			&::after {
				position: absolute;
				content: "";
				height: 2px;
				width: 100%;
				background-color: $yellow-custom;
				left: 0;
				bottom: 0;
			}
		}
	}
	&.style_2 {
		.nav-link {
			&.active , &:hover {
				&::after {
					position: absolute;
					content: "";
					height: 40%;
					width:2px;
					background-color: $yellow-custom;
					left: 0;
					top: 0;
				}
			}
			.cp_content {
				display: none;
			}
			&.active {
				.cp_content {
					display: block;
				}
			}
		}
	}
}