@import url(https://fonts.googleapis.com/css?family=Montserrat:200,300,400,700|Lato:400,900,700|Oswald:400,700);
@font-face{
    font-family:"futura-pt-medium";
    src:url("../font/FuturaPTMedium.otf") format("woff"),
    url("../font/FuturaPTMedium.otf") format("opentype"),
    url("../font/FuturaPTMedium.otf") format("truetype");
}
@font-face{
    font-family:"futura-pt";
    src:url("../font/FuturaPTLight.otf") format("woff"),
    url("../font/FuturaPTLight.otf") format("opentype"),
    url("../font/FuturaPTLight.otf") format("truetype");
}
/*.blog-home {
    height: 300px;
}*/

.our_clients .swiper-wrapper{
    padding:20px 0px;
}
.our_clients .swiper-slide{
    display:flex;
    align-items: center;
}
body {
    padding: 40px 0px;
    font-family: 'futura-pt' !important;
}
.about_clients .container{
    background: #f7f7f7;
    padding: 10px !important;
    /*padding-bottom: 15px;*/
}
.about_clients .swiper-slide{
    border:1px solid #e1e1e1;
    background:#f7f7f7;
}
.contact_class, .contact_class iframe{
    width:100%;
    height:600px;
}
.project-view .read-more-content a{
    padding:0px !important;
    color: #cf1a07 !important;
    background:none !important;
    border:0px !important
}
.project-view .component-blog img{
    border-radius: 0px !important;
    box-shadow: 0px 0px !important
    
}
.headwrapper{
    background-repeat: no-repeat !important;
    background-position: center center !important;
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important;
    -webkit-box-shadow: inset 15px -10px 171px 94px rgba(0,0,0,0.58);
    -moz-box-shadow: inset 15px -10px 171px 94px rgba(0,0,0,0.58);
    box-shadow: inset 15px -10px 171px 94px rgba(0,0,0,0.58);
    display: flex;
    align-items: center;
}

.bg-product-home{
    height: 300px;
    position: relative;
    background-repeat: no-repeat !important;
    background-position: center center !important;
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important;
}

.btn-search-top, #search .close{
    background: none !important;
    border: none !important;
    font-size: 30px;
}
#slideshow_wrapper .swiper-slide{
    align-self: center;
}
#slideshow_wrapper.swiper-container{
    display: flex;
}
#search {
    z-index: 9999999999999;
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);

    -webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;

    -webkit-transform: translate(0px, -100%) scale(0, 0);
	-moz-transform: translate(0px, -100%) scale(0, 0);
	-o-transform: translate(0px, -100%) scale(0, 0);
	-ms-transform: translate(0px, -100%) scale(0, 0);
	transform: translate(0px, -100%) scale(0, 0);

    opacity: 0;
}

#search.open {
    -webkit-transform: translate(0px, 0px) scale(1, 1);
    -moz-transform: translate(0px, 0px) scale(1, 1);
	-o-transform: translate(0px, 0px) scale(1, 1);
	-ms-transform: translate(0px, 0px) scale(1, 1);
	transform: translate(0px, 0px) scale(1, 1);
    opacity: 1;
}

#search input[type="search"] {
    position: absolute;
    top: 50%;
    width: 100%;
    color: rgb(255, 255, 255);
    background: rgba(0, 0, 0, 0);
    font-size: 60px;
    font-weight: 300;
    text-align: center;
    border: 0px;
    margin: 0px auto;
    margin-top: -51px;
    padding-left: 30px;
    padding-right: 30px;
    outline: none;
}
#search .btn {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: 61px;
    margin-left: -45px;
}
#search .close {
    position: fixed;
    top: 15px;
    right: 15px;
    color: #fff;
	background-color: #428bca;
	border-color: #357ebd;
	opacity: 1;
	padding: 10px 17px;
	font-size: 27px;
}
.list-feature{
    font-size: 12px;
}
.service-page .title-content{
    font-weight: bold;
    color: #525252;
}
.title-container{
    height: 60px;
    padding-top: 10px;
    font-size: 16px;
}
.panel-left {
    padding-bottom: 40px;
}
.panel-body .row_head .custom:after {
    display: block;
    content: " ";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 15px 15px 0 15px;
    border-color: #00c9d9 transparent transparent transparent;
    position: absolute;
    left: 40%;
    bottom: -10px;
}
.panel-body .row_head .basic:after {
    display: block;
    content: " ";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 15px 15px 0 15px;
    border-color: #fe10fa transparent transparent transparent;
    position: absolute;
    left: 40%;
    bottom: -10px;
}
.panel-body .row_head .standart:after {
    display: block;
    content: " ";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 15px 15px 0 15px;
    border-color: #806dea transparent transparent transparent;
    position: absolute;
    left: 40%;
    bottom: -10px;
}
.textcenter_mobile{
    text-align: center;
}
.panel-price .row{
    padding:0px !important;
}
.panel-price .col-sm-3, .panel-price .col-sm-9, .type-price{
    padding:15px;
    word-break: break-word;
}
.list-feature{
    color: black;
}
.panel-price .list-feature .row{
    border-left:1px solid #d4d4d6;
}
.feature-detail td{
    vertical-align: top;

}
.panel-price .list-feature .col-sm-3, .panel-price .list-feature .col-sm-9, .type-price{

    border-right:1px solid #d4d4d6;
    border-bottom:1px solid #d4d4d6;
}

.panel-body .row_head {
    padding-bottom: 0 !important;
}
.panel-body .row{
    background: white;
}
.panel-body .row:nth-of-type(2n) {
    background: #f8eaf9 !important;
    padding: 15px;
}
.panel-body .row {
    padding: 15px;
}
.panel-body .row_head .basic {
    background: #fe10fa;
    color: #FFF;
    font-size: 14px;
    text-align: center;
    padding: 14px;
    font-weight: bold;

    border-radius: 10px 10px 0 0;
    -moz-border-radius: 10px 10px 0 0;
    -webkit-border-radius: 10px 10px 0 0;
    box-shadow: 0 -5px 6px -7px #444 inset;
    -moz-box-shadow: 0 -5px 6px -7px #444 inset;
    -webkit-box-shadow: 0 -5px 6px -7px #444 inset;
}
.panel-body .row_head .standart {
    background: #806dea;
    color: #FFF;
    font-size: 14px;
    text-align: center;
    padding: 14px;
    font-weight: bold;

    border-radius: 10px 10px 0 0;
    -moz-border-radius: 10px 10px 0 0;
    -webkit-border-radius: 10px 10px 0 0;
    box-shadow: 0 -5px 6px -7px #444 inset;
    -moz-box-shadow: 0 -5px 6px -7px #444 inset;
    -webkit-box-shadow: 0 -5px 6px -7px #444 inset;
}
.panel-body .row_head .custom {
    background: #00c9d9;
    color: #FFF;
    font-size: 14px;
    text-align: center;
    padding: 14px;
    font-weight: bold;

    border-radius: 10px 10px 0 0;
    -moz-border-radius: 10px 10px 0 0;
    -webkit-border-radius: 10px 10px 0 0;
    box-shadow: 0 -5px 6px -7px #444 inset;
    -moz-box-shadow: 0 -5px 6px -7px #444 inset;
    -webkit-box-shadow: 0 -5px 6px -7px #444 inset;
}
.panel-price  h4{
    font-size: 14px !important;
}


body{
    margin: 0;
    padding: 0;
    font-family: 'Josefin Sans', sans-serif;
    background: #30333a;
    color: #fff;
}
.sosmed-button.wrapper {
    position: fixed;
    top: 50%;
    /*left: 45%;*/
    z-index: 999;
    transform: translate(-50%,-50%);
}
.sosmed-button ul {
    list-style: none;
}
.sosmed-button ul li {
    width: 50px;
    height: 50px;
    background: #e59500;
    /*margin: 10px 0;*/
    /*border-radius: 3px;*/
    position: relative;
    cursor: pointer;
    /*box-shadow: 0 0 10px rgba(0,0,0,0.3);*/
}
.sosmed-button ul li .fa {
    position: absolute;
    color: white;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    font-size: 20px;
}
.sosmed-button ul li.facebook {
    background: #3b5999;
}
.sosmed-button ul li.twitter {
    background: #55acee;
}
.sosmed-button ul li.telephone {
    background: #3880da;
}
.sosmed-button ul li.instagram {
    background: #e4405f;
}
.sosmed-button ul li.google {
    background: #dd4b39;
}
.sosmed-button ul li.whatsapp {
    background: #25d366;
}
.sosmed-button .slider {
    position: absolute;
    top: 0;
    left: 51px;
    width: 0px;
    height: 50px;
    line-height: 50px;
    background: #eebb5c;
    text-align: center;
    border-radius: 3px;
    transition: all 0.2s ease;
}
.sosmed-button  .slider p {
    color: white;
    text-transform: uppercase;
    font-size: 16px;
    opacity: 0;
    font-weight: 900;
    transition: all 0.2s ease;
}
.sosmed-button ul li.facebook div.slider {
    background: #624aac;
}
.sosmed-button ul li.twitter div.slider {
    background: #7fd5f6;
}
.sosmed-button ul li.telephone div.slider {
    background: #68a3ec;
}
.sosmed-button ul li.instagram div.slider {
    background: #dd94c6;
}
.sosmed-button ul li.google div.slider {
    background: #eea59c;
}
.sosmed-button ul li.whatsapp div.slider {
    background: #82d47e;
}
.sosmed-button ul li:hover .slider {
    width: 180px;
}
.sosmed-button ul li:hover .slider p {
    opacity: 1;
}


body {
    background: #FFF;
    color: #888;
    font-family: 'Montserrat', sans-serif;
    line-height: 1.6;
    font-size: 16px;
    font-weight: 300;

}

.preloader{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background-image: url('preload/preload.gif');
    background-repeat: no-repeat;
    background-color: #FFF;
    background-position: center;
}
.content-product-detail{
    /*min-height: 1500px;*/
}
.back-to-top {
    z-index: 9999999;
    transition: 0.3s ease-in all;
    cursor: pointer;
    position: fixed;
    bottom: 100px;
    right: 20px;
    display: none;
    /*background: linear-gradient(to left, #FF10FB, #00C9D9);*/
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    /*    color: white !important;*/
    font-size: 39px;
    border-radius: 100px;
}

.fa-spin-hover:hover {
    -webkit-animation: spin 2s;
    -moz-animation: spin 2s;
    -o-animation: spin 2s;
    animation: spin 2s;
}
@-moz-keyframes spin {
    from { -moz-transform: rotate(0deg); }
    to { -moz-transform: rotate(360deg); }
}
@-webkit-keyframes spin {
    from { -webkit-transform: rotate(0deg); }
    to { -webkit-transform: rotate(360deg); }
}
@keyframes spin {
    from {transform:rotate(0deg);}
    to {transform:rotate(360deg);}
}

