body {
    font-family: 'ProximaNW01-Reg';
}
#header {
    padding: 20px 0;
}
.main-menu {
    display:block;
    text-align: right;
}
.main-menu .navbar {
    display: inline-block;
}
.main-menu .navbar ul {
    display: inline-block;
    margin: 0px;
    padding:0px;
}
.main-menu .navbar ul li {
    display: inline-block;
    margin: 0px;
    padding:0px;
    position: relative;
}
.main-menu .navbar ul li a {
    text-align: center;
    line-height: 50px;
    color: rgb(65,65,65);
    font-family: 'ProximaNW01-Reg';
    font-size: 14px;
    line-height: 50px;
    padding: 0px 10px;
}
.main-menu .navbar ul li.active a {
    color: rgb(21,93,233);
}
.main-menu .navbar ul li a:hover {
    color: #F2C83D;
}
a {
    text-decoration: none;
}
.main-menu .navbar ul li > ul {
    display: none;
    z-index: 99;
    position: absolute;
    width: max-content;
    top: 45px;
    left: 0px;
    background: #fff;
    -moz-box-shadow: 0px 0px 5px #888;
    -webkit-box-shadow: 0px 0px 5px #888;
    box-shadow: 0px 0px 5px #888;
}
.main-menu .navbar ul li:hover > ul {
    display: block;
}
.main-menu .navbar ul li:hover > ul li {
    display: block;
}
.main-menu .navbar ul li:hover > ul li a {
    display: block;
    margin: 0px;
    padding: 0px 15px;
    line-height: 30px;
}
.banner-home {
    background-color: rgb(21,93,233);
    text-align: center;
    background-attachment: fixed;
    position: relative;
}
.banner-home:before {
    content: "";
    background-image: url(images/bg-banner.png);
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    opacity: 0.5;
}
.banner-home .item-banner {
    display: block;
    padding: 125px 0;
    position: relative;
    z-index: 9;
    text-align: center;
}
.banner-home.inner .item-banner {
    display: block;
    padding: 150px 0;
    text-align: center;
}
.banner-home .item-banner h4 {
    color:#F2C83D;
    font-size: 24px;
}
.banner-home .item-banner h2 {
    font-size: 80px;
    color: rgb(255,255,255);
    font-weight: bold;
}
.content-banner {
    width: 810px;
    margin: 0 auto;
}
.content-banner h3 {
    font-size: 45px;
    color: #fff;
}
.btn-banner-big {
    display: inline-block;
    border: 1px solid #f2c83d;
    color: #f2c83d;
    padding:10px 30px;
    font-weight: bold;
    font-size: 20px;
    margin-top: 20px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    -khtml-border-radius: 0px;
    border-radius: 0px;
    transition: 0.3s;
}
.btn-banner-big:hover {
    background-color: #f2c83d;
    color: #000;
}
.btn-banner {
    display: inline-block;
    border: 1px solid #f2c83d;
    color: #f2c83d;
    padding:5px 20px;
    font-weight: bold;
    font-size: 16px;
    margin-top: 20px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    -khtml-border-radius: 0px;
    border-radius: 0px;
    transition: 0.3s;
}
.btn-banner:hover {
    background-color: #f2c83d;
    color: #000;
}
.main-content {
    margin: 80px 0;
}
.item-block-main {
    display: block;
    position: relative;
    background: #000;
    margin-bottom: 50px;
}
.img-block-main {
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.img-block-main img {
    object-fit: cover;
    height: 360px;
    width: 100%;
    opacity: 0.5;
}
.item-block-main:hover .img-block-main img {
    opacity: 1;
} 
.title-block-main {
    position: absolute;
    padding: 0 20px;
    left: 0px;
    top: 0px;
    z-index: 1;
    text-align: center;
    width: 100%;
    height: 100%;
}
.title-block-main h3 {
    color: #fff;
    text-align:center; 
    font-size:48px;
    margin-top: 150px;
}
.item-block-main:hover .title-block-main {
    display: none
}
.content-block-main {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    padding: 20px;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    color: #fff;
    text-align: center;
}
.contet-hover {
    border: 2px solid #fff;
    width: 100%;
    height: 100%;
    vertical-align: middle;
    padding: 100px 20px;
    display: block;
    transition: visibility 0s, opacity 0.5s linear;
}
.item-block-main:hover .content-block-main {
    visibility: visible;
    opacity: 1;
    transition: visibility 0s, opacity 0.5s linear;
}
.content-block-main h4 {
    font-size: 32px;
    color: #fff;
}
.content-block-main .btn-banner {
    font-size: 16px;
    transition: 0.3s;
    padding: 7px 30px;
}
#tentangkami {
    display: flex;
    position: relative;
    width: calc(100% - var(--padding) * 2);
    margin: 0 auto;
}
.tentangkami-left {
    column-width: 421px;
}
.tentangkami-right {
    column-width: 559px;
}
.img-project-home img {
    width: 100%;
    height: 450px;
    object-fit: cover;
    object-position: 50% 50%;
}
.text-project-home {
    text-align: center;
    font-size: 14px;
    width: 200px;
    margin: 125px auto;
}
.text-project-home h3 {
    color: rgb(21,93,233);
    font-size: 28px;
    text-align: center;
    margin-bottom: 20px
}
.text-project-home .btn-banner {
    font-size: 16px;
    padding: 7px 15px;
    width: 100%;
}
#contact-home {
    background-color: rgb(21,93,233);
    text-align: center;
    background-attachment: fixed;
    text-align: center;
    padding: 125px 0;
    position: relative;
}
#contact-home:before{
    content: "";
    background-image: url(images/bg-banner.png);
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    opacity: 0.5;
}
#contact-home .content-kontak-home h3 {
    font-size: 48px;
    color: #fff;
}
.content-kontak-home {
    max-width: 855px;
    position: relative;
    z-index: 9;
    margin: 0px auto;
}
#footer {
    padding: 35px 0;
}
#footer .copy {
    text-align: center;
    font-size: 14px;
    color: rgb(153,153,151);
}
#tentangkami {
    position: relative;
    overflow: hidden;
    width: 100%;
    display: block;
}
#tentangkami .row>* {
    padding-right: 0px;
    padding-left: 0px;
}
.tentangkami-left {
    background-color: rgb(21,93,233);
    text-align: center;
    background-attachment: fixed;
    text-align: center;
    height: 550px;
    position: relative;
}
.tentangkami-left:before {
    content: "";
    background-image: url(images/bg-banner.png);
    position: absolute;
    left: 0px;
    top: 0px;
    opacity: 0.5;
    display: block;
    width: 100%;
    height: 100vh;
}
.tentangkami-right {
    background-image: url(images/rev/b54457_d4ff9448434840ae9ee385cbe739b4f3_mv2_d_6000_3376_s_4_2.jpg);
    background-repeat: no-repeat;
    background-position: 70% 0;
    background-attachment: fixed;
    height: 550px;
    width: 100%;
    display: block;
    object-fit: contain;
    background-size: cover;
}
.main-tentangkami {
    position: absolute;
    left: 0px;
    top: 0;
    width: 100%;
    z-index: 2;
}
.content-tentang-kami-home {
    padding: 100px 0;
    max-width: 400px;
    color: #fff;
    text-align: left;
}
.content-tentang-kami-home h4 {
    font-size: 24px;
    color:#F2C83D;
}
.content-tentang-kami-home h3 {
    font-size: 42px;
    line-height: 1.2em;
    color: #fff;
}
#tentang-krue {
    background-image: url(images/rev/img-tentang-ori-update.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    text-align: center;
    background-attachment: fixed;
    text-align: center;
    height: 600px;
}
#visimisi {
    padding: 50px 0;
}
.visi-misi {
    display: block;
    background-color: rgb(21,93,233);
    text-align: center;
    background-attachment: fixed;
    text-align: center;
    border: 3px solid #F2C83D;
    height: 387px;
    position: relative;
}
.visi-misi:before {
    content: "";
    background-image: url(images/bg-banner.png);
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    opacity: 0.5;
    position: absolute;
}
.visi-misi h3 {
    text-align: center;
    letter-spacing:0.2em;
    color:#F2C83D;
    font-size:100px;
    font-weight: bold;
    padding: 120px 0;
    position: relative;
    z-index: 9;
    text-transform: uppercase;
}
.visi-misi  .content {
    opacity: 0;
    visibility: hidden;
    padding: 100px;
    font-size: 16px;
    text-align: left;
    transition: visibility 0s, opacity 0.5s linear;
    position: relative;
    z-index: 9;
}
.visi-misi:hover {
    background-color: rgb(255,255,255);
    border: 10px solid #F2C83D;
}
.visi-misi:hover  .content{
    opacity: 1;
    visibility: visible;
    transition: visibility 0s, opacity 0.5s linear;
}
.visi-misi:hover h3 {
    display: none;
}
#nilaiperusahaan {
    padding: 50px 0 100px;
    display: block;
    background-color: rgb(242, 200, 61);
    text-align: center;
    background-attachment: fixed;
    text-align: center;
    position: relative;
}
#nilaiperusahaan:before {
    content: "";
    background-image: url(images/bg-banner.png);
    position: absolute;
    left: 0px;
    opacity: 0.5;
    top: 0px;
    width: 100%;
    height: 100%;
}
#nilaiperusahaan h3 {
    text-align: center;
    letter-spacing:0.2em;
    font-size:46px;
    font-weight: bold;
    color: rgb(21,93,233);
    margin-bottom: 50px;
    position: relative;
    z-index: 9;
}
.block-nilai {
    display: block;
    background: rgb(21,93,233);
    text-align: center;
    position: relative;
    max-height: 344px;
    overflow: hidden;
    position: relative;
    z-index: 9;
}
.block-nilai img {
    width: 100%;
    opacity: 0.3;
}
.block-nilai .content {
    position: absolute;
    left: 0px;
    width: 100%;
    top: 0px;
    padding: 100px 50px;
    text-align: center;
}
.block-nilai .content h4 {
    color:#F2C83D;
    font-size: 26px;
    margin-bottom: 20px;
    letter-spacing:0.2em;
}
.block-nilai .content p {
    color: #fff;
    font-size:18px;
}
#gallery-tentang {
    padding: 50px 0;
    height:580px;
    overflow:hidden;
}
.img-galler-thum {
    display: block;
    overflow: hidden;
}
.img-galler-thum img {
    object-fit: cover;
    height: 463px;
}
.wrap-hubungi {
    width: 980px;
    margin: 50px auto;
}
.block-hubungi {
    display: block;
    background-image: url(images/bg-banner.png);
    text-align: center;
    padding: 50px;
    height: 400px;
}
.wrap-hubungi .row>*, #hubungi-foto .row>* {
    padding-right: 0px;
    padding-left: 0px;
}
.bg-blue {
    background-color: rgb(21,93,233);
}
.bg-white {
    background-color: rgb(255, 255, 255);
}
.bg-yellow {
    background-color: rgb(242, 200, 61);
}
.block-hubungi h3 {
    letter-spacing:0.2em;
    font-size: 30px;
    text-align: center;
    margin-bottom: 20px;
    padding-bottom: 15px;
    position: relative;
}
.block-hubungi.bg-blue h3 {
    color: #F2C83D;
}
.block-hubungi.bg-blue h3:after {
    content: "";
    display: inline-block;
    background-color: #fff;
    height: 8px;
    width: 64px;
    text-align: center;
    position: absolute;
    bottom: 0px;
    left: 40%;
}
.block-hubungi.bg-white h3 {
    color: rgb(21,93,233);
}
.block-hubungi.bg-white h3:after {
    content: "";
    display: inline-block;
    background-color: #F2C83D;
    height: 8px;
    width: 64px;
    text-align: center;
    position: absolute;
    bottom: 0px;
    left: 40%;
}
.block-hubungi.bg-yellow h3 {
    color: rgb(21,93,233);
}
.block-hubungi.bg-yellow h3:after {
    content: "";
    display: inline-block;
    background-color: rgb(21,93,233);
    height: 8px;
    width: 64px;
    text-align: center;
    position: absolute;
    bottom: 0px;
    left: 40%;
}
.block-hubungi .content {
    width: 333px;
    margin: 30px auto;
    font-size: 20px;
}
.block-hubungi.bg-blue .content {
    color: #fff;
}
.block-hubungi.bg-white .content {
    color: #000;
}
.img-full {
    position: relative;
    overflow: hidden;
}
.img-full img {
    object-fit: cover;
    height: 400px;
    width: 100%;
}
.banner-produk {
    background-color: rgb(21,93,233);
    text-align: center;
    background-attachment: fixed;
    position: relative;
}
.banner-produk:before {
    content: "";
    background-image: url(images/bg-banner.png);
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    opacity: 0.5;
}
.banner-produk .item-banner {
    display: block;
    padding: 50px 0;
    text-align: center;
    position: relative;
    z-index: 9;
}
.banner-produk .item-banner h2 {
    font-size: 60px;
    color:#F2C83D;
    font-weight: bold;
    text-align: center;
}
.banner-produk .content-banner {
    margin: 0px;
    width: 100%;
}
#pemeliharaan {
    padding: 50px 0 100px;
    display: block;
    background-image: url(images/bg-banner.png);
    background-color: rgb(21,93,233);
    text-align: center;
    background-attachment: fixed;
    text-align: center;
}
#pemeliharaan h3 {
    text-align: center;
    letter-spacing:0.2em;
    font-size:46px;
    font-weight: normal;
    color: #F2C83D;
    margin-bottom: 50px;
}
#pemeliharaan .block-nilai {
    display: block;
    background: #F2C83D;
    text-align: center;
    position: relative;
    max-height: 344px;
    overflow: hidden;
}
#pemeliharaan .block-nilai img {
    width: 100%;
    opacity: 0.3;
}
#pemeliharaan .block-nilai .content {
    position: absolute;
    left: 0px;
    width: 100%;
    top: 0px;
    padding: 100px 50px;
    text-align: center;
}
#pemeliharaan .block-nilai .content h4 {
    color:rgb(21,93,233);
    font-size: 26px;
    margin-bottom: 20px;
    letter-spacing:0.2em;
}
#pemeliharaan .block-nilai .content p {
    color: #000;
    font-size:18px;
    line-height: 1.2em;
    text-align: center;
}
.project-content {
    width: 980px;
    margin: 100px auto 50px;
}
.content-detail {
    text-align: center;
    margin-bottom: 20px;
}
.content-detail h3 {
    font-size:45px;
    text-align: center;
    color: rgb(21,93,233);
    position: relative;
    margin-bottom: 25px;
}
.content-detail h3:after {
    content: "";
    border-bottom: 2px solid rgb(242,200,61);
    width: 150px;
    position: absolute;
    left: 43%;
    bottom: -10px;
}
.item-project {
    background: rgba(21,93,233);
    padding: 5px;
    margin-bottom: 25px;
}
.item-project-text {
    padding: 40px 20px 0 20px;
    color: #fff;
    font-size:15px; 
    line-height:1.5em;
}
.item-project-text p {
    font-size:14px; 
    line-height:1.5em;   
    margin-bottom: 0px;
}
.item-project-text h4 {
    font-size:32px;
    color:rgb(242, 200, 61); 
    font-weight:700;
    text-align: left;
    margin-bottom: 15px;
    font-family: 'ProximaNW01-Reg';
}
.item-project-img {
    background: #fff;
    text-align: center;
    display: block;
    overflow: hidden;
}
.item-project-img img {
    height: 462px;
    width: 650px;
    object-fit: cover;
    object-position: 50% 50%;
}
#daftar-lengkap {
    background-color: #fff;
    text-align: center;
    background-attachment: fixed;
    padding: 155px 0;
    position: relative;
}
#daftar-lengkap:before {
    content: "";
    left: 0px;
    top: 0px;
    background-image: url(images/bg-banner.png);
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0.3;
}
.content-browsur {
    text-align: center;
    width: 780px;
    margin: 0 auto;
    position: relative;
    z-index: 9;
}
.content-browsur h3 {
    text-align: center;
    font-size:48px;
    color: rgb(21,93,233);
    line-height:1.2em;
    margin-bottom: 50px;
}
.btn-area {
    text-align: center;
}
.btn-blue {
    display: inline-block;
    padding: 10px 40px;
    border: 2px solid rgb(21,93,233);
    color: rgb(21,93,233);
    font-weight: 700;
    font-size: 20px;
    margin: 0px 15px;
    transition: 0.3s;
}
.btn-blue:hover {
    background: rgb(21,93,233);
    color: #fff;
}
.btn-yellow {
    display: inline-block;
    padding: 10px 40px;
    border: 2px solid rgb(242, 200, 61);
    color: rgb(242, 200, 61);
    font-weight: 700;
    font-size: 20px;
    margin: 0px 15px;
    transition: 0.3s;
}
.btn-yellow:hover {
    background:rgb(242, 200, 61);
    color: #000;
}
#list-part {
    margin: 50px 0;
}
.wrapper-part {
    width: 980px;
    margin: 0 auto;
}
.item-part {
    display: block;
}
.item-part .img-part {
    display: block;
    position: relative;
    overflow:hidden;
}
.item-part .img-part img {
    height: 280px; 
    width: 100%; 
    object-fit: cover;
}
.item-part h3 {
    font-size:24px; 
    text-align:center;
    color: #000;
    margin: 15px 15px 45px;
    display: block;
}
.wrapper-blog {
    width: 940px;
    margin: 50px auto;
    position: relative;
}
.blog-item {
    display: flex;
    margin-bottom: 30px;
    border: 1px solid rgb(232, 230, 230);
}
.blog-item-img {
    display: flex;
    width: 50%;
    position: relative;
    overflow: hidden;
    text-align: center;
}
.blog-item-img img {
    object-fit: cover;
    width: auto;
    height: 350px;
}
.blog-item-text {
    display: flex;
    width: 50%;
    padding: 100px 50px 0;
}
.blog-item-text h4 {
    color: rgb(65, 65, 65);
    font-size: 28px;
}
.blog-item-text:hover h4 {
    color: rgb(127, 204, 247);

}
.blog-item-text p {
    overflow: hidden; 
    text-overflow: ellipsis; 
    -webkit-box-orient: vertical; 
    display: -webkit-box; 
    -webkit-line-clamp: 4; 
    max-height: 92px;
    font-size: 14px;
    color: rgb(65, 65, 65);
}
.blog-item-text:hover p {
    color: rgb(127, 204, 247);
}

