@font-face {
    font-family: 'Poppins-Bold';
    src: url('../fonts/poppins/Poppins-Bold.otf');
}


@font-face {
    font-family: 'Poppins-SemiBold';
    src: url('../fonts/poppins/Poppins-SemiBold.otf');
}

@font-face {
    font-family: 'Poppins-Light';
    src: url('../fonts/poppins/Poppins-Light.otf');
}

@font-face {
    font-family: 'Poppins-Medium';
    src: url('../fonts/poppins/Poppins-Medium.otf');
}

@font-face {
    font-family: 'Poppins-Regular';
    src: url('../fonts/poppins/Poppins-Regular.otf');
}

* {
    margin:0;
    padding:0;
}

body {
    margin:0;
    padding:0;
    background:#fff;
}

.box-whatsapp {
    position: fixed; 
    width: 200px; 
    padding:10px; 
    background: #0f9e70; 
    margin-right: -155px; 
    right: 0; 
    top: 45%; 
    z-index: 1; 
    color: #fff;
}

.box-whatsapp:hover {
	margin-right: 0;
	transition: all 0.5s ease; 
}

.chat-wa {
	display: none;
	font-size: 20px;
	font-family: "Poppins-Bold"!important;
}

.box-whatsapp:hover {
	background: #1452be;
}

.box-whatsapp:hover .chat-wa {
	display: inline;
	color:#fff;
}

.box-whatsapp a {
    color:#fff;
}

.box-whatsapp a:hover {
    text-decoration: none;
}

.hp1{
    padding-top:40px;
}

