/*/* Default CSS */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, span, video {
   margin: 0;
   padding: 0;
   border: 0;
   outline: 0;
   font-size: 100%;
   background: transparent;
   /* font-family: 'Gotham'; */
   font-family: 'Roboto', sans-serif;
}
body, html {
  overflow-x: hidden; /* Hide horizontal scrollbar */
}
table {
   border-collapse: collapse;
   border-spacing: 0;
}
button{
  outline: none !important;
}
input
{
    outline:none !important;
}

h1,h2,h3,h4,h5,h6,p{
  margin:0;
  padding:0;
}
body { 
  overflow-x:hidden;
}
input, button, textarea, select{
  outline: none;
}
.btn.focus, .btn:focus {
  outline: none;
  box-shadow: none !important;
}

ul{
  margin:0;
  padding: 0;
  list-style: none;
}
a{
  margin:0;
  padding:0;
  text-decoration: none;
}
a:hover{
  text-decoration: none;
}
p{
  font-size:14px;
  font-weight:400;
}
span{
  color:#ff6600;
  /* font-weight: 700; */
}
h2{
  font-size:24px;
  font-weight: 600;
}
h3{
  font-size:18px;
  font-weight:600;
  color:#00eabe;
}
h4{
  font-size:18px;
  font-weight:700;
}
h5{
  font-size:14px;
  font-weight:400;
  color:#FFF;
}
h6{
  font-size:14px;
  font-weight:400;
  color:#FFF;
}
.btn_style_1 {
  font-size: 14px;
  font-weight: 500 !important;
  padding: 15px 35px !important;
  background: #707373;
  color: #FFF;
  display: inline-block;
  border-radius: 15px;
  margin-left: 15px;
  -webkit-transition: .3s all ease-out;
  transition:.3s all ease-out;
  font-family: 'Roboto', sans-serif;

}
.btn_style_1:hover{
  background:#FFF;
  color: #707373;
}
.btn_style_2 {
  font-size: 14px;
  font-weight: 500 !important;
  background: #00eaff !important;
  color: #FFF !important;
  display: inline-block;
  border-radius: 15px;
  padding: 15px 45px !important;
  /* margin-left: 90px; */
  font-family: 'Roboto', sans-serif;
}
.btn_style_2:hover {
	background: #01C8DA !important;
}
.btn_style_3 {
  font-size: 14px;
  font-weight: 500;
  background: #03eaa1;
  color: #FFF;
  display: inline-block;
  border-radius: 15px;
  padding: 10px 36px;
  font-family: 'Roboto', sans-serif;
}
.btn_style_3:hover{
  color:#FFF;
  background: #02CE8E;
}
.btn_style_4 {
  font-size: 14px;
  font-weight: 500;
  background: #03eaa1;
  color: #FFF;
  display: inline-block;
  border-radius: 15px;
  padding: 3px 20px;
  font-family: 'Roboto', sans-serif;
}
.btn_style_4:hover{
  color:#FFF;
  background: #02CE8E;
}
.btn_style_5 {
  font-size: 14px;
  font-weight: 500;
  background: #00eaff;
  color: #FFF;
  display: inline-block;
  border-radius: 15px;
  padding: 12px 30px;
  font-family: 'Roboto', sans-serif;
}
.btn_style_5:hover{
  color:#FFF;
  background: #01C8DA;
}
.btn_style_6 {
  font-size: 14px;
  font-weight: 700 !important;
  background: #00eaff !important;
  color: #FFF !important;
  display: inline-block;
  border-radius: 15px;
  padding: 15px 45px !important;
}
.btn_style_6:hover {
	background: #01C8DA !important;
}
.btn_style_7 {
  font-size: 14px;
  font-weight: 700 !important;
  background: #00eaff !important;
  color: #FFF !important;
  display: inline-block;
  border-radius: 15px;
  padding: 15px 45px !important;
  border:none !important;
}
.btn_style_7:hover {
	background: #01C8DA !important;
}
.btn_style_8 {
  font-size: 11px;
  font-weight: 700;
  background: #03eaa1;
  color: #FFF;
  display: inline-block;
  border-radius: 15px;
  padding: 6px 18px;
}
.btn_style_8:hover{
  color:#FFF;
  background: #02CE8E;
}
.btn_style_9 {
  font-size: 12px;
  font-weight: 700;
  background: #00eaff;
  color: #FFF;
  display: inline-block;
  border-radius: 15px;
  padding: 12px 18px;
}
.btn_style_9:hover{
  color:#FFF;
}
.btn_style_10 {
  font-size: 12px;
  font-weight: 700;
  background: #00eaff;
  color: #FFF;
  display: inline-block;
  border-radius: 15px;
  padding: 6px 20px;
}
.btn_style_10:hover{
  color:#FFF;
  background: #01C8DA;
}
/*============== Start Header Area Css 
=======================================================*/
.header_main_area {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 999;
}
.logo_menu_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding:30px 0;
}
.home_menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.home_menu ul li a {
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
  padding-left: 20px;
  color:#FFF;
  font-family: 'Roboto', sans-serif;
}
.home_menu ul li:nth-child(1) a{
  padding-right: 20px;
}
.home_menu ul li:nth-child(4) a{
  padding-left: 35px;
}
.home_menu ul li a img{
  margin-right:5px;
}
.home_menu ul li:nth-child(4) a img{
  margin-left: 5px;
}
/*.color{
  color:#00eaff !important;
}*/
/* ------------------- Mobile menu Css 
----------------------------------------------------------*/
.home_mobile_menu{
  display: none;
}
.home_all_p_humber{
  width:30px;
  height:18px;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  cursor:pointer;
  z-index:99;
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
}
.home_all_p_humber span {
  width: 30px;
  height: 3px;
  background: #FFF;
  display: block;
  position: absolute;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  transition:.25s ease-in-out;
  border-radius:0;
  left:0;
}
.home_all_p_humber span:nth-child(1){
  top: 0px;
}
.home_all_p_humber span:nth-child(2),
.home_all_p_humber span:nth-child(3){
  top:8px;
}
.home_all_p_humber span:nth-child(4){
  top:16px;
}