.more-view-style{
    margin-top:30px;
}
.blog-detail .content-detail{
    padding:50px 0px;
    color:black;
}

.share-style, .share-style .righted, .row share-style .lefted{
    align-self: center;
}
.share-style .fa{
    color:#999999;
}
.share-style{
    font-weight: bold;
}

.blog-detail .share-title{
    margin-right: 10px;
}
.blog-detail .share-style{

    text-align: center;
    margin:30px 0px;
    /*padding:20px 10px;*/
    padding-top: 10px;
/*    border-top:1px solid grey;
    border-bottom:1px solid grey;*/

}
.blog-detail .share-style a:hover{
    text-decoration: none;
}
.blog-detail .share-style .facebook{
    color:#4267b2;
}
.blog-detail .share-style .google-plus{
    color:#dd4e40;
}

.previous-style a{
    -webkit-text-fill-color: transparent;
    font-weight: 500;
    background-color: transparent !important;
    line-height: 1;
    background: linear-gradient(to left, #FF10FB, #00C9D9);
    -webkit-background-clip: text;
    transition: 0.3s ease-in all;
}
.previous-style a:hover{
    -webkit-text-fill-color: transparent;
    font-weight: 500;
    background-color: transparent !important;
    line-height: 1;
    background: linear-gradient(to left, #71036f, #046067);
    -webkit-background-clip: text;
}
.blog-detail .header-image{
    width: 100%;
    text-align: center;
}
.blog-detail .title{
    text-align: left;
    font-weight: bold;
}
.blog-detail .date{
    text-align: center;
    padding:30px 0px;
}

/* .about_we_are{
  width:100%;
  min-height: 100px;
} */
.img-background-content-portofolio-detail{
    position: relative;

}
.image-content-portofolio-detail::after{
    content:'';
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    /* top: 0; */
    bottom: 0;
    /*background: red;*/    
    box-shadow: 8px 12px 3px 3px #cfcfcf;
}
.img-content-right::after{
    box-shadow: -8px 12px 3px 3px #cfcfcf !important;
}
.kanan-konten  .title-content-custom{
     border-right: 1px solid #d02424;
     padding-right: 15px !important;
}
.kiri-konten  .title-content-custom{
     border-left: 1px solid #d02424;
     padding-left: 15px !important;
}
.isi-content-portofolio-detail .title-content-custom span{
    font-weight: 100 !important;
    color:#cf2424 !important;
}
.isi-content-portofolio-detail .title-content-custom{
    font-weight: bold;
    color:#cf2525;
    margin-bottom: 20px;
    padding: 10px;
    font-size: 30px;
}
.row-content-image{
    margin-bottom: 100px;
}
.img-multi{
    width:100%;
    box-shadow: 0px 0px 8px 1px #cfcfcf;
}
.image-content-portofolio-detail{
    /*position: absolute;*/
    position: relative;
    top: 20px;
    /* left: 100px; */
}
.image-content-portofolio-detail img{
    /*width: 400px !important;*/
}

.portofolio-container{
    /* background-size: 100%;
    width: 100%; */
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}


/* SS Form */
label.left {
    float: left;
    font-weight: bold;
    padding: 6px 12px 6px 0;
    text-align: left;
    width: 150px;
}

label {
    font-weight: 300;
    font-size: 12px;
}


.middleColumn,
.captcha_field,
.Actions,
#Remember {
    margin-left: 0px;
}

.field {
    clear: both;
    padding-bottom: 20px;
}

input.day,
input.month,
input.year {
    width: auto;
}

input,
textarea,
select {
    background-color: #FFF;
    background-image: none;
    border: 1px solid #DDD;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    color: #888;
    display: inline-block;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.42857;
    padding: 6px 12px;
    /* width: 100%; */
}

textarea {
    height: auto;
}

input.action,
form p.checkbox {}

.middleColumn ul {
    margin: 0;
}

#ForgotPassword {}

/* END SS Form */

/* your style */
a {
    color: #2196f3;

}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #444;
    font-family: 'Montserrat', sans-serif;
    font-weight: normal;
}

.navbar-fixed-top1 {
    left: 0;
    position: fixed;
    right: 0;
    z-index: 1030;
    top: 72px;
}

a:hover {
    color: #038FB9;
    text-decoration: underline;
}

hr,
.separator,
.line {}

.navbar-brand>img {
    float: left;
    /*height: 100%;*/
    margin-right: 10px;
    width: 240px;
}

/*img{
    pointer-events: none;
}*/
.title-footer-contact{
    font-size: 35px;
    color:#d02324;
    font-weight: bold;
}
footer {
    color: #8b8b8d;
    background: #e6e7e9;
/*    background: url(img/footer.png) no-repeat;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;*/
}

.sosmed-icon-footer li a{
    font-size: 18px;
    padding-right: 20px;
}
footer a {
    color: #969696;
    font-size: 12px;
}


.cms_content img {
    display: block;
    height: auto;
    width: 100%;
}

#svg_ct svg {
    position: absolute;
}


#slideshow_wrapper {
    /*background: linear-gradient(150deg,#00C9D9, #FF10FB);*/
    position: relative;
}

#slideshow_wrapper .swiper-button-prev {
    /*background: url("img/left-arrow.png") no-repeat scroll center center rgba(40, 40, 40, 0);*/
    height: 60px;
    left: 50px;
    position: absolute;
    top: 50%;
    width: 60px;
    z-index: 5;
}

#slideshow_wrapper .swiper-button-next {
    /*background: url("img/right-arrow.png") no-repeat scroll center center rgba(40, 40, 40, 0);*/

    height: 60px;
    right: 50px;
    position: absolute;
    top: 50%;
    width: 60px;
    z-index: 5;
}


.swiper-wrapper {
    padding: 0;
    margin: 0;
}

.swiper-container,
.swiper-slide {
    list-style: none;
    padding: 0;
}

#slideshow_wrapper .swiper-slide img {
    width: 100%;
}

.desc_wrap {
    position: relative;
}

.swiper-container li {
    margin-left: 0;
    line-height: 0;
}

.swiper-indicators {
    /*bottom: 0;*/
    left: 0;
    list-style: outside none none;
    padding-left: 0;
    position: absolute;
    right: 0;
    text-align: center;
    z-index: 15;
}
.swiper-indicators-client {
    bottom: 0;
    left: 0;
    list-style: outside none none;
    padding-left: 0;
    position: absolute;
    right: 0;
    text-align: center;
    z-index: 15;
}

.swiper-pagination-bullet {
    background-color: transparent;
    cursor: pointer;
    display: inline-block;
    height: 16px;
    margin: 4px;
    opacity: 1;
    text-indent: -999px;
    width: 16px;
    border-radius: 100%;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    border: 2px solid #FFF;
}

.swiper-pagination-bullet:hover,
.swiper-pagination-bullet-active {
    /*margin: 0;*/
    background-color: #FFF;
}

.swiper-button-next,
.swiper-button-prev {
    position: absolute;
}

.swiper-button-next:focus,
.swiper-button-prev:focus {
    outline: none;
}

.swiper-button-prev {
    background: url("img/left-arrow.png") no-repeat scroll center center rgba(40, 40, 40, 0.0);
    background-size: 150%;
    height: 60px;
    left: -1px;
    top: 50%;
    width: 60px;
    z-index: 5;
}

.swiper-button-next {
    background: url("img/right-arrow.png") no-repeat scroll center center rgba(40, 40, 40, 0.0);
    background-size: 150%;
    height: 60px;
    right: 0;
    top: 50%;
    width: 60px;
    z-index: 5;
}
.img-fixed{
    display:none  !important;
}
.img-not-fixed{
    display:none !important;
}
.navbar-default:not(.visible) .img-not-fixed{
    display:block !important;
}
.navbar-default.visible .img-fixed{
    display:block !important;
}

.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    background-image: linear-gradient(120deg, #f3002e 0%, #ff8ba4 100%);
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
}

.sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 16px;
    color: #ffffff;
    font-family: sans-serif;
    display: block;
    transition: 0.3s;
}

.sidenav a:hover {
    color: #f1f1f1;
}

.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
}

.sidenav .navbar-nav>li>a {
    padding: 10px;
}

#portfolio_wrapper {
    position: relative;
    background: url(img/shape1.svg) no-repeat;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

#portfolio_wrapper .swiper-slide a {}

.navbar-default .sosmed-icon .fa-sosmed{
    font-size: 15px;

}
@media (min-width: 767px) {

    .svg-home{
        margin-top:-150px;
    }
    .svg-about{
        margin-top:-100px;
    }
}

@media (max-width: 992px) and (min-width: 767px) {
    .sosmed-icon{
        float: left !important;
    }
}
.navbar-default .sosmed-icon li a{
    background: white !important;
    width: 30px;
    text-align: center;
    height: 30px;
    border-radius: 100px;
    line-height: 30px;
    color: #be3ff2 !important;
    box-shadow: inset 0 0 0 1px #ffffff, inset 0 0 0 3px #bd40f2;
}
.navbar-default.visible .sosmed-icon li a{
    background: #414042 !important;
    color:white  !important;
    box-shadow: inset 0 0 0 1px #414042, inset 0 0 0 3px #fff !important;
}

.indicator-header{
    margin-top: 20px;
}
#portfolio_wrapper .swiper-slide img {
    box-shadow: inset 0 0 0 5px #8c8c8c8a;
    border: 20px solid #FFF;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;

}

#client_wrapper {
    position: relative;
}

#client_wrapper .swiper-slide {
    margin-bottom: 30px;
}


.latest_project {
    /*background: url(img/bg_latest_project.png) no-repeat; */
    /*background: url(img/shape1.svg) no-repeat;
    background-size: cover;*/
}

.bg_svg {
    position: absolute;
}


/* #content_wrapper {
  padding-bottom: 30px;
} */

#blog_wrapper {
    position: relative;
/*    background: url(img/shape2.svg) no-repeat center center;
    background-size: contain;*/

}

#blog_wrapper .card {
    background-color: #FFFFFF;
    padding: 0;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    box-shadow: 2px 1px 4px 0px #80808080;
    /*box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.3);*/
}

.calendar_putih {
    font-size: 34px;
    float: left;
    line-height: 1;
    margin-right: 10px;
    text-align: center;
    vertical-align: middle;
}

.calendar_putih.phone,
.calendar_putih.email,
.calendar_putih.maps {
    display: block;
    width: 60px;
    height: 60px;
    background-size: 100% auto;
    background-repeat: no-repeat;
}

.calendar_putih.phone {
    background-image: url(img/phone.png);
}

.calendar_putih.email {
    background-image: url(img/email.png);
}

.calendar_putih.maps {
    background-image: url(img/maps.png);
}

.social_right {
    float: left;
    width: 75%;
}


.arrow_container {
    position: absolute;
    top: 0;
    right: 30px;
}

.slide_show_desc {
    bottom: 140px;
    color: #eee;
    font-size: 18px;
    line-height: 1.2;
    overflow: hidden;
    padding: 5px 10px;
    position: absolute;
    right: 0;
    z-index: 2;
    width: 100%;
}

