/*// Body //*/


h1 {
	font-size: 40px;
}

h2 {
	font-size: 30px;
}

.wh-container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.bg-list.slick-slide {
    opacity: 0.5;
}

.bg-list.slick-slide.slick-active {
    opacity: 1;
}

.wh-row.header-section {
    height: 100px;
    background-color: #f8f8f8;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

.wh-contact .wh-info {
    margin-left: 55px;
}

.wh-contact {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.wh-info p {
    margin: 0;
    font-weight: 700;
    font-stretch: normal;
    font-style: normal;
    line-height: 0;
    color: rgba(0, 0, 0, 0.9);
    font-size: 14px;
}

.wh-info label > a {
    text-decoration: none;
    font-size: 11.2px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: normal;
    text-align: center;
    color: rgba(37, 37, 37, 0.9);
}

.wh-contact .wh-info.phone:before{
	content: '';
    width: 26px;
    height: 26px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: 5px;
    background: url(/wp-content/uploads/2019/11/call-icon.svg) center/contain no-repeat;
    margin-left: -35px;
    position: absolute;
    margin-top: -5px;
}

.wh-contact .wh-info.mail:before{
	content: '';
    width: 26px;
    height: 26px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: 5px;
    background: url(/wp-content/uploads/2019/11/email-icon.svg) center/contain no-repeat;
    margin-left: -35px;
    position: absolute;
    margin-top: -5px;
}

header#masthead {
    height: 80px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background: rgb(25,25,25);
	background: -o-linear-gradient(341deg, rgba(25,25,25,1) 74%, rgba(241,0,2,1) 74%);
	background: linear-gradient(109deg, rgba(25,25,25,1) 74%, rgba(241,0,2,1) 74%);
}

a.slick-slide {
    opacity: 0.3;
}

a.slick-slide.slick-active {
    opacity: 1;
}

ul#primary-menu li > a {
    font-size: 15px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #ffffff;
    text-transform: uppercase;
    font-family: 'Poppins', sans-serif;
}

ul#primary-menu .menu-item.current-menu-item.page_item.current_page_item > a {
    color: #e00008;
}



/* BANNER */
.home .banner-fw {
    height: 500px;
}

.banner-fw {
    height: 360px;
	display: flex;
    align-items: center;
}


p.wh-banner-desc {
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    font-size: 20px;
    margin-bottom: 20px;
}

.wh-btncta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

.wh-btncta a.wh-ctabanner:first-child {
    border: solid 1px #fff;
    width: 185px;
    padding: 7px 10px;
    border-radius: 3px;
    text-decoration: none;
    margin-right: 20px;
    -webkit-transition-duration: 0.4s;
  	-o-transition-duration: 0.4s;
  	   transition-duration: 0.4s;
}

.wh-btncta a.wh-ctabanner:first-child:hover {
	background: #f10002;
	border: solid 1px #f10002;
}

.wh-btncta a.wh-ctabanner:last-child {
	border: solid 1px #f10002;
    width: 185px;
    padding: 7px 10px;
    border-radius: 3px;
    text-decoration: none;
    color: #fff;
    background: #f10002;
    -webkit-transition-duration: 0.4s; /* Safari */
  	-o-transition-duration: 0.4s;
  	   transition-duration: 0.4s;
}

.wh-btncta a.wh-ctabanner:last-child:hover {
	background: none;
	border: solid 1px #ffffff;
}

input.wpcf7-form-control.wpcf7-submit {
    border: solid 1px #f10002;
    width: 155px;
    padding: 15px 10px;
    border-radius: 3px;
    text-decoration: none;
    color: #fff;
    background: #f10002;
    font-size: 15px;
    text-transform: uppercase;
    cursor: pointer;
}

.wh-banner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 360px;
    text-align: center;
}

.home .wh-banner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 500px;
    text-align: center;
}

.content-banner-fw {
    width: 100%;
}

.content-banner-fw h1,
.content-banner-fw p,
.content-banner-fw a {
	color: #fff;
    margin-top: 0;
}

.content-banner-fw h1 {
	font-size: calc(35px + 1.25vw);
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	line-height: normal;
	letter-spacing: normal;
	margin-bottom: 15px;
}
.home .content-banner-fw h2 {
    font-size: calc(35px + 1.25vw);
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    margin-bottom: 15px;
    color: #fff;
}
a.wh-readmore {
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-decoration: none;
    color: rgba(0, 0, 0, 0.9);
    font-size: 15px;
}

a.wh-readmore:after,
a.wh-readmore-red:after {
   content: '';
    background: url(/wp-content/uploads/2019/11/Arrow.svg);
    font-size: 20px;
    position: relative;
    top: 12px;
    left: 6px;
    width: 20px;
    height: 20px;
    display: inline-block;
    background-repeat: no-repeat;
}