.home_all_p_humber.open span:nth-child(1){
  top:18px;
  width:0%;
  left:50%;
}
.home_all_p_humber.open span:nth-child(2){
  -webkit-transform:rotate(45deg);
          transform:rotate(45deg);
}
.home_all_p_humber.open span:nth-child(3){
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.home_all_p_humber.open span:nth-child(4){
  top:18px;
  width:0%;
  left:50%;
}
/*============ Start banner area css
================================================*/
.banner_main_aera {
  	/* background: url(../images/banner.jpg) no-repeat scroll 0 0 / cover; */
	padding-top: 143px;
}
.banner_items {
	transform: translate3d(-3126px, 0px, 0px);
transition: all 0s ease 0s;
width: 7815px;
}
.banner_content_top {
  width: 80%;
  /* max-width: 80%; */
  margin: auto;
  padding-top: 135px;
}
.banner_content_menu {
  /* background: url(../images/banner_after.png) no-repeat scroll 0 0 / cover; */
  padding: 20px;
  display: inline-block;
  width: 100%;
  border-radius: 20px;
  height: 84px;
}
.banner_content_top > a {
  display: inherit;
  text-align: right;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: underline;
  color:#FFF;
  font-family: 'Roboto', sans-serif;
}
.banner_menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  /* display: flex; */
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.banner_menu ul li {
  margin-left: 10px;
}
.banner_menu ul li a {
  font-size: 14px;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  background: #FFF;
  color: #000;
  display: inline-block;
  padding: 10px 42px 10px 15px;
}
.banner_content_bottom {
  padding-top:16px;
  text-align: center;
}
.banner_content_bottom_items {
  /* display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom:10px; */
  width: 80%;
  height: 200px;
  display: inline-table;
  bottom: 20px;
  position: relative;
}
.banner_content_bottom_left_item ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.banner_content_bottom_left_item ul li{
  margin-right:5px;
}
.banner_content_bottom_left_item ul li a i {
  width: 35px;
  height: 35px;
  background:rgba(255,255,255, .4);
  color:rgba(0,0,0, .7);
  line-height: 35px;
  font-size: 18px;
  text-align: center;
  border-radius: 50%;
  border:1px solid transparent;
  -webkit-transition: .3s all ease-out;
  transition:.3s all ease-out;
}
.banner_content_bottom_left_item ul li a i:hover{
  color:rgba(255,255,255, .4);
  background:rgba(255,255,255, .4);
  
}
.banner_content_bottom_right_items h5{
  font-weight:700;
}
.banner_content_bottom_left{
  /* -webkit-box-flex: 0;
      -ms-flex: 0 0 55%;
          flex: 0 0 55%;
   margin-left: 67px; */
   width: 50%;
   float: left;
}
.banner_content_bottom_right{
   width: 50%;
   float: right;
   text-align:right;
}
.banner_content_bottom_left_item {
  margin-top: 222px;
  color: white;
  text-align: left;
}
.banner_content_bottom_left_item h5{
  padding-bottom: 5px;
  font-weight:500;
  font-family: 'Roboto', sans-serif;
}
.banner_content_bottom_right_items {
  width: 75%;
  /* max-width: 40%;
  margin-left: 62px; */
  text-align: center;
  color: white;
  display: inline-block;
}
.banner_con_bot_item {
  border: 3px solid #FFF;
  border-radius: 15px;
  padding: 10px;
  margin: 7px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 45%;
          flex: 0 0 45%;
}
.bnner_con_bot_item_icon img {
  height: 40px;
  -o-object-fit: cover;
     object-fit: cover;
  display: initial !important;
  width: auto !important;
}
.bnner_con_bot_item_con h6{
  padding-top:5px;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
}
.banner_con_bot_item:nth-child(2){
  margin-right:0;
}
.banner_con_bot_item:nth-child(4){
  margin-right:0;
}
.banner_con_bot_items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.banner_content_bottom p {
  background: #0e100a;
  color: #FFF;
  padding: 10px 20px;
  width: 100%;
  max-width: 370px;
  margin: auto;
  font-family: 'Roboto', sans-serif;
  font-weight:400;
}

/*----------------------- Carousel css
-----------------------------------------*/
.banner_content_area{
  position:relative;
}
/*.banner_content_area:before{
  content:'';
  width:100%;
  height:100%;
  left:0;
  top:0;
  background:rgba(0,0,0,.5);
  position:absolute;
}*/
.banner_content_area .owl-prev,
.banner_content_area .owl-next{
  color:#FFF !important;
  outline:none;
  /*width:30px;
  height:30px;
  transition:.5s;*/
  font-size: 130px !important;
}
.banner_content_area .owl-prev span,
.banner_content_area .owl-next span{
  color:#FFF;
  font-weight:300;
}
.banner_content_area .owl-prev{
  position:absolute;
  top:45%;
  left:-75px;
  -webkit-transform: translateY(-95%);
          transform: translateY(-95%);
}
.banner_content_area .owl-prev:hover,
.banner_content_area .owl-next:hover{
  background:transparent !important;
}
.banner_content_area .owl-next{
  position:absolute;
  top:45%;
  right:-75px;
  -webkit-transform: translateY(-95%);
          transform: translateY(-95%);
}



/* =============== Wisata Creative Widget Homepage
=========================================================== */


.kol-wisata-creative-left {
	width: 267px;
	height: 353px;
	background-color: #F1F1F1;
	position: absolute;
	border-bottom-left-radius: 30px;
	border-top-left-radius: 30px;
}
.kol-wisata-creative-right {
	width: 76%;
	height: 353px;
	background-color: #F1F1F1;
	left: 267px;
	position: relative;
	border-bottom-right-radius: 30px;
}
.box-itu-apa-wisata-kreatif {
	padding: 20px;
	background-color: #FDDDC8;
	border-radius:30px;
}
.title-inbox-wisata-kreatif {
	font-family: 'BlowBrush';
	font-size: 36px;
	line-height: 29px;
	text-align: center;
	transform: skewY(-7deg) rotate(0deg);
}
.sub-upperdeck-wisata-kreatif {
	font-size: 12px;
	line-height: 14px;
	font-family: 'Azoft Sans';
	text-align: center;
}
.box-itu-apa-wisata-kreatif p{
	line-height: 18px;
	font-size: 12px;
}
.upperdeck-trending {
  color: #F63;
  width: fit-content;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-size: 11px;
  margin: 0 auto;
}


/* =============== wisata area css 
=========================================================== */

.link-wisata {
	display:inline-block !important;
	text-decoration: none !important;
}
.link-wisata:hover {
	color:#00eaff !important;
}

.wisata_selatan_main_area {
  padding: 30px 0;
  margin-top: -100px;
}
.wisata_selatan_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.wisata_left_title h2 {
  font-size: 25px;
}
.wisata_left_title,
.wisata_right_title{
  padding-bottom: 10px;
}
.wisata_right_title h2 span {
  color: #000;
  font-size:23px;
}
.wisata_right_title h2 span strong{
  font-size:23px;
  color:#ff6600;
}
/*----------- wisata selatan left item
--------------------------------------------------*/
.wisata_selatan_left_item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 68%;
          flex: 0 0 68%;
  margin-right:2%;
}
.wisata_selatan_left_main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #d3f8fd;
  height: 527px;
}
.wisata_selatan_left_main_image {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 65%;
          flex: 0 0 65%;
  margin-right: 2%;
}
.wisata_selatan_left_main_image:after {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background:url(../images/wisata/wisata_after.png) no-repeat scroll 0 0 / cover;
}
.wisata_selatan_left_main_image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -o-object-fit: cover;
}
.wisata_selatan_left_main_image_item1 span {
  font-family: 'BlowBrush';
  font-size: 50px;
  color:#FFF;
  line-height:50px;
}
.wisata_selatan_left_main_image_item1 span strong {
  font-family: 'BlowBrush';
  font-size: 50px;
}
.wisata_selatan_left_main_image_items {
  position: absolute;
  top: 0px;
  width: 100%;
  height: 100%;
  left: 0;
  z-index:999;
  background: url(../images/grad-tosca.png) repeat-x;
  background-size: auto;
}
.wisata_selatan_left_main_image_item2_box {
  position: relative;
  top: 74px;
  left: 235px;
}
.wisata_selatan_left_main_image_item2_box img {
  width: auto;
}
.wisata_selatan_left_main_image_item1 {
  text-align: center;
  margin-top: 30px;
  padding-left: 10px;
  padding-right: 10px;
}
.wisata_selatan_left_main_image_item1 p {
  font-size: 25px;
  color: #FFF;
  font-family: 'Azoft Sans';
}
.wisata_selatan_left_main_image_item1 p strong {
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 5px;
}
.wisata_selatan_left_main_image_item2_box_text {
  -webkit-transform: rotate(-15deg);
          transform: rotate(-15deg);
  position: relative;
  left: 77px;
  top: -267px;
}
.wisata_selatan_left_main_image_item2_box_text span {
  font-size: 58px;
  color: #FFF;
  font-weight: 400;
  display: inline-block;
  width: 100%;
  line-height: 60px;
  font-family: 'Boba';
}
.wisata_selatan_left_main_image_item2_box_text span sup{
  font-family: 'Boba';
}
.wisata_selatan_left_main_image_item2_box_text span strong {
  font-size: 95px;
  position: relative;
  top: 0px;
  font-weight: 500;
  font-family: 'Boba';
}
/*----------- wisata selatan Middle item
-------------------------------------------------*/
.wisata_selatan_middle {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 31%;
          flex: 0 0 31%;
  margin-right: 2%;
  position: relative;
  z-index: 1;
}
.wisata_selatan_middle_image {
  position: relative;
}
.badge-hpi {
	position: absolute;
}
.badge-hpi img {
	width: 0px !important;
	//width: 90px !important;
	display: block;
	height: 80px !important;
	object-fit: contain !important;
	right: -230px !important;
	position: absolute;
	top: 6px;
}
.badge-hpi.on-detailpage {
	margin-left: -88px;
	z-index: 9;
}
.badge-hpi.on-detailpage img {
	width: 0px !important;
	//width: 70px !important;
	right: -226px !important;
	top: -5px;
}
.badge-hpi.on-searchpage {
	margin-left: -100px;
}
.badge-hpi.on-searchpage img {
	width: 0px !important;
	//width: 42px !important;
	right: -207px !important;
	top: -16px;
}
.wisata_selatan_middle_image_text {
  position: absolute;
  width: 100%;
  height: 40px;
  bottom: 0px;
  left: 60px;
  text-align: center;
  max-width: 108px;
  background: #ff6600;
  border-radius: 20px 20px 0px 0px;
}
.wisata_selatan_middle_content h4 {
  font-weight: 600;
  padding: 0px 0 5px 0;
}
.wisata_selatan_middle_image img {
  width: 100%;
  -o-object-fit: cover;
object-fit: cover;
height: 304px;
}
.wisata_selatan_middle_content {
  text-align: center;
  padding-top: 10%;
}
.wisata_selatan_middle_content p{
	font-size: 13px;
	text-transform: lowercase;
}
.wisata_selatan_middle_content p::first-letter {
	text-transform: uppercase;
}
.wisata_selatan_middle_content ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-bottom: 18px;
}
.wisata_selatan_middle_content ul li a i {
  color: #03eaa1;
  font-size: 16px;
}
.wisata_selatan_middle_image_text span {
  display: inline-block;
  width: 100%;
  line-height: 8px;
  font-size: 14px;
  color: #fff;
}
.wisata_selatan_middle_image_text span strong {
  font-size: 30px;
  font-weight: bold;
}
.middle_content_button {
  padding-top: 5px;
}
.middle_content_button a:hover{
  color:#FFF;
}
.middle_content_button.home {
	bottom: 18px;
	margin: auto;
	padding-top: 10%;
}
.more_detail_button.home {
	bottom: 18px;
	position: absolute;
	margin: auto;
	padding-left: 35%;
}
.more_detail_button {
  padding-top: 5px;
}
.more_detail_button a:hover{
  color:#FFF;
}

.d-flex {
  display: flex !important;
}
.align-items-center {
  align-items: center !important;
}
.justify-content-center {
  justify-content: center !important;
}


/*----------- wisata selatan right item
-------------------------------------------------*/
.wisata_selatan_right_item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 30%;
          flex: 0 0 30%;
}
.wisata_selatan_right_main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /* background: #d3f8fd; */
  margin-bottom: 4px;
  border-bottom: 2px solid white;
}
.wisata_selatan_right_main_ri ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 0px;
}
.wisata_selatan_right_main_ri ul li a i {
  color: #03eaa1;
  font-size: 12px;
}
.wisata_selatan_right_main_ri p {
  	padding: 2px 0 3px;
	line-height: 0px;
	text-transform: lowercase;
	font-size: 12px;
}
.wisata_selatan_right_main_ri p::first-letter {
	text-transform: uppercase;
}
.wisata_selatan_right_main_le {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
}
.wisata_selatan_right_main_le_img {
  position: relative;
  width: 100%;
  height: 147px;
}
.wisata_selatan_right_main_le_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  padding: 0px 10px 0 10px;
}
.wisata_selatan_right_main_ri h4 {
  padding: 5px 0 5px 0;
  font-weight:600;
}
.wisata_selatan_right_main_ri {
  text-align: center;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
}
.wisata_selatan_right_main_le_img_text {
  position: absolute;
width: 100%;
height: 30px;
bottom: 0;
left: 25px;
text-align: center;
max-width: 65px;
background: #ff6600;
border-radius: 12px 12px 0px 0px;
}
.wisata_selatan_right_main_le_img_text span {
  display: block;
  width: 100%;
  color: #FFF;
  font-size: 14px;
  font-weight: 400;
  line-height:15px;
  margin-top: -2px;
}
.wisata_selatan_right_main_le_img_text span strong {
  font-size: 15px;
  font-weight: 700;
}
.right_content_button {
  margin-top: 10px;
}
.right_content_button a:hover{
  color:#FFF;
}
.wisata_selatan_right_mains {
  background-color:#f1f1f1;
}

