/*
Theme Name: NH Korindo
Theme URI: https://themehall.com/
Author: themehall.com
Author URI: http://themehall.com
Text Domain: nhkorindo
Description: NH Korindo child theme, Valid HTML5 Document, SEO Friendly
Version: 1.0.2
License: GNU General Public License
License URI: license.txt
Tags: light, green, white, two-columns, one-column, right-sidebar, left-sidebar, flexible-width, full-width-template, theme-options, custom-menu, threaded-comments, sticky-post, translation-ready, responsive-layout, fluid-layout

Template: omega

Beta WordPress theme, Copyright (C) 2013 themehall.com
Beta WordPress theme is licensed under the GPL.

*/

@import url('https://fonts.googleapis.com/css2?family=Karla&display=swap');

/*
@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed:400,700|Roboto:300,400,500,700');
*/

/* Baseline Reset (normalize.css 2.1.2)
	Link: http://necolas.github.com/normalize.css/
--------------------------------------------- */
article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,video{display:inline-block}audio:not([controls]){display:none;height:0}[hidden]{display:none}html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}a:focus{outline:thin dotted}a:active,a:hover{outline:0}h1{font-size:2em;margin:.67em 0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:bold}dfn{font-style:italic}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}mark{background:#ff0;color:#000}code,kbd,pre,samp{font-family:monospace,serif;font-size:1em}pre{white-space:pre-wrap}q{quotes:"\201C" "\201D" "\2018" "\2019"}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-0.5em}sub{bottom:-0.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:0}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}button,input,select,textarea{font-family:inherit;font-size:100%;margin:0}button,input{line-height:normal}button,select{text-transform:none}button,html input[type="button"],input[type="reset"],input[type="submit"]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}input[type="checkbox"],input[type="radio"]{box-sizing:border-box;padding:0}input[type="search"]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}textarea{overflow:auto;vertical-align:top}table{border-collapse:collapse;border-spacing:0}

/* Box Sizing
--------------------------------------------- */

*,
input[type="search"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
}

/* Float Clearing
--------------------------------------------- */

.archive-pagination:before,
.clearfix:before,
.entry:before,
.entry-pagination:before,
.post-navigation:before,
.footer-widgets:before,
.nav-primary:before,
.nav-secondary:before,
.site-container:before,
.site-footer:before,
.site-header:before,
.site-inner:before,
.wrap:before {
	content: " ";
	display: table;
}

.archive-pagination:after,
.clearfix:after,
.entry:after,
.entry-pagination:after,
.post-navigation:after,
.footer-widgets:after,
.nav-primary:after,
.nav-secondary:after,
.site-container:after,
.site-footer:after,
.site-header:after,
.site-inner:after,
.wrap:after {
	clear: both;
	content: " ";
	display: table;
}

/*
Defaults
---------------------------------------------------------------------------------------------------- */

/* Typographical Elements
--------------------------------------------- */

html {
	font-size: 62.5%; /* 10px browser default */
}

body {
	color: #5a5a5a;
    font-family: 'Karla', sans-serif;
	font-size: 18px;	
	font-weight: 400;
	line-height: 1.625;
	background-color: #ffffff;	
	outline:none !important;
}

div,
select,
* {
	outline:none !important;
}

::-moz-selection {
	background: #333;
	color: #fff;
}

::selection {
	background: #333;
	color: #fff;
}

a {
	color: #000000;
	text-decoration: none;
	outline:none;
}

a:hover,
a:focus {
	color: #0473c8;
	text-decoration: none;
}

p {
	margin: 0 0 16px;
	padding: 0;
}

strong {
	font-weight: 700;
}

ol, ul {
	list-style: none;
}

ul {
	list-style: disc outside;
	margin: 0 0 25px 48px;
	padding: 0;
}

ol {
	list-style-type: decimal;
	margin: 0 0 25px 48px;
}

ol ol {
	list-style: upper-roman;
}

ol ol ol {
	list-style: lower-roman;
}

ol ol ol ol {
	list-style: upper-alpha;
}

ol ol ol ol ol {
	list-style: lower-alpha;
}

ul ul, ol ol, ul ol, ol ul {
	margin-bottom: 0;
}

dl {
	margin: 0 0 25px 5px;
}

dl dt {
	font-weight: bold;
	margin: 10px 0 0 0;
}

dl dd {
	margin: 5px 0 0 24px;
}

blockquote,
blockquote::before {
	
}

blockquote {
	margin: 10px 40px 0 0;
	width: 329px;
	padding: 15px 0 0 0;
	border-top: 5px solid #0372c8;
	float: left;
	font-size: 25px;
	color: #0d76c9;
}

blockquote::before {
	display: block;
	font-size: 30px;
	height: 0;
	left: -20px;
	position: relative;
	top: -10px;
}

pre {
	background-color: #F9F9F9;
	overflow: scroll;
	padding: 0 20px;
	white-space: pre;
}

cite {
	font-style: normal;
}

/* Table
--------------------------------------------- */

table {
	border-collapse: collapse;
	border-spacing: 0;
	margin-bottom: 25px;
}

table caption {
	margin: 0 0 5px;
	font-size: 15px;
	font-variant: small-caps;
}

th,td {
	vertical-align: top
;	padding: 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

.widget th,
.widget td {
	padding: 5px 2px;
}


/* Headings
--------------------------------------------- */

h1,.h1,
h2,.h2,
h3,.h3,
h4,.h4,
h5,.h5,
h6,.h6 {
	color: #000000;
	font-weight: 700;
	line-height: 1.2;
	margin: 0;
	margin-bottom: 10px;
	padding: 0;
}

h1,.h1 {
	font-size: 35px;
	font-weight: 900;
	color: #222222;
}

.home h1, .home .h1 {
	font-size: 40px;
}

h2,.h2 {
	font-size: 35px;
}

.home h2, .home .h2 {
	font-size: 22px;
}

h1 + h2,
.h1 + .h2 {
	margin-top: -10px !important;
}

h3,.h3 {
	font-size: 20px;
}

h4 {
	font-size: 16px;
}

h5 {
	font-size: 15px;
}

h6 {
	font-size: 14px;
}

/* Objects
--------------------------------------------- */

embed,
iframe,
img,
object,
video {
	max-width: 100%;
}

img {
	height: auto;
	width: auto\9; /* IE8 */
}

/* Forms
--------------------------------------------- */

input,
select,
textarea {
	background: #fff;
	padding: 14px 18px;
	max-width: 100%;
	border: 1px solid #e1e1e1;
}

::-moz-placeholder {
	color: #999;
}

::-webkit-input-placeholder {
	color: #999;
}
/*
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	font-size: 14px;
	font-weight: bold;
	color: #000;
	border: none;
	padding: 10px 55px 10px 0;
	border-radius: 0;
	margin: 10px 0 0;
	opacity: 0.8;
}

button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"] {
	opacity: 1;
}
*/

.btn,
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	background: #fdb82d;
	text-transform: uppercase;
	border-radius: 25px;
	padding: 10px 25px;
	margin-top: 22px;
	font-weight: 700;
	font-size: 16px;
	color: #fff;
	display: inline-block;
	text-decoration: none !important;
}

.btn:hover,
button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"] {
	background: #0077c0;
	color: #fff;
}


input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button {
	display: none;
}


/*
Structure and Layout
---------------------------------------------------------------------------------------------------- */

/* Site Containers
--------------------------------------------- */

.site-container {
	position: relative;
	overflow: hidden;
}

.wrap {
	margin: 0 auto;
	max-width: 1096px;
}

table.contact {
	margin-bottom: 0;
}

table.contact h4 {
	background: url(images/icon-contact.png) no-repeat 0 0 transparent;
	padding: 0 0 20px 30px;
}

table.contact h4.email {
	background-position: 0 -42px;
}

table.contact h4.phone {
	background-position: 0 -86px;
}

table.contactform {
	max-width: 590px;
}

table.contactform td {
	max-width: 250px;
}

.page-template-contact h2 {
	font-size: 24px;
}

.contactform .wpcf7 {
}

.contactform .wpcf7-text,
.trialform  .wpcf7-text {
	width: 100%;
	padding: 10px 18px 10px 0px;
	border: none;
	border-bottom: 1px solid #ddd;
}

.contactform textarea,
.trialform textarea {
	width: 100%;
	height: 100px;
	border: none;
	padding: 10px 18px 10px 0px;
	border-bottom: 1px solid #ddd;
	height: 60px;
}

.contactform .wpcf7-submit {
	float: right;
}

.singular-team .content-bottom {
	background: #f6f6f6;
	padding: 80px 0 20px;
}

.page-template-contact .content-bottom .wrap {
	max-width: 100%;
	float: left;
	width: 100%;
}

.content-bottom .map {
	height: 448px;
	float: left;
	width: 37%;
}

.content-bottom .mapfull {
	float: left;
	width: 100%;
	background: #262626;
}

.content-bottom .mapfull iframe {
	height: 485px;
	margin: 0;
}

.content-bottom iframe {
	height: 448px;
	width: 100%;
	float: left;
}
.content-bottom .wpcf7 {
	float: left;
	width: 63%;
	padding: 34px 70px 20px 105px;
	max-width: 755px;
} 

.content-bottom br {
	float: none;
	clear: both;
}
/*
.content-bottom h3 {
	font-weight: 700;
	text-transform: uppercase;
	color: #fff;
	font-size: 35px;
	margin-bottom: 28px;
}*/

.content-bottom .field {
	margin-bottom: 20px;
}

