/*=============================================================================================	
	Author : Muhammad Febriansyah
	Date       : Mei 2017
==============================================================================================*/
@import url('https://fonts.googleapis.com/css?family=Source+Sans+Pro:200,200i,300,300i,400,400i,600,600i,700,700i,900,900i');

body {
	color: #000000;
	font-size: 14px;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 400;
}
.wow {
   visibility: hidden;
}
.overflowHidden {
    overflow: hidden;
}
.animated {
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-timing-function: ease;
    -moz-animation-timing-function: ease;
    animation-timing-function: ease;
}
img {
	border: 0;
	max-width: 100%;
	height: auto;
}
.italic {
	font-style: italic;
}
.bold {
	font-weight: bold;
}
.regular {
	font-weight: lighter;
}
.left {
	float: left;
	display:inline;
}
.right {
	float: right;
	display:inline;
}
.relative{
	position:relative;
}
.clear {
	clear: both;
}
a {
	text-decoration: none;
	color: #000;
    transition: all 0.3s ease-in-out 0s;
}
a:focus{
	outline: 0;
}
strong {
	font-weight: 700;
}
p {
	margin: 1px 0 15px;
	line-height: 25px;
}
input, textarea, select {
	font-size: 14px;
	font-family: 'Source Sans Pro', sans-serif;
	border: none;
	border: 1px solid #c9c9c9;
	padding: 5px;
	margin: 0;
	color: #666;
}
img {
	margin-bottom: -3px;
}
input[type=checkbox], input[type=radio] {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
*, *:before, *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	outline: none;
}
h1 {
	font-size: 32px;
}
h2 {
	font-size: 28px;
}
h3 {
	font-size: 24px;
}
h4 {
	font-size: 20px;
}
h5 {
	font-size: 16px;
}
h6 {
	font-size: 14px;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: 700;
	font-family: 'Source Sans Pro', sans-serif;
}
section {
    position: relative;
}
.sec_pad{
	padding: 50px 0;
}
.text-center {
	text-align: center;
}
.rows{
	padding: 20px 0;
}
.overflowhidden{
	overflow: hidden;
}
.text-center{
	text-align: center;
}
.hide{
	display: none;
}
/* structure
----------------------------------------------------------------------------------------------*/
.wrapper {
	max-width: 1140px;
	margin: 0 auto;
	padding: 0px 20px;
}
.mid-wrapper{
	width: 960px;
	margin: 0 auto;
}
.inner_wrap{ max-width:800px; margin: 0 auto; padding: 0px 20px;}
.afterclear:after {
	clear: both;
	content: '';
	display: block;
}
/* style button
----------------------------------------------------------------------------------------------*/
.red_bt{
	padding: 10px 30px;
    border: none;
    outline: none;
    border-radius: 30px;
    font-size: 18px;
    background: #ec272a;
    outline: none;
    border: none;
    color: #fff;
    box-shadow: 0px 0px 30px rgba(233,34,38,0.9);
}
.red_bt:hover{
	background: #8c0013;
    box-shadow: 0px 0px 10px rgba(233,34,38,0.9);
}
[type='submit'], [type='button'] {
    border-radius: 30px;
    -webkit-appearance: none;
    -moz-appearance: none;
}
.yellow_bt{
	display: inline-block;
	padding: 10px 25px;
	text-align:  center;
	font-size: 18px;
	color: #000;
	background: #ffcc02;
	border-radius: 20px;
}
.yellow_bt:hover{
	background: #cba300;
}
/* style header
----------------------------------------------------------------------------------------------*/
#mainheader{
	display: block;
	width: 100%;
	position: fixed;
	left: 0;
	top: 0;
	padding: 20px 0;
	background: #fff;
	z-index: 99;
    transition: all 0.3s ease-in-out 0s;
}
#mainheader.fixNav{
	padding: 10px 0;
	-webkit-box-shadow: 0 2px 2px 0 rgba(0,0,0,0.16), 0 0 0 1px rgba(0,0,0,0.08);
    -moz-box-shadow: 0 2px 2px 0 rgba(0,0,0,0.16), 0 0 0 1px rgba(0,0,0,0.08);
    box-shadow: 0 2px 2px 0 rgba(0,0,0,0.16), 0 0 0 1px rgba(0,0,0,0.08);
}
#mainheader.fixNav .logo{
	max-width: 150px;
	padding-top: 0;
}
#mainheader.fixNav .red_bt{
	padding: 5px 15px;
	font-size: 17px;
	box-shadow: 0px 0px 3px rgba(233,34,38,0.9); 
}
#mainheader.fixNav .mainMenu{
	padding-top: 10px;
}
.inner_header:before,
.inner_header:after{
	content: '';
	display: table;
}
.inner_header:after{
	content: '';
	clear: both;
}
.logo{
	display: inline-block;
	float: left;
	max-width: 200px;
	padding-top: 10px;
    transition: all 0.3s ease-in-out 0s;
}
.logo img{
    transition: all 0.3s ease-in-out 0s;
}
.mainMenu{
	float: right;
	text-align: right;
	padding-top: 20px;
}
.grey_ref{
	display: inline-block;
	font-size: 17px;
	color: #333;
	vertical-align: middle;
}
.switch {
  position: relative;
  display: inline-block;
  width: 70px;
  height: 34px;
  vertical-align: middle;
  margin: 0 30px;
}

