@charset "utf-8";
/* CSS Document */
@media screen and (min-width:990px) {
body{
  	margin: 0px;
  	background: #FFF;
}
.menu-mobile{
	 display:none;
}
#menumob{
	 display:none;
}
.header_atas{
  	float: left;
  	width: 100%;
    padding-top: 20px;
    padding-bottom: 10px;
  	overflow: hidden;
  	background: #FFF;
}
.header_atas .logo{
    float: left;
    width: 100%;
    text-align: center;
}
.header_atas .logo img{
    width: 300px;
}

.header_bawah{
    float: left;
    width: 100%;
    background: #FFF;
    position: relative;
    z-index: 10;
}

#navbar {
}
.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    -webkit-box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.3);
    box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.3);
}
.sticky + .content {
    padding-top: 60px;
}

#cssmenu,
#cssmenu ul,
#cssmenu ul li,
#cssmenu ul li a,
#cssmenu {
    margin: 0;
    padding: 0;
    border: 0;
    list-style: none;
    line-height: 1;
    display: block;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
#cssmenu:after,
#cssmenu > ul:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
#cssmenu #menu-button {
    display: none;
}
#cssmenu {
    float:left;
    margin-left: 2%;
    font-family: 'Garamond-Bold';
    line-height: 1;
    text-transform: uppercase;
}
#cssmenu > ul > li {
    float: left;
}
#cssmenu > ul > li:hover > a,
#cssmenu > ul > li.active > a {
    color: #FFF;
    background: #464646;
}
#cssmenu ul ul {
    position: absolute;
    left: -9999px;
}
#cssmenu li:hover > ul {
    left: auto;
}
#cssmenu ul ul li {
    height: 0;
    -webkit-transition: height .2s ease;
    -moz-transition: height .2s ease;
    -ms-transition: height .2s ease;
    -o-transition: height .2s ease;
    transition: height .2s ease;
}
#cssmenu ul li:hover > ul > li {
    height: 45px;
}
#cssmenu ul ul {
    position: absolute;
    left: -9999px;
    -webkit-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.3);
    box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.3);
}
#cssmenu li:hover > ul {
    left: auto;
}
#cssmenu.align-right li:hover > ul {
    right: 0;
}
#cssmenu ul ul li {
    height: 0;
    -webkit-transition: height .2s ease;
    -moz-transition: height .2s ease;
    -ms-transition: height .2s ease;
    -o-transition: height .2s ease;
    transition: height .2s ease;
}
#cssmenu ul li:hover > ul > li {
    height: 40px;
}
#cssmenu ul ul li a {
    height: 40px;
    width: 240px;
    font-size: 14px;
    padding-top: 14px;
    padding-left: 22px;
    background: #464646;
    text-decoration: none;
    color: #FFF;
    font-family: 'Garamond-Bold';
    transition: all 0.3s ease 0s; 
    -webkit-transition: all 0.3s ease 0s;
}
#cssmenu ul ul li:hover > a,
#cssmenu ul ul li a:hover {
    background: #000;
}

.slide{
    float: left;
    width: 100%;
    overflow: hidden;
}
.slide img.more{
    width: 100%;
}

.about_home{
    float: left;
    width: 100%;
    padding-top: 30px;
    padding-bottom: 30px;
    background: #FFF;
}
.about_home .text{
    float: left;
    width: 100%;
}
.about_home .text .title{
    float: left;
    width: 100%;
    font-family: 'Garamond-Bold';
    font-size: 28px;
    color: #000;
    text-align: center;
    margin-bottom: 20px;
    letter-spacing: 1px;
}
.about_home .text strong{
    font-family: 'Garamond-Bold';
    font-size: 24px;
    color: #000;
}
.about_home .text p{
    font-family: 'Garamond';
    line-height: 1.5em;
    padding-bottom: 10px;
    float: left;
    width: 100%;
    font-size: 22px;
    color: #000;
}

.service_home{
    float: left;
    width: 100%;
    padding-top: 30px;
    padding-bottom: 30px;
    background: #FFF;
}
.service_home .title{
    float: left;
    width: 100%;
    font-family: 'Garamond-Bold';
    font-size: 28px;
    color: #000;
    text-align: center;
    margin-bottom: 20px;
    letter-spacing: 1px;
}
.service_home .grid{
    float: left;
    width: 100%;
    display: grid;
    grid-template-columns: auto auto auto;
    grid-gap: 20px;
}
.service_home .grid > div{
    text-align: left;
}
.service_home .box{
    float: left;
    width: 90%;
    color: #FFF;
    text-align: center;
    font-size: 14px;
}
.service_home .box .pic{
    float: left;
    width: 100%;
    height: 220px;
    text-align: left;
    margin-bottom: 20px;
}
.service_home .box .pic img{
    width: 100%;
    height: 100%;
}
.service_home .box .title{
    float: left;
    width: 100%;
    color: #000;
    font-family: 'Garamond-Bold';
    text-align: center;
    font-size: 22px;
    margin-bottom: 15px;
}
.service_home .box .text{
    float: left;
    width: 100%;
    font-size: 20px;
    font-family: 'Garamond';
    line-height: 1.3em;
    text-align: center;
    margin-bottom: 10px;
    color: #000;
}
.service_home .box a.more{
    color: #FFF;
    transition: all 0.3s ease 0s; 
    -webkit-transition: all 0.3s ease 0s;
}
.service_home .box a.more:hover{
    color: #8b8e94;
}