.content-bottom .half {
	float: left;
	max-width: 254px;
}

.content-bottom .half-last {
	max-width: 254px;
	float: right;
}

.content-bottom textarea {
	color: #fff;
	width: 100%;
	height: 98px;
	border: 2px solid #fff;
	background: transparent;
}

.content-bottom .wpcf7-text {
	background: url(images/input-bg.png) no-repeat 12px 9px transparent;
	color: #fff;
	border: 2px solid #fff;
	padding: 14px 18px 14px 62px;
}

.content-bottom .wpcf7-text.email {
	background-position: 12px -59px;
}

.content-bottom .wpcf7-text.phone {
	background-position: 12px -132px;
}

.content-bottom .wpcf7-text.subject {
	background-position: 12px -200px;
}


.content-bottom .wpcf7-submit {
	font-size: 14px;
	color: #fff;
	background: url(images/btn-arrow.png) no-repeat center right transparent;
	border: none;
	padding: 10px 55px 10px 0;
	border-radius: 0;
	margin: 10px 0 0;
	opacity: 0.7;
}

.content-bottom .wpcf7-submit:hover {
	opacity: 1;
}

.site-inner {	
	clear: both;
	padding-top: 60px;
	padding-bottom: 60px;
	min-height: 220px;
	background:#fff; /* #f6f6f6;*/
}

.singular-post .site-inner,
.singular-team .site-inner,
.page-template-about .site-inner,
.page-template-solution-ib .site-inner,
.page-template-solution-wm .site-inner,
.page-template-contact .site-inner {
	background: #fff;
}

.page-template-our-people .site-inner {
	background: #f6f6f6;
}

.page-template-contact .site-inner,
.page-template-about .site-inner {
	padding-bottom: 0;
}

.singular-page-9 .site-inner {
	background-image: none;
}

.home .site-inner  {
	background: #fff;
	padding-bottom: 0;
}

/* Column Widths and Positions
--------------------------------------------- */

.home .content {
	display: none;
}

/*
.page-template-right-sidebar .content,
.blog .content,
.archive .content,
.singular-post .content {
	float: left;
	width: 846px;
}*/

.singular-post .content {
	width: 740px;
	float: left;
}


/* Primary Sidebar */

.sidebar-primary {
	float: right;
	width: 299px;
}

.related {
	margin: 0px 0 20px;
	border-bottom: 1px solid #ddd;
}

.related h4 {
	font-size: 12px;
	text-transform: uppercase;
}

.sidebar-primary .related:last-child {
	border-bottom: none;
}

/* WordPress
--------------------------------------------- */

.avatar {
	float: left;
}

.center {
	text-align: center;
}

.alignleft .avatar {
	margin-right: 24px;
}

.alignright .avatar {
	margin-left: 24px;
}

.search-form input[type="submit"] {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	margin: -1px;
	padding: 0;
	position: absolute;
	width: 1px;
	display: none;
}

.sticky {
}

img.centered,
.aligncenter {
	display: block;
	margin: 0 auto 24px;
}

img.alignnone {
	margin-bottom: 12px;
}

.alignleft {
	float: left;
	text-align: left;
}

.alignright {
	float: right;
	text-align: right;
}

img.alignleft,
.wp-caption.alignleft {
	margin: 7px 24px 18px 0;
}

img.alignnone,
.wp-caption.alignnone {
	margin: 7px 24px 18px 0;
}


.wp-caption {
	max-width: 100%;
}

img.alignright,
.wp-caption.alignright {
	margin: 7px 0 24px 24px;
}

.wp-caption-text {
	font-size: 14px;
	font-weight: 700;
	margin: 0;
	text-align: center;
}

.gallery {
	display: block;
	clear: both;
	overflow: hidden;
	margin: 0 auto 20px;
}

.gallery .gallery-row {
	display: block;
	clear: both;
	overflow: hidden;
	margin: 0;
}

.gallery .gallery-item {
	overflow: hidden;
	float: left;
	margin: 0 0 16px;
	text-align: center;
	list-style: none;
	padding: 0;
}

.gallery .gallery-item .gallery-icon {
	position:relative;
}

.gallery .gallery-item .gallery-icon img {
	width: auto;
	max-width: 89%;
	height: auto;
	padding: 5%;
	margin: 0 auto;
}

.gallery-caption {
	margin: 0 10px;
}

.widget_calendar table {
	width: 100%;
}

.widget_calendar th {
	text-align: center;
	font-weight: bold;
}
.widget_calendar td {
	text-align: center;
}

.widget_search input.search-field {
	width: 100%;
	background: url(images/icon-search.png) no-repeat right 12px transparent;
	padding-right: 50px;
}

/* Headings
--------------------------------------------- */

.entry-title {
	color: #000000;
	font-size: 40px;
	font-weight: 700;
	line-height: 1.2;
	margin-bottom: 0;
	margin-top: 0;
}

h2.entry-title {
	font-size: 23px;
	margin-bottom: 8px;
}

.entry-title a {
	color: #222222;
}
.entry-title a:hover {
	color: #41a2d6;
}

.archive-title {
	font-size: 20px;
	margin-bottom: 24px;
	display: none;
}

/*
Site Header
---------------------------------------------------------------------------------------------------- */
.site-header {
	z-index: 9999;
	/*position: fixed;*/
	position: fixed;
	width: 100%;
	background: #fff;
	border-bottom: 1px solid #e6e6e6;
}

.site-header > .wrap {
	padding: 0px;
	position: relative;
}

.site-header .nav-primary,
.site-header .title-area {
  vertical-align: middle;  
  text-align: left;
  display: inline-block;
}

.banner {
	margin-top: 88px;
	background: url(images/banner-inner.jpg) no-repeat fixed 50% 39px #002c6f;
	height: 300px;
	background-size: cover;
	position: relative;
}

.breadcrumbs {	
	font-weight: bold;
    color: #efca7f;
    font-size: 13px;
	text-transform: uppercase;
	text-align: left;
	position: absolute;
	bottom: 26px;
}

.breadcrumbs > span::before {
	content: " ";
	width: 81px;
	height: 1px;
	background-color: #fff;
	display: inline-block;
	margin: 0 16px 1px 0;
	vertical-align: middle;
}

.breadcrumbs .wrap {
	border-bottom: 1px solid #e1e1e1;
	padding: 28px 0px 22px;
}

.breadcrumbs a {
	color: #fff;
}

.breadcrumbs a:hover {
	color: #fdb525;
}

.breadcrumbs .sep {
	display: inline-block;
	background: url(images/arrow-white.png) no-repeat center center transparent;
	width: 5px;
	height: 9px;
	margin: 0 8px;
	background-size: 5px;
}

span.breadcrumb_last {
	/*text-decoration: underline;*/
}


/* Title Area
--------------------------------------------- */

.title-area {
	margin: 12px 0 2px;
	text-align: center;
	float: left;
	z-index: 4444;
}

.header-image .title-area {
	padding: 0;
}

.site-title {
	font-size: 45px;
	line-height: 1;
}

.site-title a,
.site-title a:hover {
	margin: 13px 0;
	display: inline-block;
}


.site-description {
	color: #606060;
	font-size: 18px;
	font-style: italic;
	font-weight: 300;
	margin: 0;
}


/*
Site Navigation
---------------------------------------------------------------------------------------------------- */

.site-header .nav-primary {
	padding: 0px;
  	float: left;
}

.ubermenu.ubermenu-main {
	position: unset;
}
.ubermenu .ubermenu-item.search {
}
#navigation .ubermenu > ul > li > .ubermenu-target {
	outline:none;
}
#navigation .ubermenu-sub-indicators .ubermenu-has-submenu-drop > .ubermenu-target > .ubermenu-sub-indicator {
    right: -7px;
    position: relative;
}

#navigation .ubermenu > ul > li {
	padding: 0 22px;
}

#navigation .ubermenu > ul > li.search {
	position: unset;
	right: 0;
}

#navigation .ubermenu > ul > li.search li,
#navigation .ubermenu > ul > li.search .ubermenu-content-block {
	padding: 0;
}
#navigation .ubermenu > ul > li > .ubermenu-target {
	padding: 35px 0 29px;
	border-bottom: 6px solid #fff;
	text-transform: none;
}
#navigation .ubermenu > ul >.ubermenu-current-menu-item  > .ubermenu-target {
	border-bottom: 6px solid #fdb525;
}

.omega-nav-menu {
	clear: both;
	color: #999;
	line-height: 1.2;
	margin: 0;
	padding: 0;
	width: 100%;
	text-align: center;
}

.omega-nav-menu li {
	display: inline-block;
	padding: 0;
	text-align: left;
	margin: 0;
}

.omega-nav-menu a {
	font-size: 18px;
	color: #575757;
	border: none;
	display: block;
	position: relative;
}

.omega-nav-menu a:hover {
	color: #154578;
	
}

.omega-nav-menu > li > a {
	font-size: 18px;
	font-weight: 500;
	color: #272727;
	padding: 9px 0px 20px;
	margin: 16px 11px 0px 11px;
	text-transform: uppercase;
}

.omega-nav-menu > li:hover > a {
	color: #40a2d6;
	/*border-bottom: 2px solid #154578;	*/
}

.omega-nav-menu ul {
	left: -9999px;
	margin: -2px 0 0 -64px;
	opacity: 0;
	/*padding: 10px 0;*/
	padding: 0;
	position: absolute;
	width: 260px;
	z-index: 99;	
	background: #002b55;
}