.hp2{
    padding-top:50px;
}
    .menu_ed {
        background: rgba(0,0,0, 0.3);
        z-index: 1;
    }

    .menu_ed ul.navbar-nav li.nav-item a  {
        font-family: "Poppins-Regular", Arial, Helvetica, sans-serif;
        color:#f2f2f2;
    }

    .menu_ed ul.navbar-nav li.nav-item a:hover, .menu_ed2 ul.navbar-nav li.nav-item a:hover   {
        color:#d1b783;
    }

    .menu_ed ul.navbar-nav li.nav-item.active a, .menu_ed2 ul.navbar-nav li.nav-item.active a   {
        color:#d1b783;
    }    

    .menu_ed ul.navbar-nav li.nav-item, .menu_ed2 ul.navbar-nav li.nav-item {
        margin-left:15px!important;
    }

    .menu_ed2 {
        background: #fff;
        box-shadow:2px 2px 2px #d6d8db; 
        position:fixed;
        width:100%;
        z-index: 1024;
        display: none;
          
    }

    .menu_ed2 ul.navbar-nav li.nav-item a  {
        font-family: "Poppins-Regular", Arial, Helvetica, sans-serif;
        color:#333;
    }    

    .navbar-toggler-icon.black {
        color:#333!important;
    }

    .dropdown-menu {
        margin-top:18px!important;
        border-radius:0;
    }

    a.dropdown-item {
        color:#333!important;
    }

    a.dropdown-item:hover {
        color:#d1b783!important;
    }

    .slider {
        margin-top: -76px;
    }

    .hdd_title {
        font-size: 36px;
        letter-spacing: 0px;
        font-family: "Poppins-Bold", Arial, Helvetica, sans-serif;
        color:#000;
    }

    .hdd_title.litle {
        font-size: 22px;   
    }

    .hdd_desc {
        font-size: 15px;
        color:#8D9199;
        letter-spacing: 0px;
        font-family: "Poppins-Regular", Arial, Helvetica, sans-serif;
        font-weight: 500;
        margin-top:10px;
        line-height: 35px;
    }

    .hdd_desc.litle {
        font-size:13px;
        line-height: 26px;
    }

    .bx_hp {
        width: 100%;
        min-height: 300px;
        background:rgba(0,0,0, 0.4);
        transition: all 0.5s ease;
        position: relative;
        border-radius: 7px;
        position: relative;
        background-color: #f9f9f9;
        margin-bottom:50px;
        background-size: cover;
        background-position: center center;        
    }

    .bx_hp:hover {
        margin-top:-10px;
        box-shadow: 0 10px 40px #aeb1b7;

    }

    .img_bx_hp {
        width: 100%;
        height: 400px;
        background:rgba(0,0,0, 0.4);
        border-radius:7px;
        transition: all 0.5s ease;
    }

    .img_bx_hp:hover {
        background:rgba(0,0,0, 0.1);
    }

    .bx_title {
        position: absolute;
        bottom:10px;
        left:15px;
        color:#fff;
        font-size:24px;
        font-weight: 500;
    }

    .bx_hp.dua {
        min-height:300px;
        margin-bottom:50px;
    }

    .img_bx_prod {
        width:100%;
        height:220px;
        border-radius:7px 7px 0 0;
        background-size: cover;
        background-position: center center;        
    }

    .img_bx_prod.blog {
        height: 400px;
    }

    .detail_bx_prod {
        width:100%;
        height: 160px;
        background:#fff;
        border:1px solid #d6d8db;
        padding:14px;
        border-radius:0 0 7px 7px;
    }

    .detail_bx_prod.blog {
        height: 230px;
    }

    .prod_title {
        font-size: 18px;
        letter-spacing: 0px;
        color:#000;
        font-family: "Poppins-Bold", Arial, Helvetica, sans-serif;
    }

    .prod_title.blog {
        font-size: 24px;
    }

    .prod_date {
        font-size: 14px;
        letter-spacing: 0px;
        color:#333;
        font-family: "Poppins-Regular", Arial, Helvetica, sans-serif;
    }    

    .dash {
        width:100%;
        height:10px;
    }

    .prod_desc {
        margin-top:30px;
        font-size: 12px;
        letter-spacing: 0px;
        color:#333333;
        line-height: 20px;
        font-family: "Poppins-Regular", Arial, Helvetica, sans-serif;        
    }

    .prod_desc.blog {
        font-size: 14px;
        line-height: 25px;
    }


    .img_bx_prod.prod2 {
        background-image: url('../images/p2.jpeg');
        background-size: cover;
        background-position: center center;
    }  
    
    .img_bx_prod.prod3 {
        background-image: url('../images/p4.jpeg');
        background-size: cover;
        background-position: center center;
    } 
    
    .img_bx_prod.prod4 {
        background-image: url('../images/p3.jpg');
        background-size: cover;
        background-position: center center;
    }
    
    .img_bx_prod.prod5 {
        background-image: url('../images/p5.jpeg');
        background-size: cover;
        background-position: center center;
    }
    
    .img_bx_prod.enam {
        background-image: url('../images/p6.jpg');
        background-size: cover;
        background-position: center center;
    }    

    .bx_hp.border-null {
        border-radius:0!important;
    }

    .bx_hp.border-null .img_bx_hp {
        border-radius:0!important;
    }

    .art_box {
        position: absolute;
        bottom:15px;
        left:10px;
    }

    .art_desc {
        font-size:12px;
        color:#fff;
        font-family: 'Open Sans', sans-serif; 
        line-height: 30px;
    }

    .art_title {
        color:#fff;
        font-size:20px;
        line-height: 25px;
        font-weight: 400;
        font-family: "Poppins-Regular", Arial, Helvetica, sans-serif;
    }

    .bx_hp.blog1 {
        background-image: url('../images/blog1.png');
        background-size: cover;
        background-position: center center;
    }
    
    .bx_hp.blog2 {
        background-image: url('../images/blog2.png');
        background-size: cover;
        background-position: center center;
    }    

    .bx_hp.blog3 {
        background-image: url('../images/blog3.png');
        background-size: cover;
        background-position: center center;
    }    

    .bx_hp.blog4 {
        background-image: url('../images/blog4.png');
        background-size: cover;
        background-position: center center;
    }   
    .star {
        color:#0f9e70;
    }

    .prod_time {
        margin-top:30px;
        font-size: 12px;
        letter-spacing: 0px;
        color:#333333;
        line-height: 20px;
        font-family: "Poppins-Medium", Arial, Helvetica, sans-serif;   
        font-weight: 500;     
    }

    .bx_hp.dua a:hover {
        text-decoration: none;
    }
    
    .border-grey {
        border-top:1px solid #cccccc;
        margin-bottom:50px;
    }


    .link_under {
        width: 100%;
        margin:30px 0;
        text-align: center!important;
    }
    ul.link_cat{
        height:50px;
    } 

    ul.link_cat li {
        list-style: none;
        display: inline-block;
        text-align:center;
        margin-left:5px;
        margin-right:5px;
        margin-bottom:10px;
        padding:10px;
        text-align: center;
        transition: all 0.2s linear 0s; 
        
    }

    ul.link_cat li a {
        color:#d1b783;
        font-family: "Poppins-Medium", Arial, Helvetica, sans-serif;
        font-size: 18px;
    }

    ul.link_cat li:hover {
        background:#d1b783;
    }

    ul.link_cat li:hover a {
        color:#fff;
        text-decoration: none;
    }

    ul.link_cat li.active {
        background:#d1b783;
    }

    ul.link_cat li.active a {
        color:#fff;
    }


