/*@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,600,800);
@import url(https://fonts.googleapis.com/css?family=Londrina+Solid);*/
@import url(https://fonts.googleapis.com/css?family=Economica:700);
@import url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css);

@font-face {
    font-family: 'OpenSansLight';
    src: url('../fonts/OpenSans-Light-webfont.eot');
    src: url('../fonts/OpenSans-Light-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/OpenSans-Light-webfont.woff') format('woff'),
         url('../fonts/OpenSans-Light-webfont.ttf') format('truetype'),
         url('../fonts/OpenSans-Light-webfont.svg#OpenSansLight') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'OpenSansSemibold';
    src: url('../fonts/OpenSans-Semibold-webfont.eot');
    src: url('../fonts/OpenSans-Semibold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/OpenSans-Semibold-webfont.woff') format('woff'),
         url('../fonts/OpenSans-Semibold-webfont.ttf') format('truetype'),
         url('../fonts/OpenSans-Semibold-webfont.svg#OpenSansSemibold') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'OpenSansBold';
    src: url('../fonts/OpenSans-Bold-webfont.eot');
    src: url('../fonts/OpenSans-Bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/OpenSans-Bold-webfont.woff') format('woff'),
         url('../fonts/OpenSans-Bold-webfont.ttf') format('truetype'),
         url('../fonts/OpenSans-Bold-webfont.svg#OpenSansBold') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'OpenSansExtrabold';
    src: url('../fonts/OpenSans-ExtraBold-webfont.eot');
    src: url('../fonts/OpenSans-ExtraBold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/OpenSans-ExtraBold-webfont.woff') format('woff'),
         url('../fonts/OpenSans-ExtraBold-webfont.ttf') format('truetype'),
         url('../fonts/OpenSans-ExtraBold-webfont.svg#OpenSansExtrabold') format('svg');
    font-weight: normal;
    font-style: normal;
}

html,
body {
	overflow-x: hidden;
	min-height: 100%;
}
body {
	padding: 0;
	margin: 0;
}
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

/*awawawawwawawaw---menu atas---awawaawawaaawwaawwa*/
header {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 999;
	background: #fff;
}
.hdtop {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	-ms-justify-content: space-between;

  	margin: 10px auto;
	padding: 0;
	width: 96%;
	max-width: 1150px;
}
header a {
	text-decoration: none;
	color: #000;
}
.ttl,
.mnu {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
}
.ttl {
	align-items: center;
	align-self: stretch;
}
@media screen and (max-width: 800px) {
	header {
		position: relative;
	}
	.hdtop {
		flex-wrap: wrap;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
	}
	.ttl  {
		width: 100%;
		justify-content: center;
		-webkit-justify-content: center;
		-ms-justify-content: center;
		padding: 20px 0 10px 0;
	}
	.mnu  {
		width: 100%;
		justify-content: center;
		-webkit-justify-content: center;
		-ms-justify-content: center;
		padding-bottom: 10px;
	}
}
.ttl a {
	display: block;
	padding: 5px 10px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	align-items: center;
	align-self: stretch;
}
.ttl img {
	height: 40px;
	display: block;
}
.umm,
.log {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	align-items: stretch;
	align-self: stretch;
	font-size: 0;
	-webkit-justify-content: flex-end;
	justify-content: flex-end;
}
.log {
	padding: 0 20px;
	margin-left: 10px;
	position: relative;
}
.log:before {
	content: "";
	position: absolute;
	left: 0;
	top: 30%;
	height: 40%;
	width: 1px;
	background: #666;
}
.mn1,
.log a {
	position: relative;
	font-family: 'OpenSansLight';
	font-weight: normal;
	font-style: normal;
	font-size: 12px;
	color: #000;
	padding: 0 15px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	align-items: stretch;
	align-self: stretch;
	text-transform: uppercase;
}
.log a {
	padding: 3px 12px;
	text-transform: inherit;
}
.mn1 a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	align-items: center;
	align-self: stretch;
	padding: 0 15px;
	font-family: 'OpenSansExtrabold';
	font-weight: normal;
	font-style: normal;
	font-size: 13px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
.mn1 {
	padding: 0;
}
.mn2 {
	padding: 0 5px;
	align-self: stretch;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	align-items: stretch;
	position: relative;
	cursor: pointer;
}
.mn2 p {
	align-self: stretch;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	align-items: center;
	margin: 0;
	padding: 0;
	font-family: 'OpenSansLight';
	font-weight: normal;
	font-style: normal;
	font-size: 13px;
	color: #000;
}
.mn2 div {
	display: none;
	position: absolute;
	top: 90%;
	right: -10px;
	padding: 5px 0;
	background: #000;
}
.mn2 div a {
	color: #999;
	white-space: nowrap;
	text-transform: capitalize;
	padding: 4px 10px;
	z-index: 9999;
	position: relative;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
}
.mn2 div a i {
	padding-left: 5px;
	font-size: 10px;
	display: inline-block;
	line-height: 15px;
}
.mn2:first-child:before {
	content: '';
	position: absolute;
	top: 90%;
	left: 50%;
	border-bottom: 7px solid #000;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	z-index: 10000;
	margin: -5px 0 0 -6px;
	display: none;
}
.mn2:hover div,
.mn2:hover:first-child:before {
	display: block;
}
.mn2 div a:hover {
	color: #fff;
}
.mn1 a:hover {
	color: #2A903B;
}
/*awawawawwawawaw---akhir menu atas---awawaawawaaawwaawwa*/