.omega-nav-menu li li {
	padding: 0 30px;
	margin: 0;
	display: block;
}

.omega-nav-menu li li:hover {
	background-color: #335576;
}

.omega-nav-menu ul a {
	color: #fff;
	font-size: 17px;
	font-weight: 500;
	padding: 13px 0px 13px 20px;
	display: block;
	position: relative;
	width: 100%;
	border-bottom: 1px solid #335576;
}

.omega-nav-menu ul li:last-child a {
	border-bottom: none;
}

.omega-nav-menu ul a:hover {
	color: #fff;
	background-position: left -118px;
}

.omega-nav-menu ul ul {	
	margin: -54px 0 0 185px;
}

.omega-nav-menu li:hover {
	position: static;
}

.omega-nav-menu li:hover > ul {
	left: auto;
	opacity: 1;
}

.omega-nav-menu > li:last-child {
	margin-right: 0;
	background-image: none;
}

.omega-nav-menu li.mega ul {
	/*display: block !important;
	opacity: 1 !important;*/
	width: 100%;
	max-width: 1080px;
	margin-top: -2px;
	margin-left: auto; 
  	margin-right: auto; 
	left: 0;
	right: 0;
	padding: 15px;
}

.omega-nav-menu li.mega li {
	width: 20%;
	padding: 0px;
	float: left;
	text-align: center;
}

.omega-nav-menu li.mega li a {
	background-image: none;
	border-bottom: none;
	text-transform: uppercase;
	font-size: 22px;
	font-weight: 700;
	padding: 15px;
}

.omega-nav-menu li.mega li a img {
	padding-right: 0 !important;
	margin-bottom: 14px;
}

/*
Content Area
---------------------------------------------------------------------------------------------------- */

/* Entries
--------------------------------------------- */

.entry {
	margin-bottom: 27px;
}

.archive .entry,
.singular .archive .entry,
.blog .entry {
	float: left;
	clear: none;
	
	margin-right: 5%;
	margin-bottom: 80px;
}


.archive .entry:nth-child(3n),
.blog .entry:nth-child(3n) {
	margin-right: 0;
}

.archive .entry-header {
	background-color: #fff;
	box-shadow:0 0 22px #ddd; 
}

.archive .entry-header .pad {
	padding: 25px 30px 10px;
	height: 320px;
}

.archive .entry-header img {
	width: 100%;
}

.singular .entry {
	float: none;
	clear: both;
	width: 100%;
	padding-right: 0;
}

.singular .entry {
	border-bottom: 0;
	padding-bottom: 0px;
}

.entry-content {
	word-wrap: break-word;
}

.entry-content ul {
	list-style: none;
	margin-left: 15px;
}
.entry-content ul li {
	padding-left: 18px;
	background-size: 7px;
}

.entry-content ol {
	margin-left: 0;
}

.entry-content a,
.entry-summary a {
	text-decoration: underline;
}

.entry-content a.tel {
	color: #3f3f3f;
	font-weight: normal;
	text-decoration: none;
}

.post span.more {
	margin-top: 10px;
	display: block;
}

a.more-link {
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    color: #5a5a5a;
    text-decoration: none;
    padding-right: 16px;
    background: url("images/arrow-more.png") no-repeat scroll right 6px transparent;
}

/*
a.more-link:hover {
	color: #000000;
	background-position: right -26px;
}*/

.entry-content img.wp-post-image {
	margin-bottom: 15px;
}

.entry-summary img {
	margin: 0px 0 12px;
}

.entry-summary img.medium,
.entry-summary img.thumbnail,
.entry-content img.medium,
.entry-content img.thumbnail {
	float: left;
	margin: 7px 24px 24px 0;
}

.entry-content .attachment a,
.entry-content .gallery a {
	border: none;
}

.entry-content .wp-caption p {
	margin-bottom: 0;
}

.entry-meta {
	clear: both;
	color: #003a67;
	font-size: 16px;
	font-weight: 700;	
}

.entry-time {
	margin: 0 0 8px;
	color: #9c9c9c;
	font-size: 14px;
	display: block;
}

.singular .entry-meta {
	font-weight: 400;
	margin-bottom: 30px;
	color: #000000;
	text-align: center;
}

.singular .entry-time {
	display: inline;
	color: #000000;
	border: none;
	margin: 16px 0 0;
	padding: 0;
}

.entry-header .entry-meta a {
	color: #000;
}

.entry-header .entry-meta a:hover {
	color: #2f8bca;
}

.entry-footer .entry-meta {
	margin: 0;
	padding: 0px 0px 8px;
}

.entry-comments-link::before {
	content: "\2014";
	margin: 0 6px 0 2px;
}

span.post_tag::before {
	content: "|";
	margin: 0 6px 0 2px;
}

.entry-categories,
.entry-tags {
	display: block;
}

.singular .brief {
	font-size: 20px;
	margin: 0;
}

.singular .abh_tab_content .abh_image {
    margin-top: 0px !important;
}

.abh_tabs {
	display: none !important;
}

.singular .abh_tab_content .abh_text .fn {
	font-size: 14px !important;
}

.singular .abh_tab_content .abh_text .fn a {
	color: #6c6c6c;
}

.singular .abh_tab_content {
	margin-bottom: 20px;
}

.regist-btn-id {
	padding: 14px 66px;
}

.regist-btn-en {
	padding: 14px 149px;
}

/* Entry Navigation
--------------------------------------------- */

.navigation {
	clear: both;
	font-size: 15px;
	margin: 40px 0;
	overflow: hidden;
}

.entry .navigation a {
	border-bottom: 1px solid #ddd;
}

.navigation li {
	display: inline;
}

.navigation li a {
	background: #333;
	border-radius: 3px;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	padding: 8px 12px;
}

/* About
--------------------------------------------- */

.history {
	padding: 40px 0 0px;
}

.history p,
.history-2 p {
	position: relative;
	z-index: 9;
}
.history-2 {
	position: relative;
	clear: both;
	padding: 30px 0 30px;
}

.history figure.alignright {
	position: relative;
}

.history figure.alignright::before {
	position: absolute;
	content: " ";
	background: #f6f6f6;
	width: 2000px;
    height: 263px;
    left: -25px;
}

.history figure img {
	box-shadow: 0px 0px 20px rgb(0,0,0, 0.4);
	z-index: 9;
	position: relative;
	margin: 25px 0 30px 90px;
}

.wp-block-image.back::before {
	position: absolute;
	content: " ";
	width: 1757px;
	height: 263px;
	background:  #f6f6f6;
	top: 0px;
	right: 544px;
}

.wp-block-image.back img {
	z-index: 9;
	position: relative;
	margin: 0px 75px 30px 0;
}

.milestone {
	float: none;
	clear: both;
	background: #f6f6f6;
	padding: 40px;
}
.milestone h3 {
	text-align: center;
}
.milestone hr {
	text-align: center;
	margin: 20px auto 40px;
}
.milestone .slick-slider,
.home .main-container .slick-slider {
	    margin-top: 0;
}
.milestone .slick-arrow {
	background: url(images/slick-nav-milestone.png) no-repeat top right transparent;
    height: 21px;
    width: 21px;
    left: auto;
    right: -80px;
    top: 0;
    border-radius: 0;
	border: 0;
}

.milestone .slick-prev {
	background-position: top left;
	right: auto;
	left: -80px;
}

.milestone .swipe-tab img {
	width: auto;
    height: 31px;
    min-width: 0;
    min-height: 0;
    margin-right: 10px;
}	

.slick-initialized .swipe-tab-content {
    position: relative;
    min-height: 365px;
  }

.main-container .swipe-tab-content {
	padding: 40px 0;
}
  .swipe-tab {
	    display: flex;
	    align-items: center;
	    justify-content: center;
	    height: 40px;
	    background: none;
	    border: 0;
	    color: #6a6a6a;
	    font-size: 15px;
	    line-height: 1;
	    font-weight: bold;
	    cursor: pointer;
	    text-align: center;
	    transition: all 0.5s;
	    margin: 0 5px;
	}

   .swipe-tab:hover,
    .swipe-tab.active-tab {
      color: #fab300;
      font-weight: bold;
      border-bottom: 5px solid #fab300;
    }


.main-container {
	margin-top: -3px;
	border-top: 1px solid #d0d0d0;
	padding: 0;
}

.main-container .text {
}

.main-container h4 {
	font-size: 30px;
	margin-bottom: 14px;
}

.main-container a.more {
	background: url(images/link-arrow.png) no-repeat center right;
	padding: 10px 54px 10px 0;
	text-transform: uppercase;
	font-weight: bold;
	color: #000;
}

.main-container .slick-slide {
	display: block;
	background-size: contain;
	background-position: center right;
	background-repeat: no-repeat;
}

/* Pagination
--------------------------------------------- */

.loop-pagination {
	text-align: center;
    padding: 40px 0 0;
    float: none;
    clear: both;
}

.pagination .page-numbers {
	border-radius: 3px;
	border: 1px solid #b3b2b2;
    padding: 2px 11px;
    margin: 0 6px 0 0;
	display: inline-block;
	font-weight: bold;
	color: #b3b2b2;
}

.pagination .page-numbers:hover,
.pagination .current {
	background-color: #0473c8;
	border: 1px solid #0473c8;
	color: #fff;
}

a.next {/*
	background-color: #e7e7e7;
	color: #6b6b6b;*/
}

/* Comments
--------------------------------------------- */

.entry-comments,
#respond {
	background: #fff;
	border-radius: 3px;
}

.entry-comments,
.ping-list,
#respond {
	margin-bottom: 40px;
}

