/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */
blockquote{
	border-color: transparent;
}

blockquote {
    margin-bottom: 20px;
    padding-left: 45px;
    margin-top: 30px;
    font-style: italic;
    padding-right: 35px;
    position: relative;
    border-color: transparent;
}

blockquote:before{
	content: "\f10d";
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	font-size: 25px;
	position: absolute;
	left: 0;
	color: #E1DBED
}

blockquote:after {
	font-family: "Font Awesome 5 Free";
	content: "\f10e";
	font-weight: 900;
	right: 0;
	bottom: 0;
	position: absolute;
	color: #E1DBED;
	font-size: 25px;
}

.clearfix::after {
    content: "";
    clear: both;
    display: table;
}

.tab-container {
    width: 1200px;
    max-width: 100%;
    margin: 60px auto;
    padding: 0 15px;
}

.column-1 {
    width: 100%;
    padding: 0 15px;
    margin-bottom: 25px;
}

.column-2 {
    width: calc(100% / 2);
    padding: 0 15px;
    margin-bottom: 25px;
}

.column-3 {
    width: calc(100% / 3);
    padding: 0 15px;
    margin-bottom: 25px;
}

.column-4 {
    width: calc(100% / 4);
    padding: 0 15px;
    margin-bottom: 25px;
}

.column-5 {
    width: calc(100% / 5);
    padding: 0 15px;
    margin-bottom: 25px;
}

/* Style Satu */

.tab-awesome .style-satu nav ul li a span {
	text-transform: uppercase;
}

.tab-awesome .style-satu li.tab-current a {
	color: #fff;
	background: #e8e8e8;
}

.tab-awesome .style-satu a {
	text-decoration: none;
	outline: none;
}

.tab-awesome .style-satu a:hover, a:focus {
	color: #74777b;
}

.tab-awesome .style-satu {
	position: relative;
	overflow: hidden;
	margin: 0 auto;
	width: 100%;
}

/* Nav */
.tab-awesome .style-satu nav {
	text-align: center;
	background: #eaeaea;
}

.tab-awesome .style-satu li a::before{
	color: #191970;
    margin-right: 5px;
}

.tab-awesome .style-satu nav ul {
	position: relative;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: flex;
	margin: 0 auto;
	padding: 0;
	max-width: 100%;
	list-style: none;
	-ms-box-orient: horizontal;
	-ms-box-pack: center;
	-webkit-flex-flow: row wrap;
	-moz-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
	justify-content: center;
}

.tab-awesome .style-satu nav ul li {
	position: relative;
	z-index: 1;
	display: block;
	margin: 0;
	text-align: center;
	-webkit-flex: 1;
	-moz-flex: 1;
	-ms-flex: 1;
	flex: 1;
	background: #eaeaea;
}

.tab-awesome .style-satu nav a {
	position: relative;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
    color: #333;
}

.tab-awesome .style-satu nav a span {
	vertical-align: middle;
	color: #555;
}

.tab-awesome .style-satu nav li.tab-current a {
	color: #74777b;
}

.tab-awesome .style-satu nav a:focus {
	outline: none;
}

.tab-awesome .style-satu nav ul {
	border: 2px solid transparent;
}

.tab-awesome .style-satu nav ul li a {
	margin: 0 0.8px;
	transition: background-color 0.2s, color 0.2s;
	line-height: 2.5em;
}

/* Content */
.tab-awesome .style-satu .content-wrap {
	position: relative;
	border: 3px solid #eaeaea;
    border-top: 0;
}

.tab-awesome .style-satu .content-wrap section {
	display: none;
	margin: 0 auto;
	padding: 2em;
	max-width: 100%;
}

.tab-awesome .style-satu .content-wrap section.content-current {
	display: block;
}

.tab-awesome .style-satu .content-wrap section p {
	margin: 0;
    padding: 0.75em 0;
}

@media screen and (max-width: 53em) {
	.tab-awesome .style-satu nav a span {
		display: none;
	}
	
}

/* Style Dua */

.tab-awesome .style-dua nav {
	background: rgba(255,255,255,0.4);
}

.tab-awesome .style-dua nav ul li a {
	overflow: visible;
	padding: 2em 0;
	-webkit-transition: color 0.2s;
	transition: color 0.2s;
	color: #74777b;
}

@media screen and (max-width: 525px) {
	.tab-awesome .style-dua span.title-tab {
		font-size: 12px;
	}
}


.tab-awesome .style-dua nav ul li.tab-current {
	z-index: 100;
}

.tab-awesome .style-dua nav ul li:first-child::before {
	right: auto;
	left: 0;
}

.tab-awesome .style-dua .tab-current a::before {
	display: block;
	margin: 0 0 0.25em 0;
	color: #5252ce;
}

.tab-awesome .style-dua a::before {
	display: block;
	margin: 0 0 0.25em 0;
	color: #74777b;
}

.tab-awesome .style-dua a {
	text-decoration: none;
	outline: none;
}

.tab-awesome .style-dua a:hover, a:focus {
	color: #74777b;
}

.tab-awesome .style-dua {
	position: relative;
	overflow: hidden;
	margin: 0 auto;
	width: 100%;
}

/* Nav */

.tab-awesome .style-dua nav ul li.tab-current a::after {
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -10px;
    width: 0;
    height: 0;
    border: solid transparent;
    border-width: 10px;
    border-top-color: #fff;
    content: '';
    pointer-events: none;
}

.tab-awesome .style-dua nav ul {
	position: relative;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: flex;
	margin: 0 auto;
	padding: 0;
	max-width: 100%;
	list-style: none;
	-ms-box-orient: horizontal;
	-ms-box-pack: center;
	-webkit-flex-flow: row wrap;
	-moz-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
	justify-content: center;
}

.tab-awesome .style-dua nav ul li {
	position: relative;
	z-index: 1;
	display: block;
	margin: 0;
	-webkit-flex: 1;
	-moz-flex: 1;
	-ms-flex: 1;
	flex: 1;
	text-align: center;
}