ul#primary-menu li:hover > a {
    color:#e00008;
}

.client-list-hokiana a {
    text-decoration: none;
    color: #000;
}

.client-list-hokiana a:focus {
	outline: none;
}


ul#primary-menu .sub-menu li:not(:last-child) {
    padding-bottom: 20px;
}

ul#primary-menu .sub-menu li > a {
    text-align: left;
}

.col-gallery.wpb_column > .vc_column-inner > .wpb_wrapper {
    -webkit-box-shadow: 1px 1px 14px -1px rgba(0,0,0,0.35);
    box-shadow: 1px 1px 14px -1px rgba(0,0,0,0.35);
}

.wpb_single_image.wpb_content_element.vc_align_left.img-gallery {
    margin-bottom: 0;
}

.desc-gallery {
    padding: 0 20px 20px 20px;
}

.wpb_text_column.desc-gallery label {
    color: rgba(155, 155, 155, 0.9);
}


.wpb-js-composer .tab-gallery .vc_tta-color-white.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels .vc_tta-panel-body,
.wpb-js-composer .tab-gallery .vc_tta-color-white.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels {
	background-color: #fff!important;
	border: none!important;
}

.wpb-js-composer .tab-gallery .vc_tta-color-white.vc_tta-style-classic.vc_tta-tabs ul.vc_tta-tabs-list {
    border-bottom: solid 1.5px #f8f8f8;
}

.wpb-js-composer .tab-gallery .vc_tta-color-white.vc_tta-style-classic .vc_tta-tab>a {
    border: none;
    color: rgba(155, 155, 155, 0.9);
}

.wpb-js-composer .tab-gallery .vc_tta-color-white.vc_tta-style-classic .vc_tta-tab.vc_active>a {
    color: #000000;
    font-weight: 700;
    background-color: #fff!important;
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: solid 1.5px #e00008;
    border-bottom-color: #e00008!important;
}


a.wh-ctaphone:before {
	content: '';
    background: url(/wp-content/uploads/2019/11/red-telp.svg) center/contain no-repeat;
    width: 16px;
    height: 16px;
    display: inline-block;
    margin-right: 5px;
    top: 2px;
    position: relative;
}

.title-with-border h2:before {
    content: '';
    background: red;
    display: inline-block;
    position: absolute;
    width: 5px;
    height: 100px;
    left: 0;
    top: 14px;
}

.title-with-border h2 {
    position: relative;
    padding-left: 40px;
    margin-top: 0;
}

.wh-portofolio .vc_column-inner > .wpb_wrapper {
    border: solid 1px #dcdcdc;
    position: relative;
    overflow: hidden;
}

.wh-portofolio {
	margin-bottom: 30px;
}

.wh-portofolio .vc_single_image-wrapper  {
    height: 130px;
    display: -webkit-box!important;
    display: -ms-flexbox!important;
    display: flex!important;
}


.client-list-hokiana .content-collega .collega-overview {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: space-between;
    background: #fff;
    padding: 4px;
}

.client-list-hokiana .collega-overview p {
    font-size: 12px;
    margin: 0;
    display: flex;
    justify-content: center;
}
.bg-list {
    padding: 10px;
}

.wh-portofolio .img-portofolio {
	margin-bottom: 0;
}

.overlay-portofolio p {
	margin-top: 0;
	color: #fff;
}

.wh-portofolio:hover .overlay-portofolio {
    top: 91px;
    padding: 7px 10px;
}

.vc_row.wpb_row.vc_inner.vc_row-fluid.row-service-overview {
    margin-left: 0;
}

.overlay-portofolio .wpb_wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
}

.overlay-portofolio {
    position: absolute;
    top: calc(174% - 64px);
    left: 0;
    right: 0;
    background-color: #191919d4;
    overflow: hidden;
    width: 100%;
    height: 100%;
    -webkit-transition: .5s ease;
    -o-transition: .5s ease;
    transition: .5s ease;
    text-align: center;
}

.overlay {
    position: absolute;
    top: calc(100% - 64px);
    left: 0;
    right: 0;
    background-color: #191919d4;
    overflow: hidden;
    width: 100%;
    height: 100%;
    -webkit-transition: .5s ease;
    -o-transition: .5s ease;
    transition: .5s ease;
    text-align: center;
}

.our-services > .vc_column-inner {
    overflow: hidden;
    position: relative;
}

.our-services.wpb_column.vc_column_container  {
    padding: 0px 10px;
    margin-bottom: 20px;
}

.wpb_text_column.wpb_content_element.overlay a,
.vc_btn3-container.btn-red a {
    text-decoration: none;
    color: #fff;
    padding: 10px 25px;
    background: #f10002;
    display: block;
    margin-top: 15px;
    font-size: 16px;
    border-radius: 3px;
    -webkit-transition-duration: 0.4s;
  	-o-transition-duration: 0.4s;
  	   transition-duration: 0.4s;
}