/*============== The gaet specialis area css
====================================================*/
.spedialis_items {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (calc(25% - 8px))[4];
      grid-template-columns: repeat(4, calc(25% - 8px));
  grid-column-gap: 10px;
}
.specialis_image{
  position: relative;
}
.specialis_image img {
  	width: 100% !important;
	object-fit: cover;
	-o-object-fit: cover;
}
.specialis_test_top {
  position: absolute;
  top: 0;
  text-align: center;
  left: 40px;
  width: 100%;
  max-width: 189px;
}
.specialis_text {
  position: relative;
  top: -29px;
}
.specialis_text p{
  color:#FFF;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
}
.specialis_title h2 {
  padding-bottom: 15px;
  font-weight: 600;
}
/*============== wisata_artikel area css
=================================================*/
.head_title h2 {
  font-family: 'Gotham';
  font-weight: 600;
}
.wisata_artikel_main_area {
  padding-top: 35px;
}
.wisata_artikel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.wisata_area {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 40%;
          flex: 0 0 40%;
}
.wisata_img {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 48%;
          flex: 0 0 48%;
  margin-right: 10px;
}
.wisata_img img{
  width:100%;
}
.wisata_content {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
}
.artikel_area {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 60%;
          flex: 0 0 60%;
}
.artikel_items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.wisata_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
}
.wisata_con_icon a {
  color: #02d5e8;
  font-size: 14px;
  font-weight: 400;
  margin-left: 10px;
  font-family: 'Roboto', sans-serif;
}
.wisata_content p {
  font-size: 16px;
  font-weight: 500;
  padding: 45px 0 10px 0;
  max-width: 158px;
}
.wisata_con_icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.artikel_left {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 56%;
          flex: 0 0 56%;
  margin-right:15px;
}
.artikel_right {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 42%;
          flex: 0 0 42%;
}
.artikel_left_img img {
  width: 90%;
}
.artikel_right_item{
  margin-bottom:15px;
}
.artikel_right_item img {
  width: 100%;
}
.artikel_left_contentxt {
	margin-right: 35px;
	margin-top: -20px;
}
.artikel_left_contentxt h2 {
  font-size: 23px;
  font-weight: 800;
  padding-bottom: 20px;
}
.artikel_left_contentxt h1 {
  font-size: 35px;
  font-weight: 900;
  padding: 10px 0;
}
.artikel_left_contentxt p {
  font-size: 16px;
  text-align: justify;
  line-height: 22px;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
}
.artikel_button {
  text-align: right;
	margin-right: 20px;
}
.artikel_button a{
  color:#02d5e8;
  font-size:14px;
  font-weight:400;
  text-decoration: underline;
  font-family: 'Roboto', sans-serif;
}
.head_title h2 {
  padding-bottom: 10px;
}
/*================ youks area css
==========================================  */
.youks_area{
  padding:20px 0;
}
.youks_items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #06ccf6;
  position: relative;
}
.youks_items:after {
  position: absolute;
  content: '';
  width: 100%;
  height: 3px;
  bottom: -30px;
  left: 0;
  background: #ececec;
}
.youks_left {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  padding: 20px 50px;
}
.youks_right {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
}
.youks_image {
  position: relative;
  width: 100%;
  height: 100%;
}
.youks_image img {
  width: 100%;
  height:100%;
  -o-object-fit:cover;
     object-fit:cover;
}
.youks_left h2 {
  font-size: 42px;
  font-weight: 800;
  color: #FFF;
  font-style:italic;
}
.youks_left p {
  font-size: 16px;
  font-weight: 500;
  color: #FFF;
  padding-top: 20px;
  max-width: 318px;
}
.youks_left h2 span {
  display: inherit;
  color: #FFF;
  line-height: 48px;
  font-weight:500;
}
.youks_button {
  position: absolute;
  bottom: 25px;
  right: 35px;
}
/*============== Footer logo and link area
================================================*/
.footer_link {
  padding: 30px 0;
}
.footer_link_items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.footer_link_left {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 40%;
          flex: 0 0 40%;
  position:relative;
}
.footer_link_left:after{
  position: absolute;
  content: '';
  width:3px;
  height:100%;
  right:0;
  top:0;
  background:#00eabe;
}
.link_left_logo {
  padding: 50px 0;
}
.footer_link_right {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 60%;
          flex: 0 0 60%;
}
.link_right_items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 100px;
}
.link_right_item1 h3,
.link_right_item2 h3 {
  padding-bottom: 15px;
  font-weight:500;
}
.link_right_item1 ul li a{
  font-size:14px;
  font-weight:normal;
  color:#000;
}
.link_right_item2 p span {
  display: inline-block;
  width: 100%;
  color: #000;
  font-weight:normal;
}
.link_right_item1,
.link_right_item2{
  -webkit-box-flex: 0;
      -ms-flex: 0 0 40%;
          flex: 0 0 40%;
}
.logo-footer {
	display: inline-block;
	width: 60%;
}
.logo-footer img{
	width: 100%;
}
.in-partnership {
	text-align: center;
	display: inline-block;
	width: 39%;
	font-size: 12px;
	color: #999;
}
.in-partnership img{
	width: 100%;
}





/*================ footer area css 
============================================*/
.footer_area {
  background: #00eaff;
  text-align: center;
}
.footer_items p {
  font-size: 12px;
  padding: 25px 0;
  font-weight:300;
}
/*=================================================
================= detail page css ===============
===================================================*/
.logo_search_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding:30px 0;
}
.search_area_items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.search_area_items ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.search_box{
  position: relative;
  	background-color: #f0f0f0;
	height: 40px;
	
}
.search_box input {
  padding: 5px 15px;
  width: 280px;
  border: 1px solid #c6bbbb;
  font-size:14px;
  font-weight:400;
  color:#727272 ;
}
.search_box img {
  position: absolute;
  right: 10px;
  top: 7px;
}
.search_area_items ul li a {
  font-size: 14px;
  font-weight: 400;
  color: #727272;
  display: inline-block;
  padding: 0 20px;
}.search_box{
  position: relative;
  	background-color: #f0f0f0;
	height: 40px;
	
}
.search_box1 input {
  padding: 5px 15px;
  width: 280px;
  border: 1px solid #c6bbbb;
  font-size:14px;
  font-weight:400;
  color:#727272 ;
}
.search_box1 img {
  position: absolute;
  right: 10px;
  top: 7px;
}
.search_area1_items ul li a {
  font-size: 14px;
  font-weight: 400;
  color: #727272;
  display: inline-block;
  padding: 0 20px;
}
/* ------------------- Start Mobile menu Css 
----------------------------------------------------------*/
.mobile_menu{
  display: none;
}
.all_p_humber{
  width:30px;
  height:18px;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  cursor:pointer;
  z-index:99;
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
}
.all_p_humber span {
  width: 30px;
  height: 3px;
  background: #000;
  display: block;
  position: absolute;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  transition:.25s ease-in-out;
  border-radius:0;
  left:0;
}
.all_p_humber span:nth-child(1){
  top: 0px;
}
.all_p_humber span:nth-child(2),
.all_p_humber span:nth-child(3){
  top:8px;
}
.all_p_humber span:nth-child(4){
  top:16px;
}

