

.home_text_section::before{
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left:0px;
    background: url('/img/gallery/bg2.jpg');
    background-position: center;
    background-size: cover;
    z-index: -1;
}

 .home_text_section > div {
     background: #736c6cad;
     font-weight: 500;
     color: #efefef;
 }


.our_tour_programs_home{
    background:url('/img/gallery/bg3.jpg');
    background-position: center;
    background-size: cover;
    position: relative;
}

.our_tour_programs_home::before{
    background: #a28e90e0;
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    top:0px;
    left:0px;
    z-index: 0;
}


.our_tour_programs_home .product_list_home_1{
    background: white;
}


 @media (max-width: 600px){
    .home_text_section > div{
        padding: 15px;
    }
    .product_list_home_1 > a > p,
    .product_list_home_1 > a > h4,
    .product_list_home_1 > a > ul{
        padding-right:10px;
        padding-left:10px;
    }

    .product_list_home_1 > a > p{
        padding-bottom: 10px;
    }

 }



 /* Atur Tampilan Menu */
 @media (min-width: 600px){

    .header{
        background:#bfbfbf63   !important;
    } 

    .header.sticky{
        background: #fff !important;
    }



 }