#footer-bg {
    width:100%;
    height: 400px;
    background-size: cover;
    background-position: center center; 
    margin-bottom:40px;   
}
    .desc_ftb {
        width:100%;
        padding-top:22%;
        padding-bottom:50px;
    }

    .dsc_title {
        color:#3c3e44;
        font-size: 20px;
        font-family: "Poppins-Medium", Arial, Helvetica, sans-serif; 
    }

    .dsc_title.big {
        font-size: 24px;
        color:#000;
    }

    .parntership {
        text-align: center!important;
        padding-top:40px;
        width:100%;
        padding-bottom:70px;
    }

    .parntership img {
        height: 50px;
        margin-left:10px;
        margin-right: 10px;
        -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
        filter: grayscale(100%);  
        transition: all .5s ease;      
    }

    .parntership img:hover {
        cursor: pointer;
        -webkit-filter: grayscale(0); /* Safari 6.0 - 9.0 */
        filter: grayscale(0);            
    }


footer {
    margin-top:40px;
    padding-top:60px;
    padding-bottom:30px;
    width:100%;
    min-height: 300px;
    background:#333;
    border-bottom:1px solid #595959;
    
}
   
    .adress {
        font-family: 'Open Sans', sans-serif;  
        font-size:13px;
        color:#cccccc;
        line-height: 20px;
    }

    .tt-ftp {
        font-family: 'Open Sans', sans-serif; 
        color:#fff;
        font-size: 18px;
    }

    ul.link-footer{
        margin-top:10px;
        margin-left:20px;
    }

    ul.link-footer li {
        margin-bottom:3px;
        color: #cccccc;
    }


    ul.link-footer li a {
        color: #cccccc;
        font-family: 'Open Sans', sans-serif;
        font-size: 13px;
    }

    .box-sbs {
        margin-top:15px;
        width:100%;
        padding:20px;
        background:#737373;
    }

    .btn.def-btn {
        width: 100%;
        background:#0f9e70;
        color: #fff;
        font-family: 'Open Sans', sans-serif;
        transition: background-color .5s ease;
    }

    .btn.def-btn:hover {
        background:#1452be;
    }

#footer {
    width:100%;
    padding:15px;
    padding-bottom:0;
    background-color: #232323;
    border-top:1px solid #1a1a1a;
}

    #footer p {
        font-family: 'Open Sans', sans-serif;  
        font-size:12px;
        color:#a6a6a6;
        line-height: 20px;
        letter-spacing: 0.2px;
    }