.all_p_humber.open span:nth-child(1){
  top:18px;
  width:0%;
  left:50%;
}
.all_p_humber.open span:nth-child(2){
  -webkit-transform:rotate(45deg);
          transform:rotate(45deg);
}
.all_p_humber.open span:nth-child(3){
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.all_p_humber.open span:nth-child(4){
  top:18px;
  width:0%;
  left:50%;
}
/* ============ Start Menu area css
================================================*/
.menu_main_area {
  padding-top: 135px;
}
.menu {
  background: #ececec;
  border-top: 2px solid #bdb7b7;
}
.menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.menu li:after {
  content: ' | ';
  color:#000;
}
.menu li:last-child:after {
  content: '';
}
.menu ul li a {
  display: inline-block;
  font-size: 15px;
  font-weight: 400;
  color: #000;
  padding: 10px;
  position:relative;
}
.menu ul li a:before{
  content: "";
  width: 100%;
  height: 4px;
  position: absolute;
  left: 0;
  bottom: 0;
  background: #00eaff;
  -webkit-transition: 0.5s -webkit-transform ease;
  transition: 0.5s -webkit-transform ease;
  transition: 0.5s transform ease;
  transition: 0.5s transform ease, 0.5s -webkit-transform ease;
  -webkit-transform: scale3d(0,1,1);
          transform: scale3d(0,1,1);
  -webkit-transform-origin: 0 50%;
          transform-origin: 0 50%;
}
.menu ul li a:hover:before{
  -webkit-transform: scale3d(1,1,1);
          transform: scale3d(1,1,1);
}
.menu_1 ul li a:before{
  background: #00eaff;
  -webkit-transform-origin: 100% 50%;
          transform-origin: 100% 50%;
}
.menu_1 ul li a:hover:before{
  -webkit-transform-origin: 0 50%;
          transform-origin: 0 50%;
}
/* ============ Start site_menu css 
=============================================== */
.site_menu_area {
  padding: 20px 17px 20px 0px;
}
.s_menu ul {
  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;
}
.s_menu ul li {
  margin-left: 10px;
}
.s_menu ul li a {
  font-size: 14px;
  font-weight: 500;
  border:1px solid #918e8e;
  color: #918e8e;
  display: inline-block;
  padding: 10px 42px 10px 15px;
}
/* ============ Start Detail Area Css
================================================*/
.detail_area_items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.detail_title h2 {
  padding-bottom: 10px;
}
.detail_title-why {
  padding: 10px 0px 10px 25px;
}
.col-md-12-jadi-partner {
	width:100%;
}
.col-md-12-why {
	background-color:#d3f8fd !important;
}
/*========== detail_area_left_items css ============*/
.detail_left_items {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 65%;
          flex: 0 0 65%;
}
.detail_left_items-jadi-partner {
  width:60%;
  height: 700px;
}
.box-why {
  width: 100%;
  display: inline-block;
}
.box-why-left {
	width: 30%;
	float:left;
	position: relative;
	padding: 10px;
	text-align: center;
}
.box-why-right {
	width: 68%;
	float:left;
	position: relative;
	padding: 10px;
}
.box-form-jadi-partner {
  width: 100%;
  display: inline-block;
  padding: 15px;
}
.box-form-jadi-partner-left {
	width: 60%;
	float:left;
	position: relative;
	padding: 10px;
	text-align: left;
}
.box-form-jadi-partner-left2 {
	width: 30%;
	float:left;
	position: relative;
	padding: 10px;
	text-align: left;
}
.box-form-jadi-partner-right {
	/* width: 40%; */
	float:left;
	position: relative;
	padding: 10px;
}
.box-form-jadi-partner-right2 {
	width: 70%;
	float:left;
	position: relative;
	padding: 10px;
}
.text-notes {
	font-size: 13px;
	color: #00C2D3;
}
.detail_left_items-why {
  width:48%;
}
.carousel_single img {
  	width: 100%;
  	-o-object-fit: cover;
	object-fit: cover;
	height: 600px;
}
.carousel_single {
  position: relative;
}
.carousel_single-jadi-partner {
  width: 675px;
  position: relative;
  margin-top: 456px;
}
.carousel_single-why {
  width: 530px;
  position: relative;
  margin-top: 20px;
}
.carousel_bottom_text {
  position: absolute;
  bottom: 15px;
  left: 15px;
  color: #fff;
}
.carousel_bottom_text p {
  color: #FFF;
  font-size: 14px;
  font-weight: 400;
  font-family: 'Roboto', sans-serif;
}
.carousel_bottom_items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.carousel_bottom_item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
}
.carousel_bottom_item a img {
  	width: 100%;
  	border: 1px solid white;
  	-o-object-fit: cover;
	object-fit: cover;
	height: 145px;
}
/*------------ detail_right_top ----------*/
.detail_right_items {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 35%;
          flex: 0 0 35%;
  user-select: text;
}
.detail_right_item {
	height: 380px;
	overflow-y: scroll;
	margin-bottom: 20px;
}
.detail_right_items-jadi-partner {
  width: 40%;
  background:url(../images/bg-sand.jpg);
  background-repeat:repeat;
}
.detail_right_items-why {
  width: 48%;
}
.detail_right_item-jadi-partner {
  padding-right: 20px;
  padding-top: 140px;
}
.detail_right_item-why {
  padding-right: 20px;
  padding-top: 200px;
}
.detail_right_item-why2 {
  padding-top: 0px;
  border-left: 1px solid #00eaff;
}
.detail_right_top{
  padding:15px;
}
.price-detailpage {
    font-size: 24px;
}
.detail_right_top ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.detail_right_top ul li a {
  font-size: 14px;
  color: #00eaff;
  font-weight: 400;
  font-family: 'Roboto', sans-serif;
  padding-bottom: 10px;
  display: inline-block;
}
.detail_right_top ul li:last-child a{
  color:#000;
}
.detail_right_top ul li:after{
 content: ' > ';
 color:#000;
}
.detail_right_top ul li:last-child:after{
 content: ' ';
}
.detail_right_top h3 {
  font-size: 24px;
  font-weight: 600;
  color: #000;
  padding: 5px 0 10px 0;
}
.detail_right_top p {
  font-size: 16px;
  font-weight: 400;
  font-family: 'Roboto', sans-serif;
  padding-bottom: 20px;
}
.detail_right_top p:last-child{
  border-bottom:1px solid #00eaff;
}
.detail_right_top p iframe {
	width: 100%;
}