.entry-comments a,
#respond a {
	border-bottom: 1px solid #ddd;
}

.entry-comments .comment-author {
	margin: 0;
}

.entry-comments .comment-content {
	clear: both;
}

#respond input[type="email"],
#respond input[type="text"],
#respond input[type="url"] {
	width: 50%
}

div.wpcf7 input[type="file"] {
	font-size: 12px;
	color: #a1a1a1;
	border: unset;
	padding: unset;
}

#respond label {
	display: block;
	margin-right: 12px;
}

ol.comment-list {
	margin: 0;
	padding: 0;
}

.comment-list li.ping, .comment-list li.comment {
	list-style-type: none;
}

.comment-list .comment-content > ol, 
.comment-list .comment-content > ul {
	margin-bottom: 24px;
}

li.comment,
li.pingback {
	border: 2px solid #fff;
	border-right: none;
}

li.comment .comment-item,
li.pingback .comment-item {
	background: #f5f5f5;
	margin: 12px 0;
	padding: 32px;
}

li.comment ol {
	margin: 0
}

.comment .avatar ,
.pingback .avatar{
	margin: 0 16px 24px 0;
}

.bypostauthor {
}

.form-allowed-tags {
	background: #f5f5f5;
	font-size: 14px;
	padding: 24px;
}


/*
Sidebars
---------------------------------------------------------------------------------------------------- */

.sidebar {
}

.sidebar-blog .widget-title {
	word-wrap: break-word;
	margin-bottom: 14px;
	color: #000000;
	font-size: 26px;
	font-weight: 700;
}

.sidebar-blog ul li {
	padding: 3px 0 9px 18px;
	border-bottom: 1px solid #e5e5e5;
	background-size: 7px;
}

.sidebar-blog ul li:last-child {
	border-bottom: none;
}

.sidebar ul,
.footer-widgets ul {
	margin: 0;
}

.sidebar ul ul.children {
	margin-top: 6px;
}

.sidebar-blog ul ul.children li {
    border-bottom: none;
    padding: 2px 0 0px 18px;
}

.footer-widgets ul {
	margin-bottom: 20px;
}

.sidebar li,
.footer-widgets li {
	list-style-type: none;
	margin-bottom: 6px;
	padding: 0;
	word-wrap: break-word;
}

.sidebar ul > li:last-child {
	margin-bottom: 0;
}

.sidebar .widget {
	margin-bottom: 21px;
}

.sidebar-blog .widget {
	margin-bottom: 40px;
}

.sidebar .search-form {
	width: 100%;
}

.content .wpcf7-form th {
	text-align: right;
}

.wpcf7 .form-container {
	overflow: hidden;
	margin: 0 0 20px;
	font-weight: 700;
}
.wpcf7 .form-container .right {
	width: 48%;
	float: right;
}
.wpcf7 .form-container .left {
	width: 48%;
	float: left;
}

.wpcf7 .form-container .wpcf7-text,
.wpcf7 .form-container .wpcf7-select {
	width: 100%;
}

.required, .red {
    color: #F00;
}

/*
Footer Widgets
---------------------------------------------------------------------------------------------------- */

.footer-widgets {
	color: #757575;
	padding: 40px 0px 0px;
	border-top: 1px solid #ddd;
}

.footer-widgets .wrap {
	padding-bottom: 20px;
	border-bottom: 1px solid #dfdfdf;
	display: flex;
	justify-content: space-between;
}

.footer-widgets .widget-title {
	color: #0071c7;
	font-size: 24px;
	font-weight: 700;
	padding-top: 10px;
	margin-bottom: 20px;
}

.footer-widgets a {
	color: #8d8d8d;
}

.footer-widgets .col-4 .widget-area {
	float: left;
	padding-right: 0 20px 0 0;
	width: 25%;
}

.footer-widgets .col-4 .footer-widgets-1 {
	width: 40%;
}

.footer-widgets .col-4 .footer-widgets-2 {
	width: 25%;
}

.footer-widgets .col-4 .footer-widgets-3 {
	width: 25%;
}

.footer-widgets .widget-area.footer-widgets-4 {
	width: 26%;
	padding: 0;
	margin-right: 0;
	padding-right: 0;
	float: right;
	display: none;
}

.footer-widgets .wrap > div {
    margin-right: 5%;
}

.widget-wrap .menu {
    columns: 2;
}

.footer-widgets .widget-area img.alignnone {
    margin-bottom: -6px;
}

.footer-widgets .widget_nav_menu li {
	padding-left: 0;
}

.footer-widgets .widget_nav_menu li a {
	color: #8d8d8d;
}

.footer-widgets .widget_nav_menu li a:hover,
.footer-widgets a:hover {
	color: #2164a5;
}

ul.contact li {
	padding-left: 35px;
	line-height: 1.5;
	padding-bottom: 15px;
	position: relative;
}

ul.contact li:before {
    font-family: "Font Awesome 5 Free";
    position: absolute;
    left: 0;
    color: #000;
    font-size: 15px;
}

ul.contact li.phone:before {
    content: "\f3c5";
}

ul.contact li.email:before {
    content: "\f0e0";
}

ul.contact li.address:before {
    content: "\f095";
}

ul.contact li.whatsapp:before {
    content: "\f075";
}

.fa-search::before {
    content: "\f002";
    color: #0473c8;
}

.f-socials {
	color: #0071c7;
	font-size: 24px;
	font-weight: bolder;
}

.f-socials span {
	width: 100px;
	height: 1px;
	background-color: #0071c7;
	display: inline-block;
	margin: 0px 0 5px 18px;
}

.f-socials a {
	background: url(images/icon-socials5.png) no-repeat 2px 0 transparent;
	width: 26px;
	height: 30px;
	font-size: 0;
	display: inline-block;
	vertical-align: middle;
	margin: 0 0 0 12px;
}


.f-socials .fb {
	background-position: 0px 0px;
}

.f-socials .twitter {
	background-position: -36px 0px;
}

.f-socials .instagram {
	background-position: -69px 0px;	
}

.f-socials .youtube {
	background-position: -101px 0px;	
}

/*
Site Footer
---------------------------------------------------------------------------------------------------- */

.site-footer {
	color: #fff;
	font-size: 14px;
	font-weight: 300;
	padding: 23px 0px;
	text-align: center;
}

.site-footer p {
	margin: 0;
}

.site-footer a {
	color: #fff;
	font-weight: bold;
	display: inline-block;
}
.site-footer a:hover {
	color: #41a2d6;
}

p.copyright {
	font-size: 12px;
	color: #757575;
}

p.credit {
	float: right;
}

hr {
	display: block;
	background: #fdb82d;
	border: 0;
	height: 1px;
	width: 57px;
	margin: 20px 0 30px;
}

hr.sepcenter,
hr.center,
.page-template-our-people .entry-content hr {
	margin: 20px auto 30px;
}

.wp-block-group__inner-container {
	margin: 0 auto;
	max-width: 1112px;
}

.entry-content .alignwide {
        margin-left  : calc( -100vw / 2 + 100% / 2 );
        margin-right : calc( -100vw / 2 + 100% / 2 );
        max-width    : 100vw;
    }

.entry-content .alignwide::after,
.entry-content .alignwide:after {
	margin: 0 auto;
	max-width: 1112px;
}

.entry-content .alignwide  .alignwide {
	margin-left: auto;
	margin-right: auto;
	max-width: 100%;
	margin-bottom: 0;
}

.wp-block-image .aligncenter {
    margin-bottom: 0;
}