.button-effect {
    padding: 5px 0px;
  }
 .button-effect a {
    margin-right: 0px;
    background-color: #0f9e70;
  }

  
  /* button styles !!!YOU NEED THEM 
  !!!ALSO YOU NEED TO ADD FONTWESOME */
  .effect {
    text-align: center;
    display: inline-block;
    position: relative;
    text-decoration: none;
    color: #fff;
    text-transform: capitalize;
    font-family: "Poppins-Medium", Arial, Helvetica, sans-serif; 
    font-size: 18px;
    padding: 15px 0px;
    width: 250px;
    border-radius: 25px;
    overflow: hidden;
  }
  
  /* effect-1 styles */
  .effect.effect-1 {
    transition: all 0.2s linear 0s;
  }
  .effect.effect-1:before {
    content: "\f178";
    font-family: FontAwesome;
    font-size: 15px;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    right: 0;
    top: 0;
    opacity: 0;
    height: 100%;
    width: 40px;
    transition: all 0.2s linear 0s;
  }
  .effect.effect-1:hover {
    text-indent: -20px;
    text-decoration: none;
    color: #0f9e70;
    background:#fff;
  }

  .effect.effect-1:hover:before {
    opacity: 1;
    text-indent: 0px;
  }

  h2.testimoni {
	color: #000;
	text-align: center;
	position: relative;
    font-size: 36px;
    letter-spacing: 0px;
    font-family: "Poppins-Bold", Arial, Helvetica, sans-serif;
    color:#000;    
}

  h2.testimoni::after {
	content: "";
	width: 100px;
	position: absolute;
	margin: 0 auto;
	height: 4px;
	border-radius: 1px;
	background: #0f9e70;
	left: 0;
	right: 0;
	bottom: -20px;
}
.carousel.dua {
	margin: 50px auto;
	padding: 0 70px;
}
.carousel.dua .item {
	color: #999;
	overflow: hidden;
    min-height: 120px;
	font-size: 13px;
}
.carousel.dua .media img {
	width: 80px;
	height: 80px;
	display: block;
	border-radius: 50%;
}
.carousel.dua .testimonial {
	padding: 10px;
	position: relative;
}
.carousel.dua .testimonial::before {
	content: '\93';
	color: #e2e2e2;
	font-weight: bold;
	font-size: 68px;
	line-height: 54px;
	position: absolute;
	left: 15px;
	top: 0;
}
.carousel.dua .overview b {
	text-transform: uppercase;
	color: #0f9e70;
}
.carousel.dua .carousel-indicators {
	bottom: -70px;
}
.carousel-indicators.dua li, .carousel-indicators.dua li.active {
	width: 18px;
    height: 18px;
	border-radius: 50%;
	margin: 1px 3px;
}
.carousel-indicators.dua li {	
    background: #e2e2e2;
    border: 4px solid #fff;
}
.carousel-indicators.dua li.active {
	color: #fff;
    background: #0f9e70;    
    border: 5px double;    
}  

.fade-in {
    visibility: visible;
    opacity: 1;
    transition: opacity 1s linear;
  }
  
.fade-out {
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s 1s, opacity 1s linear;
  }

.bg_prod_det {
    position: relative;
    background:red;
    width:100%;
    height: 75vh;
    background-size: cover;
    background-position: center center;
}

.bg_prod_det.detail_1 {
    background-image: url('../images/prague.jpg');

}

.prod_detail {
    padding:50px 0;
}

.prod_detail h1 {
    font-family: "Poppins-Bold", Arial, Helvetica, sans-serif;
    font-size: 40px;
    line-height: 1.3;
}

.dashed_detail{
    width:100%;
    height: 2px;
    border-bottom:1px dashed #aeb2b7;
    margin-top:30px;
    margin-bottom:30px;
}

.itn_prod h4 {    
    font-family: "Poppins-Bold", Arial, Helvetica, sans-serif;
    font-size: 20px;
    line-height: 1.3;
    margin-bottom:20px;

}

.itn_prod p {
    font-family: "Poppins-Light", Arial, Helvetica, sans-serif;
    font-size: 14px;
    line-height: 27px; 
    color:#262626;   
}

.itn_prod img {
    width: 100%;
    border-radius:3px;
}

table.detail_list {
    margin-top:40px;
    border-collapse: collapse;
}

table.detail_list td {
    border-top:1px solid #aeb2b7;
    padding:30px 15px;
}