.desc_slide {
    color: #EEE;
    line-height: 1.2;
    margin-top: 10px;
}

.btn_top {
    margin-top: 23px;
}

.btn-primary,
.Actions .action {}

.header_social {
    float: right;
}

.header_social img {
    width: 24px;
}

.header_social img:hover {
    border-radius: 100%;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    box-shadow: 0 0 12px 2px #33aae7;
    -moz-box-shadow: 0 0 12px 2px #33aae7;
    -webkit-box-shadow: 0 0 12px 2px #33aae7;
}


.header_social a {
    display: inline-block;
    margin: 0 5px;
}

.flag {
    float: right;
    padding-right: 15px;
}


.flag a {
    background-repeat: no-repeat;
    background-size: 16px auto;
    display: inline-block;
    height: 12px;
    margin-left: 10px;
    margin-top: 10px;
    width: 16px;
}

.flag .uk_flag {
    background-image: url(img/united-kingdom-flag.jpg);
}

.flag .indonesia_flag {
    background-image: url(img/indonesia-flag.jpg);
}

.flag a:hover,
.flag a.current {
    opacity: 0.4;
}

.btn {
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
}

.btn-border {
    background: #d02424;
    border: 1px solid #d02424;
    border-radius: 10px;
    color:white;
}

#contactForm .form-group {
    margin-bottom: 30px
}


.btn-primary {
    background: none repeat scroll 0 0 #2196F3;
    border: 1px solid #2196F3;
    color: #FFF;
    margin-left: 0px !important;
}

.btn-black {
    background: none repeat scroll 0 0 #222;
    border: 1px solid #222;
    color: #FFF;
    margin-left: 0px !important;
}

.btn-black:hover {
    color: #FFF;
}

.btn-blue {
    background: none repeat scroll 0 0 #FFF;
    border: 1px solid #2196f3;
    color: #2196f3;
    font-size: 13px;
    margin-left: 0 !important;
    padding: 15px;
}

.btn-blue:hover {
    color: #2196f3;
}


#home_link {}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #FFF;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
}

.navbar-toggle .icon-bar:nth-of-type(4) {
    width: 75%;
}

.navbar-default .navbar-toggle {
    border-color: transparent;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
    background-color: transparent;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active,
.open>.dropdown-toggle.btn-primary,
.Actions .action:hover,
.Actions button:hover,
.Actions .button:hover {
    background: transparent none repeat scroll 0 0;
    border-color: #444;
    color: #444;
}


.Actions .action,
.Actions button,
.Actions .button {
    background: #E51C40;
    border-color: #E51C40;
    text-shadow: none;
    padding: 5px 20px;
    height: auto;
}

.breadcrumb {
    background-color: #E51C40;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkitborder-radius: 0;
    color: #FFF;
    padding: 15px;
    text-transform: uppercase;
}

.breadcrumb>li+li::before {
    color: #FFF;
}

.breadcrumb i {
    color: #FFF;
    padding-right: 10px;
}

.breadcrumb a {
    color: #54000E;
}

.breadcrumb>.active {
    color: #FFF;
}

#breadcrumb_wrapper {
    background: rgba(17, 51, 87, 0.3) none repeat scroll 0 0;
    bottom: -9px;
    color: #FFF;
    font-weight: bold;
    padding: 18px 10px;
    text-transform: uppercase;
    width: 100%;
}

#breadcrumb a {
    background: rgba(0, 0, 0, 0) url("img/right-arrow.png") no-repeat scroll right center / 30px auto;
    color: #fff;
    padding-right: 30px;
    text-transform: uppercase;
}

#breadcrumb a:hover {
    color: #EEE;
    text-decoration: none;
}

#nav.affix {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10;
}

nav.navbar.navbar-default.visible li a {
    color: #414042;

}

.navbar-default .navbar-nav>li.active {
    /* background: white !important; */
}

.navbar-default .navbar-nav>li a:hover {
    color: #ef1cf9 !important;
    -webkit-text-fill-color: unset !important;
}

.navbar-default .navbar-nav>li>a {
    background-color: transparent;
    color: #ffffff;
    font-size: 15px;
    line-height: 1;
    padding: 8px 12px;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    font-weight: 400;
    padding-bottom: 1px;

}

.navbar-default .navbar-nav>li {
    padding: 5px;
}

.text-slider{
    /*left: 200px;*/
    position: absolute;
    bottom:60px;
    color:white;
    font-size: 40px;
    z-index: 9;
    
    
}


.navbar-brand {}

.navbar-default .navbar-brand {
    height: auto;
}

.navbar-default .navbar-brand span {
    margin-top: 25px;
    display: inline-block;
    font-size: 11px;
    color: #888;
}
.navbar-default:not(.visible) .navbar-nav:not(.sosmed-icon)>.active>a,
.navbar-default:not(.visible) .navbar-nav:not(.sosmed-icon) a:hover,
.navbar-default:not(.visible) .navbar-nav:not(.sosmed-icon) a:focus,
.navbar-default:not(.visible) .navbar-nav:not(.sosmed-icon)>.active>a,
.navbar-default:not(.visible) .navbar-nav:not(.sosmed-icon)>a:hover,
.navbar-default:not(.visible) .navbar-nav:not(.sosmed-icon)>a:focus,
.navbar-default:not(.visible) .navbar-nav:not(.sosmed-icon)>li>a:focus,
.navbar-default:not(.visible) .navbar-nav:not(.sosmed-icon)>.open>a,
.navbar-default:not(.visible) .navbar-nav:not(.sosmed-icon)>.open>a:hover,
.navbar-default:not(.visible) .navbar-nav:not(.sosmed-icon)>.open>a:focus {
    background-color: transparent;
    color:white !important;
    border-bottom:3px solid #c33535;
   
}
/*.navbar-default:not(.visible) .navbar-nav>.active>a,
.navbar-default:not(.visible) .navbar-nav a:hover,
.navbar-default:not(.visible) .navbar-nav a:focus,
.navbar-default:not(.visible) .navbar-nav>.active>a,
.navbar-default:not(.visible) .navbar-nav>a:hover,
.navbar-default:not(.visible) .navbar-nav>a:focus,
.navbar-default:not(.visible) .navbar-nav>li>a:focus,
.navbar-default:not(.visible) .navbar-nav>.open>a,
.navbar-default:not(.visible) .navbar-nav>.open>a:hover,
.navbar-default:not(.visible) .navbar-nav>.open>a:focus {
    background-color: transparent;
    color:white !important;
    border-bottom:1px solid white;
}*/

.navbar-default.visible .navbar-nav>.active>a,
.navbar-default.visible .navbar-nav>.active>a:hover,
.navbar-default.visible .navbar-nav>.active>a:focus,
.navbar-default.visible .navbar-nav>.active>a,
.navbar-default.visible .navbar-nav>a:hover,
.navbar-default.visible .navbar-nav>a:focus,
.navbar-default.visible .navbar-nav>li>a:focus,
.navbar-default.visible .navbar-nav>.open>a,
.navbar-default.visible .navbar-nav>.open>a:hover,
.navbar-default.visible .navbar-nav>.open>a:focus,
.navbar-default.visible .navbar-nav>li:hover,
.navbar-default.visible .navbar-nav>li:focus,
.navbar-default.visible .navbar-nav>li.active {
    line-height: 1;
    background: transparent;
    /*-webkit-background-clip: text;*/
    border:0px !important;
    color:#d02324;

}

.navbar-default.visible .navbar-nav>li>a:hover,
.navbar-default.visible .navbar-nav>.active>a {
    /*-webkit-text-fill-color: transparent;*/
}

.navbar-default .navbar-nav>li.active a,
.navbar-default .navbar-nav>li:hover>a {
    /*  border-bottom: 2px solid #4d7db3; */
}


.dropdown-menu>li>a:hover,
.dropdown-menu>li>a:focus {
    background-color: #215F9C;
    color: #FFF;
    text-decoration: none;
}

.nopad {
    padding-left: 0;
    padding-right: 0;
}

.pad10 {
    padding-left: 10px;
    padding-right: 10px;
}

.pad180 {
    padding-top: 180px;
    padding-bottom: 180px;
}

.breaking {
    margin-bottom: 30px;
}

.breaking15 {
    margin-bottom: 15px;
}

.breaking60 {
    margin-bottom: 60px;
}

.pad {
    padding-bottom: 30px;
    padding-top: 30px;
}

.pad60 {
    padding-bottom: 60px;
    padding-top: 60px;
}

.pad120 {
    padding-bottom: 120px;
    padding-top: 120px;
}
.pad160{
    padding-bottom: 160px;
    padding-top: 160px;
}

.padtop {
    padding-top: 30px;
}

#header_wrapper nav.navbar.navbar-default:not(.visible) {
    position: absolute;
    width: 100%;
    z-index: 999999;
}
@media (min-width: 768px){
    .text-slider{
        left: 200px;
    }
    .home_link img{
        width:100%;
    }
    #header_wrapper .navbar-header {
        width: 40% !important;
    }
}
#slideshow_wrapper .swiper-container::after{
/*    content: "";
    background: -webkit-linear-gradient(transparent,rgba(0, 0, 0, 0.74) );
    background: linear-gradient(transparent,rgba(0, 0, 0, 0.74) );
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
     top: 0; 
    bottom: 0;
    z-index: 1;
    -webkit-box-shadow: inset -4px -3px 158px 30px rgba(0,0,0,0.77);
    -moz-box-shadow: inset -4px -3px 158px 30px rgba(0,0,0,0.77);
    box-shadow: inset -4px -3px 158px 30px rgba(0,0,0,0.77);
    
    -webkit-box-shadow: inset -4px -35px 300px 41px rgba(0,0,0,0.84);
    -moz-box-shadow: inset -4px -35px 300px 41px rgba(0,0,0,0.84);
    box-shadow: inset -4px -35px 300px 41px rgba(0,0,0,0.84);
    
    -webkit-box-shadow: inset 15px -10px 171px 94px rgba(0,0,0,0.58);
-moz-box-shadow: inset 15px -10px 171px 94px rgba(0,0,0,0.58);
box-shadow: inset 15px -10px 171px 94px rgba(0,0,0,0.58);*/


}
#slideshow_wrapper .swiper-container{
  height: 600px;
  
  
  
}
#slideshow_wrapper .swiper-slide{
    cursor: pointer;
    background-repeat: no-repeat !important;
    background-position: center center !important;
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important;
    -webkit-box-shadow: inset 15px -10px 171px 94px rgba(0,0,0,0.58);
    -moz-box-shadow: inset 15px -10px 171px 94px rgba(0,0,0,0.58);
    box-shadow: inset 15px -10px 171px 94px rgba(0,0,0,0.58);
}
#header_wrapper {
    position: relative;
    width: 100%;
    z-index: 900;
    /* background-image: url('../img/header.svg'); */
    /*background-image: url('../img/Untitled-3-01.svg');*/
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 0px;

    /*min-height: 500px;*/

}
.text-title-style:before{
    right: 1.5%;
}
.text-title-style:after {
    left: 1.5%;
}
.text-title-style:before, .text-title-style:after {
      border-top: 1px solid green;
      content: '';
      display: table-cell;
      position: relative;
      top: 0.5em;
      width: 45%;
      
/*      right: 1.5%;
      left: 1.5%;*/
    }