.visionmission.alignwide {
	background: url(https://www.nhsec.co.id/wp-content/uploads/2020/03/visionmission.jpg) no-repeat center center transparent;
	background-size: 100%;
	padding: 40px 0;
	min-height: 400px;
	color: #fff;
}

.visionmission .wp-block-column {
	padding: 30px 40px 0 0;
}

.visionmission .wp-block-column:last-of-type {
	padding: 30px 0 0 50px;
	border-left: 1px solid #66778f;
	margin: 70px 0 40px;
}

.visionmission h3 {
	color: #fff;
}

.visionmission ul {
	list-style-type: disc;
	margin-bottom: 0;
}

.visionmission ul li {
	padding-left: 6px;
    margin-bottom: 4px;
}

.visionmission h4 {
	font-size: 21px;
	color: #fff;
}

.visionmission hr {}

.blue {
	color: #0077c0;
}

h2.blue {
	font-size: 27px;
}

.loop { 
	clear: both;
	padding: 40px 0 50px; 
}

.loop .post {
	clear: both;
	padding: 40px 0 40px;
	min-height: 250px;
	border-top: 1px solid #ddd;
	margin-bottom: 50px;
}

.loop .post:first-child {
	border-top: none;
}

.loop .post img {
	float: right;
	margin-left: 20px;
}

.loop a.more {
	color: #0077c0;
}

/*
Home
---------------------------------------------------------------------------------------------------- */

.home .home-blocks {
	color: #000000;
}

.home-blocks hr {
	background: #fdb82d;
	height: 1px;
	width: 57px;
	text-align: center;
	border: 0;
	margin: 20px auto;
}

.home-blocks {
	padding: 40px 0 20px;
}

.home-blocks .widget-title {
	font-size: 24px;
	text-align: center;
}
.home .home-blocks .wrap .wrap {
	padding-top: 80px;
	padding-bottom: 90px;
}

.home-banner {
	position: relative;
	text-align: center;
}

.home .postgrid {
	padding: 0 0 50px;
}

.postgrid h3 {
	font-size: 24px;
	text-align: center;
}

.postgrid .cont h3 {
	text-align: left;
	font-size: 20px;
}

.tuppercase {
	text-transform: uppercase;
}

.tcapitalize {
	text-transform: capitalize;
}

.pt60 {
	padding-top: 60px;
}

.postgrid hr {
	margin: 13px auto 50px;
}

.postgrid .explore {
	text-align: center;
	font-size: 30px;
	font-weight: 400;
	margin-bottom: 50px;
}

.explore form {
	display: inline;
}

.postgrid select::-ms-expand{
    display: none;
}
.postgrid select {
	font-size: 18px;
	font-weight: 700;
	color: #2f82ce;
	border-radius: 40px;
	border: 1px solid #cccccc;
	margin: 0 0 0 10px;
	padding: 14px 45px 14px 18px;
	-webkit-appearance: none;

	background:
    linear-gradient(45deg, transparent 50%, #2f82ce 50%),
    linear-gradient(135deg, #2f82ce 50%, transparent 50%);
  background-position:
    calc(100% - 21px) calc(1em + 8px),
    calc(100% - 16px) calc(1em + 8px);
  background-size:
    5px 5px,
    5px 5px;
  background-repeat: no-repeat;
}

.page-template-our-people  .wp-block-column {
	box-shadow: 0 0 12px #dedede;
    border-radius: 8px;
    padding: 40px 20px 30px;
}

.page-template-our-people  .wp-block-column:hover {
	box-shadow: 0 0 20px #dedede;
}

.page-template-our-people .entry-content {
	text-align: center;
}

.page-template-our-people .postgrid {
	margin: 80px 0 40px;
}

.page-template-our-people .postgrid .cell {
	box-shadow: none;
    height: auto;
    width: 32%;
    text-align: left;
    margin: 0 7px 14px 7px;
}
.page-template-our-people .postgrid h4 {
    font-size: 18px;
}
.page-template-our-people .cell img {
    background: #ddd;
    margin-bottom: 16px;
    width: 100%;
}

.page-template-our-people .cell a {
	color: #0473c8;
}


.page-template-news .postgrid {
	background: transparent;
}

.report.postgrid .cell.c1,
.page-template-news .postgrid .cell.c1, 
.page-template-news .postgrid .cell.c4 {
	background-image: none !important;
	background: transparent;
	color: #5a5a5a;
}

.page-template-news .postgrid .cell.c1 .cont {
    width: 100%;
}

.page-template-news .postgrid .cell.c4 .filter {
	background-color: transparent;
	display: none;
}

.page-template-news .postgrid .cell.c4 p {
	margin: 0 0 16px;
}

.page-template-news .postgrid .cell.c5 {
    float: left;
    width: 33%;
    height: 655px;
    background-position: bottom center;
    background-repeat: no-repeat;
}

.page-template-news .postgrid .cell.c5 .cont {
	width: 100%;
}

.page-template-news .postgrid .cell.c6 {
	background-size: cover;
}


.postgrid .filter {
	background: -webkit-gradient(
	    linear,
	    right center,
	    left center,
	    color-stop(50%, rgba(255,255,255,1.0)), /* Top */
	    color-stop(0, rgba(255,255,255,0.0)) /* Bottom */
	);
	
	/* Internet Explorer */
	background: -ms-linear-gradient(
		left,
		rgba(255,255,255,1.0) 40%,
		rgba(255,255,255,0.0) 100%
	);
	
	/* Microsoft Edge */
	background: linear-gradient(
		to right,
		rgba(255,255,255,1.0) 50%,
		rgba(255,255,255,0.0) 100%
	);

	/* Gecko */
	background: -moz-linear-gradient(
	    center left,
	    rgba(255,255,255,1.0) 0%, /* Bottom */
	    rgba(255,255,255,0.0) 100% /* Top */
	);
	z-index: 0;	
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;

}

p.cat {
	color: #0177c0;
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
}

p.date {
	color: #a0a0a0;
	text-transform: uppercase;
	font-size: 12px;
}

.home .postgrid .cell {
	height:360px;
}

.postgrid .cell {
	background: #fff;
	background-position: center;
	background-size: 100%;
	height: 319px;
	width: 100%-webkit-fill-available;
	float:left;
	position: relative;
	box-shadow: 0 0 4px #dedede;
	margin: 0 0 12px 11px;
}

a.more {
	font-weight: 700;
}

.news-bottom {
	width:100%
	display:flex;
	overflow:hidden;
}

.postgrid .cell .cont {
	z-index: 2;
	position: relative;
	width: 100%;
	padding: 30px 45px;
}

.postgrid .media {
	display:flex;
	flex-direction:column;
	width:100%;
}

.postgrid .row-1 {
	display:flex;
	gap:10px;
	width:100%;
}

.postgrid .row-2 {
	
	width:100%;
}

.postgrid .cell.c3 .cont {
	width: 100%;
	max-width: 404px;
}


.postgrid .cell img {
	float: right;
}

.postgrid .cell.c1,
.postgrid .cell.c4,
.postgrid .cleft {
	float: left;
	width: 100%;
	overflow: hidden;
}

.page-template-research .postgrid .cell.c1,
.page-template-research .postgrid .cell.c4,
.page-template-research .postgrid .cell.c5 {
	color: #5a5a5a;
	width: 100%;
}

.page-template-research .postgrid .cell.c1 .cont,
.page-template-research .postgrid .cell.c4 .cont {
	width: 62%;
}

.page-template-research .postgrid .cell.c2,
.page-template-research .postgrid .cell.c3,
.page-template-research .postgrid .cell.c6 {
	background-image: none !important;
	color: #5a5a5a;
	width: 33%;
	height: 319px;
}

.page-template-research .postgrid .cell.c2 .cont,
.page-template-research .postgrid .cell.c3 .cont,
.page-template-research .postgrid .cell.c6 .cont {
	width: 100%;
} 

.page-template-research .postgrid .cell.c2 .filter,
.page-template-research .postgrid .cell.c3 .filter,
.page-template-research .postgrid .cell.c6 .filter {
	display: none;
}

.postgrid .cright {
	float: left;
	width: 100%;
	margin: 0 0 12px 12px;
}

.postgrid .cleft .cell,
.postgrid .cright .cell {
	width: 100%;
}

.home .postgrid .cell.c5 {
	padding: 0;
}

/*.postgrid .cell.c5 div {
	position: absolute;
}*/

/*.postgrid .cell.c5 img {
    float: none;
    z-index: 555;
    position: absolute;
    top: 20px;
    left: 20px;
}*/

.postgrid .cell.c6,
.postgrid .cell.c7 {
	height: 655px;
	background-position: bottom center;
	background-repeat: no-repeat;
	background-size: cover;
}

.postgrid .cell.c7 .cont {
	width: 100%;
}

.page-template-news .postgrid .cell.c5 .filter,
.postgrid .cell.c7 .filter {
	background: -webkit-gradient(
	    linear,
	    left bottom,
	    left top,
	    color-stop(50%, rgba(255,255,255,1.0)), /* Top */
	    color-stop(0, rgba(255,255,255,0.0)) /* Bottom */
	);
	
	/* Internet Explorer */
	background: -ms-linear-gradient(
		top,
		rgba(255,255,255,1.0) 40%,
		rgba(255,255,255,0.0) 100%
	);
	
	/* Microsoft Edge */
	background: linear-gradient(
		to top,
		rgba(255,255,255,0.0) 0%,
		rgba(255,255,255,1.0) 55%
	);

	/* Gecko */
	background: -moz-linear-gradient(
	    center bottom,
	    rgba(255,255,255,0.0) 0%, /* Bottom */
	    rgba(255,255,255,1.0) 100% /* Top */
	);
}

.postgrid .cell.c6 .filter {
	background: -webkit-gradient(
	    linear,
	    left bottom,
	    left top,
	    color-stop(50%, rgba(255,255,255,0.0)), /* Top */
	    color-stop(20%, rgba(255,255,255,1.0)) /* Bottom */
	);
	
	/* Internet Explorer */
	background: -ms-linear-gradient(
		bottom,
		rgba(255,255,255,1.0) 15%,
		rgba(255,255,255,0.0) 100%
	);
	
	/* Microsoft Edge */
	background: linear-gradient(
		to bottom,
		rgba(255,255,255,0.0) 0%,
		rgba(255,255,255,1.0) 90%
	);
	
	
}

.postgrid .cell.c6 .cont {
	position: absolute;
	width: 100%;
	bottom: 0;
}

.morearticle .entry-summary {
	position: relative;
	height: 330px;
	background-size: cover;
}
.morearticle .filter {
	position: absolute;
	z-index: 5;
	width: 100%;
	top: 0;
	bottom: 0;
	background: -webkit-gradient(
	    linear,
	    left top,
	    left bottom,
	    color-stop(95%, rgba(255,255,255,1.0)), /* Top */
	    color-stop(0, rgba(255,255,255,0.0)) /* Bottom */
	);

	/* Gecko */
	background: -moz-linear-gradient(
	    center bottom,
	    rgba(255,255,255,0.0) 0%, /* Bottom */
	    rgba(255,255,255,1.0) 100% /* Top */
	);
}

.home .postgrid .cell.c6,
.home .postgrid .cell.c6 h3,
.home .postgrid .cell.c6 p,
.home .postgrid .cell.c6 a,
.page-template-news .postgrid .cell.c6,
.page-template-news .postgrid .cell.c6 h3,
.page-template-news .postgrid .cell.c6 p,
.page-template-news .postgrid .cell.c6 a {
	color: #000;
	text-shadow: 4px 2px 10px #FFFFFF !important;
}

.page-template-research .postgrid .cell.c6 .cont {
	position: relative;
}


.postgrid .cell.c7 img {
    position: absolute;
    bottom: 0;
}

.postgrid .cell.c4 {
	background: #108ec8;
	color: #fff;
}

.postgrid .cell.c4 img {
	float: none;
	display: inline-block;
	margin-bottom: 15px;
}

.postgrid .cell.c4 .cont {
	width: 100%;
}

.postgrid .cell .cont.full,
.postgrid .cell.c1 .cont {
	width: 100%;
}

.home .postgrid .cell.c1 .filter,
.page-template-news .postgrid .cell.c1 .filter {
	display: none;
}

.postgrid .cell.c5 {
	background: transparent;
	background-size: cover;
}

.postgrid .cell.c2 {
	width:100%;
}

.clear {
	clear: both;
	float: none;
}

.home .slick-slider {
	margin: 40px 0;
}
.home .slick-slider .slick-content {
	background: url(images/slide-border.png) no-repeat center center transparent;
	min-height: 292px;
	padding: 50px 0 0 75px;
	max-width: 1112px;
}
.home .slick-slider h2 {
	font-size: 35px;
	text-transform: uppercase;
	text-align: left;
}

.slick-arrow {
    height: 37px;
    width: 20px;
    margin: 0 30px;
    padding: 0;
    background: url(images/slick-nav.png);
    font-size: 0;
    position: absolute;
    top: calc(50% - 90px);
    left: -90px;
    border: 0;
}

.slick-arrow:hover {
	background-color: transparent;
	background: url(images/slick-nav.png);
	opacity: 0.8;
}

.slick-next {
	background-position: top right !important;
	right: -50px;
	left: auto;
}

.home-teams {
	background: #f6f6f6;
}

.hometeam p {
	color: #888888;	
}

.hometeam p a {
	color: #0077c0;
	font-weight: bold;
}

.team-slide img {
	background: #d7d7d7;
}

.home-site {
	background: #ffffff;
}

.home-site img {
	margin: 7px 63px 7px;
}

.home-site .slick-arrow {
    top: calc(50% - 30px);
}    

.home-apps {
	background: rgb(246, 246, 246);
	padding: 38px 0 20px;
}

.home-apps h3 {
	color: #000000;
	font-size: 27px;
	margin-bottom: 16px;
}

.home-apps hr {
	background-color: #e1e1e1;
	height: 1px;
	width: 100%;
	max-width: 590px;
	color: #fff;
	margin: 20px 0 30px;
}


select.tinynav,
.mobileslide {
	display: none;
}


.banner-page {
	margin-top: 0 !important;
    position: relative;
    height: 519px;
    background-repeat: repeat-x;
    box-sizing: border-box;
    background-size: cover;
    background-position: center;
    top: 0;
    left: 0;
}

.banner-page .inner {
    display: table;
    margin: 0;
    height: 100%;
    width: 100%;
    text-align: center;
    color: #fff;
    font-size: 30px;
    line-height: 1.5;
}

.banner-page .banner_title {
	font-size: 50px;
	font-weight: 700;
	text-shadow: 0 0 80px #000;
	/*text-shadow: 0 0 10px #000;*/
	margin: 10px 0 25px;
	color: #fff;
}

.singular-post .banner-page .banner_title {
	font-weight: 400;
	margin-top: 80px;
}	

.parent_title {
	text-shadow: 0 0 80px #000;
	letter-spacing: 0.1em;
	font-weight: 700;
	font-size: 18px;
	margin: 0 0 8px;
	text-transform: uppercase;
}

.banner-page .banner_desc {
	text-shadow: 0 0 40px #000;
	font-size: 17px;
}

.banner hr {
	text-align: center;
	background: #fff;
	margin: 0 auto;
}

.singular-product .banner-page .banner_title {
	margin: 0px 0 0;
}

.singular-product .banner-page .parent_title {
	font-size: 18px;
	margin: 30px 0 10px;
}

.banner-page .body {
    padding: 0;
    vertical-align: middle;
    display: table-cell;
    margin: 0;
    /*
    background: url("images/header-trans.png") repeat 0 0 transparent;
    */
}

.banner-page .body .wrap {
    text-align: center;
    /* display: flex; */
    align-items: center;
    justify-content: center;
    padding: 44px 10px;
    height: 300px;
    margin-top: 90px;
}

.page-template-contact .banner-page .body .wrap {
    height: 150px;
}

.exploreoption {
	background: url(images/lupp.png) repeat-x center bottom transparent !important;
}

.singular-team .banner {
	background: url(images/bg-banner-team.png) repeat-x center bottom transparent !important;
}
.singular-team .banner-page .body {
	background-image: none;
}

.singular-team .banner-page img {
	position: absolute;
	right: 0;
	bottom: 0;
	height: 400px;
}
.singular-product .banner-page .body .wrap,
.singular-parts .banner-page .body .wrap { 
	padding: 22px 10px;
}

.singular-team .banner-page .body .wrap {
	text-align: left;
	height: 428px;
	position: relative;
}

.singular-team .banner-page .body .wrap .cont {
	max-width: 570px;
}
.singular-team .banner-page .inner {
	font-size: 14px;
}

.singular-team .team_title {
	font-size: 16px;
}

.home .scroll,
.banner-page .scroll {
	margin: 0;
	bottom: -6px;
	position: absolute;
	left: 0;
	right: 0;
}

.banner-page .scroll a {
	display: none;
}

.home .scroll a {
	background: url(images/scroll.png) no-repeat bottom center transparent;
	height: 102px;
	padding: 10px 57px;
	margin-top: 18px;
	display: inline-block;
}

.home .scroll a:hover,
.banner-page .scroll a:hover {
	background-position: center 6px;
}

.featured-news {
	color: #fff;
	margin-bottom: 50px;
}

.featured-news a {
	color: #fff !important;
}

.featured-news .filter {
	background: url("images/filter.png") repeat 0 0 transparent;
	padding: 0;
	position: absolute;
	width: 100%;
	top: 0;
	bottom: 0;
}

.featured-news .filter .featured {
	position: absolute;
	width: 100%;
	bottom: 0;
	padding: 20px 50px;
}

.featured-news .wp-block-column {
	background-size: cover;
	height: 468px;
	position: relative;
	flex-basis: 50%;
}

.featured-news span.more {
	display: block;
	margin: 20px 0 0;
}

.featured-news span.more a.more-link {

    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    color: #5a5a5a;
    text-decoration: none;
    padding-right: 16px;
    background: url("images/arrow-more-white.png") no-repeat scroll right 6px transparent;
}

.featured-news .wp-block-column:not(:first-child) {
    margin-left: 6px;
}

#ifrm {
	display: none !important;
}

.share {
	text-align: center;
	margin-bottom: 30px;
}

.share .title {
	font-size: 14px;
	font-weight: 700;
	text-align: left;
}

.morearticle {
	padding: 50px 0 0;
	background-color: #f6f6f6;
}

.morenews {
	text-align: center;
	font-size: 24px;
	font-weight: 700;
	margin: 0 0 10px;
}

.morenews hr {
	margin: 20px auto 60px;
}
.singular .archive {
	margin: 40px 0 0;
	text-align: left;
}

.singular .archive .entry-meta {
    font-weight: 600;
    margin-bottom: 7px;
    color: #003a67;
	font-size: 16px;
    text-align: left;
}

.singular .entry-summary img {
    margin: 0px;
}

/*
Solutions
---------------------------------------------------------------------------------------------------- */

.solution-bottom {
	background: url(https://www.nhsec.co.id/wp-content/uploads/2020/03/solution-bottom-fi-1.jpg) repeat-x top center transparent;
	padding: 300px 0 70px;
}

.solution-bottom-fi {
	background: url(images/bg-meeting.jpg) repeat-x top center transparent;
	padding: 300px 0 70px;
}

.page-template-solution .solution-bottom {
	background: url(images/solution-bg.jpg) repeat-x top center transparent;
}

tr.wm div {
	position: relative;
	margin: 45px -80px 10px 80px;
	padding: 30px 40px 20px;
	box-shadow: 0px 0px 8px
	rgba(0, 0, 0, 0.3);
	z-index: 888;
	background: #fff;
}

tr.ib img {
	margin-top: 50px;
}

tr.ib div {
	position: relative;
	margin: 0px 80px 10px -80px;
	padding: 30px 40px 20px;
	box-shadow: 0px 0px 8px
	rgba(0, 0, 0, 0.3);
	z-index: 888;
	background: #fff;
}

.page-template-solution a.btn {
	margin-left: 120px;
}

.page-template-solution tr.ib a.btn {
	float: right;
	margin-right: 120px;
}

.page-template-solution .site-inner {
    padding-bottom: 0;
}

.solution-bottom p.center {
	float: none;
	clear: both;
}
 
table.solution td {
	vertical-align: top;
	position: relative;
	z-index: 0;
}

table.solution {
	margin-bottom: 70px;
}

table.solution td figure::before {
	position: absolute;
	content: " ";
	background: #f6f6f6;
	width: 2000px;
	height: 263px;
	right: -30px;
	bottom: 0px;
}

table.solution td img {
	z-index: 9;
	position: relative;
	box-shadow: 0px 0px 20px rgb(0,0,0, 0.4);
}

table.icons td {
	padding: 0 20px;
	text-align: center;
	border-left: 1px solid #ddd;
}

table.icons td:first-child {
	border-left: 0;
}

table.icons hr {
	margin: 20px auto 30px;
}

table.infobox td {
	background: #f6f6f6;
	padding: 40px;
	text-align: center;
}

.solution-bottom .odd .c1,
.solution-bottom .even .c2 {
	background-image: none !important; 
}

.solution-bottom .even .c1 {
	width: 64%;
}

.solution-bottom .even .c1 .cont {
	width: 62%;
}

.solution-bottom .even .c2 {
	width: 33%;
}

.solution-bottom .even .c2 .cont {
	width: 100%;
}

.solution-bottom .odd .c1 .filter,
.solution-bottom .even .c2 .filter  {
	display: none;
}

#header .wpml-ls-statics-footer {
    position: absolute;
	right: 90px;
	top: 23px;
}

#header .wpml-ls-legacy-list-horizontal a {
    padding: 0 7px; 
    font-weight: bold;
    color: #bcbcbc;
}

#header .wpml-ls-legacy-list-horizontal a:hover,
#header .wpml-ls-current-language a {
	color: #0473c8;
}