table.detail_list tr:last-child{
    border-bottom:1px dashed #aeb2b7;
}

table.detail_list td.name_list {
    font-size: 16px;
    font-family: "Poppins-SemiBold", Arial, Helvetica, sans-serif;
}

table.detail_list td.desc_list {
    font-size: 14px;
    font-family: "Poppins-Light", Arial, Helvetica, sans-serif;    
} 

table.detail_list td.desc_list li {
    margin:4px 0;
}

.nav-tabs a {
    font-size: 16px;
    font-family: "Poppins-Regular", Arial, Helvetica, sans-serif;
    color:#000;    
    font-weight: 400;
}

.nav-tabs a.nav-link.active{
    color:#0f9e70;
}

.tab-content {
    font-family: "Poppins-Regular", Arial, Helvetica, sans-serif;
    color:#000;        
}

.coment_prod {
    margin:40px 0;
}

.icon_prod {
    padding-top:20px;
}
.icon_prod p{
    margin-top:15px;
    font-family: "Poppins-Light", Arial, Helvetica, sans-serif;
    color:#000;
    font-size: 14px;    
}

.button_prod {
    position: relative;
    top:60vh;
    width:100%;
    height:50px;
}

.button_prod.dua {
    top:60vh;
}

.btn_prod {
    padding:10px 15px;
    color:#fff;
    background-color: rgba(0,0,0, 0.5);
    margin-top:14px;
    font-family: "Poppins-Light", Arial, Helvetica, sans-serif;    
}

.btn_prod:hover {
    color:#fff;
    background-color: rgba(0,0,0, 0.8);
    margin-top:14px;
    font-family: "Poppins-Light", Arial, Helvetica, sans-serif;      
}

.btn_prod.not_show {
    display: none;
}

.sticky_prod {
    position: -webkit-sticky;
    position: sticky;
    top: 120px;
    width: 100%;
}

.head_stp {
    width: 100%;
    padding:15px 0;
    background:#000;
    color:#fff;
    text-align: center;
    font-family: "Poppins-Light", Arial, Helvetica, sans-serif;
    border-radius: 5px 5px 0 0;
    font-size: 14px;
}

.price_stp {
    width: 100%;
    padding:15px 0;
    background:#0f9e70;
    color:#fff;
    text-align: center;
    font-family: "Poppins-Medium", Arial, Helvetica, sans-serif;
    border-radius:  0 0 0 0;
    font-size: 24px;
}
  
.mini {
    font-family: "Poppins-Light", Arial, Helvetica, sans-serif;
    font-size: 14px;
}

.information2 {
    margin:10px 0;
    padding:15px 20px;
    border:1px solid #303336;
    border-radius:5px;
}

.title_inf {
    font-family: "Poppins-Bold", Arial, Helvetica, sans-serif;
    font-size: 18px;
}

.table_inf {
    border-collapse: collapse;
    margin:15px 0;
}

.table_inf tr td {
    padding:4px 0;
}

.table_inf {
    font-family: "Poppins-Light", Arial, Helvetica, sans-serif;
    font-size: 13px;
    color:#787f87;
}

.table_inf.dua tr td{
    padding:10px;
} 

.table_inf.dua  a {
    font-family: "Poppins-Medium", Arial, Helvetica, sans-serif;
    font-size: 13px;
    color:#000;    
}

.table_inf a:hover {
    text-decoration: none;
    color:#009e74;
}

.table_inf.dua .date {
    margin-top:9px;
    font-family: "Poppins-Light", Arial, Helvetica, sans-serif;
    font-size: 10px;
    color:#787f87;    
}

.table_inf.dua img {
    border-radius: 5px;
}

.table_inf a {
    color:#787f87;
}

.dashed_tab {
    margin:10px 0;
    width:100%;
    height:5px;
    border-bottom:1px solid #787f87;
}

.share {
    width: 100%;
    margin:0 0;
    padding:10px 0;
}
  