.text-title-style span:before {
    right: 115%;
}
.text-title-style span:after {
    left: 115%;
}
.text-title-style span::after,.text-title-style span::before{
    content: '';
    display: block;
    width: 1000px;
    position: absolute;
    top: 0.73em;
    border-top: 1px solid #d9d9d9;
}
.conrent-our{
    text-align: center;
    padding: 40px 100px;
    color:#6b6b6b;
    font-size: 17px;
    /*margin: 0px 200px;*/
}
.text-title-style span{
    display: inline-block;
    vertical-align: baseline;
    zoom: 1;
    *display: inline;
    *vertical-align: auto;
    position: relative;
    padding: 0 20px;
}
.text-title-style{
    font-size: 30px;
    color:#d02324;
    font-weight: bold;
    position: relative;
    overflow: hidden;
}

h2.title {
    COLOR: WHITE;
    font-weight: bolder;
}

.navbar-default {
    z-index: 999;
    background: transparent;
    border: none;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    margin-bottom: 0;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
}

nav img {
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
}

.navbar-default1 {
    background: none repeat scroll 0 0 #FFF;
    border: none;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    box-shadow: 0 0 5px #CCC;
    -moz-box-shadow: 0 0 5px #CCC;
    -webkit-box-shadow: 0 0 5px #CCC;
    margin-bottom: 0
}

.navbar-nav1>li {
    display: inline-block;
    float: none;
}

/*.navbar-nav {
    margin-top: 15px;
}*/

.navbar-nav1 {
    margin-top: 0;
    width: 100%;
    text-align: center;
}

.navbar-nav1 li>a {
    text-transform: uppercase;
}


.navbar-right {}

#content_wrapper2 {
    background: #f4f4f4;
    border-top: 1px solid #e7e7e7;
    padding: 20px 0 50px 0;
}

#table_reservation {
    background: rgba(1, 46, 95, 0.75) none repeat scroll 0 0;
    box-shadow: 0 2px 2px #AAA;
    -moz-box-shadow: 0 2px 2px #AAA;
    -webkit-box-shadow: 0 2px 2px #AAA;
}

#table_reservation label {
    color: #FFF;
}


table {
    border-collapse: collapse;
    border-spacing: 0;
}

table.detail {
    width: 100%;
}


table.detail tr td {
    color: #EEE;
    font-size: 12px;
}

.table-hover>tbody>tr:hover,
.table-hover>tbody>tr:hover td {}

table a {
    color: #806805;
}

table a:hover {
    color: #888;
}

#table_schedule {
    overflow-x: auto;
}


table tr:nth-child(odd) {}

table tr:nth-child(even) {}

table tr td {
    padding: 10px
}


.row_product {
    padding: 20px 10px;
    border-bottom: 1px solid #CCC;
    color: #444;
}


table thead tr {
    background: #1f5e9a none repeat scroll 0 0 !important;
    color: #FFF;
}

table tr th {
    font-weight: 300;
    font-size: 18px;
}

table tbody tr {
    border-bottom: 1px solid #CCC;
}

.content-product-detail table tbody tr {
    border: 0px !important;
}
.content-product-detail td{
    padding: 8px 5px !important;
}
.content-product-detail table td ul{
    margin:0 !important;
}
.content-product-detail table td:has(ul){
    padding-right:10px !important;
}


table tr th,
table tr td {
    padding: 20px 30px;
}

.pagination {
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    /*text-align: center;*/
    width: 100%;
}

.pagination>li>a,
.pagination>li>span {
    border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    -webkit-border-radius: 0 !important;
    background: #fff none repeat scroll 0 0;
    border-color: #ACACAC;
    color: #888;
    float: none;
    font-size: 18px;
    font-weight: 300;
    margin: 0 5px;
    padding: 15px 20px;
}

.pagination>li>a:focus,
.pagination>li>a:hover,
.pagination>li>span:focus,
.pagination>li>span:hover,
.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
    background-color: #2196f3;
    border-color: #2196f3;
    color: #FFF;
    z-index: 3;
}

.judul {
    color: #333;
    margin-top: 0;
}

#home_page .judul {
    text-transform: uppercase;
}


.bigfont_blue {
    color: #2095F4;
    font-size: 60px;
    text-shadow: 5px 5px 0 #eee;
}

.bigfont_white {
    color: #FFFFFF;
    font-size: 60px;
}


.kuning {
    color: #FFCC2A;
}

.abu2 {
    color: #9d9d9d;
}


.tebalbanget {
    font-weight: 900
}


.judul span {
    color: #f7941d;
}

/*=====*/
#header_top {
    position: relative;
    padding: 20px 0px;
}

.phone_top {
    margin-top: 5px;
    margin-bottom: 5px;
}

.phone_top a {
    color: #888;
}

.menu_top {
    line-height: 1;
    margin-bottom: 5px;
    margin-top: 5px;
    padding-left: 0;
}

.menu_top li {
    display: inline-block;
    line-height: 1.2;
    margin-right: 19px;
    padding-right: 20px;
}

/*==SHARE==*/

.social_icon {
    color: #959595;
    display: block;
    height: 18px;
    padding-left: 20px;
    margin-bottom: 5px;
}

.share_icon {
    color: #959595;
    display: inline-block;
    height: 32px;
    width: 32px;
    margin-right: 2px;
    text-indent: -9999px;
}
.title-content-produk{
    position: relative;
    margin-bottom: 40px;
}
.title-content-produk::after {
    border-bottom: 3px solid #2dcc70;
    content: '';
    position: absolute;
    left: 0;
    /* right: 0; */
    width: 20%;
    bottom: -15px;
    margin: 0 auto;
    /* top: -17px; */
}
/*.title-content-produk::after{
    border-bottom: 0.5vw solid #4c4d4f;
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    width: 75%;
     bottom: 0; 
    margin: 0 auto;
    top: -15px;
}*/
.konten-thumb{
    position: absolute;
    bottom:0;
    color:white;
    z-index: 99;
    padding:30px 30px;
}
.title-thumb{
    font-size: 20px;
    font-weight: bold;
}
.desc-thumb{
    font-size: 15px;
}
.thumb-service{
    position: relative;
    border-radius: 20px;
    box-shadow: 7px 6px 6px 1px #d2d2d2d9;
}
.thumb-service::after{
    content: "";
    background: -webkit-linear-gradient(transparent,rgba(0, 0, 0, 0.74) 90%);
    background: linear-gradient(transparent,rgba(0, 0, 0, 0.74) 90%);
    position: absolute;
    display: block;
    width: 100%;
    height: 50%;
    /* top: 0; */
    bottom: 0;
    border-radius: 20px;
}

.title-produk{
    padding: 15px 0px;
    font-size: 30px;
    color: #d02324;
    font-weight: bold;
}

.share_right {
    float: right;
    padding-right: 15px;
}

.share_right span {
    color: #86754d;
    display: inline-block;
    font-size: 10px;
    font-weight: bold;
    height: 24px;
    line-height: 24px;
    margin-right: 10px;
    vertical-align: top;
}


.social_icon:hover {
    color: #86754d;
}

.fb_share {
    background: url("img/facebook-share.png") no-repeat scroll 0 0 / 32px auto rgba(0, 0, 0, 0)
}

.twitter_share {
    background: url("img/twitter-share.png") no-repeat scroll 0 0 / 32px auto rgba(0, 0, 0, 0)
}

.google_share {
    background: url("img/google-share.png") no-repeat scroll 0 0 / 32px auto rgba(0, 0, 0, 0);

}

/*  */
.parallax-window {
    background: transparent none repeat scroll center center;
    min-height: 270px;
    position: relative;
}



/*==============================GALLERY=====================*/

.gallery_cat {
    padding: 0 0 15px;
    border-bottom: 1px solid #CCC;
}


.gallery_cat li {
    list-style: none;
    display: inline-block;
    margin-bottom: 5px
}

.gallery_cat a {
    color: #444;
    display: block;
    font-size: 16px;
    padding: 10px 15px;
    transition: all 0.2s ease-out 0s;
}

.gallery_cat a:hover,
.gallery_cat a.current,
.gallery_cat a.active {
    border-radius: 5px !important;
    -moz-border-radius: 5px !imporatant;
    -webkit-border-radius: 5px !imporatant;
    background-color: #ff1746;
    border-color: #e51c40;
    color: #fff;
    z-index: 3;
    float: none;
    text-transform: none;
    text-decoration: none;

    font-weight: 300;
    margin: 0;
    transition: all 0.2s ease-out 0s;
}

.features-item .features_thumb:hover,
.features-item .active .features_thumb {
    box-shadow: 0 0 12px 2px #33aae7;
    -moz-box-shadow: 0 0 12px 2px #33aae7;
    -webkit-box-shadow: 0 0 12px 2px #33aae7;
}


/*NEWSLETTER*/
#newsletter {
    background: #222;
    color: #CCC;
    padding: 10px 20px;
}

#newsletter input {
    height: 40px;
    width: 100%;
}

#newsletter input[type="submit"] {
    width: 12em;
}

#filterby li {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px;
}

#filterby {
    font-size: 18px;
    font-family: 'Montserrat', sans-serif;
    font-weight: normal;
    text-transform: uppercase;
    padding-left: 0;
    margin-bottom: 0;
}

#filterby a {
    color: #888;
}

#filterby a:hover,
#filterby li.active a {
    color: #2196f3;
}


.news_block {
    padding: 10px;
}


.news_block h4 {
    text-transform: uppercase;
}

.card_news {
    border: none;
    background: #FFF;
}


/*==========FOOTER==========*/

footer ul {
    padding-left: 0;
}


footer li {
    list-style: none;
    line-height: 1.8;
}


.footer_link {
    padding-bottom: 10px;
    padding-top: 10px;
}

.footer_link a {
    color: #bbb;
    font-size: 12px;
    padding: 0 5px;
}

#footer_bottom .copyright {
    color: #FFF;
    font-size: 11px;
    padding: 15px 0;
}

footer h4 {
    color: #FFF;
}

#footer_bottom p {
    color: #ababab;
    font-size: 12px;
}

.logo_footer {
    width: 110px;
}

footer .break10 {
    margin-bottom: 10px;
}

footer a:hover {
    text-decoration: none;
    text-decoration: none;
    color: white;
    transition: 0.2s ease-in all;
}

#footer_top .col-sm-4:nth-of-type(2) {
    border-left: 1px solid #EEE;
    border-right: 1px solid #EEE;
    min-height: 150px;
}