/*---------- detail_right_middle ---------*/
.detail_right_middle{
  padding: 15px;
}
.detail_right_middle h4 {
  font-size: 16px;
  font-weight: 900;
  padding: 0px 0px 10px 0px;
}
.detail_right_middle ul li span {
  font-size: 14px;
  font-weight: 400;
  font-family: 'Roboto', sans-serif;
  color: #000;
}
.detail_right_middle ul li i {
  font-size: 14px;
  margin-right: 10px;
  color:#00eaff;
}
/*----------------detail_right_bottom css -------------*/
.detail_right_bottom {
  background: #d3f8fd;
  padding-top: 20px;
  padding-left: 15px;
  padding-right: 15px;
}
.detail_right_bottom_items{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.detail_right_bottom_right_content ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color:#03eaa1;
  -webkit-box-pack:center;
      -ms-flex-pack:center;
          justify-content:center;
  padding-bottom:10px;
}
.color{
  color:#b4c6c8;
}
.detail_right_bottom_left {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 55%;
          flex: 0 0 55%;
}
.calendar {
	margin-top: -20px;
}
.calendar_title h2 {
  font-family: 'Roboto', sans-serif;
  font-weight:600;
  font-size: 14px !important;
  text-align: center;
  color: #FFF;
  padding: 10px 0;
  background: #cecece;
}
.jzdbox1 {
  padding: 10px 0px 0px 5px;
  width:100%; 
  background:#FFF;  
  overflow:hidden; 
  display:block;  
  margin:0 auto;
  /* border:1px solid #b9b4b4; */
  border-top:none;
  margin-top: -10px;
}
.jzdcalt h4 i {
  margin: 0 10px;
}
.jzdcalt h4{
  font:14px 'Roboto'; 
  font-weight:700; 
  color:#cecece; 
  display:block; 
  text-transform:uppercase; 
  text-align:center; 
  letter-spacing:1px;
}
.jzdcalt {
	padding-bottom: 20px;
}
.color{
  font-weight:700;
  color:#00eaff; 
}
.jzdcal span {
  font-size:10px;
  font-weight:400;
  font-family: 'Roboto', sans-serif; 
  color:#cecece; 
  text-align:center; 
  width: 22px;
  height: 22px;
  display:inline-block; 
  /* float:left; */
  overflow:hidden; 
  line-height:25px;
  padding: 0px;
}
.jzdb{
  color:#b9b4b4;
  opacity:.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
}
.week-bar {
	background-color: beige;
	height: 50px;
	display: inline-block;
	float: left;
}
.week-bar-ke2 {
	background-color: beige;
	height: 50px;
	display: block;
}
.circle {
  border:1px solid #cecece; 
  box-sizing:border-box!important; 
}
.detail_right_bottom_right {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 40%;
          flex: 0 0 40%;
  margin-left: 3%;
}
.detail_right_bottom_right_img img {
  	width: 100%;
  	-o-object-fit: cover;
	object-fit: cover;
	height: 180px;
}
.detail_right_bottom_right_img {
  position: relative;
}
.detail_right_bottom_right_img_after {
  position: absolute;
  bottom: 0;
  width: 60%;
  height: 40px;
  background: #ff6600;
  /* max-width: 75px; */
  border-radius: 12px 12px 0px 0px;
  left: 25px;
}
.detail_right_bottom_right_img_after span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  color: #FFF;
  text-align: center;
  line-height: 17px;
  font-size: 13px;
  font-weight: 500;
}
.detail_right_bottom_right_img_after span strong {
  font-size: 15px;
  font-weight: 700;
}
.detail_right_button {
  text-align: center;
  margin-top: 25px;
  display: inline-block;
}
.detail_right_bottom_right_content {
  text-align: center;
}
.detail_right_bottom_right_content h5 {
  font-size: 13px;
  font-weight: 500;
  color: #000;
  padding-top: 10px;
}
/* ================ tab_travel_testimony_area css ============== */
.tab_travel_testimony_area {
  padding-top: 50px;
}
.tablink {
  /* background-color: #e6e6e6; */
  background-color: #fff;
  color:#000;
  float: left;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  font-size: 17px;
  width: 20%;
  font-weight:500;
  border:1px solid #d9d9d9;
}
.tablink:hover {
  background-color: #777;
  color:#FFF;
}
.tabcontent {
  display: none;
  padding: 120px 35px;
  box-shadow: 1px 1px 3px 0px #c1c1c1;
  border: 1px solid #d9d9d9;
}
.tabcontent p{
  font-size:16px;
  font-family: 'Roboto', sans-serif;
  font-weight:400;
  color: #000;
}
.tabcontent p span {
  font-size: 16px;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  color: #000;
  padding-right: 35px;
  line-height: 27px;
}
/*---------------------- travel summery css -------------------------*/
.travel_testimony {
  margin-top: 30px;
}
.travel_testimony_title h2 {
  padding-bottom: 20px;
}
.travel_testimony_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
}
.travel_testimony_left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 30%;
          flex: 0 0 30%;
  position: relative;
  padding: 20px 20px 20px 0;
}
.travel_testimony_left:after{
  position:absolute;
  content: '';
  width:2px;
  height:100%;
  right:0;
  top:0;
  background:#02c8da;
}
.travel_testimony_right {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 70%;
          flex: 0 0 70%;
}
.travel_testimony_left_content {
  margin-left: 20px;
}
.travel_testimony_left_content ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.travel_testimony_left_content ul li i{
  color: #03eaa1;
  padding:8px 0;
}
.travel_testimony_left_content p {
  color: #5b5b5b;
  font-family: 'Roboto', sans-serif;
  font-weight:300;
}
.travel_testimony_left_content h3 {
  font-size: 13px;
  font-weight: 600;
  color: #02c8da;
  font-family: 'Roboto', sans-serif;
}
.travel_testimony_right_text p {
  font-size: 14px;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  padding:18px;
}
.tab_travel_testi_right_item {
  margin-bottom: 20px;
}
.tab_travel_testi_right_item img {
  width: 100%;
}
.travel_testimony_left_content p {
  font-size: 12px;
}
/* ============ terkait_area css
================================================*/
.terkait_area_items{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.terkait_title h2 {
  padding-bottom:20px;
}
.terkait_area_left{
  -webkit-box-flex: 0;
      -ms-flex: 0 0 34%;
          flex: 0 0 34%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right:1%;
}
.terkait_area_middle{
  -webkit-box-flex: 0;
      -ms-flex: 0 0 34%;
          flex: 0 0 34%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 1%;
}
.terkait_area_left,
.terkait_area_middle{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background:#FFF;
  box-shadow: 0px 2px 4px 0px #aaa;
}
.terkait_left1,
.terkait_middle1{
  -webkit-box-flex: 0;
      -ms-flex: 0 0 65%;
          flex: 0 0 65%;
}
.terkait_left2,
.terkait_middle2{
  -webkit-box-flex: 0;
      -ms-flex: 0 0 35%;
          flex: 0 0 35%;
}
.terkait_left1 img,
.terkait_middle1 img{
  	width: 100%;
  	-o-object-fit: cover;
	object-fit: cover;
	height: 150px;
}
.terkait_left2_img img,
.terkait_middle2_img img{
  width:100%;
  height:100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.terkait_left1_content,
.terkait_middle1_content{
  padding: 15px;
  height: 225px;
}
.terkait_left2,
.terkait_middle2{
  padding:10px;
  background:#d3f8fd;
}
.button {
  margin-top: 5px;
}
.terkait_left2_img_content,
.terkait_middle2_img_content{
  text-align: center;
  padding-top:10px;
  height: 225px;
}
.terkait_left2_img_content ul,
.terkait_middle2_img_content ul{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color:#03eaa1;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.terkait_left2_img_content ul li i,
.terkait_middle2_img_content ul li i{
  font-size:14px;
}
.terkait_left1_content p i,
.terkait_middle1_content p i{
  color: #03eaa1;
}
.terkait_left1_content p > span,
.terkait_middle1_content p > span{
  color: #03eaa1;
  font-size:12px;
  font-weight:normal;
}
.terkait_left1_content p,
.terkait_middle1_content p{
  font-size: 12px;
  font-weight:normal;
  color:#000;
}
.terkait_left1_content h4,
.terkait_middle1_content h4{
  padding-top: 10px;
}
.color{
  color:#b4c6c8;
}
.terkait_left2_img,
.terkait_middle2_img{
  position: relative;
  width:100%;
  height:138px;
}
.terkait_left2_img_after_text, 
.terkait_middle2_img_after_text {
  position: absolute;
  width: 67%;
  height: 30px;
  bottom: 0;
  left: 17px;
  text-align: center;
  background: #ff6600;
  border-radius: 12px 12px 0px 0px;
}
.terkait_left2_img_after_text span,
.terkait_middle2_img_after_text span{
  color: #FFF;
  font-size: 9px;
  font-weight: 700;
  line-height: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.terkait_left2_img_after_text span strong,
.terkait_middle2_img_after_text span strong{
  font-size: 15px;
  font-weight: 700;
}
.terkait_left1_content > span,
.terkait_middle1_content > span{
  color: #afafaf;
  font-size: 12px;
  font-weight: 600;
}
.terkait_left1_content_bottom,
.terkait_middle1_content_bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.terkait_left1_content_bottom span,
.terkait_middle1_content_bottom span{
  font-size: 14px;
  font-weight: 500;
}
/*=============== terkait right area ===================*/
.terkait_area_right{
  -webkit-box-flex:0;
      -ms-flex:0 0 28%;
          flex:0 0 28%;
  margin-left:2%;
  background:#03eaa1;
}
.terkait_area_right_text {
  padding: 30px 30px 20px 30px;
  text-align: center;
}
.terkait_area_right_text p {
  font-weight: 600;
  color: #FFF;
  font-size: 15px;
}
.terkait_area_right_text h1 {
  font-size: 27px;
  font-weight: 599;
  color: #FFF;
  padding: 15px 0;
}
.terkait_area_right_text img {
  max-width: 150px;
}
.terkait_area_right_text p span {
  font-size: 14px;
  font-weight: 500;
  color: #FFF;
  padding-top: 10px;
  display: inline-block;
}
.terkait_left2_img_content p,
.terkait_middle2_img_content p {
  font-size: 12px;
}
.terkait_left1_content h4,
.terkait_middle1_content h4,
.terkait_middle2_img_content h4,
.terkait_left2_img_content h4 {
  font-size: 14px;
}
/* ============ youks area css
================================================*/
.youks_area{
  padding:20px 0;
}
.youks_items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #06ccf6;
  position: relative;
}
.youks_items:after {
  position: absolute;
  content: '';
  width: 100%;
  height: 3px;
  bottom: -30px;
  left: 0;
  background: #ececec;
}
.youks_left {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  padding: 20px 50px;
}
.youks_right {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
}
.youks_image {
  position: relative;
  width: 100%;
  height: 100%;
}
.youks_image_after{
  width:auto;
  height:auto;
  position: absolute;
  bottom:0;
  left: -82px;
}
.youks_after{
  width:auto;
  height:auto;
  position: absolute;
  bottom: 0;
  left: -82px;
}
.youks_before{
  width: auto;
  height: auto;
  position: absolute;
  bottom: 0;
  left: -82px;
}
.youks_image img {
  width: 100%;
  height:100%;
  -o-object-fit:cover;
     object-fit:cover;
}
.youks_left h2 {
  font-size: 42px;
  font-weight: 800;
  color: #FFF;
  font-style:italic;
}
.youks_left p {
  font-size: 16px;
  font-weight: 600;
  color: #FFF;
  padding-top: 20px;
  max-width: 318px;
}
.youks_left h2 span {
  display: inherit;
  color: #FFF;
  line-height: 48px;
}
.youks_button {
  position: absolute;
  bottom: 25px;
  right: 35px;
}
/*============== Footer logo and link area
================================================*/
.footer_link {
  padding: 30px 0;
}
.footer_link_items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.footer_link_left {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 40%;
          flex: 0 0 40%;
  position:relative;
}
.footer_link_left:after{
  position: absolute;
  content: '';
  width:3px;
  height:100%;
  right:0;
  top:0;
  background:#00eabe;
}
.link_left_logo {
  padding: 50px 0;
}
.footer_link_right {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 60%;
          flex: 0 0 60%;
}
.link_right_items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 100px;
}
.link_right_item1 h3,
.link_right_item2 h3 {
  padding-bottom: 15px;
}
.link_right_item1 ul li a{
  font-size:14px;
  font-weight:400;
  color:#000;
  font-family: 'Roboto', sans-serif;
}
.link_right_item2 p span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-family: 'Roboto', sans-serif;
  color: #000;
  font-weight:400;
}
.link_right_item1,
.link_right_item2{
  -webkit-box-flex: 0;
      -ms-flex: 0 0 40%;
          flex: 0 0 40%;
}
/*================ footer area css 
============================================*/
.footer_area {
  background: #00eaff;
  text-align: center;
}
.footer_items p {
  font-size: 12px;
  padding: 25px 0;
  font-weight: 400;
}
/*=================================================
================= search page css ===============
===================================================*/
.logo_search_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding:30px 0;
}
.search_area_items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.search_area_items ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.search_box{
  position: relative;
	top: -453px;
	z-index: 99;
	width: 67%;
	margin: auto;
	padding: 20px;
	background: rgba(255,255,255,0.5);
	border-radius: 20px;
	height: auto;
}
.search_box input {
  padding: 10px 15px;
  width: 75%;
  /* border: 1px solid #c6bbbb; */
  font-size:14px;
  font-weight:400;
  color:#727272 ;
}
.search_box img {
  position: absolute;
  right: 10px;
  top: 7px;
}
.search_area_items ul li a {
  font-size: 14px;
  font-weight: 400;
  color: #727272;
  display: inline-block;
  padding: 0 20px;
}



.logo_search_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding:30px 0;
}
.search_area_items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.search_area_items ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.search_box1{

  position: relative;
	top: 3px;
	z-index: 99;
	width: 60%;
	margin: auto;
	padding: 20px;
	background: rgba(255,255,255,0.5);
	border-radius: 20px;
	height: auto;
}
.search_box1 input {
  padding: 10px 15px;
  width: 75%;
  /* border: 1px solid #c6bbbb; */
  font-size:14px;
  font-weight:400;
  color:#727272 ;
}
.search_box1 img {
  position: absolute;
  right: 10px;
  top: 7px;
}
.search_area_items ul li a {
  font-size: 14px;
  font-weight: 400;
  color: #727272;
  display: inline-block;
  padding: 0 20px;
}

/* ------------------- Start Mobile menu Css 
----------------------------------------------------------*/
.mobile_menu{
  display: none;
}
.all_p_humber{
  width:30px;
  height:18px;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  cursor:pointer;
  z-index:99;
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
}
.all_p_humber span {
  width: 30px;
  height: 3px;
  background: #000;
  display: block;
  position: absolute;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  transition:.25s ease-in-out;
  border-radius:0;
  left:0;
}
.all_p_humber span:nth-child(1){
  top: 0px;
}
.all_p_humber span:nth-child(2),
.all_p_humber span:nth-child(3){
  top:8px;
}
.all_p_humber span:nth-child(4){
  top:16px;
}