.switch input {display:none;}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ffd654;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #ffd654;
}

input:focus + .slider {
  box-shadow: 0 0 1px #ffd654;
}

input:checked + .slider:before {
  -webkit-transform: translateX(37px);
  -ms-transform: translateX(37px);
  transform: translateX(37px);
}

.on
{
  display: none;
}

.on, .off
{
  color: white;
  position: absolute;
  transform: translate(-50%,-50%);
  top: 50%;
  left: 50%;
  font-size: 17px;
  color: #333;
}
.on{
	left: 35%;
}
.off{
  left: 65%;
}

input:checked+ .slider .on
{display: block;}

input:checked + .slider .off
{display: none;}

/*--------- END --------*/

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;}

#desktop-menu {
	display: block;
}
#mobile-menu{
    display: none;
}
.right_ham_menu{
	float: right;
	text-align: right;
	padding-top: 9px
}
.trigger_mobile{
	display: inline-block;
	vertical-align: middle;
	max-width: 30px;
}

.right_ham_menu .red_bt{
	font-size: 13px;
	margin-right: 10px;
	box-shadow: 0px 0px 5px rgba(233,34,38,0.9);
	padding: 5px 20px;
}
#mobile_menu {
    position: fixed;
    top: 0;
    right: -100%;
    width: 300px;
    height: 100%;
    background: #ffcc00;
    text-align: left;
    padding: 10px 20px;
    transition: all 0.3s ease-in-out 0s;
    z-index: 999;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
#mobile_menu.expand {
    right:0;
}
.close_menu {
    display: inline-block;
    padding-top: 10px;
}
.main_mobile_menu {
    display: block;
    margin-top: 15px;
    text-align: right;
}
.main_mobile_menu ul {
    padding: 0;
    margin: 0;
}
.main_mobile_menu ul li {
    display: block;
    text-align: right;
    padding: 10px 10px;
}
.main_mobile_menu ul li a, #mainheader.fixNav .main_mobile_menu ul li a {
    display: block;
    font-size: 16px;
    font-weight: bold;
    color: #000;
    text-transform: uppercase;
}
.main_mobile_menu .grey_ref{
	clear: both;
	text-align: right;
	display: block;
	margin-bottom: 15px;
}

.main_mobile_menu .red_bt{
	clear: both;
	margin: 20px 0;
}
.table_ppt{
	display: block;
	width: 100%;
	overflow-x: auto;
	padding: 0 20px 20px 0px;
}
.table_ppt table{
	width: 100%;
	border:1px solid #ccc;
	min-width: 600px;
}
.table_ppt tr th,.table_ppt tr td{
	padding: 10px;
	vertical-align: top;
}
.table_ppt th {
  background: #ffcc00;
}
.table_ppt tr:nth-child(even){background-color: #f2f2f2}
#service_home .cols2:first-child{
	width: 35%;
}
#service_home .cols2:last-child{
	width: 65%;
}