.wpml-ls-first-item a {
	border-right: 1px solid #bcbcbc;
}

.jobs .tips {
	float: right;
	width: 353px;
	margin-top: -30px;
}

.jobs h4 {
	color: #797777;
	font-size: 18px;
	text-transform: uppercase;
	margin-bottom: 14px;
}

.jobs h5 {
	margin: 30px 0 20px;
}

.jobs h6 a {
	font-size: 16px;
	color: #0473c8;
}

.joblisting {
	padding-top:16px;
}

.jobs .item {
	border-bottom: 1px solid #e1e1e1;
	margin-bottom: 20px;
	width: 47%;
	float: left;
	min-height: 169px;
	margin-bottom: 30px;
}

.jobs .even:last-of-type,
.jobs .item.odd:last-of-type {
    border-bottom:none;
}


.jobs .item.even {
	float: right;
}

.jobs .synopsis{
	color: #aeaeae;
	margin: 0 0 10px;
}

a.apply {
	color: #0473c8;
	font-weight: bold;
}

.jobsearch .buttons {
	margin-bottom: 40px;
}

.tips th {
	background-color: #699dd7;
	color: #fff;
	text-align: left;
	padding: 10px 30px;
	text-transform: uppercase;
}

.tips td {
	text-align: left;
	background: #f6f6f6;
	padding: 36px 40px 60px;
}