#footerSocial a {
    display: inline-block;
}

#footerSocial img {
    width: 24px;
    margin-left: 5px;
}

.paycard img {
    margin-bottom: 15px;
    margin-right: 5px;
    width: 42px;

}


.footer_content.property_detail {
    background-color: #222224;
}


#footer_bottom_wrapper {
    background: #E51C40;
}

#footer_bottom {
    /*background: url(img/bg_footer.png) no-repeat right 0;*/
}


.pagination {
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    /*text-align: center;*/
    width: 100%;
}

.pagination>a,
.pagination>span {
    border-radius: 0 !important;
    -moz-border-radius: 0 !imporatant;
    -webkit-border-radius: 0 !imporatant;
    border-color: #ccc;
    color: #888;
    float: none;
    font-size: 14px;
    font-weight: 300;
    margin: 0 5px;
    padding: 8px 12px;
}

.pagination>a.active,
.pagination>a.active:hover,
.pagination>a.active:focus,
.pagination>a:hover,
.pagination>a:focus {
    background: #FBE644;
    color: #3c3d3d;
    border-color: #FBE644;
    text-decoration: none;
}

#newsletter_box_wrapper2 {
    background: #303030;
    padding: 30px 0 0;
}

#newsletter_box_wrapper {
    /*background: url(img/newsletter_bg.jpg) no-repeat center center; */
}

.row2 {
    position: relative;
}


#newsletter_box {
    margin-top: 10px;
}

#newsletter_box h4 {
    color: #E7E7E7;
}


#newsletter_box fieldset {
    float: left;
    margin-right: 5%;
    width: 75%;
}

#newsletter_box .Actions {
    float: left;
    width: 20%;
}

#newsletter_box .text-center {
    color: #e0e0e0;
}


#newsletter_box input {

    background: #FFF;
    border-color: #FFF;
    font-size: 16px;
    height: 42px;
    width: 100%;
}

#newsletter_box .btn-primary {
    background: #2196F3;
    border-color: #2196F3;
    color: #FFF;
}


/*CARD*/

.card {
    /*border: 1px solid #ececec;
    border-bottom: 1px solid #d5d5d5; */
    color: #555;
    display: block;
    text-align: left;
    position: relative;
    margin-bottom: 60px;
}

.card:hover {
    text-decoration: none;
}


.card .img-responsive {
    width: 100%;
}

.card_overlay_wrapper {
    overflow: hidden;
    position: relative;
    margin-bottom: 10px;
}


.card .jenis {
    background: #c09c2e none repeat scroll 0 0;
    color: #fff;
    display: inline-block;
    font-size: 11px;
    left: 10px;
    padding: 5px;
    position: absolute;
    text-align: left;
    text-transform: uppercase;
    top: -35px;
    width: auto;
}