.vc_btn3-container.btn-red a:hover {
	background-color: #ffffff!important;
	border: solid 1px #f10002;
	color: #f10002!important;
}

.vc_btn3-container.btn-red a {
    margin-top: 0;
}

.our-services:hover .overlay {
    top: 0;
    padding: 7px 10px;
}

.title-box h3,
.wpb_text_column.wpb_content_element.title-box,
.wpb_text_column.wpb_content_element.overlay {
    margin: 0;
}

.our-services > .vc_column-inner {
    height: 250px;
    padding: 0!important;
    border-radius: 5px;
}

.overlay p {
    padding: 0 30px;
    margin: 0;
}

.overlay h4,
.overlay p {
    color: #fff;
}

.overlay .wpb_wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
}

.breadcrumbs {
    padding: 15px 0px;
}

.breadcrumbs span a {
    text-decoration: none;
}

.breadcrumbs span:first-child {
    font-weight: 300;
    letter-spacing: -0.16px;
    color: rgb(0, 0, 0);
    text-decoration: none;
}

.breadcrumbs span.current-item, .breadcrumbs span.category-post.title-category span {
    font-weight: bold;
      font-stretch: normal;
      font-style: normal;
      line-height: normal;
      letter-spacing: normal;
      text-align: center;
      color: rgba(0, 0, 0, 0.9);
}

.img-jasa.wpb_column > .vc_column-inner {
    height: 225px;
    border-radius: 5px;
}

.wh-col-desc h3 {
    margin-top: 0;
}

.wh-col-desc .wh-content-services {
    margin-bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 225px;
    padding: 20px 45px;
}

a.wh-readmore-red {
    color: #f10002;
    text-decoration: none;
}

.col-sidebar-red .contact-sidebar{
    margin-bottom: 0;
}

.col-sidebar-red .contact-sidebar p {
    margin-top: 0;
    margin-bottom: 15px;
    color: #fff;
    text-align: center;
}

article.type-karir {
    margin-top: 30px;
}

article.type-karir h2 {
    margin: 0;
}

h2.widget-title {
    margin-top: 40px;
}

form.wpcf7-form textarea:focus {
    outline: none;
}

.cf7-file-upload {
    padding: 15px;
    border: solid 1.5px #b9b9b9;
    background-color: #ffffff;
    margin: 15px 0;
}

.menu-menu-sidebar-container ul#menu-menu-sidebar li > a {
    font-size: 16px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: rgba(0, 0, 0, 0.9);
    text-decoration: none;
}

.menu-menu-sidebar-container ul#menu-menu-sidebar li:before {
    content: '';
    background: red;
    height: 10px;
    width: 10px;
    display: inline-block;
    margin-right: 15px;
    border-radius: 3px;
}

.menu-menu-sidebar-container ul#menu-menu-sidebar {
    padding-left: 0;
    margin-left: 0px;
    list-style: none;
    line-height: 2;
}

.no-hover .wpb_wrapper {
    display: flex;
    align-items: center;
    flex-flow: column;
    height: 250px;
    justify-content: center;
}

.no-hover .wpb_wrapper p,
.no-hover {
	margin: 0;
}

.no-hover img.call-center {
    width: 85px;
}

.col-sidebar-red {
    background-color: #f10002;
    border-radius: 5px;
    padding: 20px;
}

a.wh-cta-white {
    text-decoration: none;
    color: rgba(0, 0, 0, 0.9);
    background: #fff;
    padding: 12px 14px;
    display: block;
    width: 200px;
    margin: 0 auto;
    font-size: 15px;
    font-weight: 600;
    border-radius: 5px;
}

a.wh-cta-white:before {
    content: '';
    background: url(/wp-content/uploads/2019/11/telp-icon.svg) center/contain no-repeat;
    width: 16px;
    height: 16px;
    display: inline-block;
    margin-right: 5px;
    top: 2px;
    position: relative;
}

.wpcf7-response-output.wpcf7-display-none.wpcf7-mail-sent-ok {
    border-radius: 4px;
    border: solid 1px #398F14!important;
    padding: 10px;
    font-weight: 600;
    text-align: center;
}

form.wpcf7-form input[type="text"]:focus,
form.wpcf7-form input[type="email"]:focus,
form.wpcf7-form input[type="tel"]:focus,
form.wpcf7-form input[type="number"]:focus,
form.wpcf7-form input[type="textarea"]:focus {
	outline: none;
}

form.wpcf7-form input[type="text"],
form.wpcf7-form input[type="email"],
form.wpcf7-form input[type="tel"],
form.wpcf7-form input[type="number"] {
    width: 100%;
    border: solid 1.5px #b9b9b9;
    padding: 8px 10px;
    height: 40px;
}