.all_p_humber.open span:nth-child(1){
  top:18px;
  width:0%;
  left:50%;
}
.all_p_humber.open span:nth-child(2){
  -webkit-transform:rotate(45deg);
          transform:rotate(45deg);
}
.all_p_humber.open span:nth-child(3){
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.all_p_humber.open span:nth-child(4){
  top:18px;
  width:0%;
  left:50%;
}
/* ============ Start Menu area css
================================================*/
.menu_main_area {
  padding-top: 135px;
}
.menu {
  background: #ececec;
  border-top: 2px solid #bdb7b7;
}
.menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
} font-weight: 400;
  color: #000;
  padding: 10px;
  position:relative;
}
.menu ul li a:before{
  content: "";
  width: 100%;
  height: 4px;
  position: absolute;
  left: 0;
  bottom: 0;
  background: #00eaff;
  -webkit-transition: 0.5s -webkit-transform ease;
  transition: 0.5s -webkit-transform ease;
  transition: 0.5s transform ease;
  transition: 0.5s transform ease, 0.5s -webkit-transform ease;
  -webkit-transform: scale3d(0,1,1);
          transform: scale3d(0,1,1);
  -webkit-transform-origin: 0 50%;
          transform-origin: 0 50%;
}
.menu ul li a:hover:before{
  -webkit-transform: scale3d(1,1,1);
          transform: scale3d(1,1,1);
}
.menu_1 ul li a:before{
  background: #00eaff;
  -webkit-transform-origin: 100% 50%;
          transform-origin: 100% 50%;
}
.menu_1 ul li a:hover:before{
  -webkit-transform-origin: 0 50%;
          transform-origin: 0 50%;
}
/* ============ Start site_menu css 
=============================================== */
.site_menu_area{
  padding: 20px 17px 20px 0px;
}
.s_menu ul {
  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;
}
.s_menu ul li {
  margin-left: 10px;
}
.s_menu ul li a {
  font-size: 14px;
  font-weight: 500;
  border:1px solid #918e8e;
  color: #918e8e;
  display: inline-block;
  padding: 10px 42px 10px 15px;
}
/* ============ Start Local Area Css
================================================*/
.city_left2_img_content h4,
.city_right1_content h4,
.city_right2_img_content h4,
.special_left1_content h4,
.special_left2_img_content h4,
.special_right1_content h4,
.special_right2_img_content h4,
.privet_left1_content h4,
.privet_left2_img_content h4,
.privet_right1_content h4,
.privet_right2_img_content h4,
.special_right1_content h4,
.city_left1_content h4,
.local_left1_content h4,
.local_right1_content h4,
.local_left2_img_content h4,
.local_right2_img_content h4{
  font-size: 18px;
}
.local_left2_img_content p,
.privet_right2_img_content p,
.privet_left2_img_content p,
.special_right2_img_content p,
.special_left2_img_content p,
.city_right2_img_content p,
.city_left2_img_content p,
.local_left2_img_content p,
.local_left2_img_content p,
.local_right2_img_content p {
  font-size: 12px;
}
.site_main_area {
  /* padding: 50px 0px; */
}
.site_main_left_right{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.privet_tour_items {
    border-bottom: 2px solid #ededed;
}
.loca_left_sites{
  -webkit-box-flex:0;
      -ms-flex:0 0 70%;
          flex:0 0 70%;
}
.loca_right_sites{
  -webkit-box-flex:0;
      -ms-flex:0 0 28%;
          flex:0 0 28%;
  margin-left:2%;
}
.city_tour {
  padding-top: 15px;
}
.privet_tour {
  padding-top: 15px;
}
.local_tour_title,
.city_tour_title,
.special_tour_title,
.privet_tour_title{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.local_tour_title a,
.city_tour_title a,
.special_tour_title a,
.privet_tour_title a{
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-size:16px;
  color: #00eaff;
}
.local_tour_items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.local_left,
.local_right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background:#FFF;
  box-shadow: 0px 2px 4px 0px #aaa;
}
.city_left,
.special_left,
.privet_left,
.local_left{
  -webkit-box-flex: 0;
      -ms-flex: 0 0 49%;
          flex: 0 0 49%;
  margin-bottom: 20px;
}
.city_right,
.special_right,
.privet_right,
.local_right{
  -webkit-box-flex: 0;
      -ms-flex: 0 0 49%;
          flex: 0 0 49%;
  margin-bottom: 20px;
}
.local_left1,
.local_right1,
.city_left1,
.city_right1,
.special_left1,
.special_right1,
.privet_left1,
.privet_right1{
  -webkit-box-flex: 0;
      -ms-flex: 0 0 65%;
          flex: 0 0 65%;

}
.row-sepertiga.other-gaet2 {
	margin-right:24.3px;
}
.other-gaet2 .local_left1 {
	-ms-flex: 0 0 60%;
	flex: 0 0 60%;
}
.other-gaet2 .local_left1 .local_left1_img {
	height: 208px;
	width: 100%;
}
.other-gaet2 .local_left1 .local_left1_img img{
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	display: flex;
}
.other-gaet2 .local_left2 {
	-ms-flex: 0 0 40%;
	flex: 0 0 40%;
}
.local_left2,
.local_right2,
.city_left2,
.city_right2,
.special_left2,
.special_right2,
.privet_left2,
.privet_right2{
  -webkit-box-flex: 0;
      -ms-flex: 0 0 35%;
          flex: 0 0 35%;
}
.privet_left1 img,
.privet_right1 img,
.special_left1 img,
.special_right1 img,
.city_left1 img,
.city_right1 img,
.local_left1 img,
.local_right1 img{
  	width: 100%;
  	-o-object-fit: cover;
	object-fit: cover;
	/* height: 188px; */
}

.privet_left2_img img,
.privet_right2_img img,
.special_left2_img img,
.special_right2_img img,
.city_left2_img img,
.city_right2_img img,
.local_left2_img img,
.local_right2_img img{
  width:100%;
  height:100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.privet_left1_content,
.privet_right1_content,
.special_left1_content,
.special_right1_content,
.city_left1_content,
.city_right1_content,
.local_left1_content,
.local_right1_content{
  padding: 15px;
  height: 225px;
}
.privet_left2,
.privet_right2,
.special_left2,
.special_right2,
.city_left2,
.city_right2,
.local_left2,
.local_right2{
  padding:10px;
  background:#d3f8fd;
}
.button {
  margin-top: 5px;
}
.local_left1.box-profil-the-gaet {
	flex: 0 0 100%;
	display:block;
}
.produk-list-gaet .row-half {
	width: 49%;
	margin-right: 5px;
}
produk-list-gaet-pro .row-half-pro-1 {
	width: 99%;
	margin-right: 5px;
}

/*-------------- city area css 
-----------------------------------------*/
.city_tour_items,
.special_tour_items,
.privet_tour_items{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.city_left,
.city_right,
.special_left,
.special_right,
.privet_left,
.privet_right{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background:#FFF;
  box-shadow: 0px 2px 4px 0px #aaa;
}
.local_left2_img_content,
.local_right2_img_content,
.city_left2_img_content,
.city_right2_img_content,
.special_left2_img_content,
.special_right2_img_content,
.privet_left2_img_content,
.privet_right2_img_content{
  text-align: center;
  padding-top:10px;
}
.local_left2_img_content ul,
.local_right2_img_content ul,
.city_left2_img_content ul,
.city_right2_img_content ul,
.special_left2_img_content ul,
.special_right2_img_content ul,
.privet_left2_img_content ul,
.privet_right2_img_content ul{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color:#03eaa1;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.local_left2_img_content ul li i,
.local_right2_img_content ul li i,
.city_left2_img_content ul li i,
.city_right2_img_content ul li i,
.special_left2_img_content ul li i,
.special_right2_img_content ul li i,
.privet_left2_img_content ul li i,
.privet_right2_img_content ul li i{
  font-size:14px;

}
.local_left1_content p i,
.local_right1_content p i,
.city_left1_content p i,
.city_right1_content p i,
.special_left1_content p i,
.special_right1_content p i,
.privet_left1_content p i,
.privet_right1_content p i{
  color: #03eaa1;
}
.local_left1_content p > span,
.local_right1_content p > span,
.city_left1_content p > span,
.city_right1_content p > span,
.special_left1_content p > span,
.special_right1_content p > span,
.privet_left1_content p > span,
.privet_right1_content p > span{
  color: #03eaa1;
  font-size:12px;
  font-weight:normal;
}
.local_left1_content p,
.local_right1_content p,
.city_left1_content p,
.city_right1_content p,
.special_left1_content p,
.special_right1_content p,
.privet_left1_content p,
.privet_right1_content p{
  font-size: 12px;
  font-weight:normal;
  color:#000;
}
.local_left1_content h4,
.local_right1_content h4,
.city_left1_content h4,
.city_right1_content h4,
.special_left1_content h4,
.special_right1_content h4,
.privet_left1_content h4,
.privet_right1_content h4{
  padding-top: 10px;
}
.color{
  color:#b4c6c8;
}
.local_left2_img,
.local_right2_img,
.city_left2_img,
.city_right2_img,
.special_left2_img,
.special_right2_img,
.privet_left2_img,
.privet_right2_img{
  position: relative;
  width:100%;
  height:140px;
}
.local_left2_img_after_text,
.local_right2_img_after_text,
.city_left2_img_after_text,
.city_right2_img_after_text,
.special_left2_img_after_text,
.special_right2_img_after_text,
.privet_left2_img_after_text,
.privet_right2_img_after_text{
  position: absolute;
  width: 100%;
  height: 30px;
  bottom: 0;
  left: 25px;
  text-align: center;
  max-width: 65px;
  background: #ff6600;
  border-radius: 12px 12px 0px 0px;
}
.local_left2_img_after_text span,
.local_right2_img_after_text span, 
.city_left2_img_after_text span,
.city_right2_img_after_text span,
.special_left2_img_after_text span,
.special_right2_img_after_text span,
.privet_left2_img_after_text span,
.privet_right2_img_after_text span{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #FFF;
  font-size: 9px;
  font-weight: 700;
  line-height: 13px;
}
.local_left2_img_after_text span strong,
.local_right2_img_after_text span strong,
.ciry_left2_img_after_text span strong,
.ciry_right2_img_after_text span strong,
.special_left2_img_after_text span strong,
.special_right2_img_after_text span strong,
.privet_left2_img_after_text span strong,
.privet_right2_img_after_text span strong{
  font-size: 15px;
  font-weight: 700;
}

.local_left1_content > span,
.local_right1_content > span,
.city_left1_content > span,
.city_right1_content > span,
.special_left1_content > span,
.special_right1_content > span,
.privet_left1_content > span,
.privet_right1_content > span{
  color: #afafaf;
  font-size: 12px;
  font-weight: 600;
}
.local_left1_content_bottom,
.local_right1_content_bottom,
.city_left1_content_bottom,
.city_right1_content_bottom,
.special_left1_content_bottom,
.special_right1_content_bottom,
.privet_left1_content_bottom,
.privet_right1_content_bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.local_left1_content_bottom span,
.local_right1_content_bottom span,
.city_left1_content_bottom span,
.city_right1_content_bottom span,
.special_left1_content_bottom span,
.special_right1_content_bottom span,
.privet_left1_content_bottom span,
.privet_right1_content_bottom span{
  font-size: 16px;
  font-weight: 500;
}
.loca_right_site_item_img {
  margin-bottom: 20px;
}
.loca_right_site_item_img img {
  width: 100%;
}
/* ============ wisata_artikel area css
================================================*/

/* ============ youks area css
================================================*/
.youks_area{
  padding:20px 0;
}
.youks_items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #06ccf6;
  position: relative;
  margin:25px 0;
}
/*.youks_items::after {
  position: absolute;
  content: '';
  width: 100%;
  height: 3px;
  bottom: -30px;
  left: 0;
  background: #ececec;
}*/
.youks_left {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  padding: 20px 50px;
}
.youks_right {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
}
.youks_image {
  position: relative;
  width: 100%;
  height: 100%;
}
/*.youks_after{
  width:auto;
  height:auto;
  position: absolute;
  top: 71px;
  left: -82px;
}*/
.youks_image img {
  width: 100%;
  height:100%;
  -o-object-fit:cover;
     object-fit:cover;
}
.youks_left h2 {
  font-size: 42px;
  font-weight: 800;
  color: #FFF;
  font-style:italic;
}
.youks_left p {
  font-size: 16px;
  font-weight: 600;
  color: #FFF;
  padding-top: 20px;
  max-width: 318px;
}
.youks_left h2 span {
  display: inherit;
  color: #FFF;
  line-height: 48px;
}
.youks_button {
  position: absolute;
  bottom: 25px;
  right: 35px;
}


/*========== Artikel Detail css ============*/

.artikel-container {
	width: 100%;
	/* background-color:#eaeaea; */
	border-bottom: 1px solid #cacaca;
}
.artikel-title {
	font-size: 36px;
	line-height: 42px;
	padding-top: 15px;
	padding-bottom: 10px;
}
.upperdeck {
	padding: 5px 20px;
	background-color:#FF6633;
	color:white;
	width: fit-content;
	text-transform: uppercase;
	letter-spacing: 3px;
	font-size:12px;
}
.artikel-date {
	font-size: 13px;
	color:#8e8e8e;
	display: inline-block;
}
.sosmed-share {
	float:right;
}
.sosmed-share ul {
	display: flex;
	font-size: 12px;
	line-height: 20px;
	color: #8e8e8e;
}
.sosmed-share ul li {
	padding-left: 10px;
	padding-right: 10px;
	font-size: 20px;
}
.artikel-main-image {
	width:100%;
}
.artikel-main-image img {
	height: 430px;
	-o-object-fit: cover;
	object-fit: cover;
	width: 100%;
}
.photo-credit {
	color: white;
	background: rgba(0,0,0,0.5);
	padding: 5px 10px;
	width: fit-content;
	position: absolute;
	margin-top: -26px;
	font-size: 11px;
}
.artikel-content {
	margin-top: 30px;
	width: 90%;
	font-size: 16px;
}
.artikel-content img {
	max-width: 100%;
}
.vert-bar {
	width: 4px;
	height: 30px;
	background-color: #FF6633;
	margin-right: 7px;
	display: inline-block;
}
.photo-caption {
	font-size: 12px;
	font-style: italic;
	margin-top: 10px;
	margin-bottom: 10px;
}
.artikel-sumber {
	font-size: 12px;
	color:#999999;
}
.widget-artikel-terbaru-right {
	/* width: 300px; */
	border:1px solid cacaca;
	text-align: center;
}
.title-widget {
	text-align: center;
	font-weight: bold;
	border-bottom: 4px solid #F63;
	width: fit-content;
	margin-left: auto;
	margin-right: auto;
}
.list-widget {
	background-color:#fff;
	border-top: 1px solid #F63;
	margin-bottom: 15px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 20px;
	box-shadow: 0px 2px 4px 0px #ddd;
}
.content-widget-left {
	width: 33%;
	background-color: #cacaca;
	float: left;
	margin-right: 10px;
}
.content-widget-left img {
	height: 60px;
	-o-object-fit: cover;
	object-fit: cover;
	width: 100%;
}
.content-widget-right {
	position: relative;
	line-height: 20px;
	font-size: 14px;
	text-align: left;
}
.list-widget li {
	padding-bottom: 15px;
	padding-top: 15px;
	border-bottom:1px solid #e6e6e6;
	min-height: 90px;
}


/*========== Artikel List css ============*/

.thumb-artikel img {
	width: 100%;
	height: 230px;
	-o-object-fit: cover;
	object-fit: cover;
}
.row-sepertiga1.list-artikel1 {
	width: 30.6%;
	margin-right:20px;
	margin-bottom:20px;
	min-height: 300px;
}
.row-sepertiga1.list-artikel1 .artikel-title{
	font-size: 20px;
	line-height: 24px;
	padding-top: 5px;
}
.row-sepertiga1.list-artikel1 .artikel-date{
	padding-top: 15px;
}



/*============== Footer logo and link area
================================================*/
.footer_link {
  padding: 30px 0;
  background-color: #eee;
}
.footer_link_items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.footer_link_left {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 40%;
          flex: 0 0 40%;
  position:relative;
}
.footer_link_left:after{
  position: absolute;
  content: '';
  width:3px;
  height:100%;
  right:0;
  top:0;
  background:#00eabe;
}
.link_left_logo {
  padding: 50px 0;
}
.footer_link_right {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 60%;
          flex: 0 0 60%;
}
.link_right_items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 50px;
}
.link_right_item1 h3,
.link_right_item2 h3 {
  padding-bottom: 15px;
  color: #00eabe;
  font-family: 'Roboto', sans-serif;
}
.link_right_item1 ul li a{
  font-family: 'Roboto', sans-serif;
  font-size:14px;
  font-weight:600;
  color:#000;
}
.link_right_item2 p span {
  font-family: 'Roboto', sans-serif;
  display: inline-block;
  width: 100%;
  color: #000;
  font-weight:400;
}
.link_right_item1{
  -webkit-box-flex: 0;
      -ms-flex: 0 0 32%;
          flex: 0 0 32%;
}
.link_right_item2{
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
}
#myModal {
	z-index:999;
}



/*================ footer area css 
============================================*/
.footer_area {
  background: #00eaff;
  text-align: center;
}
.footer_items p {
  font-size: 12px;
  padding: 25px 0;
}






/*================ tambahan dari daru 
============================================*/
.sub-small {
	font-size: 9px !important;
	vertical-align: super;
}
.box-top {
	background-color: #33CC00;
}
.box-bottom {
	height: 150px;
  	position: relative;
}
.box-bottom .button-box-bottom {
  margin: 0;
  position: absolute;
  bottom: -28%;
  left: 50%;
  -ms-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
}
.button-box-bottom {
	bottom: 0;
	position: absolute;
	left: 22%;
}
.button-box-bottom.right {
	text-align: right;
	width: 100%;
}
.teks-title-hasil-cari {
	text-align: center;
	font-size: 18px;
	font-weight: 700;
	height: 60px;
	padding-top: 15px;
}
.teks-notif-hasil-cari {
	text-align: center;
	font-size: 15px;
	font-weight: 400;
	padding: 15px;
	margin-bottom: 20px;
	background-color:#FEDDC7;
}
.search-result {
	border-bottom: 3px solid #ececec;
}
h2 {
  font-size: 24px !important;
}
.row-full {
	width: 100%;
}
.row-half {
	width: 50%;
	float: left;
}
.row-half.left {
	text-align: left;
}
.row-half.right {
	text-align: right;
}
.row-half-list-artikel{
	width: 100%;
	float: left;
}
.row-half-pro {
	width: 24.5%;
	float: left;
    margin-right:5px;
}
.row-half-pro.left {
	text-align: left;
}
.row-half-pro.right {
	text-align: right;
}
.row-half-pro-list-artikel{
	width: 100%;
	float: left;
}
.row-sepertiga {
	width: 15.1%;
	float: left;
}
.row-sepertiga1 {
	width: 31.1%;
	float: left;
}
.row-sepertiga1.other-gaet2 {
  margin-right: 24.3px;
}
.list-artikel {
	margin-right: 12px;
}
.kol-left {
	width: 810px;
	margin-right: 0px;
	min-height:250px;
	float: left;
}
.kol-right-ad {
	width: 300px;
	min-height:250px;
	float: left;
}
.article-title-small {
	font-size: 18px;
	font-weight: 500;
	line-height: 20px;
	text-transform:lowercase;
}
.article-title-small::first-letter {
	text-transform:uppercase;
}
.list-gaet-carbike {
	background-color:#eee;
	margin-right: 10px;
	height:240px;
	width: 47%;
}
.list-gaet-carbike .article-title-small {
	padding-left: 10px;
	padding-right: 10px;
	color:#FE6700;
}
.list-gaet-carbike p {
	padding-left: 10px;
	padding-right: 10px;
}
.pagination-box {
	padding : 10px;
	text-align: center;
	display: unset;
	border:1px solid #cecece;
	background-color: white;
}
.pagination-box.active, .pagination-box:hover {
	background-color:#FF6600;
	color: white;
	border: 1px solid #FF6600;
}
.pagination-entry-text {
	font-size: 12px;
}
#defaultOpen {
	/* border-bottom: none; */
	height: 63px;
	bottom: 8px;
	position: relative;
	/* background-color: #FFDBB5; */
}
.tabstripe {
	width: 160px;
	height: 10px;
	background-color:#fff;
	top: -72px;
	position: relative;
}
.tabstripe-bg {
	width: 162px;
	height: 50px;
	background-color: #006633;
	top: -72px;
	position: relative;
}
.tabstripe.tabnternenary {
	left:-35px;
}
.tabstripe.tabvideo {
	left: 127px;
}
.tabstripe-bg.tabvideo {
	left: 126px;
}
.tabstripe.tabmidpoint {
	left: 290px;
}
.tabstripe.tabinclude {
	left: 452px;
}
.tabstripe.tabexclude {
	left: 614px;
}
del {
	color:#999999;
}
.row-sepertiga.list-artikel img {
	-o-object-fit: cover;
	object-fit: cover;
	height: 110px;
}
.row-half.list-gaet-carbike img {
	-o-object-fit: cover;
	object-fit: cover;
	height: 122px;
}
.artikel_left_img img {
	-o-object-fit: cover;
	object-fit: cover;
	height: 250px;
}
.wisata_selatan_right_main_ri h4 {
	font-size: 14px;
	font-weight: 600;
	line-height: 15px;
	margin-top: -10px;
}