.jobsearch {
	float: left;
	width: 468px;
}

.jobsearch input,
.jobsearch select {
	border-radius: 25px;	
}

.jobsearch select {
	-webkit-appearance: none;
   -moz-appearance: none;
   appearance: none;       /* Remove default arrow */
   background: url(images/select-arrow.png) no-repeat center right transparent;
	width: 49%;
}

select.division {
	float: right;
}

.jobsearch .full {
	width: 100%;
	max-width: 100%;
}

.openaccount h3 {
	clear: both;
	float: none;
	font-size: 24px;
}

.openaccount input,
.openaccount select {
	border-radius: 25px;
	width: 250px;
	margin-right: 21px;
}

.openaccount input.col3,
.openaccount select.col3  {
	width: 305px;
	margin-right: 75px;
}

.openaccount input.last,
.openaccount select.last {
	margin-right: 0;
}

.openaccount .wpcf7-form-control-wrap {
	line-height: 77px;
	display: inline-block;
}

.openaccount p {
	margin-bottom: 45px;
}

.openaccount span.wpcf7-not-valid-tip {
    z-index: 777;
    position: absolute;
    top: 35px;
    left: 16px;
    font-size: 12px;
}

.openaccount div.left {
	width: 305px;
	margin-right: 75px;
	margin-bottom: 40px;
	float: left;
}


.openaccount div.right {
	width: 634px;
	margin-bottom: 40px;
	float: left;
}

.openaccount em {
	display: block;
	text-decoration: none;
	font-size: 14px;
	color: #777;
	margin-bottom: 12px;
}

.clear {
	float: none;
}

/*
Media Queries
---------------------------------------------------------------------------------------------------- */


@media only screen and (max-width: 1185px) {
	.site-container,
	.site-header {
		width: 1185px;
	}
}

@media only screen and (max-width: 1024px) {
	/**/
	p.mobile {
		display: block;
	}

	.home .home-blocks .wrap .wrap {
	    padding-top: 80px;
	    padding-bottom: 80px;
	}

	.site-container,
	.site-header,
	.site-header .nav-primary {
		width: 100%;
	}

	.wrap {
		max-width: 100%;
		margin: 0 auto;
		padding-left: 4%;
		padding-right: 4%;
		float: none;
	}

	.page-template-builder .site-inner .wrap {
		max-width: 100%;
	}

	.nav-primary .wrap {
		width: auto;
	}

	.content-bottom a[href^=tel],
	.contact-box a[href^=tel] { 
		color: #fff;
	}		

	.site-header > .wrap {
	    padding: 5px 0 5px;
	}

	.site-header > .wrap .wrap {
		padding-right: 0;
		padding-left: 0;
	}

	.archive-description,
	.entry,
	.entry-comments,
	.entry-footer .entry-meta,
	.sidebar .widget,
	.site-header,
	#respond {
		padding: 0;
	}	

	.title-area {
	    margin: 5px 0 0 15px;
		width: 239px;
	}

	.header-image .site-header .wrap {
		background-position: center top;
	}

	.nav-primary .wrap {
	    position: relative;
	}
	/*
	.home .home-blocks .wrap {
		padding-right: 0;
		padding-left: 0;
	}*/

	.home .wrap .wrap {
	    padding: 0px 4% 0px;
	}

	.home .nav-primary .wrap {
		padding: 0;
	}

	#menu-icon{
		background-image: url(images/menu_btn.png);
		background-repeat: no-repeat;
		background-position: center center;
		padding: 0;
		width: 20px;
		height: 17px;
		text-indent: 100%;
		white-space: nowrap;
		overflow: hidden;
		margin: 0;
		cursor: pointer;
		position: absolute;
		top: -34px;
		right: 25px;
		display: none;
	}

	.omega-nav-menu {
		display: none;
		text-align: left;
		background: #002b55;
		position: absolute;
	}

	.omega-nav-menu li {
		float: none;
		display: block;
	}	

	.omega-nav-menu > li > a {
	    font-size: 17px;
	    color: #fff;
	    padding: 12px;
	    margin: 0;
	}

	.omega-nav-menu > li > a.sf-with-ul,
	.omega-nav-menu > li:hover > a.sf-with-ul {
	    margin-right: 10px;
	}

	.omega-nav-menu ul,
	.omega-nav-menu li.mega ul {
	    margin: -2px 0 0 0px;
	    position: relative;
	    width: 100%;
	    padding: 0;
	}

	.omega-nav-menu li.mega li {
	    width: 100%;
	    padding: 0px;
	    float: none;
	    text-align: left;
	}	

	.omega-nav-menu li.mega li img {
		display: none;
	}

	.omega-nav-menu li li,
	.omega-nav-menu li.mega li {
	    padding: 0 20px;
	}

	.omega-nav-menu ul a,
	.omega-nav-menu li.mega li a {
		font-family: 'Roboto', sans-serif;
	    text-transform: none;
	    font-size: 15px;
	    font-weight: 500;

	    padding: 13px 0px 13px 20px;
		width: 100%;
		background: url(images/bullet-menu.png) no-repeat left 17px transparent;
		border-bottom: 1px solid #335576;
	}

	.omega-nav-menu li.mega li:last-child a {
		border-bottom: none;
	}

	.omega-nav-menu a {
		padding: 20px 16px;
	}

	.omega-nav-menu li.right {
		display: none;
	}

	.banner {
		/*margin-top: 60px;
		height: 250px;*/
		background-size: cover;
		background-position: top center !important;
		background-attachment: scroll;
	}

	.footer-widgets .col-4 .widget-area {
	    width: 30%;
		margin-right: 5%;
	}

	.footer-widgets .col-4 .footer-widgets-3,
	.footer-widgets .col-4 .footer-widgets-4 {
		float: left;
		margin-right: 0;
	}	

	.page-template-right-sidebar .content, .blog .content, .archive .content, .singular-post .content {
		width: 100%;
	}

	.entry {
		float: none;
		display: inline-block;
		width: 49.5%;
		margin: 0 auto 27px;
		padding-right: 5%;
		margin-bottom: 27px;
	}

	.singular .archive .entry,
	.archive .entry, .blog .entry {
		padding: 0;
	}
	
	.sidebar-primary {
		width: 28%;
	}

	.content-bottom .map,
	.content-bottom iframe,
	.content-bottom .wpcf7,
	.content-bottom .half,
	.content-bottom .half-last  {
		float: none;
		width: 100%;
	}

	.home-about .widget-wrap::after {
		display: none;
	}

	.home .slick-slider {
	    margin-top: 51px;
	}

	.home .slick-slider h2 {
	    font-size: 36px;
	}

	.site-title a, .site-title a:hover {
	    margin: 0;
	}

	.ubermenu-skin-black-white-2.ubermenu-responsive-toggle {
	    width: auto;
		float: right;
		font-size: 0 !important;
		padding: 8px;
		margin: 5px 20px 12px 0;
	}

	.ubermenu-skin-black-white-2.ubermenu-responsive-toggle i {
		font-size: 16px;
		width: auto;
		margin: 0;
	}

	#navigation .ubermenu > ul > li > .ubermenu-target {
	    padding: 10px 0px;
	}

	#menutab nav a {
	    padding: 26px 0 26px 22px;
	}	

	.site-inner .sidebar-blog,
	.footer-widgets .wrap,
	.breadcrumbs .wrap {
		margin: 0 auto;
		float: none;
		padding-left: 4%;
		padding-right: 4%;
		display: block;
	}	

	.milestone .slick-arrow {
	    right: -50px;
	    top: 18px;
	}
	.milestone .slick-prev {
		left: -50px;
	}

	.singular-product .slick-prev, .singular-parts .slick-prev {
	    left: 0;
	}
	.singular-product .slick-next, .singular-parts .slick-next {
	    right: 0;
	}

	.singular-product .product.slick-slide {
	    display: block;
	}

	.singular-product .slick-slide img {
	    margin-bottom: 20px;

	}
}