form.wpcf7-form textarea {
    width: 100%;
    border: solid 1.5px #b9b9b9;
    padding: 8px 10px;
    height: 150px;
}

.wh-row-header {
    background-color: #f8f8f8;
}

.wh-content-services a {
    text-decoration: none;
    color: #000;
}

.img-jasa {
	cursor: pointer;
}

.wpb_text_column.overlay-portofolio p a {
    text-decoration: none;
    color: #fff;
    font-size: 13px;
}

.wpb_text_column.overlay-portofolio p a strong {
	font-weight: 500;
}





.detail-content {
    background: #1e1e1e;
    padding: 25px;
    color: #fff;
    border-radius: 5px;
    min-height: 220px;
}

.detail-content .read-more a {
    text-decoration: none;
    color: #f10002;
    cursor: pointer;
}

.detail-content .read-more a:after {
    content: '';
    width: 30px;
    height: 13px;
    margin-bottom: -3px;
    margin-left: 10px;
    display: inline-block;
    background: url(/wp-content/uploads/2019/11/Arrow.svg) center/cover no-repeat;
}

.detail-content .read-more {
    text-align: right;
}

a.notif {
    position: absolute;
    font-size: .7em;
    background: #e52d27;
    color: #fff;
    width: 18px;
    height: 18px;
    text-align: center;
    line-height: 18px;
    border-radius: 50%;
    border: 0;
    margin-top: -10px;
    text-decoration: none;
}


.detail-content h4 > a {
    text-decoration: none;
    color: #fff;
}
.detail-content h4 {
    margin: 0;
}




.portofolio-overview:hover .nama-perusahaan {
    bottom: 0;
}

.portofolio-overview:not(:hover) .nama-perusahaan {
    bottom: -100%;
}

.portofolio-overview .nama-perusahaan {
    position: absolute;
    left: 0;
    transition: .5s;
    background-color: #191919d4;
    color: #FFFFFF;
    font-size: 13px;
    text-align: center;
    padding: 8px;
    line-height: 1.2;
    width: 100%;
}

.portofolio-overview {
    border: solid 1px #dcdcdc;
    position: relative;
    overflow: hidden;
    height: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.portofolio-overview {
    position: relative;
    overflow: hidden;
}

.portofolio-overview .nama-perusahaan p {
    margin-top: 0;
}

/*// Footer //*/
footer#colophon {
    background-color: #170303;
    text-align: center;
    color: #fff;
    font-size: 14px;
}

footer#colophon p {
	margin: 0;
}

footer#colophon .site-info {
    padding: 15px 0px;
}

footer#colophon a {
	text-decoration: none;
	color: #fff;
}

footer#colophon a:hover {
	color: #f10002;
}

.wh-siteinfo p > a {
    color: rgba(0, 0, 0, 0.9);
    text-decoration: none;
    line-height: 2;
    font-weight: 600;
}

.wh-siteinfo p > a > img {
	margin-right: 10px;
    width: 15px;
}

.wh-siteinfo .wh-container p {
	margin-top: 0;
}

.wh-siteinfo .wh-container h3 {
	margin-bottom: 15px;
}

.menu-footer-menu-container ul {
    margin-left: 0;
    padding-left: 0;
    list-style: none;
    line-height: 2;
}

.menu-footer-menu-container ul li a {
	text-decoration: none;
	color: rgba(0, 0, 0, 0.9);
	font-weight: 600;
}

.wh-siteinfo .wpb_text_column.wpb_content_element {
	margin-bottom: 0;
}

.wh-cta {
    background: rgb(25,25,25);
    background: -o-linear-gradient(341deg, rgba(241,0,2,1) 74%, rgba(25,25,25,1) 74%);
    background: linear-gradient(109deg, rgba(241,0,2,1) 74%, rgba(25,25,25,1) 74%);
}

.content-karir p {
    text-align: justify;
}

/*// Page 404 //*/

section.error-404.not-found {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 70px;
    text-align: center;
}

section.error-404.not-found h1 {
    margin: 0;
    line-height: 1;
}
section.error-404.not-found p {
    margin: 0;
    font-size: 18px;
    font-weight: 600;
    padding-bottom: 20px;
}

section.error-404.not-found a.backto {
	border: solid 1px #f10002;
    width: 185px;
    padding: 7px 10px;
    border-radius: 3px;
    text-decoration: none;
    color: #fff;
    background: #f10002;
    text-align: center;
}

.wh-row-header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99999;
    width: 100%;
    background-color: #f8f8f8;  
}

.logo-client {
    background-position: center; 
    background-size: 75px 60px;
}

.client-list-hokiana .content-collega .collega-overview .nama-client {
    width: calc(100% - 80px);
}