.card .title {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
blog-home{
    position: relative;
}
.next-read-blog-home img{
    width: 50px;
    margin: auto !important;
    /*width: 50px;*/
    /* width: auto; */
    height: auto;
    position: absolute;
    /* top: 0; */
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    position: absolute;
    padding:20px 0px;
}
.card img {
    display: block;


    /*  margin: 0;
      transition: all 0.2s ease-out 0s;
      width: 100%; */
    /*  will-change: transform; */
}

.brand img {}

.card .thumb_img {
    border: 1px solid #E2E2E2;
    display: block;
}


.card:hover img {

    /*  transform: scale(1.3);  */
}



.card .card_overlay {
    background-color: rgba(0, 0, 0, 0.2);
    bottom: 0;
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    transform: scale(1.3);

}

.card:hover .card_overlay {
    opacity: 1;
    z-index: 1;
    transition: all 0.2s ease-out 0s;
}
.component-blog{
    margin-bottom: 70px;
}
.component-user-blog{
    margin-bottom: 15px;
}
.component-user-blog.container-fluid{
    padding:0px !important;
    
}
.component-blog img {
    border-radius: 20px;
    width: 100%;
    margin-bottom: 30px;
    -webkit-box-shadow: 4px 6px 8px 2px rgba(187, 180, 180, 0.55);
    -moz-box-shadow: 4px 6px 8px 2px rgba(187, 180, 180, 0.55);
    box-shadow: 4px 6px 8px 2px rgba(187, 180, 180, 0.55);
}
.title-content-blog a{
    color:black;
    font-size:20px;
}
.bold{
    font-weight: bold;
}
.isi-content{
    color:black;
    height: 110px;
}
.panel-left h3{
    margin-top:0px !important;
}

.tanggal-blog span.tgl{
    font-size: 20px;
    font-weight: bold;
}
.tanggal-blog span.bulan{
    font-size: 10px;
}
.title-content-blog{
    min-height: 50px;
}
.pagination-blog .pagination>li>a:not(.pagination-blog .pagination>li.current a){
    border-image: url('../img/bg-color.png') 30 round;
    background: url('../img/bg-color.png') no-repeat;

    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.pagination-blog .pagination>li>a{
    margin:0px !important;
    font-size: 14px;
    padding: 6px 14px;
    /*border-color:#cf1a07;*/
    color:black;
    /*border-image: url('../img/bg-color.png') 30 round;*/


}
.pagination-blog .pagination>li>a:hover{
    background: #f314f9;
    background: -webkit-linear-gradient(to right, #ec2F4B, #009FFF);
    background: linear-gradient(to right, #01afd2, #f313f9);
    color: white;
}
.category-portofolio li {
    display: inline-block;
    margin-bottom: 50px;
    margin-right: 10px;
}
.row-portofolio{
    margin:50px 0px;
}
.nav-anchor{
    z-index: 999;
    transition: all 0.3s ease-in 0s;
    position: fixed;
    right: 0px;
    width: 100%;
    top: 60px;
    /*background: #fe10fa;*/
    height: 50px;
    line-height: 50px;
    /*text-align: center;*/
    font-size: 16px;
    /* border-radius: 100px; */
    display: block;
    color: white;
    background: linear-gradient(to left, rgb(255, 16, 251), rgb(0, 201, 217));
    height: auto;
}
.nav-anchor ul{
    padding:0px !important;
    margin:0px !important;
}
.nav-anchor li a{
    color:white !important;
}
.nav-anchor li{
    margin-right: 50px;
    display:inline;
    list-style: none;
}
.image-portofolio img{
    width: 100%;
    /*    -webkit-box-shadow: 7px 10px 9px -5px rgba(0,0,0,0.75);
        -moz-box-shadow: 7px 10px 9px -5px rgba(0,0,0,0.75);
        box-shadow: 7px 10px 9px -5px rgba(0,0,0,0.75);*/
}
.btn-default-web:hover{
    transition:0.2s ease-in all;
    background: #800485;
    background: -webkit-linear-gradient(to right, rgb(95, 6, 20), rgb(4, 77, 122));
    background: linear-gradient(to right, rgb(4, 77, 122), #800485);
    color:white;
}
.btn-default-web{
    -webkit-box-shadow: 0px 4px 27px -5px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 4px 27px -5px rgba(0,0,0,0.75);
    box-shadow: 0px 4px 27px -5px rgba(0,0,0,0.75);
    transition:0.2s ease-in all;
    background: #f314f9;
    background: -webkit-linear-gradient(to right, #ec2F4B, #009FFF);
    background: linear-gradient(to right, #01afd2, #f313f9);
    color: white;
    width: 130px;
    padding: 10px;
    border-bottom-left-radius: 20px;
    border: 0 !important;
    border-top-left-radius: 20px;
    border-bottom-right-radius: 20px;

    border-top-right-radius: 20px;
}
.category-portofolio li a:hover{
    text-decoration: none !important;
}
.category-portofolio li a.active, .category-portofolio li a:hover{
    -webkit-box-shadow: 1px 5px 28px -3px rgba(0,0,0,0.75);
    -moz-box-shadow: 1px 5px 28px -3px rgba(0,0,0,0.75);
    box-shadow: 1px 5px 28px -3px rgba(0,0,0,0.75);
    background: #f314f9;
    background: -webkit-linear-gradient(to right, #ec2F4B, #009FFF);
    background: linear-gradient(to right, #01afd2, #f313f9);
    color: white;
}
.category-portofolio li a{
    border:1px solid;
    border-image: url(../img/bg-color.png) 30 round;
    transition:0.2s ease-in all;
    position: relative;
    padding: 15px 30px;
    position:relative;
    /* height:320px !important; */
    /* width:100% !important; */
}


.category-portofolio li a.active::after,.category-portofolio li a:hover::after {
    content: '';
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -18px;
    width: 0;
    height: 0;
    border-top: solid 12px #7d5fe6;
    border-left: solid 18px transparent;
    border-right: solid 18px transparent;

}
/* .span-triangle::after {
  height:100%;
  width:100%;
  position:relative;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg);
  content:'';
  display:block;
  position:absolute;
  left:-75%;
  background-image:url(http://www.online-image-editor.com/styles/2013/images/example_image.png);
  background-size:cover;
} */
/* .pagination-blog>.pagination>li:first-child>a{
  border-top-left-radius: 15px !important;
  border-bottom-left-radius: 15px !important;
}
.pagination-blog>.pagination>li:last-child>a{
  border-top-right-radius: 15px !important;
  border-bottom-right-radius: 15px !important;
} */

.pagination-blog .pagination>li.current a, .pagination-blog .pagination>li.current a:hover, .pagination-blog .pagination>li.active a, .pagination-blog .pagination>li.active a:hover{
    background: #cf1a07;
/*    background: -webkit-linear-gradient(to right, #ec2F4B, #009FFF);
    background: linear-gradient(to right, #01afd2, #f313f9);
    color: white;*/
    color:white !important;
    border-color: #cf1a07;
}

.pagination-blog .pagination>li{
    margin-right: -5px;
}
.pagination-blog{
    margin-top:20px;
}
.tanggal-blog{
    position: absolute;
    background: #f314f9;
    background: -webkit-linear-gradient(to right, #ec2F4B, #009FFF);
    background: linear-gradient(to right, #01afd2, #f313f9);
    color: white;
    background-size: 100%;

    COLOR: WHITE !IMPORTANT;
    text-align: center;
    width: 60px;
    height: 60px;
    margin-top: 10px;
    margin-left: -10px;
    -webkit-box-shadow: 4px 4px 11px -1px rgba(0,0,0,0.75);
    -moz-box-shadow: 4px 4px 11px -1px rgba(0,0,0,0.75);
    box-shadow: 4px 4px 11px -1px rgba(0,0,0,0.75);
}
.read-more-content a:hover{
    color:#cf1a07;
    background: white;
    text-decoration: none;
}
.read-more-content a{
    color: white;
    border:1px solid #cf1a07;
    transition:0.3s ease-in all;
    /* background: url(../img/bg-color.png) no-repeat; */
    /* border-image: url(../img/bg-color.png) 30 round; */
    /* background-size: 100%; */
    /* border-bottom: 1px solid black; */
    /* font-weight: bold; */
    /* -webkit-background-clip: text; */
    /* -webkit-text-fill-color: transparent; */
    background: #cf1a07;
    padding: 9px 14px;
    border-radius: 57px;
    font-weight: bold;
}
.isi-content-portofolio-detail{
    padding:20px 0px;
    color:black;
}
.title-content-portofolio-detail{
    font-size: 16px !important;
}
.content-portofolio-detail h3{
    font-weight: bold;
}
.content-portofolio-detail h2{
    font-weight: bold;
    padding-bottom:30px;
}

#blog_wrapper .swiper-pagination-bullet{
    background: #999999;
    border-color:#999999;
    margin-left: 20px;
    margin-right: 20px;
}
.card:hover .title-blog-home{
    color:#d43e3d;
}
.card:hover p{
    color:#555;
}
#blog_wrapper .swiper-pagination-bullet:hover, #blog_wrapper .swiper-pagination-bullet-active {
    background-color: #FFF !important;
    border-color: #cf2323;
}

.latest-blog .swiper-slide{
    padding: 10px;
}

@media only screen and (min-width: 768px) {
    .title-container{
        padding-left: 25px;
        padding-right: 25px;
    }
    .row.row-eq-height {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }
    .row.row-eq-height-vertical-center {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        align-items: center;
    }
    .latest-blog .swiper-slide:not(.swiper-slide-next){
/*        margin-top: 25px;
        margin-bottom: 25px;
        -webkit-filter: blur(2px);
        -moz-filter: blur(2px);
        -o-filter: blur(2px);
        -ms-filter: blur(2px);
        filter: blur(2px);*/
        /*background-color: #ccc;*/
    }
    .latest-blog .swiper-slide .blog-home{
        height:auto !important;
    }
    .latest-blog .swiper-slide:not(.swiper-slide-next) .blog-home{
        /*height:250px !important;*/
        /*font-size:10px;*/

    }
    .latest-blog .swiper-slide.swiper-slide-next .blog-home{
        /*height:300px !important;*/

    }
    .column-portofolio.col-md-3{
        padding: 10px !important;
    }

    .content-portofolio-detail{
        /*align-self: center;*/
    }

    .title-content {
        /* margin: 100px; */
        margin: 0px 189.500px;
        font-size: 40px;
    }
    .title-content-about{
        margin:0px 100px;
    }
    .title-content-about h2{
        font-weight: bold;
    }
    .title-content-about .content-body{
        font-size: 16px !important;
    }
}
.background-covered{
    background-repeat: no-repeat !important;
    background-position: center center !important;
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important;
}
.image-latest{
    height: 140px;
    width:100%;
    box-shadow: 0px 2px 3px 1px #a5a5a547;
}
.list-product-detail a:hover{
    color:#000000 !important;
}
.list-product-detail a{
    /*background: #f8f8f8;*/
    color:#000000;
    transition: 0.3s ease-in all;
    /*border:1px solid #dcdcdc;*/
    font-weight: 500;
    margin-bottom: 20px;

}
.panel-left{
    padding-left: 15px;
    padding-right: 15px;
}
.title-panel-right{
    /*padding:0px 15px;*/
    margin-bottom: 30px;
    font-weight: bold;
}
.category-right{
    width:100%;
    display: block;
    padding:5px 0px;
}
.content-latest{
    font-size:14px;
    padding:10px 0px;
}
.component-latest{
    margin-bottom: 15px;
}
/*.navbar-default.visible .navbar-nav{
    margin-top: 7px !important;
}*/

.list-product-detail a.active{
    border: none !important;
}
.list-product-detail a.active, .list-product-detail a:hover{
/*    background: #f314f9;
    background: -webkit-linear-gradient(to right, #ec2F4B, #009FFF);
    background: linear-gradient(to right, #01afd2, #f313f9);
    color: white;*/

}
.list-product-detail a.active::after{
    content: "";
    /* border-top: 23px solid red; */
    /* border-bottom: 19px solid red; */
    border-top-right: 1px solid black;
    /* border-left: 40px solid #ee16f8; */
    /* border-right: 10px solid black; */
    border: 21px solid #f214f9;
    position: absolute;
    border-top-right-radius: 40px;
    border-bottom-right-radius: 40px;
    right: -40px;
    top: 0;
}
/*.helper {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}*/
.img-container img{
    width: auto;
    height: auto;
    position: absolute;
    /*top: 0;*/
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}
.img-container{
    margin-bottom: 16px;
    position:relative;
    height: 200px;
    /*white-space: nowrap;  this is required unless you put the helper span closely near the img*/

    /*text-align: center; margin: 1em 0;*/
}
.row-eq-height-force {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
@media only screen and (max-width: 380px) {
    .navbar-brand>img {
        width: 200px;
    }
}
@media only screen and (max-width: 800px) {

    /* Force table to not be like tables anymore */
	.no-more-tables table,
	.no-more-tables thead,
	.no-more-tables tbody,
	.no-more-tables th,
	.no-more-tables td,
	.no-more-tables tr {
		display: block;
	}

	/* Hide table headers (but not display: none;, for accessibility) */
	.no-more-tables thead tr {
		position: absolute;
		top: -9999px;
		left: -9999px;
	}

	.no-more-tables tr { border: 1px solid #ccc; }

	.no-more-tables td {
		/* Behave  like a "row" */
		border: none;
		border-bottom: 1px solid #eee;
		position: relative;
		padding-left: 50%;
		white-space: normal;
		text-align:left;
	}

	.no-more-tables td:before {
		/* Now like a table header */
		position: absolute;
		/* Top/left values mimic padding */
		top: 6px;
		left: 6px;
		width: 45%;
		padding-right: 10px;
		white-space: nowrap;
		text-align:left;
		font-weight: bold;
	}

	/*
	Label the data
	*/
	.no-more-tables td:before { content: attr(data-title); }
}
.sosmed-icon li {
    display: inline-block;
}
/*@media only screen and (max-width: 760px), (min-device-width: 768px) and (max-device-width: 1024px)
{
    .feature-detail td {
         Behave  like a "row"
        border: none;
        border-bottom: 1px solid #eee;
        position: relative;
        padding-left: 50% !important;  Added important here
    }
}*/

@media only screen and (max-width: 767px) {
    
    .nav-anchor li {
        margin-right: 25px !important;
    }
    .row.row-eq-height-mobile {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        flex-flow: row wrap;
    }
    .nav-anchor{
        top:0px !important;
    }
    .title-content{
        width:100%;
        text-align: center;
    }
    #header_wrapper {
        /*background-image: url('../img/HEADER-MOBILE.svg') !important;*/
    }


    .list-product-detail {
        padding-right: 30px;
    }
    .image-content-portofolio-detail{
        /*left: 100px;*/
/*        left: 130px;
        right: 100px;*/
    }
    /*    .sosmed-button.wrapper {
            display:none;
        }*/
    .service-page .title-content{
        padding:30px;
        font-size: 40px;
    }
    .content-body{
        font-size: 14px;
        padding: 30px;
    }
    .atas_mobile{
        order:1;
    }
    .bawah_mobile{
        order:2;
        /*margin-top: 50px !important;*/
    }

    .blog-home{
        height:300px !important;

    }

    .image-content-portofolio-detail img{
        padding:20px !important
    }
    .navbar-nav {
        margin: 0;
    }
    #header_top .title{
        text-align:center !important;
    }
    #header_top img{
        width:100% !important;
    }
    .title-content {
        text-align: center;
        font-size: 30px;
        padding:20px 0px;
        margin:0px 20px;
    }
    .title-content-about{
        /* margin:0px 100px; */
    }

}
#content_wrapper img, #header_top img{
    user-drag: none;
    /* cursor: text; */
    user-select: none;
    -moz-user-select: none;
    -webkit-user-drag: none;
    -webkit-user-select: none;
    -ms-user-select: none;
}

/* .responsive-map-container{
  background: url('../img/about\ -2.svg');
} */

.title {
    color: #333;
}


.vertical-center {
    align-self: center !important;
}

.card .harga {
    color: #ff253a;
    font-size: 18px;
    /*  font-weight: bold;*/
}

.nopadding {
    padding: 0 !important;
    margin: 0 !important;
}

.container.nopad {
    padding: 0 !important;
    margin: 0 !important;
    width: 100%;
}
.text-header-wrapper{
    padding-top:80px;
}
.breadcrumb-custom{
    color:white;
    font-size:35px;
}
.title-header {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 35px;
    color:white;
}

.card .desc_prop_wrap {
    color: #2196f3;
    bottom: 0;
    position: relative;
    width: 100%;
    z-index: 5;
}

.card .desc_prop {
    padding: 5px 7px;
}

.clip-svg {
    width: 400px;
    height: 400px;
}

.polygon_area {
    -webkit-clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
    clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
    /*clip-path: polygon(100% 50%, 75% 93.33%, 25% 93.33%, 0% 50%, 25% 6.66%, 75% 6.66%); */
    -webkit-clip-path: url("#polygon_clip");
    clip-path: url("#polygon_clip");
    background: red;
    position: relative;
    width: 300px;
    height: 300px;
}

.polygon_area img {
    position: absolute;
    top: 10px;
    left: 10px;
    width: 280px;
    height: 280px;
}


.poligon {
    display: inline-block;
    position: relative;
    width: 150px;
    height: 150px;
    background: red;
    box-sizing: border-box;
    -webkit-clip-path: url(#clipper);
    -moz-clip-path: url(#clipper);
    clip-path: url(#clipper);
}

.poligon img {
    position: absolute;
    top: 2px;
    /* equal to border thickness */
    left: 2px;
    /* equal to border thickness */
    width: 146px;
    /* container height - (border thickness * 2) */
    height: 146px;
    /* container height - (border thickness * 2) */
    -webkit-clip-path: url(#clipper);
    -moz-clip-path: url(#clipper);
    clip-path: url(#clipper);
}


.hex {
    stroke: #111;
    stroke-width: 10px;
}

.poligon {
    display: inline-block;
    position: relative;
    width: 150px;
    height: 150px;
    background: red;
    box-sizing: border-box;
    -webkit-clip-path: url(#clipper);
    -moz-clip-path: url(#clipper);
    clip-path: url(#clipper);
}

.poligon img {
    position: absolute;
    top: 2px;
    /* equal to border thickness */
    left: 2px;
    /* equal to border thickness */
    width: 146px;
    /* container height - (border thickness * 2) */
    height: 146px;
    /* container height - (border thickness * 2) */
    -webkit-clip-path: url(#clipper);
    -moz-clip-path: url(#clipper);
    clip-path: url(#clipper);
}


option {
    padding: 10px;
}

#navjoy.affix {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10;
}

/*==========PANEL===========*/
.panel-group .panelsurga {
    background: transparent;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    border-bottom: 1px solid #444;

}

.icon_partner {
    padding-left: 15px;
    padding-right: 15px;
}

.icon_partner>img {
    width: 140px;
}


.panelsurga .panel-body {
    color: #444;
}

.bg_grey {
    color: #EAEAEA;
}

/*====== PRODUCT DETAIL ======*/
/*====== TECHNOLOGY ======*/
.center-play {
    background: url(img/play-button.png) no-repeat center center;
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    height: 100%;
}

.card.fancybox-media {
    margin-bottom: 0;
}


.bg_tech {
    background: #2B2B2D;

}

.card_technology {
    background: #181818;
    color: #888;
    padding: 30px 20px;
    margin-bottom: 30px;
}

.card_technology .title {
    color: #eee;
    text-transform: uppercase;
}

.card_technology .img-responsive {
    width: auto;
    max-width: 100%;
}


/*=====SEARCH=======*/
form.card {
    padding-top: 20px;
    padding-left: 10px;
    padding-right: 10px;
}

.kotak_putih {
    border: 1px solid #ededed;
    padding: 0 15px 15px;
}

.kotak_putih .form-control {
    background: #FFF;
    border: none;
    border-bottom: 1px solid #e1e1e1;
    font-size: 14px;
    font-weight: 300;
    font-family: Roboto;
    color: #666;
}

.kotak_putih h4 {
    color: #e51c40;
}

.kotak_putih .btn {
    width: 100%;
}

.kotak_putih .form-control::-webkit-input-placeholder {
    color: #666
}

.kotak_putih .form-control::-moz-placeholder {
    color: #666;
}


.search_card .form-control {
    height: 50px;
}


.form-control {
    background: white none repeat scroll 0 0;
    border: 1px solid #efefef;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    color: #444 !important;
    font-size: 12px;
}

.form-control:focus {
    border-color: none;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.125) inset;
    outline: 0 none;

}

.search_card {}

.bg_grey {
    background: #ECECEC;
}



.grey {
    color: #888;
}

.red {
    color: red;
}


.bg_dark {
    color: #f7f7f7;
    background: #111;
}

.bg_dark a {
    color: #f7f7f7;
}


.bg_dark .list_berita {
    padding-left: 0;
    list-style: none;
}

.bg_dark h3 {
    color: #FFF;
    margin-bottom: 25px;
}

.bg_dark .judul {
    color: #FFF;
}


.bg_dark .tanggal {
    color: #bbbbbb;
    font-size: 12px;
}

.tanggal {
    color: #bbbbbb;
    font-style: italic;
    font-size: 12px;
}

.stButton .stButton_gradient,
.stButton .stFb,
.stButton .stTwbutton,
.stButton .stMainServices {
    height: 22px !important;
}

/*==========cart-step===========*/

.bs-wizard {
    border-bottom: solid 1px #e0e0e0;
}

.bs-wizard>.bs-wizard-step {
    padding: 0;
    position: relative;
}

.bs-wizard>.bs-wizard-step+.bs-wizard-step {}

.bs-wizard>.bs-wizard-step .bs-wizard-stepnum {
    color: #595959;
    font-size: 13px;
    margin-bottom: 5px;
}

.bs-wizard>.bs-wizard-step .bs-wizard-info {
    color: #999;
    font-size: 14px;
}

.bs-wizard>.bs-wizard-step>.bs-wizard-dot {
    position: absolute;
    width: 30px;
    height: 30px;
    display: block;
    background: #215F9C;
    top: 45px;
    left: 50%;
    margin-top: -15px;
    margin-left: -15px;
    border-radius: 50%;
}

.bs-wizard>.bs-wizard-step>.bs-wizard-dot:after {
    content: ' ';
    width: 14px;
    height: 14px;
    background: #FFF;
    border-radius: 50px;
    position: absolute;
    top: 8px;
    left: 8px;
}

.bs-wizard>.bs-wizard-step>.progress {
    position: relative;
    background: #CCC;
    border-radius: 0px;
    height: 8px;
    box-shadow: none;
    margin: 20px 0;
}

.bs-wizard>.bs-wizard-step>.progress>.progress-bar {
    width: 0px;
    box-shadow: none;
    background: #215F9C;
}

.bs-wizard>.bs-wizard-step.complete>.progress>.progress-bar {
    width: 100%;
}

.bs-wizard>.bs-wizard-step.active>.progress>.progress-bar {
    width: 50%;
}

.bs-wizard>.bs-wizard-step:first-child.active>.progress>.progress-bar {
    width: 0%;
}

.bs-wizard>.bs-wizard-step:last-child.active>.progress>.progress-bar {
    width: 100%;
}

.bs-wizard>.bs-wizard-step.disabled>.bs-wizard-dot {
    background-color: #CCC;
}

.bs-wizard>.bs-wizard-step.disabled>.bs-wizard-dot:after {
    opacity: 0;
}

.bs-wizard>.bs-wizard-step:first-child>.progress {
    left: 50%;
    width: 50%;
}

.bs-wizard>.bs-wizard-step:last-child>.progress {
    width: 50%;
}

.bs-wizard>.bs-wizard-step.disabled a.bs-wizard-dot {
    pointer-events: none;
}



.progress_bar {
    background: #f5f5f5 none repeat scroll 0 0;
    bottom: 40px;
    overflow: hidden;
    padding-top: 10px;
    position: fixed;
    width: 100%;
}

.progress_bar li {
    display: inline-block;
}

.progress_bar li span {
    padding-left: 10px;
    padding-right: 10px;
}

.bookingstep .form-control {
    background: #fff none repeat scroll 0 0;
    border-color: #b7b7b7;
    font-size: 14px;
}

#checkout_page .panel-primary {
    border-color: #B6b6b6;
}

.rincian_penumpang {
    padding-left: 15px;
}


/*========SIDEBAR========*/

.sidebar {
    background: #004878 none repeat scroll 0 0;
    padding: 10px 20px;
    color: #cdeafd;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

.sidebar .title {
    color: #FFF;
}

.sidebar li {
    list-style: none;
}

.sidebar li a {
    color: #cdeafd;
    display: block;
    margin-bottom: 15px;
}

.sidebar li i {
    text-align: left;
}


.sidebar li.current a,
.sidebar li.active a,
.sidebar li a:hover {
    color: #ff1744;
}

.sidebar ul {
    padding-left: 0;
}

.sidebar_grey {
    background: #F5F5F5 none repeat scroll 0 0;
    border: 1px solid #b7b7b7;
    padding: 10px 20px;
    color: #444 !important;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

#total_penumpang {
    border-bottom: 1px dashed #CCC;
}


/*========CONTACT FORM==============*/

.bg_category {
    background-repeat: no-repeat;
    background-size: auto;
}

#contact_page .form-control {
    font-size: 14px;
    background: #FFF;
    border-color: #b7b7b7;
}

#contact_page textarea.form-control {
    /*  border: 1px solid #737373;*/
}


.contact_form {
    margin-top: 30px;
}

.contact_form .middleColumn {
    margin-left: 0;
}

.fieldgroup {
    margin-bottom: 10px;
}

.contact_form .fieldgroupField {
    display: inline-block;
    margin-right: 3%;
    width: 48%;
}

.contact_form .fieldgroupField:nth-child(2) {
    margin-right: 0;
}

.contact_form label {
    font-size: 12px;
    font-weight: normal;
    float: none;
    margin-bottom: 0;
}

.contact_form input {
    height: 40px;
}

.contact_form textarea,
.contact_form input {
    background: #f0ede5;
    width: 100%;
}

.contact_form textarea {
    width: 70%;
}

.contact_form .Actions {
    margin-left: 0;
}

.ct_map_wrapper {
    position: relative;
}

.ct_map_wrapper .row {}

.ct_map_wrapper #breadcrumb_overlay {
    background: rgba(0, 0, 0, 0.2) none repeat scroll 0 0;
    top: 0;
    height: 100%;
    position: absolute;
    width: 100%;
}

#contact_page #breadcrumb_wrapper {
    bottom: 0;
}

.mapborder h4,
.mapborder h5 {
    color: #111;
}

.card_contact {
    background: #FFF;
    color: #444
}

.card_contact .alamat {
    padding: 15px;
}


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

    .slide_show_desc {
        bottom: 50px;
        left: 0;
        margin: auto;
        right: 0;
        width: 90%;
    }

    .hidden-sm {
        display: none !important;
    }

    .panel-default .card {
        margin-bottom: 30px;
    }

    .bg_category {
        padding-top: 40%;
    }

}


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

    .product_thumbnail .product_thumbnail_price {
        font-size: 16px;
        height: 58px;
    }

}
.swiper-pagination-bullet{
    transition: 0.3s ease-in all;
}

/*.swiper-pagination-bullet-active{
    width:36px !important;
    border-top-left-radius: 40px;
    border-top-right-radius: 40px;
    border-bottom-left-radius: 40px;
    border-bottom-right-radius: 40px;

}*/

#portfolio_wrapper{
    padding-top: 180px;
    padding-bottom: 180px;
}

@media only screen and (min-width:1440px) {
    #portfolio_wrapper{
        padding-top: 450px !important;
        padding-bottom: 450px !important;
    }
}
@media only screen and (min-width:1368px) {
    #portfolio_wrapper{
        padding-top: 300px;
        padding-bottom: 300px;
    }
    #header_wrapper {
        padding-bottom: 0px !important;
        position: relative;
        width: 100%;
        z-index: 900;
        min-height: 550px;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        padding-bottom: 100px;
        background-position: 100% 100%;
    }
}
.pad30web{
    padding-bottom: 15px;
    padding-top: 15px;
}
@media only screen and (min-width:768px) {
    .row-navigation{
        display: flex;
        width: 100%;
        align-items: center;
    }
    
    #header_wrapper #header-right{
        width: 100%;
    }
    .title-content-portofolio-detail{
        margin: 0px 150px 0px 50px  !important;

    }
    /*    .portofolio-container{
            background: url('../img/portofolio-bg.svg') no-repeat;
        }*/
    .share-style .righted{
        text-align: right;
    }
    .share-style .lefted{
        text-align: left;
    }
    /*  .navbar-default .navbar-nav > .active > a,
    .navbar-default .navbar-nav > li > a:hover,
    .navbar-default .navbar-nav > li > a:focus {
      background: #FFF;
      -webkit-background-clip: text;
    }

    .navbar-default.visible .navbar-nav > .active > a,
    .navbar-default.visible .navbar-nav > li > a:hover,
    .navbar-default.visible .navbar-nav > li > a:focus {
      background: linear-gradient(to left,#FF10FB, #00C9D9);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
    }*/
    .indicator-header{
        right:unset !important;
    }
    #client_wrapper .swiper-pagination-bullet {
        border: 1px solid #444;
        border: double 2px transparent;
        border-radius: 80px;
        background-image: linear-gradient(white, white), radial-gradient(circle at top left, #FF10FB, #00C9D9);
        background-origin: border-box;
        background-clip: content-box, border-box;
    }

    #client_wrapper .swiper-pagination-bullet:hover,
    #client_wrapper .swiper-pagination-bullet-active {
        background: linear-gradient(to left, #FF10FB, #00C9D9);
    }

    nav.navbar.navbar-default.visible {
        position: fixed;
        background: white;
        box-shadow: 0 0 2px #BBB;
        -moz-box-shadow: 0 0 2px #BBB;
        -webkit-box-shadow: 0 0 2px #BBB;
        width: 100%;
    }

    nav.navbar.navbar-default.visible img {
        /*width: 170px !important;*/
/*        width: 50px !important;*/
    }

    .our_service .img-responsive {
        width: 60%;
    }


    .rownews {
        margin-left: -5px;
        margin-right: -5px;
    }

    .rownews .col-sm-4 {
        padding-left: 5px;
        padding-right: 5px;
    }

    #technology .bg_tech .col-sm-3:nth-of-type(4n+2),
    .rownews .col-sm-4:nth-of-type(3n+1) {
        clear: both;
    }


    #agent_page .nama_agent {
        text-align: left;
    }

    #home_link img {
        /*        width: 100px;*/
        /*width: 70px;*/
    }


    #agent_page .agent_card,
    #agent_page .agent_photo {
        background: #FFF;
        border-bottom: none;
    }

    #sidebar.affix,
    #sidebar.affix-bottom {
        width: 158px;
    }

    .property_wrapper {
        float: right !important;
    }

    .kanan_pc {
        float: right !important;
    }

    #footerSocial {
        position: absolute;
        z-index: 2;
    }

    .title_parallax {
        top: 30%;
        position: absolute;
        color: #FFF;
        font-weight: 700;
        text-shadow: 2px 2px 4px #555;
    }

    #breadcrumb_wrapper {

        position: absolute;
    }


    .table_relative {
        position: relative;
        height: 100px;
    }

    #table_reservation {
        position: relative;
        padding-top: 10px;
        top: -150px;
        z-index: 99;
    }

}

