:root {
    --bg-primary: #b6a779;
    --black: #000;
    --white: #FFF;
    --green: #267a87;
    --orange: #ef6517;
    --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%;
}

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 {
  line-height: 1.3;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%
}

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

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

* {
    transition: color 150ms ease, background-color 150ms ease;
    font-family: "Montserrat", serif;
}
h1 {
    font-size: 2rem;
}
h5 {
    font-size: 1.1rem;
}
table { 
    border-collapse: collapse;
    border: 1px solid #ccc;
    table-layout: auto;
    width: 100%;
}

th,
td {
    border: 1px solid #ddd;
    padding: 8px;
    text-align: left;
}

th {
    background-color: #f2f2f2;
}
.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;}

.text_uppercase {text-transform: uppercase;}

.center { text-align: center; }

.left {text-align: left;}

.right {text-align: right;}

.c_grey, .c_grey a, a.c_grey {
    color: var(--grey);
}
.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_orange, .c_orange a, a.c_orange {
    color: var(--orange);
}
.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);
}
.c_blue {
    color: var(--blue);
}
.c_blue_1 {
    color: var(--blue_1);
}
.bg_primary {
    background-color: var(--bg-primary);
}
.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);
}
.main, .main1 {
    width: var(--width); 
    max-width: 85%;
    padding: 0;
    margin: 0 auto;
    font-size: 13px;
}

.border {
    padding: 15px; border: 1px solid #999; border-radius: 5px;
}
.brdr-right {border-right: 1px solid rgba(0, 0, 0, 0.1);}
.border_rad5 {border-radius: 10px;}
.shadow {box-shadow: 0px 0px 20px #333;}
.space {
    height: 58px;
}
.space-min {
    height: 35px;
}

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

.mb-std {
    margin-bottom: 32px;
}
.mt-cover {margin-top:-20px; position: relative; z-index: 1;}

.pd {
    padding: 2px;
}
.pd5 {
    padding: 5px;
}
.pd10 {
    padding: 10px;
}
.pd15 {
    padding: 15px;
}
.pd25 {
    padding: 25px;
}
.mt25 {
    margin-top: 25px;
}
.ml20 {
    margin-left: 20px;
}
.mr20, a .mr20 {
    margin-right: 20px;
}
.mr5 {
    margin-right: 5px;
}
.mb20 {
    margin-bottom: 20px;
}
.pl20 {
    padding-left: 20px;
}
.pr20 {
    padding-right: 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.3; 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_100 {width: 100%;}

/*font style*/
@media screen and (max-width: 300px) {
    .bagi_2_banner {width: 98%; margin: 1%;}
}
@media screen and (max-width: 600px) {
  .bagi_2, .bagi_3, .bagi_2f, .width_100 {width: 100%;}
  .bagi_4 {width: 100%;}
  .width_73 {width: 100%;}
  .space { height:63px;}
  .mt-cover {margin-top:-100px; position: relative; z-index: 1;}
  .brdr-right {border-right: 0px;}
  .main1 {margin-bottom: 40px;}
  .main1 h3 {font-size: 18px;}
}

/*pencarian*/
.pencarian {background: #000; opacity: 0.7; color: #FFF; width: 100%; margin: 0 auto; border-radius: 5px; box-shadow: 1px 1px 25px rgba(0,0,0,0.5);}

/*form order*/
.form-order-hotel { 
    width:740px; 
    margin:10px auto; 
    padding:10px 20px;
    background:#efefef; 
    opacity: 0.95;
    position: relative; 
    top: -120px;
    z-index: 1;
    float: none;
}
.form-order-hotel input[type=date] {padding: 11px; width: 195px;}
.form-order-hotel input[type=number] { width: 80px;}
.form-order-hotel input[type=submit] {width: 200px;}

@media screen and (max-width: 600px) {
 .form-order-hotel { 
    width:90%; 
    background: var(--bg-primary);
    padding: 15px 10px;
    margin-top: 20px;
    font-size: 11px;
    color: #111;
    }
.form-order-hotel .formorder {width: 48%; float: left!important; margin-top: -5px;}
.form-order-hotel .formorder input {margin-top: -6px;}
}

/*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: 1px solid rgba(0, 0, 0, 0.5);
    height: 50px;
    margin: 0px;
    padding: 0 10px;
    font-size: 22px;
    float: left;
    background: none;
    Color: #888;
}
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=date],input[type=file],select,textarea {
 /* width: 80%;*/
  padding: 12px 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: 12px 25px;
  margin: 8px 5px;
  border: none;
  cursor: pointer;
  width: auto;
}

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;}
    .pesankamar button, .pesankamar input[type=submit] {width: 100%!important;}
    .pesankamar .bagi_4 {width: 100%;}
    .pesankamar .bagi_4 input[type="date"] {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;}

.mainkiri .lokasihotel {width: 80%; margin-bottom: 5px;}
.mainkiri .btnhotel {width:19%; margin-bottom: 5px;}

.listhotel {width: 100%; height:auto; 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 {min-width: 100%; max-width: 120%; width: auto; height: 200px; }
.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: 25px;}
.listhotel .isi .gaji .nominal, .nominal {font-size: 22px; font-weight: 600;}

.listhotel .isi .detailsbutton {width:auto; margin: 5px 0; text-align: center;
font-size: 18px; line-height: 35px; color: #FFF; background-color: var(--bg-primary); 
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;}
    .mainkiri .lokasihotel, .mainkiri .btnhotel {width: 60%; float: left;}
    .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: relative; 
    height: 500px;
    width: 100%;
    z-index: 0;
    margin-top: -60px;
    /*display: flex;
    align-items: center;
    justify-content: center;*/
}
.cv::before {
    content: "";
    /*background-color: #000;
    background-size: cover;*/
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    opacity: 1;
}