/* style kontent
----------------------------------------------------------------------------------------------*/
.homePage{
	padding-top: 60px;
	display: block;
}
#homeBanner {
    background: url(../images/material/home_top.png);
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    z-index: 1;
}
.main_banner{
	display: block;
	max-width: 800px;
	margin: 0 auto;
}
.row-list{
	margin-left: -15px;
	margin-right: -15px;
}
.row-list:before,
.row-list:after{
	content: '';
	display: table;
}
.row-list:after{
	content: '';
	clear: both;
}
.cols2{
	float: left;
	position: relative;
	width: 50%;
	padding-right: 15px;
	padding-left: 15px;
	min-height: 1px;
}
.main_banner .cols2{
}
.text_banner{
	display: block;
	padding-top: 50px;
}
.text_banner h3{
	font-size: 54px;
	color: #000000;
	margin: 0 0 15px 0;
	line-height: 60px;
}
.text_banner p{
	font-size: 30px;
	margin-bottom: 40px;
	line-height: 34px;
}
.owl-nav{
	display: none;
}
.owl-controls{
	position: absolute;
	width: 100%;
	text-align: center;
	bottom: 60px;
}
#whyus{
	display: block;
	padding-top: 60px;
}
.text_whyus{
	display: block;
	padding-right: 20px;
}
.text_whyus h3{
	font-size: 32px;
	margin: 0 0 10px 0;
}
.text_whyus p{
	font-size: 18px;
}
.itemwhy{
	display: block;
	width: 100%;
	text-align: center;
	margin-bottom: 30px;
}

.itemwhy .icon_why{
	display: inline-block;
	max-width: 70px;
	margin-bottom: 10px;
}
.itemwhy p{
	display: block;
	text-align: center;
	font-size: 17px;
	font-weight: 600;
	margin-bottom: 0;
}
.itemwhy span{
	font-size: 14px;
	font-weight: 400;
	font-style: italic;
}
#map_home{
    background: #e1e1e1;
    position: relative;
    z-index: 1;
    padding: 15vh 0;
}
.top_half{
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
}
.bottom_half{
	display: block;
	position: absolute;
	left: 0;
	bottom: -1px;
	width: 100%;
}
.top_half img,.bottom_half img{
	width: 100%;
}
.top_box{
	display: block;
	margin-bottom: 20px;
	text-align: center;
}
.box_white{
	display: inline-block;
	width: 300px;
	height: 115px;
	background: #fff;
	border-radius: 10px;
	padding: 20px;
	margin: 0 20px;
	vertical-align: top;
	text-align: center;
}
.box_white h3{
	font-style: 44px;
	margin: 0 0 0px 0;
}
.box_white p{
	font-size: 18px;
	margin-bottom: 0;
}
.box_white span{
	font-size: 14px;
	font-weight: 400;
	font-style: italic;
}
.tab_menu_list{
	display: block;
	width: 100%;
}
.tab_menu_list a{
	background: url(../images/material/arrow_tab.png) no-repeat left center;
	padding-left: 50px;
	display: block;
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 25px;
}
.tab_menu_list a:hover{
	background: url(../images/material/arrow_tab.png) no-repeat 2% center;
}

.inner_tabs h4{
	font-size: 24px;
	color: #ffcc00;
	margin: 0 0 5px 0;	
}
.inner_tabs h2{
	font-size: 44px;
	color: #000000;
	margin: 0 0 15px 0;
	line-height: 50px;
}
.inner_tabs p{
	font-size: 20px;
	margin-bottom: 40px;
	line-height: 24px;
}
.bg_beetwen{
	display: block;
	width: 100%;
}
.bg_beetwen img{
	width: 100%;
}
.text_title,.box_list{
	display: block;
	width: 100%;
	text-align: center;
	margin-bottom: 40px;
}