.content-product-detail p.title{
    font-weight: bold;
    font-size:40px;
}
.content-product-detail h3, .content-product-detail h2, .content-product-detail h1, .content-product-detail h4{
    font-weight: bold;
}
.content-product-detail ul{
    padding-left: 0px;
    list-style-type: none;

}

.content-product-detail li {
    padding-left: 1em;
    text-indent: -.7em;
}
.content-product-detail ul li::before {
    content: "• ";
    background: #f314f9;
    background: -webkit-linear-gradient(to right, #ec2F4B, #009FFF);
    background: linear-gradient(to right, #01afd2, #f313f9);
    color: white;
    border-radius: 50%;
    content: "";
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 2px;
    height: 10px;
    width: 10px;
}
.product-detail{
    min-height: 1000px;
    /*background: url('../img/bg-product-detail.svg') no-repeat;*/
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
@media only screen and (min-width:992px) {
    #blog_wrapper {
        padding:60px;
    }
    .col-product-detail{
        /*padding-left: 100px;*/
    }
    #sidebar.affix,
    #sidebar.affix-bottom {
        width: 213px;
    }

    .bg_category {
        padding-top: 20%;
    }
}
.swiper-slide, .swiper-slide, .blog-home{
    transition: 0.3s ease-in all !important;
}

.content-footer-contact{
    color:#6e6e6e;
    font-weight: bold;
}
@media only screen and (min-width: 1200px) {

    #sidebar.affix,
    #sidebar.affix-bottom {
        width: 263px;
    }

    /*    .container {
            width: 1100px;
        }*/
}
.blog-home{
    padding:0px 40px;
}