.fly-out {
	position: absolute;
	width: 79%;
	top: 160px;
	z-index: 9;
}
.icon-small {
	width: 20px;
}
.box-left {
	position: relative;
	width: 85%;
	float: left;
}
.box-right {
	position: relative;
	width: 15%;
	float: left;
	text-align: right;
}
.box-left-half {
	width: 50%;
	position: relative;
	float: left;
}
.box-right-half {
	width: 50%;
	position: relative;
	float: left;
}
.banner_con_bot_item a{
	text-decoration: none;
	color: white;
}
.banner_con_bot_item a:hover{
	color: #00FFFF;
}
.gaet-badge-homepage {
	padding: 10px 0px 0px 0px;
}
.gaet-badge {
	padding: 0px 0px 5px 0px;
}

/* form */
.custom-select {
    position: relative;
    font-family: Arial;
    display: inline-block;
	float: left;
	margin-right: 10px;
}
select {
	width: 100%;
	padding: 8px;
	border: 1px solid #ccc;
	border-radius: 4px;
	resize: vertical;
	margin-top: 10px;
	font-weight: normal;
	background-color: #F6F6F6;
	font-size:14px;
	color:#828282;
}
input[type="text"], textarea {
    padding: 8px;
    border: 1px solid #ccc;
    border-radius: 4px;
    resize: vertical;
    font-weight: normal;
    background-color: #F6F6F6;
    font-family: roboto, sans serif;
}