#gallery-rotate {
    margin: 100px 0 0;
}

#showcase {
  height: 450px;
  overflow: visible !important;
}
.grid-item { 
    box-shadow: rgb(0 0 0 / 33%) 0px 1px 3px 0px;
    margin: 20px 10px;
}
.grid-item img {
    max-width: 100%;
}
.grid-item:hover img{
    opacity: 0.5;
}
.galleri-content {
    padding: 15px;
    text-align: center;
}
.galleri-content h4 {
    font-weight: 400;
    margin: 0;
    font-size: 18px;
}
.galleri-content p {
    font-size: 12px;
    line-height: 17px;
}
.my-masonry-grid a, .my-masonry-grid a h4, .my-masonry-grid a p {
    color: #000;
}
.block-hubungi.form {
    padding: 50px 20px 20px;
    height: auto;
}
.block-hubungi.form .content {
    width: 400px;
    text-align: center;
}
.block-hubungi input {
    display: block;
    width: 100%;
    font-size: 14px;
    padding: 5px;
}
.block-hubungi textarea {
    display: block;
    width: 100%;
}
.block-hubungi.form .content table tr td {
    padding: 5px;
}
.block-hubungi input.btn-contact {
    background: #000;
    color: #fff;
    text-align: center;
    padding: 10px;
    border: 0px;
    display: block;
}
#home-2option {
    max-height: 450px;
    overflow-y: hidden;
}
#home-2option .row {
    margin-left: 0px;
    margin-right: 0px;
}
#home-2option .row>* {
    padding-right: 0px;
    padding-left: 0px;
}
#banner-project {
    height: 600px;
}
#banner-project img {
    width: 100%;
    height: 600px;
    object-fit: cover;
    object-position: 50% 50%;
}
.fade {
    opacity:0;
}
.fadein {
    opacity:0;
}
.fadeinleft {
    opacity:0;
    margin-left:-300px; 
    max-width:100%;
}
.fadeinright {
    opacity:0;
    margin-right: -300px; 
    max-width:100%;
}
.responsive {
    display: none;
}
.burger {
    width: 40px;
    display: inline-block;
}
.menu-right {
    display: none;
    width: 190px;
    position: fixed;
    right: 0px;
    top: 0px;
    height: 100vh;
    background: #e8e6e6;
    padding: 14px;
    z-index: 999;
}
.head-menu-responsive {
    display: block;
    text-align: right;
    padding: 6px;
    height: 50px;
    margin-bottom: 30px;
}
.toggle-menu.close{
    border: 1px solid #fff;
    padding: 15px;
    position: relative;
    right: 0px;
    top: 7px;
    border-radius: 5px;
}
.toggle-menu.close .burger {
    width: 22px;
}
.responsive-nav ul {
    margin: 0px;
    padding: 0px;
}
.responsive-nav ul li {
  cursor: pointer;
  display: block;
  padding: 10px 0px;
  margin: 0px;
  text-align: right;
  border-bottom: 1px solid #000;
}
.responsive-nav ul ul {
  display: none;
}
.responsive-nav ul > li {
  color: blue;
}
.responsive-nav ul > li a {
    padding: 10px 0 15px;
}
.responsive-nav ul li ul li {
  border-bottom: 0px;
  padding: 10px 20px;
  width: 180px;
  text-align: right;
}
.responsive-nav ul li a {
    padding: 10px 0px;
    color: #000;
    font-size: 18px;
    text-align: right;
}
.responsive-nav ul li ul li a {
    font-size: 16px;
    text-align: right;
}
.responsive-nav ul li span {
    display: inline-block;
    margin-right: 15px;
    color: #000;
    font-size: 20px;
}
.owl-carousel .owl-nav button.owl-next span {
    content: "";
    background: url(images/left-arrow.png);
    background-size: 30px;
    width: 30px;
    height: 30px;
    display: inline-block;
    transform: rotate(180deg);
    font-size: 0px;
}
.owl-carousel .owl-nav button.owl-prev span {
    content: "";
    background: url(images/left-arrow.png);
    background-size: 30px;
    width: 30px;
    height: 30px;
    display: inline-block;
    font-size: 0px;
}
.owl-theme .owl-nav [class*=owl-]:hover {
    background: none;
}
.owl-carousel .owl-nav:hover button span {
    content: "";
}
.owl-carousel .owl-nav button.owl-next {
    position: absolute;
    right: 20px;
    top: 180px;
}
.owl-carousel .owl-nav button.owl-prev {
    position: absolute;
    left: 20px;
    top: 180px;   
}
.owl-dots {
    display: none;
}
.wrapper-artikel {
    max-width: 940px;
    margin:  20px auto;
    padding: 100px;
    border: 1px solid rgba(232, 230, 230, 0.75);
}
.inner-artikel h1 {
    color: rgb(65, 65, 65);
    font-size: 33px;
    margin-bottom: 30px;
}
.inner-artikel img {
    max-width: 100%;
    display: inline-block;
}
.wrapper-related {
    max-width: 940px;
    margin:  20px auto;
}
.item-related {
    border: 1px solid rgba(232, 230, 230, 0.75);
}
.item-related .related-text {
    padding: 15px 20px;
}
.item-related .related-text h3 {
    font-size:18px;
    border-bottom: 1px solid rgba(232, 230, 230, 0.75);
    padding-bottom: 15px;
}
a .item-related .related-text h3 {
    color: #000;
    height: 80px;
}
.related-img img {
    max-width: 100%;
}
#flex-area {
    display: none;
    background: #fff;
}