.our_clients{
    background: #d02324;
}

.blog-home .spanborder{
    border-bottom: 2px solid #d02423;
/*    content: '';
    position: absolute;*/
    display: inline-block;
    /*left: 0;*/
    /* right: 0; */
    width: 20%;
    /*bottom: -15px;*/
    /*margin: 0 auto;*/
}
/*.blog-home .title-blog-home:after{
    border-bottom: 2px solid #d02423;
    content: '';
    position: absolute;
    left: 0;
     right: 0; 
    width: 20%;
    bottom: -15px;
    margin: 0 auto;
}*/
.blog-home .content-blog-home{
    padding-top: 30px;
}
.blog-home .title-blog-home{
    height:40px;
    display: inline-block;
    font-weight: bold;
    position: relative;
}

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

    #slideshow_wrapper .swiper-slide img {}
}

.date-blog{
    padding-bottom:10px !important;
}
.pad30{
    padding-bottom: 15px !important;
    padding-top: 15px !important;
}

@media only screen and (max-width:767px) {
    .conrent-our {
        padding: 40px 40px !important;
    }
    .isi-content-portofolio-detail {
        padding: 60px 25px !important;
        /*color: black;*/
    }
    .title-header-mobile{
        display:block !important;
    }
    .nav>li.active>a {
        background-color: #FFF;
        color: #111;
    }

    .nav>li>a:hover {
        background-color: #FFF;
    }

    .sidenav a:hover {
        color: #111;
    }

    #portfolio_wrapper .swiper-slide img {
        border: 10px solid #FFF;
    }

    #portfolio_wrapper .swiper-slide {
        padding-left: 30px;
        padding-right: 30px;
    }

    #portfolio_wrapper .swiper-button-next,
    #portfolio_wrapper .swiper-button-prev {
        top: 35%;
    }

    #portfolio_wrapper .swiper-button-prev {
        width: 40px;
    }

    #portfolio_wrapper .swiper-button-next {
        width: 40px;
    }

    .center-play {
        background-size: auto 80px;
    }

    .bigfont_blue,
    .bigfont_white {
        font-size: 30px;
    }


    #navbar {
        /*    box-shadow: 0 5px 5px #888;
        -moz-box-shadow: 0 5px 5px #888;
        -webkit-box-shadow: 0 5px 5px #888;*/
    }

    #navjoy1 #navbar {
        box-shadow: none;
        -moz-box-shadow: none;
        -webkit-box-shadow: none;
    }


    .navbar-default .navbar-nav>li.active a,
    .navbar-default .navbar-nav>li:hover>a {
        border-bottom: none;
        background-color: #215F9C;
        color: #FFF;
        text-decoration: none;
    }

    .row_product {
        padding: 15px 0;
    }


    .title_parallax {
        display: none;
    }

    table tr th,
    table tr td {
        padding: 15px;
    }


    #footer_top .col-sm-4:nth-of-type(2) {
        border: none;
        min-height: none;
    }


    #slideshow_wrapper .swiper-button-prev,
    #slideshow_wrapper .swiper-button-next {
        display: none;
    }

    .navbar-default .navbar-brand {
        color: #fff;
        height: 50px;
        padding-bottom: 5px;
        padding-top: 5px;
    }

    .navbar-default .navbar-brand span {
        margin-top: 10px;
    }

    .navbar-brand>img {
        /*width: 60px;*/
    }


    #footer_bottom .copyright {
        padding: 10px 0;
    }

    #footerSocial {
        margin-top: 10px;
        position: relative;
    }

    .parallax-window2 {
        min-height: 200px;
    }

    .box_white {
        border: none;
    }

    #newsletter_box_wrapper2 {
        padding: 3px 0;
    }

    #cart_box {
        width: 100%;
    }

    .grid-sizer,
    .grid-item {
        width: 50%;
    }

    .grid-item {
        padding: 5px;
    }


    .pad10 {
        padding-left: 5px;
        padding-right: 5px;
    }
    .pad30{
        padding-bottom: 15px !important;
        padding-top: 15px !important;
    }
    .pad40{
        padding-bottom: 20px;
        padding-top: 20px;
    }
    .pad60 {
        padding-bottom: 30px;
        padding-top: 30px;
    }

    .pad120 {
        padding-bottom: 40px;
        padding-top: 40px;
    }

    .nopad_mobile {
        padding-left: 0;
        padding-right: 0;
    }

    #breadcrumb_wrapper {
        background: #013354;
        position: relative;
    }

    .panel-default .card {
        margin-bottom: 30px;
    }



    .panel-heading {
        border-radius: 0;
        -moz-border-radius: 0;
        -webkit-border-radius: 0;
        border: 1px solid #CCC;
    }

    .panel-group,
    .panel {
        /*  margin-bottom: 0; */
    }

    .slide_show_desc {
        background: #000;
        position: relative;
        bottom: 0;
        width: 100%;
    }

    .property_highlight span {
        background-size: 18px;
        padding-left: 20px;
    }

    #detail_property li>p {
        padding: 10px 0;

    }


    .navbar-default .navbar-collapse,
    .navbar-default .navbar-form {
        border-color: #111;
    }

    .navbar-default .navbar-collapse {
        background: #FFF;
    }


    .swiper-indicators {
        position: relative;
    }

    .swiper-indicators {}

    .swiper-pagination-bullet {
        background-color: #363636;
    }

    .swiper-pagination-bullet:hover,
    .swiper-pagination-bullet-active {
        /*margin: 0;*/
        background-color: #2196F3;
    }

    .desc_wrap {
        padding: 0;
    }

    .desc_slide {
        font-size: 16px;
    }

    #photo_thumb {
        top: -10px;
    }

    .primary #photo_thumb {
        margin-top: 10px;
        top: 0;
    }


    #photo_thumb img {
        border: 2px solid #FFF;
        width: 60px;
        height: 60px;
    }

    .contact_form textarea {
        width: 100%;
    }

    .sidebar {}


    #sidebar.affix {
        position: relative;
        background: #FFF;
        top: 0;
    }

    #newsletter_box input {
        background-color: #FFF;
        box-shadow: none;
        width: 100%;
        height: 40px;
    }



    #newsletter_box_wrapper .panel {
        margin-bottom: 0;
    }

    #newsletter_box input[type="submit"] {
        background-size: 32px auto;
        background-position: center center;
        background-image: url(img/search.png);
        background-repeat: no-repeat;
        box-shadow: none;
        width: 100%;
        height: 40px;
        text-indent: -9999px;
    }

    .crumb_product .product_sort_field {
        float: left;
    }

    .crumb_product span {
        display: block;
    }

    .crumb_product select {
        margin-left: 0;
    }

    .arrow_container {
        display: none;
    }

    .navbar-default .navbar-nav>li>a {
        padding: 10px 15px;
    }

    .navbar-default .navbar-nav>li {
        padding: 1px;
    }


    #header-right {
        /*background: #423d33 none repeat scroll 0 0; */
        position: absolute;
        opacity: 0.95;
        width: 100%;
        z-index: 999;
    }


}
.responsive-map-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

.responsive-map-container{
    -webkit-box-shadow: -9px 7px 30px -9px rgba(0,0,0,0.75);
    -moz-box-shadow: -9px 7px 30px -9px rgba(0,0,0,0.75);
    box-shadow: -9px 7px 30px -9px rgba(0,0,0,0.75);
}
.responsive-map-container iframe,
.responsive-map-container object,
.responsive-map-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