.daftar {
    width:100%;
    margin:10px 0;
    margin-top: 30px;
    padding:10px;
    border:1px solid #0f9e70;
    border-radius:5px;
    transition: all 0.5s ease; 
}

.daftar a {
    font-family: "Poppins-Light", Arial, Helvetica, sans-serif;
    font-size: 18px;
    color:#0f9e70;
    width: 100%;
    padding:20px 35px;
}

.daftar:hover {
    background:#1452be;
    border:1px solid #1452be;
}

.daftar:hover a {
    color:#fff;
    text-decoration: none;
}

.mnt {
    font-family: "Poppins-Bold", Arial, Helvetica, sans-serif;
    font-size: 20px;
    padding:50px 0;
}


.modal-backdrop {
    display: none;
  }
  
  .modal {
    padding-top:70px;
    background: rgba(0,0,0,0.5);
    font-family: "Poppins-Light", Arial, Helvetica, sans-serif;
    z-index: 1;
  }

  .venoframe {
      background:red;
      width:90%;
      height:500px;
      opacity: 1;
      position: relative;
      z-index: 1;;
  } 

  .red {
      color:red;
      font-size: 12px!important;
  }

  .text_seo h3{
    font-family: "Poppins-Medium", Arial, Helvetica, sans-serif;
    font-size:20px;
    line-height: 30px;
  }

  .text_seo p {
    font-family: "Poppins-Light", Arial, Helvetica, sans-serif;
    font-size:13px;
    line-height: 25px;      
  }

  .box-search {
      background: #fff;
      padding:20px;
      box-shadow:0 0 30px #bbbec3; 
      border-radius: 8px;
      margin-bottom:100px;
      border:1px solid #bbbec3;
  }

  .advanced {
      color:#0f9e70;
  }

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

  .white {
      color:#fff!important;
  }

  .shadow {
      text-shadow: 2px 2px 4px #333;
  }

  ul.arship {
      margin-left:0;
      column-count: 2
  }

  ul.arship li {
      list-style: none
  }

  ul.arship li a {
    font-family: "Poppins-Light", Arial, Helvetica, sans-serif;
    font-size: 14px;
    color:#333;
  }

  ul.arship li a:hover {
      text-decoration: none;
      color:#0f9e70;
  }

  ul.hashtag {
      margin:0;
      padding:0;
  }

  ul.hashtag li {
    list-style: none;
    display:inline-block;
    text-align: left;
    padding:10px;
    border:2px solid #595959;
    margin-right: 10px;
    border-radius: 4px;
  }

  ul.hashtag li a {
    font-family: "Poppins-Light", Arial, Helvetica, sans-serif;
    font-size: 13px;
    color:#3c3e44;
  }

  ul.hashtag li a:hover {
      text-decoration: none;
  }

  .fa-spin {
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear;
}

.fa-fw {
    width: 1.28571429em;
    text-align: center;
}

.shadow-text-white {
    text-shadow: 0 0 1px #fff;
}


.page-item.active .page-link {
    background: #0f9e70!important;
}


#sub-dropdown, #sub-dropdown2 {
    position: absolute;
    right: -56px;
    top:35px;
    z-index: 1;
    background: #fff;
    padding:10px;
    border-right: 25px;
    display: none;
}

#sub-dropdown li, #sub-dropdown2 li {
    list-style: none;
}

#sub-dropdown li a, #sub-dropdown2 li a{
    color:#333!important;
}

.show_nav {
    display: block!important;
}


ul.adress-sosmed {
    margin:0;
    padding:0;
}

ul.adress-sosmed li {
    display: inline-block;
    margin:10px;
    width:60px;
    height:60px;
    padding-top:15px;
    text-align: center;
    background:red;
    border-radius:60px;
}

ul.adress-sosmed li.fb-color {
    background:#2D5F9A;
}

ul.adress-sosmed li.tw-color {
    background:#00C3F3;
}

ul.adress-sosmed li.ig-color {
    background:#405de6;
}

ul.adress-sosmed li.yb-color {
    background:#cc181e;
}
ul.adress-sosmed li a {
    color:#fff;
}