.cover {
    width: var(--width);
    height: 100%;
    position: relative;
    z-index: 1;
    /*background-image: url('./danau-toba.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;*/
    margin: 0 auto;
}

.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;
}

.selengkapnya {float: right; padding: 8px 25px; background-color: #b6a779; font-size: 14px;
color: var(--white); border-radius: 5px; text-transform: uppercase; font-weight: 600;
}
.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: 300px; margin-top: 1px;}
    .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%;
    }*/
}

/*faslitas*/
.fasilitas {
    display: -ms-grid;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(24%, 1fr));
    gap: 1%;
    padding: 0.8rem 0; 
}
.fasilitas .layanan {
    float: left;

    margin-bottom: 20px;
    height: 150px;
    text-align: center;
}
.fasilitas .layanan .fi {
    font-size: 80px;
}

@media screen and (max-width: 600px) {
    .fasilitas {
        display: -ms-grid;
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(49%, 1fr));
        gap: 1%;
        padding: 0.8rem 0; 
    }
}
/* end faslitas*/

/*list blog*/
.listblog {position: relative; width: 23%; min-height: 250px; 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;}
.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) {
.listblog {width: 100%;}
.listblog .imglogo {max-height: 300px; height:auto; }
}

/*end list blog*/

/*list video*/
.listvideo_1 {width: 50%; float: left; position: relative}
.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 #111; 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%;}

}
/*end lsit video */

/*list lowongan*/
.listwrap {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: 260px; 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 {text-transform: uppercase; height: 14px; margin: 3px 0 5px 0; font-size: 11px; color: var(--grey); font-weight: 600}
.listlow-f .nama_p {
    color: var(--dark);
    text-transform: uppercase;
    height: 65px; 
    font-size: 16px; 
    line-height: 18px; 
    font-weight: 500; 
    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; margin: 5px 0; height: 50px;}
.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 .nominal {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: 28px; right: 15px;}

.kanan .listlow-f {width: 100%; border-radius: 0; min-height: 120px; height: 120px; padding-bottom: 0px; overflow: hidden;}
.kanan .listlow-f .dn {display: none;}
.kanan .listlow-f .imglogo {width: 30%; min-height:80px; height: 120px; float: left; border-radius: 0; margin-right: 15px;}
.kanan .listlow-f .imglogo img {height: 120px; min-height: 95px;}
.kanan .listlow-f .nama_p {height: auto; margin: 0; font-size: 11px; }
.kanan .listlow-f .gaji .nominal {font-size: 12px; font-weight: 700; letter-spacing: -0.5px; }
.kanan .listlow-f .f_normal {font-size: 11px; margin: 0;}
.kanan .listlow-f .gaji {height: 20px; }
.kanan .listlow-f hr {margin: 0; height: 0; display: none;}
.kanan .detailsbutton {font-size: 12px;  bottom: 10px;}

@media screen and (max-width: 600px) {
.listlow-f {width: 47%; float: left; border-color: rgba(0, 0, 0, 0.2); border-radius: 5px;}
.listlow-f .imglogo {height:auto; margin-bottom:2px; overflow: hidden; border-radius: 5px; transition: .4s;}
.listlow-f .imglogo:hover {height:255px; margin-top:-5px; transition: .4s;}
.listlow-f .nama_p {height: 50px; font-size: 14px; }
.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: 14px;}
}

