body {
	background: #fff;
}
.inside-header {
    padding: 10px !important;
}
.site-logo {
    width: 350px;
    margin-top: 10px;
}
.one-container .site-content {
	padding: 10px;
}
.main_title {
	margin-bottom: 0em;
}
.main_second {
	margin-bottom: 0.5em;
}
.main_sub {
	margin: 0em auto 3.5em;
	max-width: 1200px;
}
.block_satu {
	padding-top: 2em;
	font-weight: 600;
	color: #075F74;
}
.block_satu_desc {
	padding-bottom: 1em;
	line-height: 1.8em;
}
.site-info {
	margin-top: 4em;
	padding: 3em;
	border-top: solid 1px #ccc;
	color: #495057;
	background:#fff;
}

/* Nav */
.main-navigation .main-nav ul li > a {
	background: #fff;
	color: #075F74;
	font-weight: 500;
}
.main-navigation .main-nav ul li[class*="current-menu-"] > a {
	background: #fff;
	color: #075F74;
	font-weight: 700;
}
.main-navigation .main-nav ul li > a:hover, .main-navigation .main-nav ul li[class*="current-menu-"] > a:hover {
	color: #4879C7;
	background: #fff;
}

/* Button */
a.home_button {
	background-color: #fff;
	padding: 5px 10px;
	font-weight: bold;
	color: #4879C7 !important;
}
a.home_button:hover {
	color: #3a3a3a !important;
}
a.button_solusi {
	background-color: #4879C7;
	padding: 5px 10px;
	font-weight: bold;
	color: #fff;
}
a.button_solusi:hover {
	background-color: #4879C7;
}
.buttonf a{
	border: solid 2px #fff;
	border-radius: 4px;
	color: #fff;
	padding: 6px 10px;
	font-size: 1.2rem;
}
.buttonf a:hover{
	color: #ccc;
}

/* spek table */
table.spec th, table.spec td{
	border: 0px;
}
table.spec tr th{
	color: #fff;
	background-color: #22697D;
	text-align: center;
}
table.spec td.tleft {
	background-color: #F0F0F0;
	text-align: center;
	color: #22697d;
	font-weight: bold;
}
table.spec td.tright {
	background-color: #dceaea;
	text-align: center;
}
.btext {
	color: #22697d;
	font-weight: bold;
}

/* Content Style */
.ctitle {
	margin-top: 70px;
}
.ptitle {
	margin-bottom: 0px !important;
}
.subjudblock {
	padding-top: 20px;
	margin-bottom: 50px !important;
}
.subjud {
	margin-bottom: 0.5em !important;
}
.ficon {
	float: left;
	margin-right: 30px;
	margin-top: 4px;
}
.figcaption {
	vertical-align: top;
	padding: 0 3.7rem 0 5.7rem;
	margin-bottom: 17px;
}
.ximage, .ximagec {
	float: left;
	z-index: 100;
	position: absolute;
}
.ximagec {
	margin-left: 13%;
	padding: 25px;
}
.xblock {
	padding: 60px 30px 70px 0px !important;
}
.xblocks {
	padding: 60px 30px 70px 30px !important;
}
.xblockx {
	position: absolute;
	float: left;
	width: 60%;
}
.ximagex {
	z-index: 100;
	position: relative;
	text-align: right;
	padding-top: 35px;
}
.hsub, .hsubx {
	font-size: 26px;
	font-weight: bold;
	color: #075F74;
}
.hdescx, .hsubx {
	text-align: right;
}
@media (min-width: 320px) and (max-width: 480px) {
	.wp-block-columns {
			margin-bottom: 0 !important;
	}
	.ximage, .ximagec {
		position: unset;
		float: none;
	}
	.xblock {
    padding: 20px !important;
	}
	.xblockx {
    position: absolute;
    margin-top: 135px;
		width: 95%;
	}
	.ximagec {
    margin: 325px auto 0px !important;
    text-align: center;
	}
	.hsubx {
		margin-top: 30px;
	}
}

.kontak-box {
	background: #fff;
	padding: 20px 40px;
	text-align: center;
	border-radius: 5px;
}
.frm_submit {
	grid-column-start: 6;
}
.frm_submit .frm_button_submit {
	background: #4879C7 !important;
	border-radius: 0px !important;
	text-transform: uppercase !important;
	font-family: "Montserrat", sans-serif !important;
	padding: 5px 30px !important;
	font-weight: bold !important;
}
.kontak-name {
	grid-column: span 12 / span 12 !important;
}