@media only screen and (max-width: 959px) {
	
	#header .wpml-ls-statics-footer {
	    top: 10px;
	}

	#header .ubermenu-responsive-toggle {
		margin-top: -40px !important;
		margin-bottom: 0;
	}

	.jobs .item,
	.jobs .item.right {
		float: none;
		width: 100%;
		min-height: 0;
	}

	tr.wm div {
		margin: 45px 0 10px 0;
		max-width: 500px;
	}

	tr.ib img,
	tr.wm img {
		display: none;
	}

	tr.ib div {
		margin: 0px 0 10px 0;
		max-width: 500px;
	}

	.page-template-solution a.btn {
		margin-left: 40px;
	}

	.page-template-solution tr.ib a.btn {
		float: none;
		margin-right: 0;
	}
	
	.regist-btn-id {
		padding: 4px 0px;
}

	.regist-btn-en {
		padding: 4px 0px;
}
	
	#menu-item-17650 .ubermenu-custom-content{
    	padding: 2px 0px 10px 0px ;
}
	
	#menu-item-17651 .ubermenu-custom-content{
    	padding: 2px 0px 10px 0px;
}

}

@media only screen and (max-width: 768px) {

	.site-container,
	.site-inner,
	.content,
	.sidebar-primary,
	.wrap,
	.nav-primary,
	.footer-widgets .col-3 .widget-area,
	.footer-widgets .col-4 .widget-area,
	.home .pod,
	.home .content-bottom .widget-1,
	.home .content-bottom .widget-2,
	.page-template-right-sidebar .content, .blog .content, .archive .content, .singular-post .content {
		width: 100%;
		float: none;
		clear: both;
		margin-right: 0;
	}

	.postgrid .cleft,
	.postgrid .cright,
	.cell {
		width: 100% !important;
		float: none !important;
		clear: both;
		margin-left: 0 !important;
	}

	.page-template-builder .site-inner #content {
		width: 100%;
		padding-left: 0;
		padding-right: 0;
	}

	.desktop {
		display: none;
	}

	.wp-block-column {
	    margin: 0 auto;
	    width: 90%;
	}

	.featured-news .wp-block-column {
		width: 100%;
		margin-left: 0 !important;
		margin-bottom: 35px;
	}

	.visionmission .wp-block-column:last-of-type {
		border-left: none;
	}

	.singular-product .description .entry-content {
	    column-count: 1;
	}

	.wp-block-columns {
	    display: block;
	}

	.main-container .swipe-tab-content {
	    padding: 20px 15px 0;
	}

	#menutab .tabcontent span.text, #partsmenu span.text {
		background-color: #fff;
	}

	.entry-summary img {
		width: 100%;
	}

	img.alignleft,
	img.alignright {
	    float: none;
	    clear: both;
	    display: block;
	    margin: 7px 0px 24px !important;
	}

	img.col2 {
		width: 100%;

	}	


	.banner {
		/*height: 130px;*/
	}

	.entry {
	    float: none;
	    width: 100%;
	    padding-right: 0;
	    margin-right: 0;
	}	

	.singular .archive .entry,
	.archive .entry, .blog .entry {
	    float: none;
	    min-height: 0;
	    width: 100%;
	    margin-right: 0;
	    margin-bottom: 40px;
	    padding: 0;

	}

	.entry-summary img {
		width: 100%;
	}

	.sidebar-blog {
		padding: 0;
		width: 100%;
	}

	.footer-widgets .widget-area {
		margin-bottom: 30px;
	}

	.footer-widgets .footer-widgets-4  {
		margin-bottom: 0;
	}

	.site-footer {
		padding: 24px 0;
	}

	.site-footer p {
		margin: 5px 0px;
	}

	p.copyright,
	p.credit {
		float: none;
	}

	#respond input[type="email"], #respond input[type="text"], #respond input[type="url"] {
	    width: 100%;
	}

	input.wpcf7-text,
	.wpcf7-textarea {
	    width: 100%;
	}

	.content-bottom .wpcf7 {
	    padding: 34px 25px 20px 25px;
	    max-width: 755px;
	}

	.wpcf7 th, table tr th, table tr td {
	    display: block;
	    padding-left: 10px;
	    padding-right: 0px;
	    width: 100% !important;	    
	}
	table.icons td {
	    border-left: 0px solid #ddd;

	}
	.entry-content ol {
		padding-left: 15px;
	}

	.logos img {
	    margin: 8px auto 8px !important;
	    display: block;
	}	

	h1, .h1 {
	    font-size: 36px;
	}

	h2, .h2 {
	    font-size: 34px;
	}

	h3, .h3 {
	    font-size: 25px;
	}

	h4, .h4 {
		font-size: 23px;
	}

	h5, .h5 {
		font-size: 21px;
	}

	.site-inner {
	    padding-top: 40px;
	}

	.wpcf7 .form-container {
		margin: 0px;
	}
	.wpcf7 .form-container .right,  .wpcf7 .form-container .left,  .wpcf7 .form-container .full {
		width: 100%;
		float: none;
		clear: both;
		margin: 0 0 20px;
	}

	.home-news .box {
	    width: 90%;
	    margin: 20px auto 40px;
	    max-width: 400px;
	    float: none;
	}

	.home .slick-slider .slick-content {
		background-image: none;
		padding: 50px 30px 0;
	}

	.home .slick-slider .slick-content br {
		display: none;
	}

	.home .slick-arrow {
	    margin: 0;
	}	

	.featured-news .filter .featured {
		padding: 10px 20px;
	}

	.jobs .tips {
	    float: none;
	    width: 100%;
	    margin-top: 0;
	}

	.tips table {
		width: 100%;
	}

	.tips table br {
		display: none;
	}

}


@media only screen and (max-width: 680px) {

	.alignleft {

	    float: none;
	    text-align: left;

	}

	.home-banner {
		margin-top: 35px;
	}

	.postgrid .cell .cont {
		width: 100%;
	}
	
		.postgrid .row-1 {
		flex-direction:column;
	}


}

@media only screen and (max-width: 500px) {

	.loop .post img {
	    float: none;
	    margin-bottom: 20px;
	    margin-left: 0;
	}
	.home .home-blocks .packages {
	    min-height: 1000px;
	}
	.banner-page .body .wrap {
		background-image: none;
	}

	.jobsearch {
	    float: none;
	    width: 100%;
	}

	.home-site .textwidget {
		text-align: center;
	}

	.home-site img {
		margin: 7px 13px 18px;
	}

	.postgrid .cell .cont {
		width: 100%;
	}
	
	img.alignnone,
	.wp-caption.alignnone {
		margin: 4px 8px 4px 8px;
	}
	
		.postgrid .row-1 {
		flex-direction:column;
	}

}

@media only screen and (max-width: 480px) {
	.wp-block-image.front {
	    margin: 80px 0 180px 125px !important;
	} 
	.visionmission.alignwide{
		background: url(https://www.nhsec.co.id/wp-content/uploads/2020/03/visionmission.jpg) no-repeat center center transparent;
		background-size:200%
	}

	.history figure img {
		margin: 25px 0 30px 0px;
	}

	.singular-post .banner-page .banner_title {
		margin: unset;
		font-size: 30px;
	}

	.postgrid .cell .cont {
		width: 100%;
	}
	
	.postgrid .row-1 {
		flex-direction:column;
	}
}


h1.entry-title {
    margin-bottom: 12px;
}

.omega-nav-menu li.mega ul {
    display: none !important;
}    

.omega-nav-menu > li.mega:hover > a.sf-with-ul,
.omega-nav-menu > li.mega > a.sf-with-ul {
    background-image:none;
}

@keyframes ticker {
    0% { transform: translate3d(0, 0, 0); }
    100% { transform: translate3d(-100%, 0, 0); }
  }
  .tcontainer{
    width: 100%;
    overflow: hidden;
  }
  .ticker-wrap {
    width: 100%;
    padding-left: 100%;
    background-color: #F9BE22;
    color: white;
  }
  .ticker-move {
    display: inline-block;
    white-space: nowrap;
    padding-right: 100%;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    animation-name: ticker;
    animation-duration: 12s;
  }
  .ticker-move:hover{
    animation-play-state: paused;
  }
  .ticker-item{
    display: inline-block;
    padding: 0 2rem;
  }

/* Good governance*/
.accordion {
  background-color: #eee;
  color: #444;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
  transition: 0.4s;
}

.active, .accordion:hover {
  background-color: #ccc; 
}

.panel {
  padding: 0 18px;
  display: none;
  background-color: white;
  overflow: hidden;
}

.page-good-gov .site-inner {
	background: #f6f6f6;
}