/*hotel dan transport*/
.listwrapht {width: 100%;}
.listlowht-f {position: relative; width: 23%; height: 392px; float: left; text-align: left; margin: 10px 1%; box-sizing: border-box; padding-bottom: 25px; border-radius: 15px;
transition: .4s opacity;}
.listlowht-f:hover { transition: .4s opacity; 
    background:#FFF}
.listlowht-f a {text-decoration: none; color: #222;}
.listlowht-f .imglogo {height:180px; margin-bottom:5px; overflow: hidden; border-radius: 15px 15px 0 0; transition: .4s;}
.listlowht-f .imglogo img {max-width: 100%; width: auto; min-height: 180px; height: auto; 
    text-align: center; }
.listlowht-f .imglogo:hover {height:195px; margin-top:-5px; transition: .4s;}

.listlowht-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
}
.listlowht-f .dn {height: 14px; margin: 3px 0 5px 0; font-size: 12px; color: var(--dark); font-weight: 700}
.listlowht-f .nama_p {height: 50px; 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; }
.listlowht-f .nama_p:hover {margin-top:-2px; height: 68px; transition: .3s}
.listlowht-f a:hover {text-decoration: none; }
.listlowht-f .gaji {float: left; margin: 5px 0; height: 50px;}
.listlowht-f .gaji .idr { color: var(--grey); clear: both; margin-right: 15px; font-size: 12px; font-weight: 700; letter-spacing: -0.5px}
.listlowht-f .gaji .nominal {font-size: 22px; font-weight: 700; letter-spacing: -0.5px; }

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

@media screen and (max-width: 600px) {
.listlowht-f {width: 47%; float: left; border-radius: 5px; border-color: rgba(0, 0, 0, 0.2);}
.listlowht-f .imglogo {height:220px; margin-bottom:5px; overflow: hidden; border-radius: 5px; transition: .4s;}
.listlowht-f .imglogo:hover {height:255px; margin-top:-5px; transition: .4s;}
.listlowht-f .nama_p {height: 50px; font-size: 15px;}
.listlowht-f .nama_p:hover {margin-top:-2px; height: 52px; transition: .3s}
.listlowht-f .gaji .harga {font-size: 24px;}
}
@media screen and (max-width: 480px) {
    .listlowht-f {width: 100%; margin: 10px auto; float: none; height: 433px;}
    .listlowht-f .nama_p { font-size: 18px;}
}
/*hotel dan transport*/


/*testimonial start*/
.testimonial {
    background-image: linear-gradient(to right, #25bce8,#1b2781)
}

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

.testi-item{
    text-align: center;
    border-radius: 1rem;
    padding: 0;
    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: 300px;
    width: 100%;
    border-radius: 2% 2% 0 0;
    margin: 0 auto;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0);
    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 {
    display: block;
    font-size: 3.5rem;
    color: rgba(255, 255, 255, 0.8);
    margin: -60px 0 -10px 15px;
    text-shadow: 0px 0px 20px rgba(0, 0, 0, 0.7);
    text-align: left;
}

.testi-item .isi{
    width: 96%;
    margin: 25px auto 5px auto;
    color: var(--dark);
    font-size: 14px;
    line-height: 1.4;
    height: 100px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -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;
    font-style: italic;
}
.testi-item .intro a {
    color: var(--grey);
}

@media screen and (max-width: 600px) {
    .testimonial h3 {font-size: 18px;}
    .testi-item .box-logo {
        height: 160px;
    }
        .testi-item .fa {
        font-size: 1.5rem;
        margin-top: -30px;
    }
}
/*testimonial end*/

/*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; margin-top: 20px; padding:0px; background: var(--light);}
.hoteldetail .img_ {width: 100%; height:auto; overflow:hidden;}
.hoteldetail .img_ img {width: 100%;}
.hoteldetail .kiri {width: 63%; float: left; background: var(--white); padding: 0 20px;}
.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 h4 {font-size: 24px; line-height: 27px; font-weight: 600; margin: 0; padding: 0;}
.bar {display: table; border-top: 1px solid rgba(0, 0, 0, 0.2); border-bottom: 1px solid rgba(0, 0, 0, 0.2); padding: 15px 0 0 0; width: 100%;}
.bar .fa {font-size: 50px; width: 50px; height: 60px; float: left; color:#efefef!important;}
.bar .trans {height: 80px;}
.hoteldetail h4 small {font-size: 12px; float: left; margin-right: 5px;}
.hoteldetail .kanan {width: 35%; float: left; padding: 20px 0 0 20px;/*position: sticky; top: 60px; bottom: 20px;*/}
.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; width: 100%; float: right; margin:20px 0 30px 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:25px; width:30px; font-size:0; 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:10px 10px;}
.prev_page  {background:url(arrow_left.png) center no-repeat; background-size:10px 10px;}
.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; position: relative;} 
   .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: 40px;
  margin: 10px 0px;
  padding: 10px;
  font-size: 22px;
  float: left;
  border-radius: 3px;
  margin-bottom: 20px;
  border: 1px solid #ccc;
}
.kontak textarea {
  width: 400px;
  margin: 10px 0px;
  padding: 10px;
  font-size: 22px;
  float: left;
  border-radius: 3px;
  margin-bottom: 20px;
  border: 1px solid #ccc;
}

