:root {
    --black: #000;
    --white: #FFF;
    --green: #267a87;
    --orange: #eba716;
    --yellow: #f9f609;
    --light: #efefef;
    --soft:  #fafbfb;
    --grey: #999;
    --dark: #333;
    --blue: #23408c;
    --blue_1: #033677;
    --warning: #f10505;
    --lightblue: #61c1ee;
    --lightred: #ed8ab2;
    --lightgreen: #bef6a2;
    --red: #fb0b16;
    --width: 100%;
    --bg-good: #455a8e;
}

a {color: #333; text-decoration: none!important; }

a:hover, button:hover {
    text-decoration: none;
    outline: none;
}

a:hover, button:hover {
    text-decoration: none;
    outline: none;
}

html {
  font-family: "Poppins", sans-serif;
  line-height: 1.3;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%
}

body {
  font-size: 20px;
  margin: 0;
}

nav ul li a:hover {
    background-color: none;
}

* {
    transition: color 150ms ease, background-color 150ms ease;
}
h1 {
    font-size: 2rem;
}
h5 {
    font-size: 1.1rem;
}

.text-black {
    color: #000000;
}

.body_class {
    background-color: var(--light);
}
.f_small {font-size: 11px;}
.f_normal {font-size: 13px;}
.f_big {font-size: 18px;}

.f_weight {font-weight: 700;}
.f_medium {font-weight: 400;}
.f_light {font-weight: 200;}

.center { text-align: center; }
.left {text-align: left;}
.right {text-align: right;}

.c_grey, .c_grey a, a.c_grey {
    color: var(--dark);
}
.c_light, .c_light a, a.c_light {
    color: var(--light);
}
.c_orange, .c_orange a, a.c_orange {
    color: var(--orange);
}
.c_red, .c_red a, a.c_red {
    color: var(--red);
}
.c_green, .c_green a, a.c_green {
    color: var(--green);
}
.c_yellow, .c_yellow a, a.c_yellow {
    color: var(--yellow);
}
.c_white, .c_white a, a.c_white {
    color: var(--white);
}
.c_dark, .c_dark a, a.c_dark {
    color: var(--dark);
}
.c_black, .c_black a, a.c_black {
    color: var(--black);
}
.bg_black {
    background-color: var(--black);
}
.bg_white {
    background-color: var(--white);
}
.bg_light {
    background-color: var(--light);
}
.bg_soft {
    background-color: var(--soft);
}
.bg_blue {
    background-color: var(--blue);
}
.bg_blue_1 {
    background-color: var(--blue_1);
}
.bg_dark {
    background-color: var(--dark);
}
.bg_orange {
    background-color: var(--orange);
}
.bg_lightblue {
    background-color: var(--lightblue);
}
.bg_lightred {
    background-color: var(--lightred);
}
.bg_lightgreen {
    background-color: var(--lightgreen);
}
.bg_good {
    background: var(--bg-good);
}
.main, .main1 {
    width: var(--width); 
    max-width: 90%;
    padding: 0;
    margin: 0 auto;
    font-size: 13px;
    position: relative;
    overflow: hidden;
}
.border0 {
    padding: 0px; 
    border: 1px solid #999; 
    border-radius: 5px;
}
.border {
    padding: 15px; 
    border: 1px solid #999; 
    border-radius: 5px;
}
.border_rad5 {
    border-radius: 10px;
}
.shadow {
    box-shadow: 0px 0px 20px #333;
}
.space {
    height: 94px;
}
.space-min {
    height: 35px;
}

.hr_white {
    border-bottom: 1px dotted #fff; 
    height: 1px;
}

.mb-std {
    margin-bottom: 32px;
}
.mt-cover {
    margin-top:-80px; 
    position: relative; 
    z-index: 1;
}
.pd {
    padding: 2px;
}
.pd5 {
    padding: 5px;
}
.pd10 {
    padding: 10px;
}
.pd15 {
    padding: 15px;
}
.pd25 {
    padding: 25px;
}
.pt25 {
    padding-top: 25px;
}
.mt25 {
    margin-top: 25px;
}
.ml20 {
    margin-left: 20px;
}
.mr20, a .mr20 {
    margin-right: 20px;
}
.mr25, a .mr25 {
    margin-right: 25px;
}
.mr10, a .mr10 {
    margin-right: 10px;
}
.mb20 {
    margin-bottom: 20px;
}
.pl20 {
    padding-left: 20px;
}
.fl {
    float: left;
}
.fr {
    float: right;
}
.clear {
    clear: both;
}
.white {
    color: #FFF;
}
.warning, .warning a {
    color: var(--warning);
}
.pos-relative {
    position: relative;
}
.pos-absolute {
    position: absolute;
}
.link {
    text-decoration: none;
}
.container {
    position: relative;
    overflow: hidden;
    min-height: 1000px;
    margin-top: 45px;
    opacity: 1;
    transition: 1s opacity;
}
.wrap {
    text-align: left;
}
.sticky-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
}
hr {color: #777;}
h1 {font-size: 4rem;}
h2 {font-size: 3rem;}
h3 {font-size: 2rem;}
h4 {font-size: 1.4rem;}
h5 {font-size: 1.2rem;}

h1,h2,h3,h4,h5 {
    line-height: 1.4; 
    margin: 0; 
    padding: 0; 
    position: relative;
}
strong, .bold {
    font-weight: 700;
}
h1:hover, h2:hover, h3:hover, h4:hover, h5:hover, h6:hover, p:hover, span:hover, div:hover {
    cursor: default;
}
a h1:hover, a h2:hover, a h3:hover, a h4:hover, a h5:hover, a h6:hover, a p:hover, a span:hover, a div:hover {
    cursor: pointer;
}

/*bagi bgi*/
.bagi_2 {width: 50%;}
.bagi_3 {width: 33.33%;}
.bagi_4 {width: 25%;}
.bagi_2_banner {width: 49%; margin: 0.5%;}

.width_73 {width: 73%;}
.width_40 {width: 40%;}
.width_60 {width: 60%;}

/*font style*/
@media screen and (max-width: 300px) {
    .bagi_2_banner {width: 98%; margin: 1%;}
}
@media screen and (max-width: 600px) {
    .main1 h3 {font-size: 18px;}
    .bagi_2, .bagi_3, .bagi_2f {width: 100%;}
    .bagi_4 {width: 50%;}
    .width_73, .width_40, .width_60 {width: 100%;}
    .space { height: 150px;}
    .mt-cover {margin-top:1300px; clear: both;}
}

/*Form search */

input.form-hotel-min, select.form-hotel-min {
    width: 34%;
    border-radius: 0px;
    height: 50px;
    margin: 0px;
    padding: 0 10px;
    font-size: 22px;
    float: left;
    border: none;
}
button.form-hotel-min {width: 15%; height: 50px; padding: 10px; font-size: 18px;
    float: left; border: none; margin: 0px; text-transform: uppercase; font-weight: 700;
    border-top-right-radius: 5px; border-bottom-right-radius: 5px; background: #000;}

input.form-hotel-max, select.form-hotel-max, button.form-hotel-max {
    width: 85%;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    border: 0;
    height: 50px;
    margin: 0px;
    padding: 0 10px;
    font-size: 22px;
    float: left;
    background: none;
    Color: #FFF;
}
option, select {
    font-size: 16px;
    color: #777;
    background: #FFF;
}

form {}
label  {display: table; font-size: 12px; line-height: 1.3; color: #333; margin-top: 15px;}

input[type=checkbox] {
    float: left;
    margin-right: 8px;
}

input[type=password],input[type=number],input[type=file],select,textarea {
 /* width: 80%;*/
  padding: 10px;
  margin: 8px 0;
  display: inline-block;
  border: 1px solid #ccc;
  box-sizing: border-box;
}
option {
    margin: 3px 0;
    font-size: 16px;
}

button,input[type=submit] {
  background-color: var(--grey);
  color: white;
  padding: 14px 20px;
  margin: 8px 0;
  border: none;
  cursor: pointer;
  width: 25%;
}

button:hover{
  opacity: 0.8;
}

@media screen and (max-width: 600px) {
    .main, .main1 {
        padding: 0 10px;
        font-size: 13px;
        max-width: 96%;
        width: 96%;
    }
    button.form-hotel-min {font-size: 11px;}
    input.form-hotel-max {font-size: 11px;}
    button,input[type=submit] { width: 100%;}
}
/*main*/

.mainkiri {width: 68%; float: left; margin-right: 2%; font-size:16px;}
.mainkiri h1 {font-size: 32px; line-height: 1.4; font-weight: 600}
.mainkiri .img_ img {width: 100%; height: auto;}

.mainkanan {width: 30%; float: left;}

.listhotel {width: 100%; height: 200px; float: left; border: 1px solid #efefef; overflow: hidden; 
    position:  relative; margin-bottom: 25px; box-sizing: border-box; background: var(--soft); border-radius: 5px;}
.listhotel .img {width: 43%; float: left; height: 200px; margin-right: 3%; overflow: hidden;}
.listhotel .img img {width: 100%; min-height: 200px; height: auto; max-height: 270px;}
.listhotel .isi {width: 52%; float: left;}

.listhotel .isi .bintang img {height: 18px;}
.listhotel .isi .nama_p {font-size:18px; line-height:  1.5 ;font-weight: 700; margin-bottom: 10px;}
.listhotel .isi .listposisi {margin-top: 5px; color: #555;}
.listhotel .isi .gaji {position: absolute; bottom: 20px; font-size: 20px; font-weight: 600;}
.listhotel .isi .gaji .nominal {font-size: 45px;}

.listhotel .isi .detailsbutton {width:auto; margin: 5px 0; text-align: center;
font-size: 18px; line-height: 35px; color: #FFF; background-color: var(--blue); 
position:  absolute; bottom: 25px; right: 20px; border-radius: 4px; padding: 5px 30px;}
.listhotel .isi .detailsbutton:hover {background-color: var(--dark);}

@media screen and (max-width: 600px) {
    .mainkiri, .mainkanan, .listhotel .img, .listhotel .isi { width: 100%; float: none; margin-right: 0;}

    .listhotel {height: auto; float: none;}

    .listhotel .isi {width: 94%; padding: 3%;}
    .listhotel .img {width: 100%; height: auto;}
    .listhotel .img img {width: 100%; height: auto; max-height: 100%}
    .listhotel .isi .gaji {position: relative; bottom: 0px;}
    .listhotel .isi .gaji .nominal {font-size: 26px; clear: both; width: 100%;}
    .listhotel .isi .detailsbutton {padding: 0; position: relative; width:100%; margin: 0 auto; clear: both; right: 0; bottom: 0;} 
}

/*cv */

.cv {
    position: absolute; 
    width: 100%;
    z-index: 0;
    margin-top: -100px;
    height: 555px;
}

.cover {
    width: var(--width);
    position: relative;
    z-index: 1;
    margin: 0 auto;
    height: 555px;
}

.button {
    background-color: var(--blue);
    color: white;
    padding: 14px 20px;
    margin: 8px 0;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    width: 150px;
}
.button:hover {
    opacity: 0.9;
}

/*bg*/
.whychoose {height: 800px; width: 40%; background: url(./cityroad.jpg) center center no-repeat; background-size: cover; }
.whychoose_r {height: 800px; width: 60%; padding: 15px 25px; background: #FFF url(./abs.jpg) center center no-repeat; background-size: cover;}

.profil_list { height: auto;}
.profil_list i {font-size: 60px; float: left;}
.profil_list p {padding-left:70px; margin-top: 0;}
.profil_list b {font-size: 20px; font-weight: 600;}
.profil_list .fa {font-size: 30px; font-weight:100;}

.bagi_2f {width: 45%; margin-right: 5%;}

@media screen and (max-width: 600px) {
  .whychoose { min-height: 200px; height: auto; width: 100%; float: left;}
  .whychoose_r {width: 100%; height: auto; margin-bottom: 10px; padding: 5px 0; clear: both; background-position: top;}
  .profil_list p {padding-left:40px; margin-top: 0;}
}

.selengkapnya {
    float: right; 
    padding: 4px 23px; 
    background-color: var(--grey); 
    font-size: 18px;
    color: var(--white); 
    border-radius: 3px;
}
.selengkapnya a {color: #FFF;}
.selengkapnya:hover {background-color: var(--dark); color: #FFF}

@media screen and (max-width: 600px) {
    .cover {width: 100%; height: 280px; }
    .cv::before {background-color: #FFF;}
    .cv {height: 100px; margin-top:0px;}
    .cv h1 {font-size: 22px; text-shadow: 1px 1px 3px #111;}
    .cv h5 {font-size: 16px; text-shadow: 1px 1px 3px #111;}
    /*input.form-hotel-min, button.form-hotel-min, select.form-hotel-min, option.form-hotel-min-op, textarea.form-hotel-min {
        width: 60%; height: 40px; float: none; auto; margin-left: 20%;
    }*/
}

/*list blog*/
.listblog {
    position: relative; 
    width: 23%; 
    min-height: 250px; 
    float: left; 
    text-align: left; 
    margin:0 1%; 
    border: 1px solid #efefef; 
    box-sizing: border-box; 
    padding-bottom: 25px; 
    border-radius: 15px;
    box-shadow:0px 0px 30px #efefef; 
    transition: .4s opacity;
}
.listblog:hover {
    border-color: #efefef; 
    transition: .4s opacity; 
    background: #fcfcfc; 
    box-shadow: 1px 1px 5px #fcfcfc 
}
.listblog a {text-decoration: none; color: #222;}
.listblog .imglogo {height:160px; margin-bottom:5px; overflow: hidden; border-radius: 15px; transition: .4s;}
.listblog .imglogo img {max-width: 100%; width: auto; min-height: 160px; height: auto; 
    text-align: center; }
.listblog .imglogo:hover {height:165px; margin-top:-5px; transition: .4s;}
.listblog .nama_p {height: 65px; font-size: 16px; line-height: 20px; font-weight: 600; overflow: hidden;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  word-break: break-word;
  transition: .4s; }
.listblog .nama_p:hover {margin-top:-2px; height: 66px; transition: .3s}

@media screen and (max-width: 600px) {
    .listwrap-b {width: 100%;}
    .listblog { width: 100%; }
    .listblog .nama_p {font-size: 20px; line-height: 1.4; font-weight: 600;}
    .listblog .imglogo {max-height: 240px; height:auto; }
}

/*end list blog*/

/*list video*/
.listvideo_1 {width: 48%; float: left; position: relative; margin: 0 1%;}
.listvideo_1 .imglogo {width: 100%; height: 300px; overflow: hidden;}
.listvideo_1 .imglogo img {width: 100%;}
.listvideo_1 .info {width: 100%; position: absolute; bottom: 0px; padding: 200px 5% 10px 5%; background-image: linear-gradient(to top, rgba(255,255,255,1), rgba(255,255,255,0));}
.listvideo_1 .tgl {font-size: 11px; margin-bottom: 5px}
.listvideo_1 .judul h3 {font-size: 24px; font-weight: 600;}

.listvideo_2 {position: relative; width: 23%; height: 300px; float: left; text-align: left; margin: 0 1%; border: 1px solid #222; box-sizing: border-box; padding-bottom: 25px; 
box-shadow:0px 0px 30px rgba(0, 0, 0, 0.3); transition: .4s opacity;}
.listvideo_2:hover {border-color: #333; transition: .4s opacity; box-shadow: 1px 1px 5px #222 }
.listvideo_2 a {text-decoration: none; color: #222;}
.listvideo_2 .imglogo {height:160px; margin-bottom:5px; overflow: hidden; transition: .4s;}
.listvideo_2 .imglogo img {max-width: 100%; width: auto; min-height: 160px; height: auto; 
    text-align: center; }
.listvideo_2 .imglogo:hover {height:165px; margin-top:-5px; transition: .4s;}
.listvideo_2 .nama_p {height: 65px; font-size: 16px; line-height: 20px; font-weight: 600; overflow: hidden;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  word-break: break-word;
  transition: .4s; }
.listvideo_2 .nama_p:hover {margin-top:-2px; height: 66px; transition: .3s}

/*detail video*/
.videoWrapper {
  position: relative;
  padding-bottom: 56%;  /*16:9 */
  padding-top: 3px;
  height: 0;
}
.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 600px) {
    .listvideo_1,
    .listvideo_2 {width: 100%; margin-top: 10px;}

}
/*end lsit video */

/*blognews start*/
.listwrap-b {width: 100%;}
.listlow-f {position: relative; width: 23%; min-height: 420px; float: left; text-align: left; margin: 10px 1%; border: 1px solid #efefef; box-sizing: border-box; padding-bottom: 25px; border-radius: 15px;
box-shadow:0px 0px 30px #efefef; transition: .4s opacity;}
.listlow-f:hover {border-color: #efefef; transition: .4s opacity; 
    background: #fcfcfc; box-shadow: 1px 1px 5px #fcfcfc }
.listlow-f a {text-decoration: none; color: #222;}
.listlow-f .imglogo {height:260px; margin-bottom:5px; overflow: hidden; border-radius: 15px; transition: .4s;}
.listlow-f .imglogo img {max-width: 100%; width: auto; min-height: 190px; height: auto; 
    text-align: center; }
.listlow-f .imglogo:hover {height:275px; margin-top:-5px; transition: .4s;}

.listlow-f .listposisi { height: auto; min-height: 50px; margin-bottom: 10px; font-size: 13px; 
  color: #555;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  word-break: break-word
}
.listlow-f .dn {margin: 3px 0 5px 0; font-size: 12px; color: var(--dark); font-weight: 700}
.listlow-f .nama_p {height: 65px; font-size: 16px; font-weight: 700; overflow: hidden;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  word-break: break-word;
  transition: .4s; }
.listlow-f .nama_p:hover {margin-top:-2px; height: 68px; transition: .3s}
.listlow-f a:hover {text-decoration: none; }
.listlow-f .gaji {float: left; font-size: 11px; color: #333; margin: 5px 0;}
.listlow-f .gaji .idr { color: var(--grey); clear: both; margin-right: 15px; font-size: 12px; font-weight: 700; letter-spacing: -0.5px}
.listlow-f .gaji .harga {font-size: 22px; font-weight: 700; letter-spacing: -0.5px; }

.listlow-f .tgl {float: right; margin: 25px 0px 15px 0px; padding-bottom: 6px; font-size: 11px; color: #555;
    border-bottom: 1px solid #777;}
.listlow-f .bintang img {height: 18px;}
.listlow-f .detailsbutton {margin: 5px 0; font-size: 16px; text-transform: uppercase; font-weight: 700; position: absolute; bottom: 40px; right: 15px;}

@media screen and (max-width: 600px) {
.listlow-f {width: 47%; float: left;}
.listlow-f .imglogo {height:auto; margin-bottom:5px; overflow: hidden; border-radius: 15px; transition: .4s;}
.listlow-f .imglogo:hover {height:255px; margin-top:-5px; transition: .4s;}
.listlow-f .nama_p {height: 50px; font-size: 15px;}
.listlow-f .nama_p:hover {margin-top:-2px; height: 52px; transition: .3s}
.listlow-f .gaji .harga {font-size: 24px;}
}
@media screen and (max-width: 480px) {
    .listlow-f {width: 100%; margin: 10px auto; float: none;}
    .listlow-f .nama_p { font-size: 18px;}
}
/*blognews end*/

/*services*/
.bg_services {
    background: rgba(255,255,255,1); 
    background-image: url(./bg-plane.jpg); 
    background-size: cover; 
    border: 10px solid rgba(255,255,255, 0.8);
    border-radius: 20px;
}
.listlow-s {
    position: relative; 
    width: 16%; 
    min-height: 100px; 
    float: left; 
    text-align: center; 
    margin: 10px 0.33%; 
    border: 1px solid #333; 
    box-sizing: border-box; 
    padding:0; 
    border-radius: 5px;
    overflow: hidden;
    box-shadow:0px 0px 80px rgba(0,0,0,0.6); 
    transition: .4s opacity; 
    background: #FFF;
}
.listlow-s:hover {
    border-color: #efefef; 
    transition: .4s opacity; 
    background: #FFF; 
    box-shadow: 1px 1px 5px rgba(0,0,0,0.2) 
}
.listlow-s img {
    margin-bottom: 10px; 
    width: 100%; 
    height: auto; 
    clear: both
}
.listlow-s h2 {
    font-size: 14px; 
    color: #333; 
    text-transform: uppercase
}

@media screen and (max-width: 600px) {
    .listwrap {width: 45%; float: left; margin: 0 2.5%}
    .listlow-s {
        position: relative; 
        width:100%; 
        float: none; 
        margin: 15px auto;
    }
}

/*testimonil*/
.testimoni {width:700px; height: 330px; margin: 0 auto; background: url(testi.jpg) center no-repeat; color: #222;}
.testimoni .gambar {margin-top: 25px; width: 150px; height: 150px; float: left; overflow: hidden; border-radius: 50%;}
.testimoni .gambar img { width:100%; max-width: 120%; min-height: 100%; height: auto; max-height: 120%; }
.testimoni .isi {padding: 80px; }
.testimoni .judul {margin-left:90px; height: 130px; text-align: center; font-size: 18px; font-weight: 600; margin-bottom: 15px;}
.testimoni .nama {margin-left:90px; text-align: center; font-size: 14px; font-weight: 600;}
.testimoni .alamat {margin-left:100px; text-align: center; font-size: 14px; font-weight: 400;}

@media screen and (max-width: 600px) {
  .testimoni .gambar {display: table; clear: both; float: none; margin: 0 auto}
  .testimoni {width: 100%; height: auto; background-size: 100% 100%;}
  .testimoni .isi {padding: 10px 60px }
  .testimoni .judul {font-size: 15px; line-height: 1.2; font-weight: 400; height: 100px; text-shadow: 0 0 5px #444;}
  .testimoni .alamat { margin-bottom: 50px;}
  .testimoni .judul, .testimoni .nama, .testimoni .alamat {margin-left: 0;}
  .bagi_2f {width: 100%; height: auto; margin-bottom: 10px;}
}

/*list testimoni */

/*hotel detail*/
.hoteldetail {font-size: 16px; color: #555; padding: 20px; border: 1px solid #efefef; border-radius: 5px; 
box-sizing: border-box;}
.hoteldetail .img_ {width: 100%; height:auto; overflow:hidden;}
.hoteldetail .img_ img {width: 100%;}
.hoteldetail .kiri {width: 68%; float: left;}
.hoteldetail .kiri ul {margin-left: 0px; padding-left:15px}
.hoteldetail .kiri ul li {margin-left: 1px; padding-left:5px; line-height: 1.3;}
.hoteldetail .kiri .fa {color: var(--dark) ;}
.hoteldetail .kiri div {margin-bottom: 15px;}

.hoteldetail .kanan {width: 30%; float: right;}
.hoteldetail .kanan a {color:#222;}
.hoteldetail .kanan a:hover {color:#444; text-decoration: none;}
.hoteldetail .kanan .map {width: 100%; height: 300px; overflow: hidden;}
.hoteldetail .kanan .packageimg {width: 100%; height: auto; margin-bottom: 15px;}
.hoteldetail .kanan .packageimg img {width: 100%;}

.kanan {width: 30%; float: right;}
.kanan a {color:#222;}
.kanan a:hover {color:#444; text-decoration: none;}
.kanan .paketlain {border-bottom: 1px dotted #333; padding-bottom: 15px; margin-top: 15px;}
.kanan .paketlain .fa {width: auto; float: left; margin-top: 7px;}
.kanan .paketlain:hover a {color: #777;}
.kanan .paketlain .img {width: 25%; overflow: hidden; float: left; margin-right: 10px;}
.kanan .paketlain .img img {width: 100%;}
.kanan .paketlain .info {padding-left: 28%;}
.kanan .paketlain .info h4 {font-size: 16px; font-weight: 700}
.kanan .kat_logo {margin:0px; border: 1px solid #efefef; box-sizing: border-box; box-shadow: 0px 0px 3px #ccc;}

.hoteldetail h3 {margin: 10px 0; font-size: 36px; font-weight: 700;}
.hoteldetail p { line-height: 1.6; }
.hoteldetail .harga {width: 50%; float: left; position: relative; padding-bottom: 15px;}
.hoteldetail .book {height: 50px; min-width: 90px; float: right; margin: 40px 0 0 0}
.cs_qhi {margin-bottom: 5px; padding-bottom: 5px; border-bottom: 1px solid #999;}
.cs_qhi .cs_prof .fa {font-size: 65px; color: #888;}
.cs_qhi .cs_prof {width: 12%; float: left; margin-right: 3%; text-align: center;}
.cs_qhi .cs_data {width: 84%; float: left; font-size: 15px;}
.cs_qhi .cs_data b {font-size: 18px; line-height: 1.4;}
.cs_qhi .cs_data a {color: #888; text-decoration: none;}

.social-share {
  display: table;
  position: relative;
  float: none;
  text-align: center;
}
.social-share span {
  float:left;
  width: auto;
  font-size: 25px;
  margin: 7px 2px 0 2px;
  background: #ccc
}

.social-share span a {
  display: block;
  width: 50px;
  text-align: center;
  border-radius: 3px;
  color: #FFF;
}
.social-share span:hover {
  opacity: 0.6;
}
.social-share span.facebook a {
  background: #2f53c7;
  color: #FFF;
}
.social-share span.twitter a {
  background: #00bbd7;
  color: #FFF;
}
.social-share span.whatsapp a {
  background: #118e0e;
  color: #FFF;
}
.social-share span.instagram a {
  background: #c01f50;
  color: #FFF;
}
.social-share span.facebook .fa,
.social-share span.twitter .fa,
.social-share span.whatsapp .fa,
.social-share span.instagram .fa {color: #FFF;}

.next_page,.prev_page,.pos_page {
    height:45px; 
    width:70px; 
    font-size:0px; 
    border:1px solid #ccc; 
    box-sizing:border-box; 
    float:left; 
    margin-right:15px; 
    margin-top:20px;
}
.next_page  {background:url(arrow_right.png) center no-repeat; background-size:23px 23px;}
.prev_page  {background:url(arrow_left.png) center no-repeat; background-size:23px 23px;}
.pos_page   {height:25px; width:auto; font-size:13px; border:0; color:#333;}


@media screen and (max-width: 600px) {
   .hoteldetail h3 { font-size: 22px;}
   .hoteldetail .kiri, .hoteldetail .kanan, .kanan {width: 100%; float: none;} 
   .hoteldetail .img_ {width: 100%; height: auto;}
   .hoteldetail .book {position: relative; z-index: 1; bottom: 10px; right: 0; }
   .cs_qhi .cs_prof {width: 25%; float: left;}
   .cs_qhi .cs_data {width: 71%; float: left;}
   .csqhi .csdata .span {display: table; clear: both; width: 100%;}
}

/*kontak*/

.kontak input {
  width: 400px;
  height: 35px;
  margin: 5px 0px;
  padding: 10px;
  font-size: 16px;
  float: left;
  border-radius: 3px;
  margin-bottom: 10px;
  border: 1px solid #ccc;
}
.kontak textarea {
  width: 400px;
  margin: 5px 0px;
  padding: 10px;
  font-size: 16px;
  float: left;
  border-radius: 3px;
  margin-bottom: 10px;
  border: 1px solid #ccc;
}
.bgkontak {
    height: 80vh;
    margin-top: 0px;
    border-left: 1px solid #888;
    background: url(contact.jpg);
    background-size: cover;
}
@media screen and (max-width: 600px) {
    .kontak input, .kontak textarea {width: 100%;}
    .bgkontak {
        height: 300px;
        padding: 0; 
        background-size: 110%; 
        background-repeat: no-repeat;
        border: none;
        margin-left: -10px;
        margin-right: -30px;
        width: 120%;
    }
}

/*footer*/
.footer {
    background: #000 url(bg-footer.png) bottom right no-repeat;
    background-size: cover;
    position: relative; z-index: 1; 
    margin-top:0px; height: auto; width: 100%; 
    color: #FFF; font-size: 16px; border-top:2px solid var(--dark);}
.footer a {color: #efefef; text-decoration: none; margin-right:10px;}

.footer .medsos_a {float: left; font-size: 12px; margin-top: 15px;}

.footer .medsos_a .medsositem {float: left;}

.footer .medsos_a .medsositem i.medsos_ {width: 30px; height: 30px; margin-right: 5px;}
.footer .medsos_a .medsositem i.medsos_ img {width: 30px;}

.copyright { font-size: 14px; color: #888; margin-top: 15px; }
.footer a:hover {color: var(--light); text-decoration: none;}

.footer .title {font-size: 20px; font-weight: 600;}

.footer ul {margin-left: -25px;}

.footer ul li {list-style: circle;}

.map {width: 100%; height: 300px; background: #333}

@media screen and (max-width: 600px) {
    .footer {background-size: 200%;}
   .footer .list {display: table; width: 100%; margin-bottom: 8px;} 
   .footer .bagi_4 {width: 95%; margin-bottom: 20px;}
   .footer .powered {width: 100%; text-align: center;}
   .footer .medsos_a {float: none; width: 100%; font-size: 16px;}
   .footer .medsos_a a {clear: both;}
   
}   

.hover-3 {
  --c: #333; /* the color  */
  --h: 1.4em;   /* the height */
  
  line-height: var(--h);  
  color: #0000;
  overflow: hidden;
  text-shadow: 
    0 calc(-1*var(--h)*var(--_i,0)) var(--c), 
    0 calc(var(--h)*(1 - var(--_i,0))) #409f11;
  /*background: 
    linear-gradient(var(--c) 0 0) no-repeat
    calc(200% - var(--_i, 0) * 100%) 100% / 200% calc(100% * var(--_i, 0) + .08em);*/
  transition: .3s calc(var(--_i, 0) * .3s), background-position .3s calc(.3s - calc(var(--_i, 0) * .3s));
  border-radius: 3px;
}
.hover-3:hover {
  --_i: 1;
}

.d-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important; 
}

/*-------- Scroll-Top (Start) --------*/
.wa {
    position: fixed;
    bottom: 5px;
    right:1rem;
    height: 3rem;
    width: auto;
    padding: 0px 15px;
    font-size: 16px;
    font-weight: 700;
    background: var(--black);
    color: var(--white);
    border: 0.2rem solid var(--white);
    border-radius: 30px;
    z-index: 999;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: var(--green);
    box-shadow: 0px 0px 5px #ccc;
}
.wa .fa {font-size: 30px; margin-right: 8px;}

.wa:hover {color: var(--light)}

.scroll-top{
    position: fixed;
    bottom: 100px;
    right:1rem;
    height: 3rem;
    width: 3rem;
    font-size: 2.5rem;
    font-weight:lighter;
    background: var(--black);
    color: var(--white);
    border: 0.2rem solid var(--white);
    border-radius: 50%;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    z-index: 999;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .scroll-top:hover{
    background: var(--white);
    color:var(--black);
  }

/*-------- Scroll-Top (End) ------*/

/*gallery*/
.bg_portfolio {background: url(bg-portf.png) top center no-repeat; background-size: cover}

.portfolio .box-container{
    display: -ms-grid;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(13rem, 1fr));
    gap: 1rem;
    padding: 0.8rem 0; 
}

.portfolio-item{
    border-radius: 0.5rem;
    height: 12rem;
    overflow: hidden;
    position: relative;
}

.portfolio-item img{
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.portfolio-item .content{
    content: '';
    position: absolute;
    top: 2%;
    left: 1%;
    height: 96%;
    width: 98%;
    border-radius: 0.5rem;
    background-color: rgba(0, 0, 0, 0.8);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-transform: scale(0);
            transform: scale(0);
}

.portfolio-item .content h3{
    font-size: 1.4rem;
    font-weight: 400;
    color: var(--purple);
    transform-origin: top;
    -webkit-transform: translateY(-10rem);
            transform: translateY(-10rem);
    opacity: 0;
    padding-bottom: 1rem;
    -webkit-transition: all 0.4s linear;
       -moz-transition: all 0.4s linear;
         -o-transition: all 0.4s linear;
            transition: all 0.4s linear;
}

.portfolio-item .content p{
    font-size: 0.9rem;
    font-weight: 400;
    color: var(--white);
    transform-origin: top;
    -webkit-transform: translateY(-10rem);
            transform: translateY(-10rem);
    opacity: 0;
    -webkit-transition: all 0.4s linear;
       -moz-transition: all 0.4s linear;
         -o-transition: all 0.4s linear;
            transition: all 0.4s linear;
    text-align: center;
}

.portfolio-item .content .view-btn{
    font-size: 2rem;
    color: var(--purple);
    transform-origin: top;
    -webkit-transform: translateY(-10rem);
            transform: translateY(-10rem);
    opacity: 0;
    -webkit-transition: all 0.4s linear;
       -moz-transition: all 0.4s linear;
         -o-transition: all 0.4s linear;
            transition: all 0.4s linear;
    border-radius: 5rem;
    margin-top: 1.5rem;
}

.portfolio-item:hover .content{
    -webkit-transform: scale(1);
            transform: scale(1);
}

.portfolio-item:hover .content h4{
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
}

.portfolio-item:hover .content p{
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
}

.portfolio-item:hover .content .view-btn{
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
}
/*
.portfolio-item:hover img{
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
}*/

/*CSS3 Animation Effects for Magnific Popup*/

/* start state */
.mfp-newspaper  .mfp-with-anim {
    opacity: 0;
    -webkit-transition: all 0.2s ease-in-out; 
            transition: all 0.2s ease-in-out; 

    -webkit-transform: scale(0) rotate(500deg);
            transform: scale(0) rotate(500deg);
}
.mfp-newspaper.mfp-bg {
    opacity: 0;
    -webkit-transition: all 0.2s ease-in-out; 
            transition: all 0.2s ease-in-out; 
}
  
/* animate in */
.mfp-newspaper.mfp-ready .mfp-with-anim {
    opacity: 1;
    -webkit-transform: scale(1) rotate(0deg);
            transform: scale(1) rotate(0deg);
}
.mfp-newspaper.mfp-ready.mfp-bg {
    opacity: 0.8;
}
  
/* animate out */
.mfp-newspaper.mfp-removing .mfp-with-anim {
    -webkit-transform: scale(0) rotate(500deg);
            transform: scale(0) rotate(500deg);
    opacity: 0;
}
.mfp-newspaper.mfp-removing.mfp-bg {
    opacity: 0;
}

/* end gallery*/

/*box counting*/
.box-counting {
    padding-bottom: 50px;
    background: var(--dark); /* url(bg-2.jpg); background-size: cover; background-position: bottom;*/
}
.counting{
    width: var(--width);
    max-width: 90%;
    -webkit-box-flex: 2;
    -ms-flex: 2rem;
        flex: 2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 1rem;
    margin: -80px auto auto;
}

.counting .box{
    position: relative;
    background: var(--orange) url(bg-sudut.png) right bottom no-repeat;
    background-size: 100%;
    -webkit-box-flex: 2;
    -ms-flex: 2rem;
        flex: 2rem;
    text-align: center;
    padding: 1rem;
    margin: 1rem;
    border-radius: 15px;
   box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.2);/* */
}

.counting .box .count{
    font-size: 5.5rem;
    color: var(--white);
    padding-bottom: 0.5rem;
    text-shadow: 0px 1px 55px rgba(255, 255, 255, .9);
}

.counting .box p{
    font-size: 1.2rem;
    color: var(--white);
}
@media screen and (max-width: 600px) {

    .counting{ 
        margin: -20px auto auto;
    }
    .counting .box{
        -webkit-box-flex: 2;
        -ms-flex: 2rem;
            flex: 2rem;
        text-align: center;
        padding: 0.1rem;
        margin: 0.2rem;
        gap: 0.2rem;
    }
    .counting .box .count{
        font-size: 3.5rem;
    }
    .counting .box p{
        font-size: 0.8rem;
    }


}   

/*box-counting*/

/*about us*/
.about-us { position: relative; 
    background: #0c0d86 url(bg-konsep.jpg) left top no-repeat;
    color: var(--white);
    height: 650px; margin-top: -100px;
}
.about-us .gambar {
    position: absolute;
    top: 0px;
    height: 480px;
}
.about-us .info {
    min-height: 480px;
    height: auto;
}
.about-us .info .isi {
    height: auto;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 9;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    word-break: break-word;
    transition: .4s;
    font-size: 22px; 
    line-height: 1.5;
    margin-bottom: 15px;
    color: var(--white);
}

.about-us .gambar img, .gambar img {
    width: 100%;
}
.about-us .info h1 {
    font-size: 32px; 
    text-transform: uppercase; 
    margin-bottom: 15px;
    font-weight: 700;
}
.about-us .info .butt{
    width: 100%;
    position: absolute;
    bottom: 120px;
}
.tombol {
    width: auto;
    display: inline-block;
    padding: 0.8rem 1.5rem;
    font-size: 1rem;
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.5);
    border-radius: 0px;
    margin: 5px 10px;
}

.tombol i{
    padding-left: 1rem;
}

.tombol:hover{
    color: var(--white);
    background-color: var(--blue);
    cursor: pointer;
}

@media screen and (max-width: 600px) {
    .about-us { height: auto; }
    .about-us .gambar {
        position: relative;
        height: 270px;
    }
    .tombol { 
        margin-left: 0px;
        padding: 0.8rem;
        font-size: 1rem;
        width: auto;
        font-weight: 600;
    }
    .about-us .info {
        min-height: 350px;
        margin-top: -40px;
    }
    .about-us .info p {
        text-align: center;
        font-size: 14px;
    }
    .about-us .info h1 { font-size: 20px; text-align: center;}

    .about-us .info .butt {
        clear: both; 
        margin-top: 0px;
        bottom: 20px;
    }
    .about-us .tombol {width: auto; margin: 1%; font-size: 0.7rem;}
    .about-us .info .butt .fl,
    .about-us .info .butt .fr {float: left;}
}

/*fasilitas start */

/*about us*/
.fasilitas { position: relative; 
    background: #0c0d86 url() left top no-repeat;
    color: var(--white);
    height: auto; 
    margin-top:0px;
    padding-top: 50px;
}
.fasilitas .info .isi img {width: 45%!important;}

.fasilitas .info {
    min-height: 480px;
    height: auto;
}
.fasilitas .info .isi {
    height: auto;
    transition: .4s;
    font-size: 18px; 
    line-height: 1.5;
    margin-bottom: 15px;
}

.fasilitas .info h2 {
    font-size: 36px; 
    font-weight: 700;
    margin-bottom: 15px;
    text-align: center;
}
.fasilitas .butt{
    width: 100%;
    margin-bottom: 50px;
    text-align: center;
}
.fasilitas .tombol {float: none ;width: auto; 
        margin: auto; font-size: 1.7rem;
    }
@media screen and (max-width: 600px) {
    .fasilitas {
        height: auto;
    }
    .fasilitas .info .isi img {width: 100%!important;}
    .fasilitas .butt {
        width: 100%;
        clear: both; 
        margin-top: 20px;
        padding-bottom:30px;
        text-align: center;
    }
    .fasilitas .tombol { font-size: 1.2rem;
    }
}


/* blog start*/

.blog-slider{
    position: relative;
    overflow: hidden;
}
.blog-item{
    overflow: hidden;
}
.blog-item .image{
    height: 600px;
    overflow: hidden;
}
.blog-item .image img{
    height: 100%;
    width: 100%;
    object-fit: cover;
}

@media screen and (max-width: 600px) {
    .blog-item .image{
        height: 155px;
        overflow: hidden;
    }
}
/* blog end*/

/*testimonial start*/
.testimonial {
    background: #3f007f url(bg-gal.jpg) bottom right no-repeat;
    background-size: cover;
}

.testimonial-sliderc{
    position: relative;
    padding-bottom: 4rem;
    overflow: hidden;
}

.testi-item{
    text-align: center;
    border-radius: 1rem;
    padding: 1rem 1rem;
    background: url(abs.jpg); 
    background-size: cover; 
    background-position: top;
    min-height: 200px;
}

.testi-item:hover{
    border-color: rgba(0, 0, 0, 0.4);
}
.testi-item .box-logo {
    background-color: none;
    height: 150px;
    width: 150px;
    border-radius: 50%;
    margin: 0 auto;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.3);
    overflow: hidden;
}
.testi-item .box-logo img {
    min-width: 150px;
    width: auto;
    max-width: 100%;
    min-height: 150px;
    height: auto;
}
.testi-item img{

}

.testi-item .fa-quote-left{
    display: block;
    font-size: 2.5rem;
    color: var(--white);
    margin: -40px 0 -10px -95px;
    text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
}

.testi-item .isi{
    color: var(--dark);
    font-size: 14px;
    line-height: 1.4;
    height: 130px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    word-break: break-word;
    transition: .4s;
}

.testi-item .intro{
    margin: 1rem 0;
}

.testi-item .intro h3{
    font-size: 1rem;
    color: var(--black);
    padding-bottom: 0.1rem;
}

.testi-item .intro h5{
    color: var(--grey);
    font-size: 0.8rem;
    font-weight: 400;
    height: 70px;
    font-style: italic;
}
.testi-item .intro a {
    color: var(--grey);
}
/*testimonial end*/

/*pendaftaran start*/
.bg_register {
    height: 900px;
    background-color: #d6eefa;
    background-image: url(./bg-register.jpg); 
    background-position: top;
    background-size: 100%; 
    background-repeat: no-repeat;
}
.bg_pendaftaran {
    background-image: url(./bg-2.jpg); 
    background-position: top;
    background-size: cover; 
}
@media screen and (max-width: 600px) {
    .bg_register {width: 105%; height: 200px; overflow: hidden; margin: 0px -10px;}
    .bg_pendaftaran {padding: 30px 10px;}
    .bg_pendaftaran h2 {font-size: 20px;}
}
/*pendaftaran end */

/*gallery foto */
.mainkiri .kontrol {display:block; font-size: 20px;
  position:relative!important; padding: 0px 3px; height: 65px; color:#222;}
.mainkiri .kontrol .left {
  background:#ccc; position:absolute!important; 
  left:0; z-index:10; top:0; opacity:0.3}
.mainkiri .kontrol .right {
  background:#ccc; position:absolute!important; 
  right:0; z-index:10; top:0; opacity:0.3}
.mainkiri .kontrol .left:hover, 
.mainkiri .kontrol .right:hover {opacity:.8;}
/*gallery foto end*/

/*testimonial start*/
.testimoni {width: 100%; min-height: 200px; height: auto; float: left; overflow: hidden; 
    position:  relative; margin-bottom: 45px; padding-bottom: 45px; border-bottom: 1px dotted rgba(0, 0, 0, 0.2);}
.testimoni .gbr {width: 23%; float: left; height: 200px; margin-right: 3%; overflow: hidden;}
.testimoni .gbr .imt {width: 170px; height: 170px; border-radius: 50%;}
.testimoni .gbr .imt img {width: 100%; min-height: 200px; height: auto; max-height: 270px;}
.testimoni .isi {width: 72%; float: left; padding: 0;}

.testimoni .isi .nama_p {font-size:18px; line-height:  1.5 ;font-weight: 700; margin-bottom: 10px;}
.testimoni .isi .listposisi {margin-top: 5px; color: #555;}
.testimoni .isi .gaji {position: absolute; bottom: 20px; font-size: 20px; font-weight: 600;}
.testimoni .isi .gaji .nominal {font-size: 45px;}

.testimoni .isi .detailsbutton {width:auto; margin: 5px 0; text-align: center;
font-size: 18px; line-height: 35px; color: #FFF; background-color: var(--blue); 
position:  absolute; bottom: 25px; right: 20px; border-radius: 4px; padding: 5px 30px;}
.testimoni .isi .detailsbutton:hover {background-color: var(--dark);}
/*testimonial end*/