.container {
	position: relative;
	overflow-x: hidden;
	width: 100%;
	min-height: 100%;
	-webkit-overflow-scrolling: touch;
}
.main {
	max-width: 1280px;
	width: 96%;
	margin: 0 auto;
	padding: 0;
}
.slider {
	padding: 80px 0 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
	margin: 0 auto;
	width: 90%;
}
#slider {
	position: relative;
	width: 100%;
	overflow: hidden;
}
#slider>div {
	width: 100%;
	height: 100%;
	float: left;
	display: none;
}
#slider>div img {
	width: 100%;
	display: block;
}
a.next-port,
a.previous-port {
	content: '';
	position: absolute;
	top: 50%;
	width: 60px;
	color: #999;
	margin-top: -15px;
	text-decoration: none;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
    background: #000;
}
a.next-port {
	right: -20px;
}
a.previous-port {
	left: -20px;
}
a.next-port p,
a.previous-port p {
	position: relative;
	display: block;
	margin: 0;
	height: 30px;
	line-height: 30px;
	padding: 0;
    font-family: 'OpenSansLight';
	font-weight: normal;
	font-style: normal;
	font-size: 13px;
	text-align: center;
	text-transform: uppercase;
}
a.next-port:hover,
a.previous-port:hover {
	color: #fff;
}
.bts {
	margin: 80px 0 30px;
	overflow: hidden;
}
.ttx h1 {
	width: 40%;
	margin: 0;
	float: left;
    font-family: 'OpenSansSemibold';
	font-weight: normal;
	font-style: normal;
	font-size: 20px;
	padding: 0 0 10px;
	text-align: right;
	text-transform: uppercase;
	letter-spacing: 1px;
	line-height: 1.2;
	color: #2A903B;
	position: relative;
}
.ttx h1 b {
	display: block;
    font-family: 'OpenSansSemibold';
	font-weight: normal;
	font-style: normal;
	color: #000;
}
.ttx h1:before {
	content: '';
	position: absolute;
	bottom: 0;
	right: 0;
	width: 50%;
	border-bottom: 1px dotted #999;
}
.ttx {
	max-width: 900px;
	margin: 0 auto;
}
.ttj {
	width: 60%;
	float: right;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0 0 0 30px;
    font-family: 'OpenSansLight';
	font-weight: normal;
	font-style: normal;
	font-size: 14px;
	letter-spacing: 1px;
	line-height: 1.3;
	text-align: justify;
}
.ttj a {
	color: #000;
    font-family: 'OpenSansSemibold';
	font-weight: normal;
	font-style: normal;
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: normal;
	text-decoration: none;
	display: table;
	padding: 3px 0;
	border-bottom: 1px dotted #999;
}
.ttx p {
	display: block;
	margin: 0;
	padding: 5px 0;
}
.ttx b {
    font-family: 'OpenSansSemibold';
	font-weight: normal;
	font-style: normal;
}
.ttx p:first-child {
	padding-top: 0;
}
.ttx ul {
	padding-left: 15px;
	margin: 5px 0;
}
.ptny {
	max-width: 1280px;
	width: 96%;
	margin: 0 auto;
	padding: 30px 0;
	background: url("../img/bg_hbwh.png") no-repeat center top;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	text-align: center;
}
.ptny h1 {
	display: block;
    font-family: 'OpenSansExtrabold';
	font-weight: normal;
	font-style: normal;
	font-size: 30px;
	margin: 0 0 15px;
	padding: 0;
	text-align: center;
	color: #fff;
}
.ptny p {
	display: inline-block;
    font-family: 'OpenSansExtrabold';
	font-weight: normal;
	font-style: normal;
	font-size: 12px;
	margin: 0 auto;
	padding: 0;
}
.ptny p a {
	display: block;
	padding: 7px 10px;
	border: 1px solid #E35B58;
	color: #E35B58;
	text-decoration: none;
	text-transform: uppercase;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
}
.ptny p a:hover {
	background: #E35B58;
	color: #000;
}
.gehmjso {
	width: 96%;
	max-width: 920px;
	margin: 0 auto;
	padding: 50px 0;
}
h1.sttmn {
    font-family: 'OpenSansSemibold';
	font-weight: normal;
	font-style: normal;
	font-size: 52px;
	margin: 0 12px;
	padding: 0 0 0 10%;
	letter-spacing: 5px;
	text-transform: uppercase;
	position: relative;
	line-height: .9;
}
h1.sttmn:before {
	content: '';
	position: absolute;
	left: 0;
	top: 100%;
	width: 7%;
	height: 1px;
	background: #000;
}
h1#sttmn {
	max-width: 1150px;
	margin: 100px auto 10px;
}
h1#sttmn2 {
	font-size: 40px;
	padding: 0 0 0 5%;
	letter-spacing: 3px;
	max-width: 850px;
	margin: 0 auto 15px;
	color: #CB3E22;
}
h1#sttmn2:before {
	background: #CB3E22;
	width: 6%;
}
.hmjso {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	padding: 20px 0;
}
.pygnj {
	overflow: hidden;
	width: 33.3333%;
	padding: 12px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	opacity: 0;
}
.pygnj--loaded {
	opacity: 1;
}
.imgppy {
	overflow: hidden;
}
.imgppy img {
	width: 100%;
	display: block;
	margin: 0;
	/*filter: saturate(50%) sepia(20%);
    -webkit-transform: scale(1, 1);
    transform:scale(1, 1);
    -webkit-transition: -webkit-all 0.3s cubic-bezier(.26,.74,1,1);
    -webkit-transition: all 0.3s cubic-bezier(.26,.74,1,1);
    transition: all 0.3s cubic-bezier(.26,.74,1,1);*/
}
.pygnj a:hover img {
	/*filter: saturate(100%) sepia(0%);
    -webkit-transform: scale(1.03);
    transform: scale(1.03);*/
}
.txppy {
	background: #eee;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}
.txppy div {
	/*border-bottom: 10px solid #2A903B;*/
	padding: 15px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.txppy h3,
.txppy h5 {
	margin: 0;
}
.hmjso a {
	text-decoration: none;
	color: #000;
}
#nxppy,
.nxppy {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	align-items: center;
	-webkit-align-items: center;
	justify-content: center;
	-webkit-justify-content: center;
}
.nxppy h2 {
	margin: 0;
	padding: 0;
    font-family: 'OpenSansSemibold';
	font-weight: normal;
	font-style: normal;
	font-size: 16px;
	letter-spacing: 1px;
	text-align: center;
	position: relative;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    position: relative;
    line-height: 1;
}
.nxppy h2:before {
	content: '';
	position: absolute;
	right: 102%;
	top: 82%;
	width: 0;
	height: 1px;
	background: #000;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
a.nxppy:hover h2:before {
	width: 15px;
}
.txppy h3 {
	display: block;
	margin: 0 auto;
	padding: 0;
    font-family: 'OpenSansSemibold';
	font-weight: normal;
	font-style: normal;
	font-size: 16px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    text-align: left;
    width: 100%;
    line-height: 1.2;
}
.txppy h5 {
	display: block;
	margin: 0;
	padding: 10px 0 0;
    font-family: 'OpenSansLight';
	font-weight: normal;
	font-style: normal;
	font-size: 14px;
}

.clnn {
	margin: 0 auto;
	max-width: 900px;
}
.lsclnn {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	padding: 30px 0;
}
.imgclnn {
	width: 25%;
}
.imgclnn img {
	width: 100%;
}
.txclnn {
	width: 65%;
	padding: 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.txclnn h3 {
    font-family: 'OpenSansSemibold';
	font-weight: normal;
	font-style: normal;
	font-size: 20px;
	margin: 0;
}
.txclnn div {
    font-family: 'OpenSansLight';
	font-weight: normal;
	font-style: normal;
	font-size: 14px;
	padding: 5px 0;
}
/*awawawawwawawaw---masonry---awawaawawaaawwaawwa*/
.nwevdw {
	width: 100%;
	margin: 20px 0;
	overflow: hidden;
}
h1.hnwv {
	display: block;
    font-family: 'OpenSansLight';
	font-weight: normal;
	font-style: normal;
	font-size: 17px;
	color: #fff;
	background: #000;
	letter-spacing: 1px;
	margin: 0;
	padding: 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	text-transform: uppercase;
}
h1.hnwv b {
    font-family: 'OpenSansExtrabold';
	font-weight: normal;
	font-style: normal;
}
@media screen and (min-width: 977px) and (max-width: 1296px) {
	.nwevdw {
		max-width: 960px;
	}
}
@media screen and (min-width: 657px) and (max-width: 977px) {
	.nwevdw {
		max-width: 640px;
	}
}
/*
.pr0d:after,
.abuts:after,
.dtnwev:after,
.nwevdw:after {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: #fff;
	z-index: 0;
	opacity: .8;
}*/
.nwgrid {
	overflow: hidden;
	width: 33.333333%;
	width: -webkit-calc(100%/3);
    width: calc(100%/3);
    float: left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	z-index: 9;
}
.nwgrid a {
	text-decoration: none;
	display: block;
	color: #000;
	padding: 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
}
.stimne {
	overflow: hidden;
}
.nwgrid img {
	width: 100%;
    display: block;
    -webkit-transform: scale(1, 1);
    transform:scale(1, 1);
    -webkit-transition: -webkit-transform 15s cubic-bezier(.26,.74,1,1);
    transition: transform 15s cubic-bezier(.26,.74,1,1);
}
.nwgrid:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.nwgrid a:hover {
	background: #f7f7f7;
}
@media screen and (min-width: 0px) and (max-width: 656px) {
	.nwevdw {
		max-width: 100%;
	}
	.nwgrid {
		height: auto;
		width: 50%;
	}
}
.nwgrid p {
	display: block;
    font-family: 'OpenSansLight';
	font-weight: normal;
	font-style: normal;
	font-size: 12px;
	margin: 10px 0 0;
	padding: 0;
}
.nwgrid p b {
	display: block;
    font-family: 'OpenSansExtrabold';
	font-weight: normal;
	font-style: normal;
	margin: 10px 0;
}
.nwgrid h3 {
	display: block;
    font-family: 'OpenSansExtrabold';
	font-weight: normal;
	font-style: normal;
	font-size: 18px;
	margin: 0;
	padding: 0;
	text-transform: uppercase;
}
.nwgrid h4 {
	display: block;
    font-family: 'OpenSansLight';
	font-weight: normal;
	font-style: normal;
	font-size: 12px;
	margin: 10px 0;
	padding: 0;
	text-transform: uppercase;
}
.nwgrid h4 b {
    font-family: 'OpenSansSemibold';
	font-weight: normal;
	font-style: normal;
}
.nwgrid:hover {
}
ul.pge {
	list-style: none;
	display: block;
	padding: 80px 10px 0;
	margin: 0 auto 30px;
	max-width: 1150px;
	overflow: hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	justify-content: center;
	-webkit-justify-content: center;
	align-items: center;
	-webkit-align-items: center;
}
ul.pge li {
    font-family: 'OpenSansExtrabold';
	font-weight: normal;
	font-style: normal;
	font-size: 17px;
	text-transform: uppercase;
	margin: 0 2px;
}
ul.pge li.ssch {
	font-size: 18px;
}
ul.pge li a {
	display: block;
	color: #000;
	text-decoration: none;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
	padding: 3px 8px;
}
ul.pge li b {
	display: block;
	padding: 3px 8px;
	color: #2A903B;
	border-bottom: 1px dotted #999;
}
ul.pge li a:hover {
	color: #2A903B;
}

/*
ul.pge {
	list-style: none;
	display: block;
	padding: 80px 10px 0;
	margin: 0 auto 30px;
	max-width: 1150px;
	overflow: hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	align-items: center;
	-webkit-align-items: center;
}
ul.pge li {
    font-family: 'OpenSansExtrabold';
	font-weight: normal;
	font-style: normal;
	font-size: 13px;
	text-transform: uppercase;
}
ul.pge li a {
	color: #000;
	text-decoration: none;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
}
ul.pge li a:hover {
	color: #2A903B;
}
ul.pge li ul {
	list-style: none;
	display: block;
	padding: 0;
	margin: 0;
	overflow: hidden;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	justify-content: center;
	-webkit-justify-content: center;
}
ul.pge li ul li {
	font-size: 17px;
	margin: 0 3px;
}
ul.pge li ul li a {
	display: block;
	padding: 5px 10px;
	color: #000;
	text-decoration: none;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
	border-bottom: 1px dotted transparent;
}
ul.pge li ul li a:hover {
	border-bottom: 1px dotted #999;
	color: #000;
}
ul.pge li ul li.slc a {
	color: #2A903B;
	text-decoration: none;
	border-bottom: 1px dotted #999;
}*/
/*awawawawwawawaw---akhir masonry---awawaawawaaawwaawwa*/

/*awawawawwawawaw---masonry2---awawaawawaaawwaawwa*/
.prdcs {
	width: 100%;
	max-width: 1150px;
	margin: 0 auto;
	padding: 20px 0 0;
	position: relative;
	z-index: 9;
	background: #fff;
}
/*@media screen and (min-width: 977px) and (max-width: 1296px) {
	.grid {
		max-width: 960px;
	}
}
@media screen and (min-width: 657px) and (max-width: 977px) {
	.grid {
		max-width: 640px;
	}
}*/
.nvprdc {
	display: block;
	padding: 0;
	margin: 30px 0 0;
	text-align: center;
	font-size: 0;
	position: relative;
	z-index: 9;
	background: #fff;
}
.nvprdc a {
	display: block;
	margin: 1px;
	padding: 3px 10px;
	background: #000;
	color: #999;
	text-decoration: none;
	display: inline-block;
	font-family: 'OpenSansLight';
	font-weight: normal;
	font-style: normal;
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 1px;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
}
.nvprdc a.ssc {
	background: #2A903B;
	color: #fff;
}
.nvprdc a:hover {
	color: #fff;
}
.lsprd {
    opacity: 0; /* hide card while loading */
	overflow: hidden;
	width: 25%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px;
    cursor: pointer;
}
.lsprd--loaded {
	opacity: 1;
    cursor: pointer;
}
@media (max-width: 600px) {
	.lsprd {
		width: 50%;
	}
}
.lsprd .ajkgy {
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
}
.grid-item .ajkgy img {
	width: 100%;
	display: block;
}
.lsprd h1 {
	font-family: 'OpenSansExtrabold';
	font-weight: normal;
	font-style: normal;
	font-size: 16px;
	display: block;
	margin: 10px 0;
	padding: 0;
	text-transform: uppercase;
	line-height: 1;
	position: relative;
	z-index: 3;
}
.lsprd .uhkse {
	margin: 0;
	padding: 0;
	font-family: 'OpenSansLight';
	font-weight: normal;
	font-style: normal;
	font-size: 13px;
	color: #666;
}
.lsprd .uhkse p {
	display: block;
	margin: 0;
}
.lsprd p b,
.lsprd p strong {
	font-family: 'OpenSansSemibold';
	font-weight: normal;
	font-style: normal;
}
@media screen and (min-width: 657px) and (max-width: 1150px) {
	.lsprd h1 {

	}
	.lsprd .uhkse {

	}
}
@media screen and (min-width: 657px) and (max-width: 977px) {
	.lsprd {
		width: 50%;
	}
	.lsprd .uhkse {

	}
}
.lsprd img {
	display: block;
	width: 100%;
}
.immtk {
	display: none;
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	z-index: 999;
}
.zmmg {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	justify-content: center;
	-webkit-justify-content: center;
	align-items: center;
	-webkit-align-items: center;
	z-index: 9;
}
.immtk:before {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background: #fff;
	opacity: .9;
	z-index: 1;
}
img.lodg {
	position: fixed;
	top: 50%;
	left: 50%;
	margin: -15px 0 0 -15px;
	z-index: 2;
}
/*awawawawwawawaw---akhir masonry2---awawaawawaaawwaawwa*/

/*awawawawwawawaw---detail news---awawaawawaaawwaawwa*/
.dtnwev {
	overflow: hidden;
	position: relative;
	margin: 0 0 20px;
}
.jvnw {
	z-index: 9;
	position: relative;
	overflow: hidden;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 100px 0 0;
}
.jvnw h4 {
    font-family: 'OpenSansLight';
	font-weight: normal;
	font-style: normal;
	font-size: 13px;
	margin: 0;
	padding: 0;
	position: relative;
	z-index: 9;
	text-align: center;
	letter-spacing: 1px;
}
.jvnw h4 b {
    font-family: 'OpenSansSemibold';
	font-weight: normal;
	font-style: normal;
	color: #E35B58;
}
.jvnw h3 {
    font-family: 'OpenSansExtrabold';
	font-weight: normal;
	font-style: normal;
	font-size: 36px;
	max-width: 930px;
	margin: 0 auto;
	padding: 30px 0 0;
	position: relative;
	z-index: 9;
	text-align: center;
}
.artnw {
	width: 96%;
	max-width: 850px;
	margin: 0 auto;
	padding: 0 0 100px;
	position: relative;
	z-index: 9;
    font-family: 'OpenSansLight';
	font-weight: normal;
	font-style: normal;
	font-size: 14px;
	overflow: hidden;
}
.artnw:before {
	background: #fff;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	content: "";
	z-index: -1;
}
img.lsby {
	float: left;
	max-width: 50%;
	margin: 15px 25px 5px 0;
}
.artnw p {
}
.artnw b,
.artnw strong {
    font-family: 'OpenSansSemibold';
	font-weight: normal;
	font-style: normal;
}
.nv3db {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	margin: 0 0 30px;
}
.arnvb {
	width: 50%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
	padding: 30px;
	padding-top: 10px;
}
.arnvb a {
	text-decoration: none;
	color: #000;
	display: block;
}
.arnvb h2 {
	display: block;
    font-family: 'OpenSansExtrabold';
	font-weight: normal;
	font-style: normal;
	font-size: 18px;
	margin: 0;
	position: relative;
	z-index: 9;
}
.arnvb h2 span {
	display: block;
    font-family: 'OpenSansSemibold';
	font-weight: normal;
	font-style: normal;
	font-size: 12px;
	text-transform: uppercase;
	color: #E35B58;
}
.arnvb h4 {
	display: block;
    font-family: 'OpenSansLight';
	font-weight: normal;
	font-style: normal;
	font-size: 12px;
	text-transform: uppercase;
	color: #999;
	margin: 5px 0;
}
.arnvb h4 b {
    font-family: 'OpenSansSemibold';
	font-weight: normal;
	font-style: normal;
	color: #000;
}
.nv3db .arnvb:last-child h4 {
	text-align: right;
}
.nv3db .arnvb:last-child h2,
.nv3db .arnvb:last-child h2 span {
	text-align: right;
}
/*awawawawwawawaw---end detail news---awawaawawaaawwaawwa*/

/*awawawawwawawaw---footer---awawaawawaaawwaawwa*/
footer {
	display: block;
	margin: 0 auto;
	padding: 40px 0 30px;
	max-width: 1280px;
	width: 96%;
}
nav.nvft {
	display: block;
	margin: 0;
	padding: 0 0 20px;
	font-size: 0;
	text-align: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	justify-content: center;
	-webkit-justify-content: center;
}
nav.nvft div {
	margin-right: 5px;
}
nav.nvft a {
    font-family: 'OpenSansLight';
	font-weight: normal;
	font-style: normal;
	font-size: 11px;
	letter-spacing: 2px;
	color: #000;
	padding: 0 8px;
	text-transform: uppercase;
	text-decoration: none;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
}
.cpss {
	margin: 15px 0 0;
	padding: 0;
	color: #000;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	justify-content: space-between;
	-webkit-justify-content: space-between;
}
.cpss div {
	padding: 0 8px;
}
.cpss div p {
    font-family: 'OpenSansLight';
	font-weight: normal;
	font-style: normal;
	font-size: 13px;
	margin: 5px 0 0;
	padding: 0;
	max-width: 600px;
}
.cpss div h4 {
    font-family: 'OpenSansExtrabold';
	font-weight: normal;
	font-style: normal;
	font-size: 13px;
	margin: 0;
	padding: 0;
	text-transform: uppercase;
	letter-spacing: 1px;
}
footer div h5 {
	display: block;
    font-family: 'OpenSansLight';
	font-weight: normal;
	font-style: normal;
	font-size: 12px;
	color: #000;
	margin: 0;
	padding: 20px 0;
}
footer div h5 img {
	height: 10px;
}
nav.nvft a:hover {
	text-decoration: underline;
}

/*awawawawwawawaw---akhir footer---awawaawawaaawwaawwa*/

/*awawawawwawawaw---daftar barang---awawaawawaaawwaawwa*/
.pr0d {
	width: 100%;
	margin: 0;
	padding: 0;
	position: relative;
}
/*awawawawwawawaw---akhir daftar barang---awawaawawaaawwaawwa*/

/*awawawawwawawaw---detail barang---awawaawawaaawwaawwa*/
form.dtform {
	display: block;
	padding: 40px 0 20px;
	overflow: hidden;
}
#slct,
form.dtform textarea,
form.regform input[type=password],
form.regform input[type=text],
#combo,
form.dtform input[type=text],
#staticParent input[type=text].qty,
form.lgform input[type="password"],
form.lgform input[type="text"] {
    display: block;
    height: 50px;
    padding: 0px 10px;
    margin: 0;
    border: medium none;
    line-height: 50px;
    outline: medium none;
    font-family: 'OpenSansLight';
	font-weight: normal;
	font-style: normal;
	font-size: 14px;
	border-radius: 2px;
	border: 1px Solid #ddd;
	width: 100%;
}
form.dtform textarea {
	height: auto;
	line-height: inherit;
	padding: 10px;
}
#staticParent input[type=text].qty,
.qty {
	width: 50px;
	text-align: center;
	margin: 0 !important;
}
form.dtform input[type=submit] {
    margin: 0;
    padding: 12px 0;
    cursor: pointer;
    display: block;
    border: none;
    height: auto;
    color: #fff;
    background: #000;
    outline: none;
	border-radius: 2px;
    font-family: 'OpenSansExtrabold';
	font-weight: normal;
	font-style: normal;
	font-size: 16px !important;
	text-transform: uppercase;
	clear: both;
	width: 100%;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
}
form.ckout input[type=submit]:hover,
form.regform input[type=submit]:hover,
form.lgform input[type=submit]:hover,
form.dtform input[type=submit]:hover {
    background: #333;
}
form.dtform .spfje {
	clear: both;
	overflow: hidden;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	align-items: center;
	-webkit-align-items: center;
	-ms-align-items: center;
	padding: 20px 0;
}
form.dtform .spfje p {
    font-family: 'OpenSansLight';
	font-weight: normal;
	font-style: normal;
	font-size: 13px;
	margin: 0;
	padding: 0 10px;
	display: block;
}
form.dtform .spfje input[type=button],
#staticParent input[type=button] {
    font-family: 'OpenSansLight';
	font-weight: normal;
	font-style: normal;
	font-size: 13px;
	margin: 0;
	padding: 0 10px;
	display: block;
	cursor: pointer;
	background: transparent;
	border: none;
}
/*awawawawwawawaw---akhir detail barang---awawaawawaaawwaawwa*/

/*awawawawwawawaw---login---awawaawawaaawwaawwa*/
.lgnac {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	padding: 20px 0 70px;
	justify-content: center;
	-webkit-justify-content: center;
	-ms-justify-content: center;
}
.acp {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 20px;
    max-width: 500px;
}
.ktab {
	border: 1px Solid #eee;
	margin: 15px 0;
	padding: 10px;
}
.ktab p {
    font-family: 'OpenSansLight';
	font-weight: normal;
	font-style: normal;
	font-size: 13px;
	display: block;
	margin: 0;
	padding: 3px 0;
}
p.lppwd {
    font-family: 'OpenSansLight';
	font-weight: normal;
	font-style: normal;
	font-size: 13px;
	display: block;
	margin: 0;
	padding: 0;
	text-align: right;
}
.acp p a {
	color: #000;
}
.acp h1 {
    font-family: 'OpenSansSemibold';
	font-weight: normal;
	font-style: normal;
	font-size: 18px;
	display: block;
	margin: 0;
	padding: 0;
}
.lgform input[type="password"],
.lgform input[type="text"] {
	float: none !important;
	display: block;
	width: 330px;
	margin: 15px 0 !important;
}
a.btn {
    margin: 0;
    padding: 0;
    padding: 10px 15px;
    display: table;
    color: #fff;
    background: #000;
    font-family: 'OpenSansExtrabold';
	font-weight: normal;
	font-style: normal;
	font-size: 12px;
	text-transform: uppercase;
	clear: both;
	text-decoration: none;
}
a.btn i {
	font-size: 16px;
}
a.btn:hover {
	background: #EC008C;
}
.Zebra_DatePicker_Icon {
	position: absolute !important;
	top: 0;
	opacity: 0;
}
textarea:focus::-webkit-input-placeholder,
input[type="text"]:focus::-webkit-input-placeholder,
input[type="password"]:focus::-webkit-input-placeholder {
    opacity: 0;
}
textarea:focus:-moz-placeholder,
input[type="text"]:focus:-moz-placeholder,
input[type="password"]:focus:-moz-placeholder {
    opacity: 0;
}
textarea:focus::-moz-placeholder,
input[type="text"]:focus::-moz-placeholder,
input[type="password"]:focus::-moz-placeholder {
    opacity: 0;
}
textarea:focus:-ms-input-placeholder,
input[type="text"]:focus:-ms-input-placeholder,
input[type="password"]:focus:-ms-input-placeholder {
    opacity: 0;
}
@media screen and (min-width: 0px) and (max-width: 750px) {
	.lgnac {
		flex-wrap: wrap;
		-webkit-flex-wrap: wrap;
	}
}
/*awawawawwawawaw---akhir login---awawaawawaaawwaawwa*/

/*awawawawwawawaw---daftar form---awawaawawaaawwaawwa*/
form.regform {
	display: block;
	padding: 50px 0;
	max-width: 700px;
	margin: 0 auto;
	position: relative;
}
form.regform h1 {
    font-family: 'OpenSansExtrabold';
	font-weight: normal;
	font-style: normal;
	font-size: 20px;
	margin: 20px 0 10px;
	padding: 0 0 5px;
	border-bottom: 1px solid #eee;
}
form.dtform .opsenf {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	align-items: center;
	-webkit-align-items: center;
    padding: 3px 0 20px;
}
form.regform textarea,
form.regform input[type="password"],
form.regform input[type="text"] {
	float: none !important;
	display: block;
	width: 100%;
	margin: 0 !important;
}
form.regform textarea {
	height: auto;
}
form.regform input[type="submit"] {
	float: right;
}
form.regform p {
    font-family: 'OpenSansLight';
	font-weight: normal;
	font-style: normal;
	font-size: 13px;
	margin: 0;
	padding: 0;
	display: block;
	width: 30%;
}
p#tfkb {
	display: block;
    font-family: 'OpenSansLight';
	font-weight: normal;
	font-style: normal;
	font-size: 13px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	-webkit-align-self: center;
	align-self: center;
	padding: 0 15px 0 0;
}
form.regform .jtfl {
	width: 70%;
    font-family: 'OpenSansLight';
	font-weight: normal;
	font-style: normal;
	font-size: 13px;
	position: relative;
}
form.regform div div span {
	padding: 0 5px;
}
/*awawawawwawawaw---akhir daftar form---awawaawawaaawwaawwa*/

/*awawawawwawawaw---tentang & kontak---awawaawawaaawwaawwa*/
div#captcha-wrap {
    overflow: hidden;
    padding: 20px 0 10px;
    height: inherit;
    position: relative;
    width: 100%;
}
div.captcha-action {
    margin: 0;
    height: inherit;
}
div.captcha-action img {
    margin-bottom: 5px;
}
h5.capt {
	display: block;
	margin: 0;
	padding: 0 15px;
    font-family: 'OpenSansLight';
	font-weight: normal;
	font-style: normal;
	font-size: 13px;
	color: #DB1C1C;
}
.ntfmucap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	align-items: center;
	-webkit-align-items: center;
}
div.captcha-action h4 {
    margin: 0;
    clear: left;
    padding: 3px 10px;
    display: table;
    font-family: 'OpenSansLight';
	font-weight: normal;
	font-style: normal;
    font-size: 12px;
    color: #fff;
    cursor: pointer;
    background: #000;
    border-radius: 3px;
}
div input#hdh {
    width: 90%;
    max-width: 100px;
}
div.captcha-action h5 {
    display: block;
    font-family: 'OpenSansLight';
	font-weight: normal;
	font-style: normal;
    font-size: 12px;
    color: #D3230A;
    margin: 5px 0 10px;
}
.abuts {
	position: relative;
	margin: 0 0 30px;
}
.ts54h {
	z-index: 9;
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 80px 0 50px;
	padding: 110px 0;
	border-radius: 3px;
}
/*
.ts54h:before,
.ts54h:after {
	content: '';
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -250px;
	width: 500px;
	height: 500px;
	border-radius: 50%;
	z-index: -1;
}
.ts54h:before {
	background: url("../img/CHI_6827.jpg") no-repeat center center;
	background-size: 100%;
	filter: grayscale(100%) brightness(1.3);
	-webkit-filter: grayscale(100%) brightness(1.3);
	opacity: 1;
	-webkit-opacity: 1;
}
.ts54h:after {
	opacity: .7;
	background: rgba(210,231,213,1);
	background: -moz-linear-gradient(45deg, rgba(210,231,213,1) 0%, rgba(42,144,59,1) 100%);
	background: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(210,231,213,1)), color-stop(100%, rgba(42,144,59,1)));
	background: -webkit-linear-gradient(45deg, rgba(210,231,213,1) 0%, rgba(42,144,59,1) 100%);
	background: -o-linear-gradient(45deg, rgba(210,231,213,1) 0%, rgba(42,144,59,1) 100%);
	background: -ms-linear-gradient(45deg, rgba(210,231,213,1) 0%, rgba(42,144,59,1) 100%);
	background: linear-gradient(45deg, rgba(210,231,213,1) 0%, rgba(42,144,59,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d2e7d5', endColorstr='#2a903b', GradientType=1 );
}*/
.ts54h h5 {
	display: table;
	font-size: 15px;
	margin: 0 auto;
	padding: 2px 10px;
	position: relative;
	z-index: 9;
	text-align: center;
	letter-spacing: 1px;
    font-family: 'OpenSansSemibold';
	font-weight: normal;
	font-style: normal;
	color: #fff;
	text-transform: uppercase;
}
.ts54h h1 {
	font-family: 'Economica', sans-serif;
	font-weight: normal;
	font-style: normal;
	font-size: 70px;
	margin: 10px 0 0;
	padding: 0;
	text-align: center;
	text-transform: uppercase;
	line-height: 1;
}
.ts54h h2 {
	font-family: 'Economica', sans-serif;
	font-weight: normal;
	font-style: normal;
	font-size: 40px;
	margin: 0;
	padding: 0;
	text-align: center;
	letter-spacing: 1px;
}
.abuts .artnw {
	text-align: justify;
}
.succ {
	display: none;
}
.succ div {
	height: 50vh;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	align-items: center;
	-webkit-align-items: center;
	justify-content: center;
	-webkit-justify-content: center;
}
.succ p {
	text-align: center;
	display: block;
	margin: 0;
	text-align: center;
    font-family: 'OpenSansLight';
	font-weight: normal;
	font-style: normal;
	font-size: 18px;
}
h4.help-block {
	display: block;
	margin: 0 0 20px;
	text-align: center;
    font-family: 'OpenSansLight';
	font-weight: normal;
	font-style: normal;
	font-size: 15px;
	color: #DB1C1C;
}
p.txtats {
	display: block;
	margin: 10px 0 5px;
	padding: 0 10px;
    font-family: 'OpenSansLight';
	font-weight: normal;
	font-style: normal;
	font-size: 13px;
	text-transform: uppercase;
	letter-spacing: 1px;
}
span#hlpblck {
	margin: 0;
	padding: 0;
	font-size: 13px;
	color: #DB1C1C;
	text-transform: none;
	letter-spacing: normal;
}
.animld {
	display: none;
	text-align: center;
	height: 50px;
	padding-top: 10px;
}
.animld img {
	height: 30px;
}