/*footer*/
.footer {background-image: linear-gradient(to right,#b6a779, #c5b1a8); position: relative; z-index: 1; margin-top:0px; height: auto; width: 100%; color: #FFF; font-size: 16px; border-top:5px solid #b09a90;}
.footer a {color: #efefef; text-decoration: none; margin-right:10px;}

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

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

.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 .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))) #b6a779;
  /*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: 0px;
    right: 7.5%;
    height: 3rem;
    width: auto;
    padding: 0px 15px;
    font-size: 16px;
    font-weight: 700;
    color: var(--white);
    border-radius: 0px;
    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-image: linear-gradient(to right, #47c126, #34a915);
}
.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) ------*/

.ratebox {padding: 25px; background: var(--light);}

/*TABS*/
.tabs {
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto 10px;
  border-radius: 0;
}

.radiotab {
  position: absolute;
  opacity: 0;
}

.label {
  width: 24.33%;
  border-radius: 3px 3px 0 0;
  border-bottom: solid 3px #999;
  padding: 15px 5px;
  background: linear-gradient(to top, #efefef, #333);
  cursor: pointer;
  font-weight: bold;
  font-size: 14px;
  color: #FFF;
  transition: background .3s, color .3s;
  border: 1px solid #999;
  text-align: center;
}

.label:hover {
  color: var(--yellow);
}

.label:active {
  background: linear-gradient(to right, #71a1c6, #bed4e5);
}

.radiotab:checked + .label {
  background: linear-gradient(to top, var(--light), #71a1c6);
  color: #000;
  border-top: solid 1px #999;
  border-left: solid 1px #999;
  border-right: solid 1px #999;
  border-bottom: none;
}

.panel {
  display: none;
  padding: 0px 0px;
  width: 100%;
  margin-bottom: 0;
  /*border-left: solid 2px #000;
  border-bottom: solid 2px #000;
  border-right: solid 2px #000;*/
   order: 99;
}

.radiotab:checked + .label + .panel {
  display: block;
}

.panel input {margin-top: 10px;}

/*@media (min-width: 600px) {*/
@media screen and (max-width: 500px) {
  .ratebox {padding: 0px; background: none;}
  .wa {height: 2rem; font-size: 11px; padding: 1px 20px; right: 5%;}
  .wa .fa {font-size: 20px;}
}

.mypagination {
  padding: 1px 0;
  font-size: 14px;  
  background:none;
  text-align: left;
  margin-bottom: 20px;
}
.mypagination a {
  padding: 4px 12px; 
  color: #333; 
  margin: 2px 2px; 
  background:#efefef; 
  border:1px solid #ddd; 
  border-radius: 2px;
  text-decoration: none;
  clear: both;
  display: inline-flex;
}
.mypagination a:hover {
  background:#333; 
  color: #fff; 
  border:1px solid #333;
}
.mypagination strong {
  font-weight:bold; 
  padding: 4px 12px; 
  margin: 0 2px; 
  border:1px solid #888888; 
  border-radius: 2px;
  color:#003399;
}
.mypagination-info {
  font-size:11px; 
  padding: 6px 0 0 0;
}

/*gallery foto */
.mainkiri .kontrol {display:block; font-size: 14px; bottom: 16px; background: #ccc;
  position:relative!important; padding: 10px 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*/

/*gallery*/
.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(--warning);
    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*/