.tab-awesome .style-dua nav a {
	position: relative;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.tab-awesome .style-dua nav a span {
	vertical-align: middle;
}

.tab-awesome .style-dua nav li.tab-current a {
	color: #74777b;
	background: #ffffff;
}

.tab-awesome .style-dua nav a:focus {
	outline: none;
}

.tab-awesome .style-dua nav {
	background: rgba(40,44,42,0.05);
}

.tab-awesome .style-dua nav ul li a {
	margin: 0 1px;
	background-color: #f7f7f7;
	color: #74777b;
	transition: background-color 0.2s, color 0.2s;
}

/* Content */
.tab-awesome .style-dua .content-wrap {
	position: relative;
}

.tab-awesome .style-dua .content-wrap section {
	display: none;
	margin: 0 auto;
	padding: 1em;
	max-width: 100%;
}

.tab-awesome .style-dua .content-wrap section.content-current {
	display: block;
}

.tab-awesome .style-dua .content-wrap section p {
	margin: 0;
    padding: 0.75em 0;
}

.tab-awesome .style-dua .social-item::before {
    display: block;
    margin: 0 0 0.25em 0;
}

@media screen and (max-width: 790px) {
	.style-empat nav {
		font-size: 0.6em;
	}
}

/* Style Tiga */

.tab-awesome .style-tiga nav {
	background: #fff;
}

.tab-awesome .style-tiga nav a {
	padding: 0.25em 0 0.5em;
	border-left: 1px solid #e7ecea;
	-webkit-transition: color 0.2s;
	transition: color 0.2s;
}

.tab-awesome .style-tiga nav li:last-child a {
	border-right: 1px solid #e7ecea;
}

.tab-awesome .style-tiga nav li a::after {
	position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 4px;
    content: '';
    -webkit-transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    -webkit-transform: translate3d(0,150%,0);
    transform: translate3d(0,150%,0);
}

.tab-awesome .style-tiga nav li.tab-current a::after {
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
	background: #191970;
}

.tab-awesome .style-tiga nav a span {
}

.tab-awesome .style-tiga a {
	text-decoration: none;
	outline: none;
}

.tab-awesome .style-tiga a:hover, a:focus {
	color: #74777b;
}

.tab-awesome .style-tiga .tabs {
	position: relative;
	overflow: hidden;
	margin: 0 auto;
	width: 100%;
}

/* Nav */
.tab-awesome .style-tiga .tabs nav {
	text-align: center;
}

.tab-awesome .style-tiga .tabs nav ul {
	position: relative;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: flex;
	margin: 0 auto;
	padding: 0;
	max-width: 100%;
	list-style: none;
	-ms-box-orient: horizontal;
	-ms-box-pack: center;
	-webkit-flex-flow: row wrap;
	-moz-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
	justify-content: center;
}

.tab-awesome .style-tiga .tabs nav ul li {
	position: relative;
	z-index: 1;
	display: block;
	margin: 0;
	text-align: center;
	-webkit-flex: 1;
	-moz-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.tab-awesome .style-tiga .tabs nav a {
	position: relative;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: #191970;
	line-height: 2.5em;
}

.tab-awesome .style-tiga .tabs nav a span {
	vertical-align: middle;
}

.tab-awesome .style-tiga .tabs nav li.tab-current a {
	background: #e8e8e8;
}

.tab-awesome .style-tiga .tabs nav a:focus {
	outline: none;
}

/* Content */
.tab-awesome .style-tiga .content-wrap {
	position: relative;
}

.tab-awesome .style-tiga a::before{
	color: #191970;
    margin-right: 5px;
}

.tab-awesome .style-tiga .content-wrap section {
	display: none;
	margin: 0 auto;
	padding: 1em;
	max-width: 100%;
}

.tab-awesome .style-tiga .content-wrap section.content-current {
	display: block;
}

.tab-awesome .style-tiga .content-wrap section p {
	margin: 0;
    padding: 0.75em 0;
}

@media screen and (max-width: 53em) {
	.tab-awesome .style-tiga .tabs nav a span {
		display: none;
	}
}


/* Style Empat */

.tab-awesome .style-empat nav a {
	overflow: visible;
	border-bottom: 1px solid rgba(0,0,0,0.2);
	-webkit-transition: color 0.2s;
	transition: color 0.2s;
	background: #f3f3f3;
}

.tab-awesome .style-empat nav a span {
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.tab-awesome .style-empat nav li.tab-current a:after, 
.tab-awesome .style-empat nav li.tab-current a:before {
	position: absolute;
	top: 100%;
	left: 50%;
	width: 0;
	height: 0;
	border: solid transparent;
	content: '';
	pointer-events: none;
}

.tab-awesome .style-empat nav li.tab-current a:after {
	margin-left: -10px;
	border-width: 10px;
	border-top-color: #e7ecea;
}

.tab-awesome .style-empat nav li.tab-current a:before {
	margin-left: -11px;
	border-width: 11px;
	border-top-color: rgba(0,0,0,0.2);
}

@media screen and (max-width: 58em) {
	.tab-awesome .style-empat nav {
		font-size: 0.6em;
	}
}

.tab-awesome .style-empat a {
	text-decoration: none;
	outline: none;
}

.tab-awesome .style-empat a:hover, a:focus {
	color: #74777b;
}

.tab-awesome .style-empat {
	position: relative;
	overflow: hidden;
	margin: 0 auto;
	width: 100%;
}

/* Nav */
.tab-awesome .style-empat nav {
	text-align: center;
}

.tab-awesome .style-empat nav ul {
	position: relative;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: flex;
	margin: 0 auto;
	padding: 0;
	max-width: 100%;
	list-style: none;
	-ms-box-orient: horizontal;
	-ms-box-pack: center;
	-webkit-flex-flow: row wrap;
	-moz-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
	justify-content: center;
}

.tab-awesome .style-empat nav ul li {
	position: relative;
	z-index: 1;
	display: block;
	margin: 0;
	text-align: center;
	-webkit-flex: 1;
	-moz-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.tab-awesome .style-empat nav a {
	position: relative;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	line-height: 2.5em;
}

.tab-awesome .style-empat nav li.tab-current a {
	position: relative;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	background: #5252ce;
}

.tab-awesome .style-empat li.tab-current a span {
	color: #ffffff;
}

.tab-awesome .style-empat nav a span {
	vertical-align: middle;
	color: #404040;
}

.tab-awesome .style-empat nav a:focus {
	outline: none;
}

/* Content */
.tab-awesome .style-empat .content-wrap {
	position: relative;
}

.tab-awesome .style-empat .content-wrap section {
	display: none;
	margin: 0 auto;
	padding: 1em;
	max-width: 100%;
}

.tab-awesome .style-empat .content-wrap section.content-current {
	display: block;
}

.tab-awesome .style-empat .content-wrap section p {
	margin: 0;
    padding: 0.75em 0;
    font-weight: 400;
}

/* Style Lima */

.tab-awesome .style-lima  {
	max-width: 100%;
}

.tab-awesome .style-lima  nav li:not(:last-child) {
	border-right: none;
}

.tab-awesome .style-lima  nav li.tab-current {
	border-bottom: none;
}

.tab-awesome .style-lima nav a {
	padding: 0.65em 0 0.5em;
	-webkit-transition: color 0.2s;
	transition: color 0.2s;
	text-decoration: none;
}

.tab-awesome .style-lima  nav li.tab-current a {
	background: #ffffff;
}

.tab-awesome .style-lima a::before {
	display: block;
	margin: 0;
}

.tab-awesome .style-lima  nav a span {
	text-transform: uppercase;
	letter-spacing: 1px;
}

/* Nav */
.tab-awesome .style-lima .tabs nav {
	text-align: center;
}

.tab-awesome .style-lima nav.box2 li.tab-current a {
	box-shadow: inset 0 4px 0 #5252ce;
}

.tab-awesome .style-lima .tabs nav ul {
	position: relative;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: flex;
	margin: 0 auto;
	padding: 0;
	max-width: 100%;
	list-style: none;
	-ms-box-orient: horizontal;
	-ms-box-pack: center;
	-webkit-flex-flow: row wrap;
	-moz-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
	justify-content: center;
}

.tab-awesome .style-lima .tabs nav ul li {
	position: relative;
	z-index: 1;
	display: block;
	margin: 0;
	text-align: center;
	-webkit-flex: 1;
	-moz-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.tab-awesome .style-lima .tabs nav a {
	position: relative;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	line-height: 2em;
}

.tab-awesome .style-lima nav a span {
	vertical-align: middle;
	color: #333333;
}

.tab-awesome .style-lima .tabs nav li.tab-current a {
	color: #74777b;
}

.tab-awesome .style-lima .social-item {
	margin: 0;
	margin-right: 2px;
}

.tab-awesome .style-lima .tabs nav a:focus {
	outline: none;
}

.tab-awesome .style-lima nav ul {
	border: 4px solid transparent;
}

.tab-awesome .style-lima nav ul li a {
	margin: 0 2px;
	background-color: #f7f7f7;
	color: #74777b;
	transition: background-color 0.2s, color 0.2s;
}

/* Content */
.tab-awesome .style-lima .tab-current a::before{
	color: #5252ce;
    margin-bottom: -15px;
}

.tab-awesome .style-lima a::before{
	color: #333;
    margin-bottom: -15px;
}

.tab-awesome .style-lima .content-wrap {
	position: relative;
}

.tab-awesome .style-lima .content-wrap section {
	display: none;
	margin: 0 auto;
	padding: 1em;
	max-width: 100%;
}

.tab-awesome .style-lima .content-wrap section.content-current {
	display: block;
}

.tab-awesome .style-lima .content-wrap section p {
	margin: 0;
    padding: 0.75em 0;
}

@media screen and (max-width: 58em) {
	.tab-awesome .style-lima nav a span {
		display: none;
		margin-bottom: 10px;
	}
}

/* Style Genep */

.tab-awesome .style-genep .tabs nav ul {
	position: relative;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: flex;
	margin: 0 auto;
	padding: 0;
	max-width: 100%;
	list-style: none;
	-ms-box-orient: horizontal;
	-ms-box-pack: center;
	-webkit-flex-flow: row wrap;
	-moz-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
	justify-content: center;
}

.tab-awesome .style-genep .tabs nav ul li {
	position: relative;
	z-index: 1;
	display: block;
	margin: 0;
	text-align: center;
	-webkit-flex: 1;
	-moz-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.tab-awesome .style-genep .tabs nav a {
	position: relative;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
    text-decoration :none;
}

.tab-awesome .style-genep .tabs nav a span {
	vertical-align: middle;
}

.tab-awesome .style-genep .tabs nav li.tab-current a {
	color: #74777b;
}

.tab-awesome .style-genep .tabs nav a:focus {
	outline: none;
}

/* Content */
.tab-awesome .style-genep .content-wrap {
	position: relative;
}

.tab-awesome .style-genep .content-wrap section {
	display: none;
	margin: 0 auto;
	padding: 1em;
	max-width: 100%;
}

.tab-awesome .style-genep .content-wrap section.content-current {
	display: block;
}

.tab-awesome .style-genep .content-wrap section p {
	margin: 0;
    padding: 0.75em 0;
}

/* Fallback */
.no-js .content-wrap section {
	display: block;
	padding-bottom: 2em;
	border-bottom: 1px solid rgba(255,255,255,0.6);
}

.tab-awesome .style-genep .no-flexbox nav ul {
	display: block;
}

.tab-awesome .style-genep .no-flexbox nav ul li {
	min-width: 15%;
	display: inline-block;
}

@media screen and (max-width: 58em) {
	.tab-awesome .style-genep .tabs nav a.social-item span {
		display: none;
	}
	.tab-awesome .style-genep .tabs nav a:before {
		margin-right: 0;
	}
}

.tab-awesome .style-genep .tabs-style-iconfall {
	overflow: visible;
}

.tab-awesome .style-genep .tabs-style-iconfall nav a {
	display: inline-block;
	overflow: visible;
	padding: 1em 0 2em;
	-webkit-transition: color 0.3s cubic-bezier(0.7,0,0.3,1); 
	transition: color 0.3s cubic-bezier(0.7,0,0.3,1);
}

.tab-awesome .style-genep nav li.tab-current a span {
	color: #74777b;
}

.tab-awesome .style-genep nav li a span {
	color: #333333;
}

.tab-awesome .style-genep nav li::before {
	position: absolute;
	bottom: 1em;
	left: 50%;
	margin-left: -20px;
	width: 40px;
	height: 2px;
	background: #5252ce;
	content: '';
	opacity: 0;
	z-index: 1;
	-webkit-transition: -webkit-transform 0.2s ease-in;
	transition: transform 0.2s ease-in;
	-webkit-transform: scale3d(0,1,1);
	transform: scale3d(0,1,1);
}

.tab-awesome .style-genep .tabs-style-iconfall nav li.tab-current::before {
	opacity: 1;
	-webkit-transform: scale3d(1,1,1);
	transform: scale3d(1,1,1);
}

.tab-awesome .style-genep a::before {
	display: block;
	margin: 0 0 0.35em;
	opacity: 0;
	-webkit-transition: -webkit-transform 0.2s, opacity 0.2s;
	transition: transform 0.2s, opacity 0.2s;
	-webkit-transform: translate3d(0,-100px,0);
	transform: translate3d(0,-100px,0);
	pointer-events: none;
}

.tab-awesome .style-genep li.tab-current a::before {
	color: #5252ce;
}

.tab-awesome .style-genep .tabs-style-iconfall nav li.tab-current .social-item::before {
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

@media screen and (max-width: 58em) {
	.tab-awesome .style-genep .tabs-style-iconfall nav li .social-item::before {
		opacity: 1;
		-webkit-transform: translate3d(0,0,0);
		transform: translate3d(0,0,0);
	}
}

/* Style Tujuh */

.tab-awesome .style-tujuh .tabs nav ul {
	position: relative;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: flex;
	margin: 0 auto;
	padding: 0;
	max-width: 100%;
	list-style: none;
	-ms-box-orient: horizontal;
	-ms-box-pack: center;
	-webkit-flex-flow: row wrap;
	-moz-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
	justify-content: center;
}

.tab-awesome .style-tujuh .tabs nav ul li {
	position: relative;
	z-index: 1;
	display: block;
	margin: 0;
	text-align: center;
	-webkit-flex: 1;
	-moz-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.tab-awesome .style-tujuh .tabs nav a {
	position: relative;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
    text-decoration :none;
}

.tab-awesome .style-tujuh .tabs nav a span {
	vertical-align: middle;
}

.tab-awesome .style-tujuh .tabs nav li.tab-current a {
	color: #74777b;
}

.tab-awesome .style-tujuh .tabs nav a:focus {
	outline: none;
}

.tab-awesome .style-tujuh a::before {
	color: #73777b;
	margin: 5px;
}

.tab-awesome .style-tujuh .tab-current a::before {
	color: #191970;
	margin: 5px;
}

/* Content */
.tab-awesome .style-tujuh .content-wrap {
	position: relative;
}

.tab-awesome .style-tujuh .content-wrap section {
	display: none;
	margin: 0 auto;
	padding: 2em;
	max-width: 100%;
}

.tab-awesome .style-tujuh .content-wrap section.content-current {
	display: block;
}

.tab-awesome .style-tujuh .content-wrap section p {
	margin: 0;
    padding: 0.75em 0;
}

/* Fallback */
.no-js .content-wrap section {
	display: block;
	padding-bottom: 2em;
	border-bottom: 1px solid rgba(255,255,255,0.6);
}

.tab-awesome .style-tujuh .no-flexbox nav ul {
	display: block;
}

.tab-awesome .style-tujuh .no-flexbox nav ul li {
	min-width: 15%;
	display: inline-block;
}

.tab-awesome .style-tujuh li:last-child::before {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 2px;
	content: '';
	-webkit-transition: -webkit-transform 0.3s;
	transition: transform 0.3s;
	background: #191970;
}

.tab-awesome .style-tujuh .tabs-style-linemove nav a {
	padding: 1em 0;
	-webkit-transition: color 0.3s, -webkit-transform 0.3s; 
	transition: color 0.3s, transform 0.3s;
}

.tab-awesome .style-tujuh .tabs-style-linemove nav li.tab-current a {
	-webkit-transform: translate3d(0,8px,0);
	transform: translate3d(0,-8px,0);
}

.tab-awesome .style-tujuh nav a span {
	color: #73777b;
}

/* Style Dalapan */

.tab-awesome .style-dalapan .tabs nav ul {
	position: relative;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: flex;
	margin: 0 auto;
	padding: 0;
	max-width: 100%;
	list-style: none;
	-ms-box-orient: horizontal;
	-ms-box-pack: center;
	-webkit-flex-flow: row wrap;
	-moz-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
	justify-content: center;
}

.tab-awesome .style-dalapan .tabs nav ul li {
	position: relative;
	z-index: 1;
	display: block;
	margin: 0;
	text-align: center;
	-webkit-flex: 1;
	-moz-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.tab-awesome .style-dalapan .tabs nav a {
	position: relative;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
    text-decoration :none;
}

.tab-awesome .style-dalapan .tabs nav a span {
	vertical-align: middle;
}

.tab-awesome .style-dalapan .tabs nav a:focus {
	outline: none;
}

/* Content */
.tab-awesome .style-dalapan .content-wrap {
	position: relative;
}

.tab-awesome .style-dalapan .content-wrap section {
	display: none;
	margin: 0 auto;
	padding: 3em;
	max-width: 100%;
}

.tab-awesome .style-dalapan .content-wrap section.content-current {
	display: block;
}

.tab-awesome .style-dalapan .content-wrap section p {
	margin: 0;
    padding: 0.75em 0;
}

/* Fallback */
.no-js .content-wrap section {
	display: block;
	padding-bottom: 2em;
	border-bottom: 1px solid rgba(255,255,255,0.6);
}

.tab-awesome .style-dalapan .no-flexbox nav ul {
	display: block;
}

.tab-awesome .style-dalapan .no-flexbox nav ul li {
	min-width: 15%;
	display: inline-block;
}

@media screen and (max-width: 58em) {
	.tab-awesome .style-dalapan .tabs nav a.icon span {
		display: none;
	}
	.tab-awesome .style-dalapan .tabs nav a:before {
		margin-right: 0;
	}
}

.tab-awesome .style-dalapan .tabs-style-line nav ul {
	padding: 0 2em;
	max-width: none;
}

.tab-awesome .style-dalapan .tabs-style-line nav a {
	padding: 1em 0.4em;
	box-shadow: inset 0 -2px #d1d3d2;
	color: #74777b;
	text-align: left;
	text-transform: uppercase;
	-webkit-transition: color 0.3s, box-shadow 0.3s;
	transition: color 0.3s, box-shadow 0.3s;
}

.tab-awesome .style-dalapan li.tab-current a {
	box-shadow: inset 0 -2px #191970;
	color: #191970;
}


@media screen and (max-width: 58em) {
	.tab-awesome .style-dalapan .tabs-style-line nav ul {
		display: block;
		box-shadow: none;
	}
	.tab-awesome .style-dalapan .tabs-style-line nav ul li {
		display: inline-flex;
		-webkit-flex: none;
		flex: none;
	}
}

/* Style Salapan */

.tab-awesome .style-salapan .tabs nav ul {
	position: relative;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: flex;
	margin: 0 auto;
	margin-bottom : 80px;
	padding: 0;
	max-width: 100%;
	list-style: none;
	-ms-box-orient: horizontal;
	-ms-box-pack: center;
	-webkit-flex-flow: row wrap;
	-moz-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
	justify-content: center;
}

.tab-awesome .style-salapan .tabs nav ul li {
	position: relative;
	z-index: 1;
	display: block;
	margin: 0;
	text-align: center;
	-webkit-flex: 1;
	-moz-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.tab-awesome .style-salapan .tabs nav a {
	position: relative;
	display: grid;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	text-decoration :none;
	line-height: 1.5em;
}

.tab-awesome .style-salapan .tabs nav a span {
	vertical-align: middle;
}

.tab-awesome .style-salapan .tabs nav li.tab-current a {
	color: #74777b;
}

.tab-awesome .style-salapan .tabs nav a:focus {
	outline: none;
}

/* Content */
.tab-awesome .style-salapan .content-wrap {
	position: relative;
}

.tab-awesome .style-salapan .content-wrap section {
	display: none;
	margin: 0 auto;
	padding: 1em;
	max-width: 100%;
}

.tab-awesome .style-salapan .content-wrap section.content-current {
	display: block;
}

.tab-awesome .style-salapan .content-wrap section p {
	margin: 0;
    padding: 0.75em 0;
}

/* Fallback */
.no-js .content-wrap section {
	display: block;
	padding-bottom: 2em;
	border-bottom: 1px solid rgba(255,255,255,0.6);
}

.tab-awesome .style-salapan .no-flexbox nav ul {
	display: block;
}

.tab-awesome .style-salapan .no-flexbox nav ul li {
	min-width: 15%;
	display: inline-block;
}

.tab-awesome .style-salapan .tabs-style-circle {
	overflow: visible;
}

.tab-awesome .style-salapan nav li::before {
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -60px 0 0 -60px;
	width: 120px;
	height: 120px;
	border-radius: 50%;
	border: 2px solid #5252ce;
	content: '';
	opacity: 0;
	-webkit-transition: -webkit-transform 0.2s, opacity 0.2s;
	transition: transform 0.2s, opacity 0.2s;
	-webkit-transition-timing-function: cubic-bezier(0.7,0,0.3,1);
	transition-timing-function: cubic-bezier(0.7,0,0.3,1);
}

@media screen and (max-width: 58em) {
	.tab-awesome .style-salapan .tabs-style-circle nav li::before {
		margin: -40px 0 0 -40px;
		width: 80px;
		height: 80px;
	}
}

.tab-awesome .style-salapan .tabs-style-circle nav li.tab-current::before {
	opacity: 1;
	-webkit-transform: scale3d(1,1,1);
	transform: scale3d(1,1,1);
}

.tab-awesome .style-salapan .tabs-style-circle nav a {
	overflow: visible;
	color: #74777b;
	-webkit-transition: color 0.3s cubic-bezier(0.7,0,0.3,1); 
	transition: color 0.3s cubic-bezier(0.7,0,0.3,1);
}

.tab-awesome .style-salapan .tabs-style-circle .social-icon::before{
	display: block;
}

.tab-awesome .style-salapan .tabs-style-circle nav a span {
	display: inline-block;
}

.tab-awesome .style-salapan .tabs-style-circle nav a span,
.tab-awesome .style-salapan .tabs-style-circle .social-icon::before {
	-webkit-transition: -webkit-transform 0.3s cubic-bezier(0.7,0,0.3,1);
	transition: transform 0.3s cubic-bezier(0.7,0,0.3,1);
}

.tab-awesome .style-salapan .tabs-style-circle nav a:hover,
.tab-awesome .style-salapan .tabs-style-circle nav a:focus {
	color: #4a4a4b;
}

.tab-awesome .style-salapan .tabs-style-circle nav li.tab-current a span {
	-webkit-transform: translate3d(0,4px,0);
	transform: translate3d(0,4px,0);
}

.tab-awesome .style-salapan .tabs-style-circle .social-icon a::before {
	display: block;
	margin: 0;
	pointer-events: none;
}

.tab-awesome .style-salapan .tabs-style-circle nav li.tab-current .social-icon::before {
	-webkit-transform: translate3d(0,-4px,0);
	transform: translate3d(0,-4px,0);
}

@media screen and (max-width: 58em) {
	.tab-awesome .style-salapan .tabs nav a:before {
		margin-right: 0;
	}

	.tab-awesome .style-salapan .tabs-style-circle nav a span {
		display: none;
	}
}

/* Style Sepuluh */

.tab-awesome .style-sapuluh .tabs nav ul {
	position: relative;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: flex;
	margin: 0 auto;
	padding: 0;
	max-width: 100%;
	list-style: none;
	-ms-box-orient: horizontal;
	-ms-box-pack: center;
	-webkit-flex-flow: row wrap;
	-moz-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
	justify-content: center;
}

.tab-awesome .style-sapuluh .tabs nav ul li {
	position: relative;
	z-index: 1;
	display: block;
	margin: 0;
	text-align: center;
	-webkit-flex: 1;
	-moz-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.tab-awesome .style-sapuluh .tabs nav a {
	position: relative;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
    text-decoration :none;
}

.tab-awesome .style-sapuluh .tabs nav a span {
	vertical-align: middle;
}

.tab-awesome .style-sapuluh .tabs nav li.tab-current a {
	color: #74777b;
}

.tab-awesome .style-sapuluh .tabs nav a:focus {
	outline: none;
}

/* Content */
.tab-awesome .style-sapuluh .hidden {
    position: absolute;
    width: 0;
    height: 0;
    overflow: hidden;
    opacity: 0;
}
.tab-awesome .style-sapuluh path {
	transition: unset;
}

.tab-awesome .style-sapuluh .bg-color-tab nav li.tab-current a span {
	background-color: #ffffff
}
.tab-awesome .style-sapuluh .content-wrap {
	position: relative;
}

.tab-awesome .style-sapuluh .content-wrap section {
	display: none;
	margin: 0 auto;
	padding: 1em;
	max-width: 100%;
}

.tab-awesome .style-sapuluh .content-wrap section.content-current {
	display: block;
}

.tab-awesome .style-sapuluh .content-wrap section p {
	margin: 0;
    padding: 0.75em 0;
}

/* Fallback */
.no-js .content-wrap section {
	display: block;
	padding-bottom: 2em;
	border-bottom: 1px solid rgba(255,255,255,0.6);
}

.tab-awesome .style-sapuluh .no-flexbox nav ul {
	display: block;
}

.tab-awesome .style-sapuluh .no-flexbox nav ul li {
	min-width: 15%;
	display: inline-block;
}

@media screen and (max-width: 58em) {
	.tab-awesome .style-sapuluh .tabs nav a.icon span {
		display: none;
	}
	.tab-awesome .style-sapuluh .tabs nav a:before {
		margin-right: 0;
	}
}

.tab-awesome .style-sapuluh .tabs-style-shape {
	max-width: 100%;
}

.tab-awesome .style-sapuluh .tabs-style-shape nav ul li {
	margin: 0 3em;
}

.tab-awesome .style-sapuluh .tabs-style-shape nav ul li:first-child {
	margin-left: 0;
}

.tab-awesome .style-sapuluh .tabs-style-shape nav ul li.tab-current {
	z-index: 100;
}

.tab-awesome .style-sapuluh .tabs.tabs-style-shape nav li a {
	overflow: visible;
	margin: 0 -3em 0 0;
	padding: 0;
	color: #fff;
	line-height: 2.5em;
	background: transparent !important;
}

.tab-awesome .style-sapuluh .tabs-style-shape nav li:first-child a span {
	padding-left: 2em;
	border-radius: 30px 0 0 0;
}

.tab-awesome .style-sapuluh .tabs-style-shape nav li:last-child a span {
	padding-right: 2em;
	border-radius: 0 30px 0 0;
}

.tab-awesome .style-sapuluh .tabs-style-shape nav li a svg {
	position: absolute;
	left: 100%;
	margin: 0;
	width: 3em;
	height: 100%;
	fill: #bdc2c9;
}

.tab-awesome .style-sapuluh .tabs-style-shape nav li a svg:nth-child(2),
.tab-awesome .style-sapuluh .tabs-style-shape nav li:last-child a svg {
	right: 100%;
	left: auto;
	-webkit-transform: scale3d(-1,1,1);
	transform: scale3d(-1,1,1);
}

.tab-awesome .style-sapuluh .tabs-style-shape nav li a span {
	display: block;
	overflow: hidden;
	padding: 0.65em 0;
	background-color: #bdc2c9;
	text-overflow: ellipsis;
	white-space: nowrap;
}

/* Make only shape clickable */
.tab-awesome .style-sapuluh .tabs-style-shape nav li a svg {
	pointer-events: none;
}

.tab-awesome .style-sapuluh .tabs-style-shape nav li a svg use {
	pointer-events: auto;
}

.tab-awesome .style-sapuluh .tabs-style-shape nav li.tab-current a span,
.tab-awesome .style-sapuluh .tabs-style-shape nav li.tab-current a svg {
	-webkit-transition: none;
	transition: none;
}

.tab-awesome .style-sapuluh .bg-color-tab nav li.tab-current a span {
	color: #333333;
}

.tab-awesome .style-sapuluh .tabs-style-shape nav li.tab-current a svg {
	fill: #fff;
}

.tab-awesome .style-sapuluh .tabs-style-shape .content-wrap {
	background: #fff;
}

@media screen and (max-width: 58em) {
	.tab-awesome .style-sapuluh .tabs-style-shape nav ul {
		display: block;
		padding-top: 1.5em;
	}
	.tab-awesome .style-sapuluh .tabs-style-shape nav ul li {
		display: block;
		margin: -1.25em 0 0;
		-webkit-flex: none;
		flex: none;
		width: 90%;
	}
	.tab-awesome .style-sapuluh .tabs-style-shape nav ul li a {
		margin: 0;
	}
	.tab-awesome .style-sapuluh .tabs-style-shape nav ul li svg {
		display: none;
	}
	.tab-awesome .style-sapuluh .tabs-style-shape nav ul li a span {
		padding: 1.25em 0 2em !important;
		border-radius: 30px 30px 0 0 !important;
		box-shadow: 0 -1px 2px rgba(0,0,0,0.1);
	}
	.tab-awesome .style-sapuluh .tabs-style-shape nav ul li:last-child a span {
		padding: 1.25em 0 !important;
	}
	.tab-awesome .style-sapuluh .tabs-style-shape nav ul li.tab-current {
		z-index: 1;
	}
}

/* Style Sebelas */

.tab-awesome .style-sabelas .tabs nav ul {
	position: relative;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: flex;
	margin: 0 auto;
	padding: 0;
	max-width: 100%;
	list-style: none;
	-ms-box-orient: horizontal;
	-ms-box-pack: center;
	-webkit-flex-flow: row wrap;
	-moz-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
	justify-content: center;
}

.tab-awesome .style-sabelas .tabs nav ul li {
	position: relative;
	z-index: 1;
	display: block;
	margin: 0;
	text-align: center;
	-webkit-flex: 1;
	-moz-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.tab-awesome .style-sabelas .tabs nav a {
	position: relative;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
    text-decoration :none;
}

.tab-awesome .style-sabelas .tabs nav a span {
	vertical-align: middle;
}

.tab-awesome .style-sabelas .tabs nav li.tab-current a {
	color: #74777b;
}

.tab-awesome .style-sabelas .tabs nav a:focus {
	outline: none;
}

/* Content */
.tab-awesome .style-sabelas .content-wrap {
	position: relative;
}

.tab-awesome .style-sabelas .content-wrap section {
	display: none;
	margin: 0 auto;
	padding: 3em;
	max-width: 100%;
}

.tab-awesome .style-sabelas .content-wrap section.content-current {
	display: block;
}

.tab-awesome .style-sabelas .content-wrap section p {
	margin: 0;
    padding: 0.75em 0;
}

/* Fallback */
.no-js .content-wrap section {
	display: block;
	padding-bottom: 2em;
	border-bottom: 1px solid rgba(255,255,255,0.6);
}

.tab-awesome .style-sabelas .no-flexbox nav ul {
	display: block;
}

.tab-awesome .style-sabelas .no-flexbox nav ul li {
	min-width: 15%;
	display: inline-block;
}

@media screen and (max-width: 58em) {
	.tab-awesome .style-sabelas .tabs nav a.icon span {
		display: none;
	}
	.tab-awesome .style-sabelas .tabs nav a:before {
		margin-right: 0;
	}
}

.tab-awesome .style-sabelas .tabs-style-linebox nav ul li {
	margin: 0 0.5em;
	-webkit-flex: none;
	flex: none;
}

.tab-awesome .style-sabelas .tabs-style-linebox nav a {
	padding: 0 1.5em;
	color: #74777b;
	-webkit-transition: color 0.3s;
	transition: color 0.3s;
	line-height: 2.5em;
}

.tab-awesome .style-sabelas .tabs-style-linebox nav li.tab-current a {
	color: #fff;
}

.tab-awesome .style-sabelas .tabs-style-linebox nav a::after {
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	width: 100%;
	height: 100%;
	background: #d2d8d6;
	content: '';
	-webkit-transition: background-color 0.3s, -webkit-transform 0.3s;
	transition: background-color 0.3s, transform 0.3s;
	-webkit-transition-timing-function: ease, cubic-bezier(0.7,0,0.3,1);
	transition-timing-function: ease, cubic-bezier(0.7,0,0.3,1);
	-webkit-transform: translate3d(0,100%,0) translate3d(0,-3px,0);
	transform: translate3d(0,100%,0) translate3d(0,-3px,0);
}

.tab-awesome .style-sabelas .tabs-style-linebox nav li.tab-current a::after {
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

.tab-awesome .style-sabelas nav a:hover::after,
.tab-awesome .style-sabelas nav a:focus::after,
.tab-awesome .style-sabelas nav li.tab-current a::after {
	background: #191970;
}

/* Style Dua Belas */

.tab-awesome .style-duabelas .tabs nav ul {
	position: relative;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: flex;
	margin: 0 auto;
	padding: 0;
	max-width: 100%;
	list-style: none;
	-ms-box-orient: horizontal;
	-ms-box-pack: center;
	-webkit-flex-flow: row wrap;
	-moz-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
	justify-content: center;
}

.tab-awesome .style-duabelas .tabs nav ul li {
	position: relative;
	z-index: 1;
	display: block;
	margin: 0;
	text-align: center;
	-webkit-flex: 1;
	-moz-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.tab-awesome .style-duabelas .tabs nav a {
	position: relative;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
    text-decoration :none;
}

.tab-awesome .style-duabelas nav a span {
	vertical-align: middle;
	color: #333333;
}

.tab-awesome .style-duabelas .tabs nav li.tab-current a {
	color: #333333;
}

.tab-awesome .style-duabelas .tabs nav a:focus {
	outline: none;
}

/* Content */
.tab-awesome .style-duabelas .content-wrap {
	position: relative;
}

.tab-awesome .style-duabelas a::before {
	color: #333333;
	margin-right: 5px;
}

.tab-awesome .style-duabelas .tab-current a::before {
	color: #5252ce;
	margin-right: 5px;
}

.tab-awesome .style-duabelas .content-wrap section {
	display: none;
	margin: 0 auto;
	padding: 2em;
	max-width: 100%;
}

.tab-awesome .style-duabelas .content-wrap section.content-current {
	display: block;
}

.tab-awesome .style-duabelas .content-wrap section p {
	margin: 0;
    padding: 0.75em 0;
}

/* Fallback */
.no-js .content-wrap section {
	display: block;
	padding-bottom: 2em;
	border-bottom: 1px solid rgba(255,255,255,0.6);
}

.tab-awesome .style-duabelas .no-flexbox nav ul {
	display: block;
}

.tab-awesome .style-duabelas .no-flexbox nav ul li {
	min-width: 15%;
	display: inline-block;
}


.tab-awesome .style-duabelas .tabs-style-flip {
	max-width: 100%;
}

.tab-awesome .style-duabelas .tabs-style-flip nav a {
	padding: 0.5em 0;
	-webkit-transition: color 0.3s;
	transition: color 0.3s;
	line-height: 2.5em;
}

.tab-awesome .style-duabelas .tabs-style-flip nav a:hover,
.tab-awesome .style-duabelas .tabs-style-flip nav a:focus,
.tab-awesome .style-duabelas .tabs-style-flip nav li.tab-current a {
	color: #333333;
}

.tab-awesome .style-duabelas .tabs nav a span {
	text-transform: uppercase;
}

.tab-awesome .style-duabelas .tabs-style-flip nav a::after {
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	width: 100%;
	height: 100%;
	background-color: #f0f0f0;
	content: '';
	-webkit-transition: -webkit-transform 0.3s, background-color 0.3s;
	transition: transform 0.3s, background-color 0.3s;
	-webkit-transform: perspective(900px) rotate3d(1,0,0,90deg);
	transform: perspective(900px) rotate3d(1,0,0,90deg);
	-webkit-transform-origin: 50% 100%;
	transform-origin: 50% 100%;
	-webkit-perspective-origin: 50% 100%;
	perspective-origin: 50% 100%;
}

.tab-awesome .style-duabelas nav li.tab-current a::after {
	background-color: #fff;
	-webkit-transform: perspective(900px) rotate3d(1,0,0,0deg);
	transform: perspective(900px) rotate3d(1,0,0,0deg);
}

.tab-awesome .style-duabelas .content-wrap {
	background: #fff;
}

@media screen and (max-width: 58em) {
	.tab-awesome .style-duabelas .tabs nav a.icon span {
		display: none;
	}
	.tab-awesome .style-duabelas .tabs nav a:before {
		margin-right: 0;
	}

	.tab-awesome .style-duabelas .tabs nav a span {
		display: none;
	}
}

/* Style Tiga Belas */

.tab-awesome .style-tilubelas .tabs nav ul {
	position: relative;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: flex;
	margin: 0 auto;
	padding: 0;
	max-width: 100%;
	list-style: none;
	border: 1px solid#5252ce;
	-ms-box-orient: horizontal;
	-ms-box-pack: center;
	-webkit-flex-flow: row wrap;
	-moz-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
	justify-content: center;
}

.tab-awesome .style-tilubelas .tabs nav ul li {
	position: relative;
	z-index: 1;
	display: block;
	margin: 0;
	text-align: center;
	-webkit-flex: 1;
	-moz-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.tab-awesome .style-tilubelas .tabs nav a {
	position: relative;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
    text-decoration :none;
}

.tab-awesome .style-tilubelas .tabs nav a span {
	vertical-align: middle;
}

.tab-awesome .style-tilubelas .tabs nav li.tab-current a {
	color: #74777b;
}

.tab-awesome .style-tilubelas .tabs nav a:focus {
	outline: none;
}

/* Content */
.tab-awesome .style-tilubelas .content-wrap {
	position: relative;
	border: 1px solid#5252ce;
	border-top: 0;
}

.tab-awesome .style-tilubelas a::before {
	color: #ffffff;
}

.tab-awesome .style-tilubelas .content-wrap section {
	display: none;
	margin: 0 auto;
	padding: 2em;
	max-width: 100%;
}

.tab-awesome .style-tilubelas .content-wrap section.content-current {
	display: block;
}

.tab-awesome .style-tilubelas .content-wrap section p {
	margin: 0;
    padding: 0.75em 0;
}

/* Fallback */
.no-js .content-wrap section {
	display: block;
	padding-bottom: 2em;
	border-bottom: 1px solid rgba(255,255,255,0.6);
}

.tab-awesome .style-tilubelas .no-flexbox nav ul {
	display: block;
}

.tab-awesome .style-tilubelas .no-flexbox nav ul li {
	min-width: 15%;
	display: inline-block;
}

@media screen and (max-width: 58em) {
	.tab-awesome .style-tilubelas .tabs nav a.icon span {
		display: none;
	}
	.tab-awesome .style-tilubelas .tabs nav a:before {
		margin-right: 0;
	}
}

.tab-awesome .style-tilubelas .tabs-style-circlefill {
	max-width: 100%;
}

.tab-awesome .style-tilubelas .tabs-style-circlefill nav ul li {
	overflow: hidden;
	border-right: 1px solid #5252ce;
}

.tab-awesome .style-tilubelas .tabs-style-circlefill nav li a {
	padding: 2.5em 0;
	line-height: 2.5em;
}

.tab-awesome .style-tilubelas .tabs-style-circlefill nav li:first-child {
	border-left: none;
}

.tab-awesome .style-tilubelas .tabs-style-circlefill nav li:last-child {
	border: none;
}

.tab-awesome .style-tilubelas nav li::before {
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -40px 0 0 -40px;
	width: 80px;
	height: 80px;
	border-radius: 50%;
	background: #5252ce;
	content: '';
	-webkit-transition: -webkit-transform 0.3s;
	transition: transform 0.3s;
}

.tab-awesome .style-tilubelas .bg-color-tab nav li.tab-current::before {
	-webkit-transform: scale3d(2.5,2.5,1);
	transform: scale3d(3.5,3.5,1);
}

.tab-awesome .style-tilubelas .tabs-style-circlefill nav a {
	-webkit-transition: color 0.3s; 
	transition: color 0.3s;
}

.tab-awesome .style-tilubelas .tabs-style-circlefill nav a span {
	display: none;
}

.tab-awesome .style-tilubelas .tabs-style-circlefill nav li.tab-current a {
	color: #fff;
}

.tab-awesome .style-tilubelas .tabs-style-circlefill .social-item::before {
	display: block;
	margin: 0;
	pointer-events: none;
}

/* Style Empat Belas */

.tab-awesome .style-opatbelas .tabs nav ul {
	position: relative;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: flex;
	margin: 0 auto;
	padding: 0;
	max-width: 100%;
	list-style: none;
	-ms-box-orient: horizontal;
	-ms-box-pack: center;
	-webkit-flex-flow: row wrap;
	-moz-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
	justify-content: center;
}

.tab-awesome .style-opatbelas .tabs nav ul li {
	position: relative;
	z-index: 1;
	display: block;
	margin: 0;
	text-align: center;
	-webkit-flex: 1;
	-moz-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.tab-awesome .style-opatbelas .tabs nav a {
	position: relative;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
    text-decoration :none;
}

.tab-awesome .style-opatbelas .tabs nav a span {
	vertical-align: middle;
}

.tab-awesome .style-opatbelas .tabs nav li.tab-current a {
	color: #191970;
}

.tab-awesome .style-opatbelas .tabs nav a:focus {
	outline: none;
}

/* Content */
.tab-awesome .style-opatbelas .content-wrap {
	position: relative;
}

.tab-awesome .style-opatbelas .content-wrap section {
	display: none;
	margin: 0 auto;
	padding: 1em;
	max-width: 100%;
}

.tab-awesome .style-opatbelas .content-wrap section.content-current {
	display: block;
}

.tab-awesome .style-opatbelas .content-wrap section p {
	margin: 0;
    padding: 0.75em 0;
}

/* Fallback */
.no-js .content-wrap section {
	display: block;
	padding-bottom: 2em;
	border-bottom: 1px solid rgba(255,255,255,0.6);
}

.tab-awesome .style-opatbelas .no-flexbox nav ul {
	display: block;
}

.tab-awesome .style-opatbelas .no-flexbox nav ul li {
	min-width: 15%;
	display: inline-block;
}

@media screen and (max-width: 58em) {
	.tab-awesome .style-opatbelas .tabs nav a span {
		display: none;
	}
	.tab-awesome .style-opatbelas .tabs nav a:before {
		margin-right: 0;
	}
}

.tab-awesome .style-opatbelas .tabs-style-tzoid {
	max-width: 100%;
}

.tab-awesome .style-opatbelas .tabs-style-tzoid nav {
	padding: 0 1em;
}

.tab-awesome .style-opatbelas .tabs-style-tzoid nav ul li {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.tab-awesome .style-opatbelas nav ul li a {
	padding: 0 1.5em 0 0.3em;
	-webkit-transition: color 0.2s;
	transition: color 0.2s;
	color: #191970;
	line-height: 3.5em;
}

@media screen and (max-width: 54em) {
	.tab-awesome .style-opatbelas .tabs-style-tzoid nav ul li a {
		padding: 0 0.5em 0 0.3em;
	}
}

.tab-awesome .style-opatbelas	 nav ul li a span {
	color: #333333;
}

.tab-awesome .style-opatbelas nav ul li a::after {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: -1;
	outline: 1px solid transparent;
	border-radius: 10px 10px 0 0;
	background: #5252c3;
	box-shadow: inset 0 -3px 3px rgba(0,0,0,0.05);
	content: '';
	-webkit-transform: perspective(5px) rotateX(0.93deg) translateZ(-1px);
	transform: perspective(5px) rotateX(0.93deg) translateZ(-1px);
	-webkit-transform-origin: 0 0;
	transform-origin: 0 0;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.tab-awesome .style-opatbelas a::before {
	margin-right: 5px;
}

.tab-awesome .style-opatbelas nav ul li.tab-current a::after,
.tab-awesome .style-opatbelas .content-wrap {
	box-shadow: none;
	background: #ffffff;
}

/* Style Lima Belas */
.tab-awesome .style-limabelas .tabs nav ul {
	position: relative;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: flex;
	margin: 0 auto;
	padding: 0;
	max-width: 100%;
	list-style: none;
	-ms-box-orient: horizontal;
	-ms-box-pack: center;
	-webkit-flex-flow: row wrap;
	-moz-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
	justify-content: center;
}

.tab-awesome .style-limabelas .tabs nav ul li {
	position: relative;
	z-index: 1;
	display: block;
	margin: 0;
	text-align: center;
	-webkit-flex: 1;
	-moz-flex: 1;
	-ms-flex: 1;
	flex: 1;
	margin-right: 2px;
}

.tab-awesome .style-limabelas .tabs nav a {
	position: relative;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
    text-decoration :none;
}

.tab-awesome .style-limabelas .tabs nav a span {
	vertical-align: middle;
}

.tab-awesome .style-limabelas .tabs nav a:focus {
	outline: none;
}

/* Content */
.tab-awesome .style-limabelas .content-wrap {
	position: relative;
}

.tab-awesome .style-limabelas .content-wrap section {
	display: none;
	margin: 0 auto;
	padding: 1em;
	max-width: 100%;
}

.tab-awesome .style-limabelas .content-wrap section.content-current {
	display: block;
}

.tab-awesome .style-limabelas .content-wrap section p {
	margin: 0;
    padding: 0.75em 0;
}

/* Fallback */
.no-js .content-wrap section {
	display: block;
	padding-bottom: 2em;
	border-bottom: 1px solid rgba(255,255,255,0.6);
}

.tab-awesome .style-limabelas .no-flexbox nav ul {
	display: block;
}

.tab-awesome .style-limabelas .no-flexbox nav ul li {
	min-width: 15%;
	display: inline-block;
}

.tab-awesome .style-limabelas .tabs-style-fillup nav ul li a {
	padding: 2.9em 0 2em;
	-webkit-transition: color 0.3s;
	transition: color 0.3s;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	color: #5252ce;
	line-height: 1.5em;
}

.tab-awesome .style-limabelas .tabs-style-fillup nav ul li:last-child a {
	border: none;
}

.tab-awesome .style-limabelas .tabs-style-fillup nav ul li.tab-current {
	z-index: 100;
}

.tab-awesome .style-limabelas nav ul li.tab-current a {
	color: #fff;
}

.tab-awesome .style-limabelas nav ul li.tab-current a span {
	color: #fff;
}

.tab-awesome .style-limabelas nav ul li a::after {
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	width: 100%;
	height: 100%;
	height: calc(100% + 1px);
	background: #5252ce;
	content: '';
	-webkit-transition: -webkit-transform 0.3s;
	transition: transform 0.3s;
	-webkit-transform: translate3d(0,100%,0);
	transform: translate3d(0,100%,0);
}

.tab-awesome .style-limabelas .tabs-style-fillup nav ul li.tab-current a::after {
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

.tab-awesome .style-limabelas .tabs-style-fillup nav ul li a span,
.tab-awesome .style-limabelas .tabs-style-fillup .fas::before {
	-webkit-transition: -webkit-transform 0.5s;
	transition: transform 0.5s;
	-webkit-transform: translate3d(0,5px,0);
	transform: translate3d(0,5px,0);
}

.tab-awesome .style-limabelas .tabs-style-fillup nav ul li a span {
	display: block;
}

.tab-awesome .style-limabelas .tabs-style-fillup .social-item::before {
	display: block;
	margin: 0;
}

.tab-awesome .style-limabelas .tabs-style-fillup nav ul li.tab-current a span,
.tab-awesome .style-limabelas .tabs-style-fillup li.tab-current .social-item::before {
	-webkit-transform: translate3d(0,-10px,0);
	transform: translate3d(0,-10px,0);
}

/* Vertical Style Satu */

.tab-awesome .style-vertical-satu .tabs {
    position: relative;
	margin: 40px auto;
	width: 100%;
}

.tab-awesome .style-vertical-satu  .tabs input {
	position: absolute;
	z-index: 1000;
	width: 120px;
	height: 0px;
	left: 0px;
	top: 0px;
	opacity: 0;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
	cursor: pointer;
}

.tab-awesome .style-vertical-satu .tabs label {
	font-size: 12px;
	line-height: 40px;
	height: 40px;
	position: relative;
	padding: 0 10px;
	display: block;
	width: 110px;
	background: #5252ce;
	color: #ffffff;
	letter-spacing: 1px;
	text-transform: uppercase;
	font-weight: bold;
	text-align: right;
	float: left;
	clear: both;
    border-radius: 3px 0 0 3px;
	box-shadow: 0px 2px 2px rgba(0,0,0,0.1);
	cursor :pointer;
}

.tab-awesome .style-vertical-satu .tabs label:after {
    content: '';
	background: #fff;
	position: absolute;
	right: -2px;
	top: 0;
	width: 2px;
	height: 100%;
}

.tab-awesome .style-vertical-satu .tabs input:hover + label {
	background: #ffffff;
	color: #5252ce;
}

.tab-awesome .style-vertical-satu .tabs label:focus {
	z-index: 6;
}

.tab-awesome .style-vertical-satu .tabs input:checked + label {
	z-index: 7;
	background: #ffffff;
	color: #5252ce;
}

.tab-awesome .style-vertical-satu .clear-shadow {
	clear: both;
}

.tab-awesome .style-vertical-satu .content {
    background: #fff;
	position: absolute;
    width: 100%;
	height: 100%;
	z-index: 5;
	overflow: hidden;
    box-shadow: 1px 1px 2px rgba(0,0,0,0.1);
	border-radius: 3px;
	top: 0;
	left: 10%;
}

.tab-awesome .style-vertical-satu .content .content-area {
    position: absolute;
	top: 0;
	padding: 10px 40px;
	z-index: 1;
    opacity: 0;
    -webkit-transition: all linear 0.5s;
    -moz-transition: all linear 0.5s;
    -o-transition: all linear 0.5s;
    -ms-transition: all linear 0.5s;
    transition: all linear 0.5s;
}

.tab-awesome .style-vertical-satu .content .content-area{
	-webkit-transform: translateY(-450px);
	-moz-transform: translateY(-450px);
	-o-transform: translateY(-450px);
	-ms-transform: translateY(-450px);
	transform: translateY(-450px);
}

.tab-awesome .style-vertical-satu .content .content-area h2,
.tab-awesome .style-vertical-satu .content .content-area h3{
	color: #5252ce;
}
.tab-awesome .style-vertical-satu .content .content-area p {
	font-size: 14px;
	line-height: 22px;
	font-style: italic;
	text-align: left;
	margin: 30px 0 0 0;
	color: #777;
	padding-left: 15px;
	font-family: Cambria, Georgia, serif;
	border-left: 8px solid#5252ce;
}

/* Style Vertical dua */

.tab-awesome .style-vertical-dua .tabs {
    position: relative;
	margin: 40px auto;
	width: 100%;
}

.tab-awesome .style-vertical-dua  .tabs input {
	position: absolute;
	z-index: 1000;
	width: 120px;
	height: 0px;
	left: 0px;
	top: 0px;
	opacity: 0;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
	cursor: pointer;
}

.tab-awesome .style-vertical-dua .tabs label {
	font-size: 12px;
	line-height: 40px;
	height: 40px;
	position: relative;
	padding: 0 10px;
	display: block;
	width: 110px;
	background: #5252ce;
	color: #ffffff;
	letter-spacing: 1px;
	text-transform: uppercase;
	font-weight: bold;
	text-align: right;
	float: left;
	clear: both;
    border-radius: 3px 0 0 3px;
	box-shadow: 0px 2px 2px rgba(0,0,0,0.1);
	cursor :pointer;
}

.tab-awesome .style-vertical-dua .tabs label:after {
    content: '';
	background: #fff;
	position: absolute;
	right: -2px;
	top: 0;
	width: 2px;
	height: 100%;
}

.tab-awesome .style-vertical-dua .tabs input:hover + label {
	background: #ffffff;
	color: #5252ce;
}

.tab-awesome .style-vertical-dua .tabs label:first-of-type {
    z-index: 6;
}

.tab-awesome .style-vertical-dua .tabs input:checked + label {
	z-index: 7;
	background: #ffffff;
	color: #5252ce;
}

.tab-awesome .style-vertical-dua .clear-shadow {
	clear: both;
}

.tab-awesome .style-vertical-dua .content {
    background: #fff;
    position: absolute;
    width: 100%;
	height: 100%;
	z-index: 5;
    box-shadow: 0 -2px 3px -2px rgba(0,0,0,0.2), 0 2px 2px rgba(0,0,0,0.1);
	border-radius: 0 3px 3px 3px;
	top: 0;
	left: 10%;
	overflow: hidden;
}

.tab-awesome .style-vertical-dua .content div {
    position: absolute;
	top: 0;
	padding: 10px 40px;
	z-index: 1;
    opacity: 0;
}

.tab-awesome .style-vertical-dua .content .content-area,
.tab-awesome .style-vertical-dua .content .content-area{
	color: #5252ce;
}
.tab-awesome .style-vertical-dua .content .content-area{
	font-size: 14px;
	font-style: italic;
	text-align: left;
	margin: 30px 0 0 0;
	color: #777;
	padding-left: 15px;
	border-left: 8px solid #5252ce;
}

/* Vertical 3 */

.tab-awesome .style-vertical-tiga .tabs {
    position: relative;
	margin: 40px auto;
	width: 100%;
}

.tab-awesome .style-vertical-tiga  .tabs input {
	position: absolute;
	z-index: 1000;
	width: 120px;
	height: 0px;
	left: 0px;
	top: 0px;
	opacity: 0;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
	cursor: pointer;
}

.tab-awesome .style-vertical-tiga .tabs label {
	font-size: 12px;
	line-height: 40px;
	height: 40px;
	position: relative;
	padding: 0 10px;
	display: block;
	width: 110px;
	background: #5252ce;
	color: #ffffff;
	letter-spacing: 1px;
	text-transform: uppercase;
	font-weight: bold;
	text-align: right;
	float: left;
	clear: both;
    border-radius: 3px 0 0 3px;
	box-shadow: 0px 2px 2px rgba(0,0,0,0.1);
	cursor :pointer;
}

.tab-awesome .style-vertical-tiga .tabs label:after {
    content: '';
	background: #fff;
	position: absolute;
	bottom: -2px;
	left: 0;
	width: 100%;
	height: 2px;
	display: block;
}

.tab-awesome .style-vertical-tiga .tabs input:hover + label {
	background: #ffffff;
	color: #5252ce;
}

.tab-awesome .style-vertical-tiga .tabs label:first-of-type {
    z-index: 6;
    box-shadow: 2px 0 2px rgba(0,0,0,0.1);
}

.tab-awesome .style-vertical-tiga .tabs input:checked + label {
	z-index: 7;
	background: #ffffff;
	color: #5252ce;
    
    -webkit-animation: page 0.2s linear;
    -moz-animation: page 0.2s linear;
    -ms-animation: page 0.2s linear;
    -o-animation: page 0.2s linear;
    animation: page 0.2s linear;
}

.tab-awesome .style-vertical-tiga .clear-shadow {
	clear: both;
}

.tab-awesome .style-vertical-tiga .content {
    background: #fff;
    position: absolute;
    width: 100%;
	height: 100%;
	z-index: 5;
    box-shadow: 0 -2px 3px -2px rgba(0,0,0,0.2), 0 2px 2px rgba(0,0,0,0.1);
	border-radius: 0 3px 3px 3px;
	top: 0;
	left: 10%;
    overflow : hidden;
}

.tab-awesome .style-vertical-tiga .content div {
    position: absolute;
	top: 0;
	padding: 10px 40px;
	z-index: 1;
    opacity: 0;
    -webkit-transition: all linear 0.3s;
    -moz-transition: all linear 0.3s;
    -o-transition: all linear 0.3s;
    -ms-transition: all linear 0.3s;
    transition: all linear 0.3s;
}

.tab-awesome .style-vertical-tiga .content div h2,
.tab-awesome .style-vertical-tiga .content div h3{
	color: #5252ce;
}
.tab-awesome .style-vertical-tiga .content div p {
	font-size: 14px;
	line-height: 22px;
	font-style: italic;
	text-align: left;
	margin: 30px 0 0 0;
	color: #777;
	padding-left: 15px;
	font-family: Cambria, Georgia, serif;
	border-left: 8px solid #5252ce;
}

@keyframes "page" {
 0% {
    left: 0;
 }
 50% {
    left: 10px;
 }
 100% {
    left: 0;
 }

}

@-moz-keyframes "page" {
 0% {
   left: 0;
 }
 50% {
   left: 10px;
 }
 100% {
   left: 0;
 }

}

@-webkit-keyframes "page" {
 0% {
   left: 0;
 }
 50% {
   left: 10px;
 }
 100% {
   left: 0;
 }

}

@-ms-keyframes "page" {
 0% {
   left: 0;
 }
 50% {
   left: 10px;
 }
 100% {
   left: 0;
 }

}

@-o-keyframes "page" {
 0% {
   left: 0;
 }
 50% {
   left: 10px;
 }
 100% {
   left: 0;
 }

}

/* Style Vertical 4 */

tab-awesome .style-vertical-empat .tabs {
    position: relative;
	margin: 40px auto;
	width: 100%;
}

tab-awesome .style-vertical-empat  .tabs input {
	position: absolute;
	z-index: 1000;
	width: 120px;
	height: 0px;
	left: 0px;
	top: 0px;
	opacity: 0;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
	cursor: pointer;
}

tab-awesome .style-vertical-empat .tabs label {
	font-size: 12px;
	line-height: 40px;
	height: 40px;
	position: relative;
	padding: 0 10px;
	display: block;
	width: 110px;
	background: #5252ce;
	color: #ffffff;
	letter-spacing: 1px;
	text-transform: uppercase;
	font-weight: bold;
	text-align: right;
	float: left;
	clear: both;
    border-radius: 3px 0 0 3px;
	box-shadow: 0px 2px 2px rgba(0,0,0,0.1);
	cursor :pointer;
}

tab-awesome .style-vertical-empat .tabs label:after {
    content: '';
	background: transparent;
	position: absolute;
	bottom: -8px;
	left: 0;
	width: 100%;
	height: 8px;
	display: block;
}

tab-awesome .style-vertical-empat .tabs input:hover + label {
	top: -2px;
	-webkit-transition: top linear 0.2s;
    -moz-transition: top linear 0.2s;
    -o-transition: top linear 0.2s;
    -ms-transition: top linear 0.2s;
	transition: top linear 0.2s;
	background: #ffffff;
	color: #5252ce;
}

tab-awesome .style-vertical-empat .tabs input:hover + label:after{
	background: transparent;
}
tab-awesome .style-vertical-empat .tabs input:hover + label ~ .clear-shadow {
    top: -8px;
	-webkit-transition: top linear 0.2s;
    -moz-transition: top linear 0.2s;
    -o-transition: top linear 0.2s;
    -ms-transition: top linear 0.2s;
    transition: top linear 0.2s;
}

tab-awesome .style-vertical-empat .tabs input:checked:hover + label {
    top: 0;
}
tab-awesome .style-vertical-empat .tabs input:checked:hover + label:after{
	background: transparent;
}
tab-awesome .style-vertical-empat .tabs input:checked:hover + label ~ .clear-shadow {
    top: 0;
	background: transparent;
	-webkit-transition: none;
	-moz-transition: none;
	-o-transition: none;
	-ms-transition: none;
	transition: none;
}

tab-awesome .style-vertical-empat .tabs label:first-of-type {
    z-index: 1;
    box-shadow: 2px 0 2px rgba(0,0,0,0.1);
}

tab-awesome .style-vertical-empat .tabs input:checked + label {
	z-index: 7;
	background: #ffffff;
	color: #5252ce;
    
    -webkit-animation: page 0.2s linear;
    -moz-animation: page 0.2s linear;
    -ms-animation: page 0.2s linear;
    -o-animation: page 0.2s linear;
    animation: page 0.2s linear;
}

tab-awesome .style-vertical-empat .clear-shadow {
	clear: both;
}

tab-awesome .style-vertical-empat .content {
    background: #fff;
    position: absolute;
    width: 50%;
	height: 100%;
	z-index: 5;
    box-shadow: 0 -2px 3px -2px rgba(0,0,0,0.2), 0 2px 2px rgba(0,0,0,0.1);
    border-radius: 0 3px 3px 3px;
	top : 0 ;
	left : 10%;
	overflow : hidden;
}

tab-awesome .style-vertical-empat .content div {
    position: absolute;
	top: 0;
	padding: 10px 40px;
	z-index: 1;
    opacity: 0;
    -webkit-transition: all linear 0.3s;
    -moz-transition: all linear 0.3s;
    -o-transition: all linear 0.3s;
    -ms-transition: all linear 0.3s;
    transition: all linear 0.3s;
}

tab-awesome .style-vertical-empat .content div h2,
tab-awesome .style-vertical-empat .content div h3{
	color: #5252ce;
}
tab-awesome .style-vertical-empat .content div p {
	font-size: 14px;
	line-height: 22px;
	font-style: italic;
	text-align: left;
	margin: 30px 0 0 0;
	color: #777;
	padding-left: 15px;
	font-family: Cambria, Georgia, serif;
	border-left: 8px solid #5252ce;
}

/* Tab Style Head Effect 1 */

.tab-style-effect-1 .title {
    font-weight: 600;
    text-transform: uppercase;
    font-family: upgrade, sans-serif;
    font-size: 2rem;
    margin: 0 0 3rem 0;
    letter-spacing: 1px;
    color: var(--color-title);
    text-align: center;
}

.tab-style-effect-1 .menu {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 15rem;
}

.tab-style-effect-1 .menu__link {
    flex: none;
    padding-bottom: 0.5rem;
    font-size: 1.85rem;
    position: relative;
    line-height: 1;
    color: var(--color-menu-link);
	margin-bottom: 2.5rem;
	text-decoration : none;
}

.tab-style-effect-1 .menu__link:focus,
.tab-style-effect-1 .menu__link:hover {
    color: var(--color-menu-link-hover);
}

.tab-style-effect-1 .menu__link-inner {
    display: block;
    position: relative;
    outline: 100px solid transparent;
}

.tab-style-effect-1 .menu__link-deco {
    outline: 120px solid transparent;
    opacity: 0;
    position: absolute;
    pointer-events: none;
}

.tab-style-effect-1 .menu--line .menu__link-deco,
.tab-style-effect-1 .menu--linethrough .menu__link-deco,
.tab-style-effect-1 .menu--twolines .menu__link-deco,
.tab-style-effect-1 .menu--diagonal .menu__link-deco {
    bottom: 0;
    left: 0;
    height: 1px; 
    width: 100%;
    background: currentColor;
}

.tab-style-effect-1 .menu--linethrough .menu__link-deco {
    bottom: 50%;
    height: 3px;
}

.tab-style-effect-1 .menu--twolines .menu__link-deco {
    height: 100%;
    background: none;
    border: 1px solid currentColor;
    border-right: 0;
    border-left: 0;
}

.tab-style-effect-1 .menu--twolines .menu__link {
    padding: 0.95rem 0;
}

.tab-style-effect-1 .menu--circle .menu__link-deco,
.tab-style-effect-1 .menu--box .menu__link-deco {
    left: 50%;
    top: 50%;
    width: 5rem;
    height: 5rem;
    margin: -2.5rem 0 0 -2.5rem;
}

.tab-style-effect-1 .menu--circle .menu__link-deco {
    border-radius: 50%;
    border: 1px solid black;
}

.tab-style-effect-1 .menu--box .menu__link-deco {
    border: 1px solid black;
}

.tab-style-effect-1 .menu--diagonal .menu__link-deco {
    bottom: 50%;
    width: 9rem;
    left: 50%;
    margin-left: -4.5rem;
    transform: rotate(-45deg);
}

.tab-style-effect-1 .menu__link:hover .menu__link-deco {
    opacity: 1;
}

/* Tab Style Head Effect 2 */

.tab-style-effect-2 .title {
    font-weight: 600;
    text-transform: uppercase;
    font-family: upgrade, sans-serif;
    font-size: 2rem;
    margin: 0 0 3rem 0;
    letter-spacing: 1px;
    color: var(--color-title);
    text-align: center;
}

.tab-style-effect-2 .menu {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 15rem;
}

.tab-style-effect-2 .menu__link {
    flex: none;
    padding-bottom: 0.5rem;
    font-size: 1.85rem;
    position: relative;
    line-height: 1;
    color: var(--color-menu-link);
	margin-bottom: 2.5rem;
	text-decoration : none;
}

.tab-style-effect-2 .menu__link:focus,
.tab-style-effect-2 .menu__link:hover {
    color: var(--color-menu-link-hover);
}

.tab-style-effect-2 .menu__link-inner {
    display: block;
    position: relative;
    outline: 100px solid transparent;
}

.tab-style-effect-2 .menu__link-deco {
    outline: 120px solid transparent;
    opacity: 0;
    position: absolute;
    pointer-events: none;
}

.tab-style-effect-2 .menu--line .menu__link-deco,
.tab-style-effect-2 .menu--linethrough .menu__link-deco,
.tab-style-effect-2 .menu--twolines .menu__link-deco,
.tab-style-effect-2 .menu--diagonal .menu__link-deco {
    bottom: 0;
    left: 0;
    height: 1px; 
    width: 100%;
    background: currentColor;
}

.tab-style-effect-2 .menu--linethrough .menu__link-deco {
    bottom: 50%;
    height: 3px;
}

.tab-style-effect-2 .menu--twolines .menu__link-deco {
    height: 100%;
    background: none;
    border: 1px solid currentColor;
    border-right: 0;
    border-left: 0;
}

.tab-style-effect-2 .menu--twolines .menu__link {
    padding: 0.95rem 0;
}

.tab-style-effect-2 .menu--circle .menu__link-deco,
.tab-style-effect-2 .menu--box .menu__link-deco {
    left: 50%;
    top: 50%;
    width: 5rem;
    height: 5rem;
    margin: -2.5rem 0 0 -2.5rem;
}

.tab-style-effect-2 .menu--circle .menu__link-deco {
    border-radius: 50%;
    border: 1px solid black;
}

.tab-style-effect-2 .menu--box .menu__link-deco {
    border: 1px solid black;
}

.tab-style-effect-2 .menu--diagonal .menu__link-deco {
    bottom: 50%;
    width: 9rem;
    left: 50%;
    margin-left: -4.5rem;
    transform: rotate(-45deg);
}

.tab-style-effect-2 .menu__link:hover .menu__link-deco {
    opacity: 1;
}

/* Tab Style Head Effect 3 */

.tab-style-effect-3 .title {
    font-weight: 600;
    text-transform: uppercase;
    font-family: upgrade, sans-serif;
    font-size: 2rem;
    margin: 0 0 3rem 0;
    letter-spacing: 1px;
    color: var(--color-title);
    text-align: center;
}

.tab-style-effect-3 .menu {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 15rem;
}

.tab-style-effect-3 .menu__link {
    flex: none;
    padding-bottom: 0.5rem;
    font-size: 1.85rem;
    position: relative;
    line-height: 1;
    color: var(--color-menu-link);
	margin-bottom: 2.5rem;
	text-decoration : none;
}

.tab-style-effect-3 .menu__link:focus,
.tab-style-effect-3 .menu__link:hover {
    color: var(--color-menu-link-hover);
}

.tab-style-effect-3 .menu__link-inner {
    display: block;
    position: relative;
    outline: 100px solid transparent;
}

.tab-style-effect-3 .menu__link-deco {
    outline: 120px solid transparent;
    opacity: 0;
    position: absolute;
    pointer-events: none;
}

.tab-style-effect-3 .menu--line .menu__link-deco,
.tab-style-effect-3 .menu--linethrough .menu__link-deco,
.tab-style-effect-3 .menu--twolines .menu__link-deco,
.tab-style-effect-3 .menu--diagonal .menu__link-deco {
    bottom: 0;
    left: 0;
    height: 1px; 
    width: 100%;
    background: currentColor;
}

.tab-style-effect-3 .menu--linethrough .menu__link-deco {
    bottom: 50%;
    height: 3px;
}

.tab-style-effect-3 .menu--twolines .menu__link-deco {
    height: 100%;
    background: none;
    border: 1px solid currentColor;
    border-right: 0;
    border-left: 0;
}

.tab-style-effect-3 .menu--twolines .menu__link {
    padding: 0.95rem 0;
}

.tab-style-effect-3 .menu--circle .menu__link-deco,
.tab-style-effect-3 .menu--box .menu__link-deco {
    left: 50%;
    top: 50%;
    width: 5rem;
    height: 5rem;
    margin: -2.5rem 0 0 -2.5rem;
}

.tab-style-effect-3 .menu--circle .menu__link-deco {
    border-radius: 50%;
    border: 1px solid black;
}

.tab-style-effect-3 .menu--box .menu__link-deco {
    border: 1px solid black;
}

.tab-style-effect-3 .menu--diagonal .menu__link-deco {
    bottom: 50%;
    width: 9rem;
    left: 50%;
    margin-left: -4.5rem;
    transform: rotate(-45deg);
}

.tab-style-effect-3 .menu__link:hover .menu__link-deco {
    opacity: 1;
}

/* Tab Style Head Effect 4 */

.tab-style-effect-4 .title {
    font-weight: 600;
    text-transform: uppercase;
    font-family: upgrade, sans-serif;
    font-size: 2rem;
    margin: 0 0 3rem 0;
    letter-spacing: 1px;
    color: var(--color-title);
    text-align: center;
}

.tab-style-effect-4 .menu {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 15rem;
}

.tab-style-effect-4 .menu__link {
    flex: none;
    padding-bottom: 0.5rem;
    font-size: 1.85rem;
    position: relative;
    line-height: 1;
    color: var(--color-menu-link);
	margin-bottom: 2.5rem;
	text-decoration : none;
}

.tab-style-effect-4 .menu__link:focus,
.tab-style-effect-4 .menu__link:hover {
    color: var(--color-menu-link-hover);
}

.tab-style-effect-4 .menu__link-inner {
    display: block;
    position: relative;
    outline: 100px solid transparent;
}

.tab-style-effect-4 .menu__link-deco {
    outline: 120px solid transparent;
    opacity: 0;
    position: absolute;
    pointer-events: none;
}

.tab-style-effect-4 .menu--line .menu__link-deco,
.tab-style-effect-4 .menu--linethrough .menu__link-deco,
.tab-style-effect-4 .menu--twolines .menu__link-deco,
.tab-style-effect-4 .menu--diagonal .menu__link-deco {
    bottom: 0;
    left: 0;
    height: 1px; 
    width: 100%;
    background: currentColor;
}

.tab-style-effect-4 .menu--linethrough .menu__link-deco {
    bottom: 50%;
    height: 3px;
}

.tab-style-effect-4 .menu--twolines .menu__link-deco {
    height: 100%;
    background: none;
    border: 1px solid currentColor;
    border-right: 0;
    border-left: 0;
}

.tab-style-effect-4 .menu--twolines .menu__link {
    padding: 0.95rem 0;
}

.tab-style-effect-4 .menu--circle .menu__link-deco,
.tab-style-effect-4 .menu--box .menu__link-deco {
    left: 50%;
    top: 50%;
    width: 5rem;
    height: 5rem;
    margin: -2.5rem 0 0 -2.5rem;
}

.tab-style-effect-4 .menu--circle .menu__link-deco {
    border-radius: 50%;
    border: 1px solid black;
}

.tab-style-effect-4 .menu--box .menu__link-deco {
    border: 1px solid black;
}

.tab-style-effect-4 .menu--diagonal .menu__link-deco {
    bottom: 50%;
    width: 9rem;
    left: 50%;
    margin-left: -4.5rem;
    transform: rotate(-45deg);
}

.tab-style-effect-4 .menu__link:hover .menu__link-deco {
    opacity: 1;
}


/* Tab Style Head Effect 5 */

.tab-style-effect-5 .title {
    font-weight: 600;
    text-transform: uppercase;
    font-family: upgrade, sans-serif;
    font-size: 2rem;
    margin: 0 0 3rem 0;
    letter-spacing: 1px;
    color: var(--color-title);
    text-align: center;
}

.tab-style-effect-5 .menu {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 15rem;
}

.tab-style-effect-5 .menu__link {
    flex: none;
    padding-bottom: 0.5rem;
    font-size: 1.85rem;
    position: relative;
    line-height: 1;
    color: var(--color-menu-link);
	margin-bottom: 2.5rem;
	text-decoration : none;
}

.tab-style-effect-5 .menu__link:focus,
.tab-style-effect-5 .menu__link:hover {
    color: var(--color-menu-link-hover);
}

.tab-style-effect-5 .menu__link-inner {
    display: block;
    position: relative;
    outline: 100px solid transparent;
}

.tab-style-effect-5 .menu__link-deco {
    outline: 120px solid transparent;
    opacity: 0;
    position: absolute;
    pointer-events: none;
}

.tab-style-effect-5 .menu--line .menu__link-deco,
.tab-style-effect-5 .menu--linethrough .menu__link-deco,
.tab-style-effect-5 .menu--twolines .menu__link-deco,
.tab-style-effect-5 .menu--diagonal .menu__link-deco {
    bottom: 0;
    left: 0;
    height: 1px; 
    width: 100%;
    background: currentColor;
}

.tab-style-effect-5 .menu--linethrough .menu__link-deco {
    bottom: 50%;
    height: 3px;
}

.tab-style-effect-5 .menu--twolines .menu__link-deco {
    height: 100%;
    background: none;
    border: 1px solid currentColor;
    border-right: 0;
    border-left: 0;
}

.tab-style-effect-5 .menu--twolines .menu__link {
    padding: 0.95rem 0;
}

.tab-style-effect-5 .menu--circle .menu__link-deco,
.tab-style-effect-5 .menu--box .menu__link-deco {
    left: 50%;
    top: 50%;
    width: 5rem;
    height: 5rem;
    margin: -2.5rem 0 0 -2.5rem;
}

.tab-style-effect-5 .menu--circle .menu__link-deco {
    border-radius: 50%;
    border: 1px solid black;
}

.tab-style-effect-5 .menu--box .menu__link-deco {
    border: 1px solid black;
}

.tab-style-effect-5 .menu--diagonal .menu__link-deco {
    bottom: 50%;
    width: 9rem;
    left: 50%;
    margin-left: -4.5rem;
    transform: rotate(-45deg);
}

.tab-style-effect-5 .menu__link:hover .menu__link-deco {
    opacity: 1;
}

/* Tab Style Head Effect 6 */

.tab-style-effect-6 .title {
    font-weight: 600;
    text-transform: uppercase;
    font-family: upgrade, sans-serif;
    font-size: 2rem;
    margin: 0 0 3rem 0;
    letter-spacing: 1px;
    color: var(--color-title);
    text-align: center;
}

.tab-style-effect-6 .menu {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 15rem;
}

.tab-style-effect-6 .menu__link {
    flex: none;
    padding-bottom: 0.5rem;
    font-size: 1.85rem;
    position: relative;
    line-height: 1;
    color: var(--color-menu-link);
	margin-bottom: 2.5rem;
	text-decoration : none;
}

.tab-style-effect-6 .menu__link:focus,
.tab-style-effect-6 .menu__link:hover {
    color: var(--color-menu-link-hover);
}

.tab-style-effect-6 .menu__link-inner {
    display: block;
    position: relative;
    outline: 100px solid transparent;
}

.tab-style-effect-6 .menu__link-deco {
    outline: 120px solid transparent;
    opacity: 0;
    position: absolute;
    pointer-events: none;
}

.tab-style-effect-6 .menu--line .menu__link-deco,
.tab-style-effect-6 .menu--linethrough .menu__link-deco,
.tab-style-effect-6 .menu--twolines .menu__link-deco,
.tab-style-effect-6 .menu--diagonal .menu__link-deco {
    bottom: 0;
    left: 0;
    height: 1px; 
    width: 100%;
    background: currentColor;
}

.tab-style-effect-6 .menu--linethrough .menu__link-deco {
    bottom: 50%;
    height: 3px;
}

.tab-style-effect-6 .menu--twolines .menu__link-deco {
    height: 100%;
    background: none;
    border: 1px solid currentColor;
    border-right: 0;
    border-left: 0;
}

.tab-style-effect-6 .menu--twolines .menu__link {
    padding: 0.95rem 0;
}

.tab-style-effect-6 .menu--circle .menu__link-deco,
.tab-style-effect-6 .menu--box .menu__link-deco {
    left: 50%;
    top: 50%;
    width: 5rem;
    height: 5rem;
    margin: -2.5rem 0 0 -2.5rem;
}

.tab-style-effect-6 .menu--circle .menu__link-deco {
    border-radius: 50%;
    border: 1px solid black;
}

.tab-style-effect-6 .menu--box .menu__link-deco {
    border: 1px solid black;
}

.tab-style-effect-6 .menu--diagonal .menu__link-deco {
    bottom: 50%;
    width: 9rem;
    left: 50%;
    margin-left: -4.5rem;
    transform: rotate(-45deg);
}

.tab-style-effect-6 .menu__link:hover .menu__link-deco {
    opacity: 1;
}

/* Tab Style Head Effect 7 */

.tab-style-effect-7 .title {
    font-weight: 600;
    text-transform: uppercase;
    font-family: upgrade, sans-serif;
    font-size: 2rem;
    margin: 0 0 3rem 0;
    letter-spacing: 1px;
    color: var(--color-title);
    text-align: center;
}

.tab-style-effect-7 .menu {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 15rem;
}

.tab-head-effect .menu__link {
    flex: none;
    padding-bottom: 0.5rem;
    font-size: 1.85rem;
    position: relative;
    line-height: 1;
	margin-bottom: 2.5rem;
	text-decoration : none;
}

.tab-style-effect-7 .menu__link:focus,
.tab-style-effect-7 .menu__link:hover {
    color: var(--color-menu-link-hover);
}

.tab-style-effect-7 .menu__link-inner {
    display: block;
    position: relative;
    outline: 100px solid transparent;
}

.tab-style-effect-7 .menu__link-deco {
    outline: 120px solid transparent;
    opacity: 0;
    position: absolute;
    pointer-events: none;
}

.tab-style-effect-7 .menu--line .menu__link-deco,
.tab-style-effect-7 .menu--linethrough .menu__link-deco,
.tab-style-effect-7 .menu--twolines .menu__link-deco,
.tab-style-effect-7 .menu--diagonal .menu__link-deco {
    bottom: 0;
    left: 0;
    height: 1px; 
    width: 100%;
    background: currentColor;
}

.tab-style-effect-7 .menu--linethrough .menu__link-deco {
    bottom: 50%;
    height: 3px;
}

.tab-style-effect-7 .menu--twolines .menu__link-deco {
    height: 100%;
    background: none;
    border: 1px solid currentColor;
    border-right: 0;
    border-left: 0;
}

.tab-style-effect-7 .menu--twolines .menu__link {
    padding: 0.95rem 0;
}

.tab-style-effect-7 .menu--circle .menu__link-deco,
.tab-style-effect-7 .menu--box .menu__link-deco {
    left: 50%;
    top: 50%;
    width: 5rem;
    height: 5rem;
    margin: -2.5rem 0 0 -2.5rem;
}

.tab-style-effect-7 .menu--circle .menu__link-deco {
    border-radius: 50%;
    border: 1px solid black;
}

.tab-style-effect-7 .menu--box .menu__link-deco {
    border: 1px solid black;
}

.tab-style-effect-7 .menu--diagonal .menu__link-deco {
    bottom: 50%;
    width: 9rem;
    left: 50%;
    margin-left: -4.5rem;
    transform: rotate(-45deg);
}

.tab-style-effect-7 .menu__link:hover .menu__link-deco {
    opacity: 1;
}


@media screen and (max-width: 58em) {
	.tab-awesome .style-limabelas .tabs nav ul li a span {
		display: none;
	}
	.tab-awesome .style-limabelas .tabs nav a:before {
		margin-right: 0;
	}
}

@media screen and (max-width: 53em) {
	
	.tab-awesome .style-tujuh .tabs nav a:before {
		margin-right: 0;
	}

	.tab-awesome .style-tujuh .tabs nav span {
		display: none;
	}

	.tab-awesome .style-salapan .tabs nav a span {
		display: none;
	}

	.tab-awesome .style-sabelas .tabs-style-linebox nav ul {
		display: inline-flex;
		box-shadow: none;
	}
	.tab-awesome .style-sabelas .tabs-style-linebox nav ul li {
		display: block;
		-webkit-flex: none;
		flex: none;
		margin-top: 12px;
	}
	.tab-awesome .style-lima .tab-current a::before {
		margin-bottom: 0;
	}
	.tab-awesome .style-lima a::before {
		margin-bottom: 0;
	}

	.tab-awesome .style-tujuh .tabs nav a span {
		vertical-align: middle;
		display: none;
	}
}