/*hsethrthn jyt shsstrbhtdrb tr*/
.ctsss {
	position: relative;
	z-index: 9;
	margin: 40px auto 0;
	width: 94%;
	max-width: 980px;
	padding: 30px 0 100px;
	background: #fff;
}
.cts7f h5 {
    font-family: 'OpenSansExtrabold';
	font-weight: normal;
	font-style: normal;
	display: block;
	font-size: 18px;
	margin: 0;
	padding: 5px 0;
	text-align: center;
}
.cts7f p {
    font-family: 'OpenSansLight';
	font-weight: normal;
	font-style: normal;
	display: block;
	font-size: 14px;
	margin: 0;
	padding: 0;
	text-align: center;
}
form.dtform h1 {
	display: block;
	font-size: 28px;
	margin: 0;
	padding: 5px 0 15px;
	text-align: center;
    font-family: 'OpenSansLight';
	font-weight: normal;
	font-style: normal;
}
/*awawawawwawawaw---akhir tentang & kontak---awawaawawaaawwaawwa*/


/* Style CSS Desktop */
#menu-mobile {
	display: none;
}
.menu-close {
	position: absolute;
	top: 10px;
	right: 20px;
	opacity: 0;
	font-weight: bold;
}
/* End Style CSS Desktop */

/* Responsive CSS */
@media( max-width: 767px ) {
	.mnu {
		position: relative;
	}
	#menu-mobile {
		display: block;
		position: relative;
		padding-top: 12px;
    	padding-right: 10px;
	}
	.umm {
		display: inline-block;
	    position: absolute;
	    background: #fff;
	    width: 100%;
	    padding: 10px 0 20px 20px;
	    border: 1px solid #eaeaea;
	    opacity: 0;
	}
	.log {
    	padding: 10px 20px;
	}
	.mn1 a {
    	padding: 4px 15px;
	}
	.slider {
    	padding: 20px 0 0;
	}
	.ttx h1 {
    	width: 100%;
    	text-align: left;
    	padding-left: 20px;
    	padding-bottom: 10px;
    }
    .ttx h1:before {
    	border: none;
    }
    .ttj {
    	width: 100%; 
    	padding: 0 20px 0 20px;
    	text-align: left;
    }

    nav.nvft {
    	display: inline-block;
    }
    nav.nvft a {
    	line-height: 1.7;
    }


    .ts54h h1 {
    	font-size: 40px;
	}
	.ts54h h2 {
    	font-size: 30px;
	}

	h1.sttmn {
    	font-size: 35px;
	}
}

@media( min-width: 768px ) and ( max-width: 1023px ) {
	.mn1 a {
    	padding: 0 9px;
	}
	.ttx h1 {
    	width: 100%;
    	text-align: left;
    	padding-left: 20px;
    	padding-bottom: 10px;
    }
    .ttj {
    	width: 100%; 
    	padding: 0 20px 0 20px;
    	text-align: left;
    }
    .ttx h1:before {
    	border: none;
    }
}

@media (min-width: 1024px) and (max-width: 1200px) {
	.ttl img {
    	height: 35px;
	}
	.mn1 a {
    	padding: 0 10px;
	}
}
/* End Responsive CSS 