.about_solo{
    float: left;
    width: 100%;
    padding-top: 30px;
    padding-bottom: 30px;
    background: #FFF;
}
.about_solo .side{
    float: left;
    width: 100%;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    overflow: hidden;
    margin-bottom: 40px;
}
.about_solo .lefttext{
    float: left;
    width: 40%;
    margin-left: 5%;
    margin-right: 5%;
    font-size: 20px;
    font-family: 'Garamond';
    line-height: 1.3em;
    margin-bottom: 10px;
    color: #000;
}
.about_solo .righttext{
    float: right;
    width: 40%;
    margin-left: 5%;
    margin-right: 5%;
    font-size: 20px;
    font-family: 'Garamond';
    line-height: 1.3em;
    margin-bottom: 10px;
    color: #000;
}
.about_solo .lefttext strong, .about_solo .righttext strong{
    font-family: 'Garamond-Bold';
    font-size: 22px;
    color: #000;
    margin-bottom: 10px;
    float: left;
    width: 100%;
}
.about_solo .rightpic{
    float: right;
    width: 60%;
    height: 320px;
    margin-right: -15% !important;
    overflow: hidden;
    transform: skew(20deg);
}
.about_solo .rightpic img{
    float: left;
    width: 100%;
    height: 100%;
    margin-left: -10%;
    transform: skew(-20deg);
}
.about_solo .leftpic{
    float: left;
    width: 60%;
    height: 320px;
    margin-left: -15% !important;
    overflow: hidden;
    transform: skew(-20deg);
}
.about_solo .leftpic img{
    float: right;
    width: 100%;
    height: 100%;
    margin-right: -10%;
    transform: skew(20deg);
}