.input,
.textarea, .textarea-lainnya {
  border: 1px solid #ccc;
  font-family: inherit;
  font-size: inherit;
  padding: 1px 6px;
}
.textarea, .textarea-lainnya{
  display: block;
  width: 100%;
  overflow: hidden;
  resize: both;
  min-height: 40px;
  line-height: 20px;
  background-color: white;
padding: 10px;
color: #797979;
}

.textarea[contenteditable]:empty::before {
  content: "Tulis disini";
  color: gray;
}
.textarea-lainnya[contenteditable]:empty::before {
  content: "Sebutkan lainnya";
  color: gray;
}

/* Customize the label (the container) */
.container {
  display: block;
  /*position: relative;*/
  padding-left: 35px;
  margin-bottom: 12px;
  /* cursor: pointer; */
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.container.searchbox {
	position: relative;
}

/* Hide the browser's default checkbox */
.container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #cacaca;
}

/* On mouse-over, add a grey background color */
.container:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.container input:checked ~ .checkmark {
  background-color: #2196F3;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.container input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.container .checkmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.text-12 {
	font-size:12px;
}
.text-14 {
	font-size:14px;
}
.margin-20 {
	margin-top:10px;
	margin-bottom:10px;
}
.margin-40 {
	margin-top:20px;
	margin-bottom:20px;
}
.margin-60 {
	margin-top:30px;
	margin-bottom:30px;
}
.margin-80 {
	margin-top:40px;
	margin-bottom:40px;
}
.text-12.margin-20 img {
	max-width: 276px !important;
}



/* Profile the Gaet Page */
	.wrapper-box-profil-the-gaet {
		background-color:#fff;
		box-shadow: 1px 1px 3px 0px #c1c1c1;
		border: 1px solid #d9d9d9;
		/* height: 994px; */
	}
	.produk-list-gaet {
		padding: 20px;
		background-color:#eee;
		/* height: 416px; */
		display: flow-root;
	}
	.box-profil-the-gaet {
		width: 100%;
		/* height: 300px; */
		display: flex;
	}
	.box-profil-the-gaet-left {
		width: 816px;
		margin-right: 0px;
		float:left;
	}
	.box-profil-the-gaet-right {
		width: 305px;
		float:left;
	}
	.foto-profil-the-gaet {
		width: 236px;
		float: left;
	}
	.foto-profil-the-gaet img {
		width: 100%;
	}
	.the-gaet-kontak-info-left {
		width: 100%;
		float: left;
		text-align: center;
		padding: 15px;
		font-size: 15px;
		font-weight: 500;
	}
	.the-gaet-kontak-info-right {
		width: 100%;
		float: left;
		text-align: center;
		padding: 15px;
		margin-top: -20px;
	}
	.desc-the-gaet {
		float: left;
		padding: 20px;
		width: 460px;
		user-select: text;
	}
	.moto-the-gaet {
		font-size: 20px;
		line-height: 26px;
		font-weight: 600;
		border-bottom: 3px solid #00eaff;
		height: 70px;
		color:#ff6600;
	}
	.desc-text-the-gaet {
		margin-top: 20px;
	}
	.summary-the-gaet {
		background-color:#d3f8fd;
	}
	.summary-the-gaet-section {
		padding: 15px;
		border-bottom: 1px solid #00eaff;
		min-height: 134px;
	}
	.summary-title {
		font-size:14px; 
		font-weight: 500;
		color: #ff6600;
	}
	.specialised-map {
		width: 80%;
		margin: 0 auto;
		justify-content: center;
		display: flex;
	}
	.kol-skills {
		width: 45%;
		float: left;
	}
	.icon-skills {
		width: 40px;
	}
	.kol-left.testimoni-profile-the-gaet-page {
		width: 789px;
	}
	.box-foto-travelling-with-the-gaet.m1024.d1280 {
  		margin-left: 0;
  	}
	.box-foto-travelling-with-the-gaet-left {
		width: 552px;
		height: 413px;
		background-color:#eee;
	}
	.carousel_single.profil-the-gaet-page img {
		width: 96%;
	}
	.carousel_bottom_item.profil-the-gaet-page {
  		-webkit-box-flex: 0;
  		-ms-flex: 0 0 25%;
  		flex: 0 0 24%;
		width: 50%;
	}
	.row-sepertiga.other-gaet {
		margin-right:12px;
	}
	.privet_right2_img_after_text.other-gaet {
		left: 40px;
	}
	.gaet-badge.box-profile-the-gaet {
		width: 70px;
		display: flex;
		position: relative;
		margin: 0 auto;
	}
	
/*--------------- Tentang kami  ---------------------*/

.content-about {
	margin-top: 40px;
	width: 96%;
}
.box-visi {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	/* border: 1px solid black; */
	background: url(../images/bg-visi.jpg) no-repeat scroll 0 0 / cover;
	user-select: text;
}
.box-about {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  background: url(../images/bg-about.jpg) no-repeat scroll 0 0 / cover;
  user-select: text;
  height: 650px;
}
.box-visi-content-left {
	width: 50%;
	/* border:1px solid black; */
	padding-top: 60px;
	padding-bottom: 60px;
}
.box-visi-content-right {
	width: 50%;
	/* border:1px solid red; */
	padding-top: 60px;
	padding-bottom: 60px;
}
.box-about-content-left {
	width: 50%;
	padding-top: 60px;
	padding-bottom: 60px;
}
.box-about-content-right {
	width: 50%;
	padding-top: 60px;
	padding-bottom: 60px;
}
.bar-grad-bluegreen {
	height: 5px;
	width: 150px;
	background: linear-gradient(116.49deg,#00b5df,#00ffc3 66.15%,#00e790);
}
.judul-visi {
	width: 150px;
	text-align: right;
	padding-bottom: 20px;
}
.content-teks-visi {
	padding-top:20px;
	padding-left: 60px;
	padding-right: 90px;
}
.box-history {
  	display: flex;
  	flex-direction: row;
  	justify-content: center;
  	align-items: center;
  	background: url(../images/bg-history.jpg) no-repeat scroll 0 0 / cover;
  	user-select: text;
  	height: 750px;
}
.box-history-content-left {
	width: 50%;
	padding-top: 60px;
	padding-bottom: 60px;
	margin-top: 350px;
}
.box-history-content-right {
	width: 50%;
	padding-top: 100px;
	padding-bottom: 60px;
	margin-top: 400px;
}
.judul-history {
	width: 150px;
	text-align: right;
	padding-bottom: 20px;
	color: white;
	top: -300px;
	position: relative;
}
.content-teks-history {
	padding-top: 30px;
	padding-left: 60px;
	padding-right: 40px;
}
.box-team {
	/* background-color:#ececec; */
	width: 100%;
	height: 600px;
	display: flex;
	justify-content: center;
}
.team-member-pic {
	width: 100%;
	height: 190px;
}
.team-member-pic img{
	width: 100% !important;
	object-fit: cover;
	-o-object-fit: cover;
}
.team-member {
	padding: 40px;
	width: 240px;
	float: left;
}
.member-name {
	font-size: 16px;
	font-weight: bold;
	line-height: 18px;
	margin-top: 5px;
	margin-bottom: 3px;
}
.member-jabatan {
	font-size: 12.5px;
}
.row-team {
	width: 70%;
}

/*--------------- Lp HPI  ---------------------*/
.hpi-container {
	width: 95%;
	user-select: text;
}
.hpi-head {
	background: url(../images/hpi/bg-hpi.png) no-repeat scroll 0 0 / 100%;
	width: 100%;
	height: 596px;
}
.hpi {
	background: url(../images/hpi/grad-hpi.jpg) repeat-x scroll 0 0;
}
.artikel-content.head {
	text-align: center;
	width: 90%;
	margin: 0 auto;
}
.artikel-content.head p{
	font-size: 19px;
	line-height: 24px;
}
.row-half.lp-hpi-left {
	padding-right: 20px;
}
.row-half.lp-hpi-right {
	padding-left: 20px;
}
.hpi-connect tr {
	margin-top: 20px;
	display: inline-block;
}
.hpi-connect {
	font-size: 14px;
}
.hpi-connect tr td img{
	margin-right: 20px;
	margin-left: 20px;
}
.handycraft {
	display: block;
	width: 98%;
}
.handycraft-m {
	display: none;
}
.handycraft-container {
	background-color: #eee;
	width: 768px;
	height: 250px;
	display: block;
	float: left;
	margin-right: 20px;
	padding-left: 20px;
}
.row-sepertiga.list-artikel.handycraft img {
  -o-object-fit: cover;
  object-fit: cover;
  height: 130px;
}
.row-sepertiga.list-artikel.handycraft {
  width: 30.6%;
}