.text_title h4{
	font-size: 24px;
	color: #ffcc00;
	margin: 0 0 5px 0;	
}
.text_title h2{
	font-size: 44px;
	color: #000000;
	margin: 0 0 15px 0;
	line-height: 50px;
}
.text_title p{
	font-size: 18px;
	margin-bottom: 40px;
	line-height: 24px;
}
.box_grey{
	padding: 20px;
	display: inline-block;
	width: 30%;
	margin: 0 10px;
	height: 100px;
	font-size: 24px;
	font-weight: 600;
	text-align: center;
	background: #f5f5f5;
	border-radius: 8px;
	margin-bottom: 30px;
	vertical-align: top;
}

.form_page{
	display: block;
	margin-top: 10px;
}
.input_form{
	border: solid 1px #ffcc00;
	display: block;
	width: 100%;
	padding: 10px;
	border-radius: 5px;
}
.group_form{
	display: block;
	margin-bottom: 15px;
}
.label_form{
	font-size: 15px;
	color: #333;
	margin-bottom: 5px;
	display: block;
	text-align: left;
	font-weight: 400;
}
/* Reset Select */
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  outline: 0;
  box-shadow: none;
  border: 0 !important;
  background: #fff;
  background-image: none;
}
/* Remove IE arrow */
select::-ms-expand {
  display: none;
}
/* Custom Select */
.custom-select {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	width: 100%;
	height: 3em;
	line-height: 3;
	background: #fff;
	overflow: hidden;
	border: 1px solid #ffcc00;
	box-sizing: border-box;
	border-radius: 5px;
}
select {
  flex: 1;
  padding: .5em;
  width: 100%;
  cursor: pointer;
  font-size: 14px;
  color: #333333;
}
/* Arrow */
.custom-select::after {
	content: '';
	background: url(../images/material/arrow_select.png) no-repeat;
	position: absolute;
	width: 11px;
	height: 7px;
	top: 15px;
	right: 0px;
	padding: 0 1em;
	cursor: pointer;
	pointer-events: none;
	-webkit-transition: .25s all ease;
	-o-transition: .25s all ease;
	transition: .25s all ease;
}
.checkbox_inline{
	display: block;
	text-align: left;
}
.item_checkbox{
	display: inline-block;
	padding-right: 5px;
	width: 49%;
	vertical-align: top;
	margin-bottom: 10px;
}
.item_checkbox.fullWidth{
	width: 100%;
	padding-right: 0;
}
.item_checkbox:nth-child(2) {
	padding-right: 0;
}
.item_checkbox .checkboxnya{
	width: 20px;
	height: 20px;
	vertical-align: middle;
	margin-right: 0px;
}
.item_checkbox label{
	width: 80%;
	font-size: 14px;
	color: #333;
	display: inline-block;vertical-align: top;
}
/*------------- footer -----------------*/
#footer{
	display: block;
	/*margin-top: 90px;*/
	background: #000;
	padding: 20px 0;
}
.inner_footer:before,
.inner_footer:after{
	content: '';
	display: table;
}
.inner_footer:after{
	content: '';
	clear: both;
}
.logo_footer{
	max-width: 60px;
	margin-bottom: 5px;
}
.inner_footer p{
	font-weight: 17px;
	margin: 0;
	color: #aaaaaa;
}
.socmed_list{
	display: block;
	text-align: right;
	padding-top: 40px;
}
.socmed_list a{
	display: inline-block;
	margin-left: 10px;
	font-size: 17px;
	color: #aaa;
}
.floatingwa{
	position: fixed;
	right: 30px;
	bottom: 30px;
	max-width: 70px;
	z-index: 999;
}
.floatingwa img{
	width: 100%;
}

 .servicesmobile{
        display: none;
    }
/* ------------------------- popup style -----------------------*/


/* ==========================================================================
   Media Queries
   ========================================================================== */

@media only screen and (max-width: 480px) {
/* Mobile styles */
}
 @media screen and (min-width:481px) and (max-width:1024px) {
/* Tablet styles */
}
 @media only screen and (min-width: 1140px) {
/* Desktop styles */
}