.gallery_page{
    float: left;
    width: 100%;
    padding-top: 30px;
    padding-bottom: 30px;
    overflow: hidden;
    background: #FFF;
}
.row{
    box-sizing:border-box;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-flex:0;
    -ms-flex:0 1 auto;
    flex:0 1 auto;
    -webkit-box-orient:horizontal;
    -webkit-box-direction:normal;
    -ms-flex-direction:row;
    flex-direction:row;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
}
.center_grid{
    -webkit-box-pack:center;
    -ms-flex-pack:center;
    justify-content:center;
    text-align:center
}
.gallery_page .box{
    float: left;
    width: 23%;
    height: 200px;
    margin: 1%;
    margin-bottom: 30px;
    overflow: hidden;
    background: #000;
    position: relative;
}
.gallery_page .box img{
    width: 100%;
    height: 100%;
}
.gallery_page .box .back{
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.gallery_page .box:hover .back{
    opacity: 1;
    background: rgba(0,0,0,0.6);
    transition: all 0.3s ease 0s; 
    -webkit-transition: all 0.3s ease 0s;
    text-align: center;
}
.gallery_page .box:hover .back i{
    color: #FFF;
    font-size: 40px;
    margin-top: 30%;
}
.gallery_page .box:hover .back a{
    color: #000;
    width: 70%;
    padding: 5%;
    left: 10%;
    bottom: 10%;
    position: absolute;
    background: rgba(255,255,255,0.9);
    font-family: 'open_sanssemibold';
    font-size: 13px;
    border-radius: 3px;
}
.gallery_page .boxvideo{
    float: left;
    width: 23%;
    height: 250px;
    margin-right: 2%;
    margin-bottom: 20px;
    overflow: hidden;
    background: #000;
    position: relative;
}
.gallery_page .boxvideo img{
    width: 100%;
    height: 100%;
}
.gallery_page .boxvideo .back{
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.gallery_page .boxvideo:hover .back{
    opacity: 1;
    background: rgba(0,51,153,0.6);
    transition: all 0.3s ease 0s; 
    -webkit-transition: all 0.3s ease 0s;
    text-align: center;
}
.gallery_page .boxvideo:hover .back a{
    float: left;
    width: 100%;
    text-align: center;
    margin-top: 42%;
    color: #FFF;
    font-size: 60px;
}

.paging{
    float: left;
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
}
.paging ul{
    float: left;
    width: 100%;
}
.paging li{
    float: left;
    list-style: none;
    margin-right: 5px;
}
.paging li a{
    float: left;
    width: 35px;
    height: 35px;
    text-align: center;
    border-radius: 3px;
    border: 2px solid #003399;
    background: #FFF;
    color: #003399;
    font-size: 15px;
    line-height: 2.3em;
    font-family: 'open_sanssemibold';
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}
.paging li a:hover, .paging li a.active{
    border: 2px solid #003399;
    background: #003399;
    color: #FFF;
}

.footer_top{
    float: left;
    width: 100%;
    padding-top: 20px;
    padding-bottom: 30px;
    background: #FFF;
}
.footer_top .title{
    float: left;
    width: 100%;
    font-family: 'Garamond-Bold';
    font-size: 28px;
    color: #000;
    text-align: center;
    margin-bottom: 20px;
    letter-spacing: 1px;
}
.footer_top .side{
    float: left;
    width: 40%;
    padding-left: 10%;
    font-family: 'Garamond';
    font-size: 20px;
    color: #000;
    text-align: center;
    line-height: 1.3em;
}
.footer_top .side img{
    width: 28px;
    margin-top: -5px;
}
.footer_top .side img.waico{
    width: 130px;
    margin-top: 5px;
    border: 5px solid #464646;
}
.footer_top .side2{
    float: right;
    width: 40%;
    padding-right: 10%;
}

.footer_bottom{
    float: left;
    width: 100%;
    border-top: 4px solid #000;
    padding-top: 30px;
    padding-bottom: 30px;
    color: #FFF;
    font-size: 12px;
    background: #464646;
}
.footer_bottom .logo{
    float: left;
    width: 25%;
    margin-right: 5%;
}
.footer_bottom .logo img{
    width: 200px;
}
.footer_bottom .sosmed{
    float: left;
    width: 25%;
    margin-right: 5%;
    font-family: 'Garamond';
    font-size: 18px;
    color: #FFF;
    text-align: center;
}
.footer_bottom .sosmed .title{
    float: left;
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
}
.footer_bottom .sosmed a{
    color: #FFF;
    font-size: 33px;
    margin: 5px;
}
.footer_bottom .alamat{
    float: left;
    width: 30%;
    font-family: 'Garamond';
    color: #FFF;
    font-size: 16px;
}
.footer_bottom .alamat span{
    float: left;
    width: 100%;
}
.footer_bottom .alamat span i{
    float: left;
    width: 30px;
    height: 30px;
    color: #FFF;
    font-size: 16px;
}
.footer_bottom .alamat span a{
    color: #dab96b;
}

#back-to-top {
    position: fixed;
    bottom: 40px;
    right: 40px;
    z-index: 9999;
    width: 45px;
    height: 45px;
    text-align: center;
    background: url(../images/top.png) no-repeat center #000;
    color: #FFF;
    cursor: pointer;
    border: 0;
    border-radius: 2px;
    text-decoration: none;
    transition: all 0.3s ease-out; 
    -webkit-transition: all 0.3s ease-out;
    opacity: 0;
    -webkit-box-shadow: 0px 0px 5px -1px rgba(0,0,0,0.5);
    -moz-box-shadow: 0px 0px 5px -1px rgba(0,0,0,0.5);
    box-shadow: 0px 0px 5px -1px rgba(0,0,0,0.5);
}
#back-to-top:hover {
    opacity: 0.5;
}
#back-to-top.show {
    opacity: 1;
}
}
@media screen and (min-width:1180px){
.container_24{
    margin-left: auto;
    margin-right: auto;
    width: 1110px;
}
.container_25{
    margin-left: auto;
    margin-right: auto;
    width: 1190px;
}
#cssmenu > ul > li > a {
    padding: 18px;
    padding-left: 40px;
    padding-right: 40px;
    text-align: center;
    font-size: 18px;
    text-decoration: none;
    color: #464646;
    transition: all 0.3s ease 0s; 
    -webkit-transition: all 0.3s ease 0s;
}
}
@media screen and (min-width:990px) and (max-width:1179px) {
.container_24{
    margin-left: auto;
    margin-right: auto;
    width: 980px;
}
.container_25{
    margin-left: auto;
    margin-right: auto;
    width: 980px;
}
#cssmenu > ul > li > a {
    padding: 18px;
    padding-left: 28px;
    padding-right: 28px;
    text-align: center;
    font-size: 18px;
    text-decoration: none;
    color: #464646;
    transition: all 0.3s ease 0s; 
    -webkit-transition: all 0.3s ease 0s;
}
}