/*All*/
:root {
  --primary:#6d72c6;
}
#main_index{
    padding-bottom:0rem!important;
    overflow:hidden;
}
#main_index h1,
#main_index h2,
#main_index h5{
    cursor:default;
}


.m_default_languagebar .footer_langbar_item{
    color:#fff;
}

.breakspan{
    display:block;
}
.section_all{
    padding:80px 0;
}
.section_half{
    padding:80px 0 0;
}
.small_all{
    font-size: 21px;
    font-weight: 400;
    margin-bottom: 5px;
    line-height: 1.6;
    color: #4a4a4a;
}
.title_all{
    font-size:42px;
    font-weight:700;
    margin-bottom:5px;
    letter-spacing: 8px;
    line-height:1.5;
    color:var(--primary);
}
html:lang(en) .title_all{
    font-size:37px;
}
.subtitle_all{
    font-size: 19px;
    font-weight: 400;
    letter-spacing: 2px;
    margin-bottom: 0;
    line-height: 1.6;
    color:#000;
}
html:lang(en) .subtitle_all{
    font-size:16px;
}
.subtitle2_all{
    font-size: 22px;
    font-weight: 800;
    letter-spacing: 2px;
    margin-bottom: 2px;
    line-height: 1.6;
    color:var(--primary);
}
.content_all{
    font-size: 21px;
    font-weight: 400;
    margin-bottom: 0;
    line-height: 1.6;
    letter-spacing: 2px;
    color: #4a4a4a;
}
html:lang(en) .content_all{
    font-size:16px;
}
.content2_all{
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 0;
    line-height: 1.3;
    letter-spacing: 0;
    color: #000;
}
.image_all{
    width:100%;
    margin:0 auto;
    display:block;
    object-fit:contain;
}
.btnbox_left{
    display:flex;
    justify-content:flex-start;
    align-items:center;
    margin:25px 0 0;
}
.btnbox_center{
    display:flex;
    justify-content:center;
    align-items:center;
    margin:25px 0 0;
}
.btnbox_right{
    display:flex;
    justify-content:flex-end;
    align-items:center;
    margin:25px 0 0;
}
.button_all{
    border: 1px solid var(--primary);
    border-radius: 1000px;
    background-color: #fff;
    width: 153px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 22px;
    font-weight: 400;
    text-align: center;
    color: var(--primary);
    transition: 0.25s all linear;
}
html:lang(en) .button_all{
    font-size:17px;
}
.button_all:hover{
    text-decoration: none;
    color:var(--primary);
    transform:scale(0.98);
}
.button_all span{
    position: relative;
    margin-left:-30px;
}
.button_all span:before{
    position: absolute;
    content:"";
    top:0;
    bottom:0;
    right: -30px;
    width: 23px;
    height: 23px;
	background-image:url("https://cdn1.npcdn.net/images/A_Button2_0e5nrg_1757035624.png?md5id=a5a3663282ac29d27f5c633c87383cad&type=4");
    background-size:cover;
    background-position:center;
    background-repeat:no-repeat;
    margin:auto 0;
    transition:0.25s all linear;
}
.button_all:hover span:before{
    transform:rotate(45deg);
}
.ul_all{
    list-style-type:none;
    padding:0;
    margin:0;
    display:flex;
    justify-content:flex-start;
    align-items:center; 
}
.c_lineHi{
    line-height:1.8;
}
.text_center{
    text-align:center;
}
.c_bold{
    font-weight:700;
}
.c_space{
    display:block;
    font-size:0;
    opacity:0;
    height: 15px;
}
.c_color1{
    color:#fff;
}
.c_color2{
    color:#000;
}
.c_stroke{
    color: black;
    -webkit-text-fill-color: white;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: black;
}
.c_dflex{
    flex-direction:column;   
}
@media screen and (max-width: 1200.5px){
}
@media screen and (max-width: 991.5px){
}
@media screen and (max-width: 767.5px){
    .section_all{
        padding:60px 0;
    }
    .section_half{
        padding:60px 0 0;
    }
    .title_all{
        font-size:25px;
    }
    .content_all{
        font-size:16px;
    }
    .subtitle2_all{
        font-size:20px;
    }
    .content2_all{
        font-size:14px;
        line-height: 1.5;
    }
    html:lang(en) .title_all{
        font-size:25px;
    }
    html:lang(en) .subtitle_all {
        font-size: 14px;
    }
}

/*product details page*/
.productDetailImageFancy .one_img div img{
    height:auto;
}

/*Search Bar Search*/
.hp_search_icon{
    width:30px;
    filter:brightness(0) invert(1);
}
#main_index .navbar_type8 .hp_search_icon{
    filter:brightness(0) invert(1);    
}
.boxSearch {
    display: none; 
    position: absolute;
    top: 60px;
    right: 9%;
}
.nav_search .search_button {
    background-color: transparent;
    color: #000;
    box-shadow: none;
    border: none;
    border-radius: 0;
    padding: 0 15px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    height: 100%;
}
.nav_search input {
    background: #f0f2f5;
    width: 300px;
    height: 45px;
    border: 0;
    box-shadow: none;
    padding: 0px 50px 0px 25px;
    border-radius: 0;
    max-height: 45px;
}
.nav_search {
    flex-grow: 1;
    display: flex;
    position: relative;
    max-width: 300px;
    align-self: center;
    border: 1px solid #e0dede;
    box-shadow: 0 0 7px rgb(191 191 191/65%);
}


.btnClose{
    display: none;

}
#closeIcon{
    display: none;
}
 .searchWrapper img{
     font-size: 20px;
    color: #c7996d;
    margin-left: 25px;
}
.searchBar{
    width: 100%;
    margin: 0 auto;
}
.searchBar input{
    width: 100%;
    font-size: 1rem;
    border: 0;
    background: 0 0;
    box-shadow: none;
    padding-left: 1.75rem;
    padding-right: 0.75rem!important;
    position: relative;
}
.row_searchBarWrapper{
    width: 100%;
    z-index: 99999;
    position: relative;
    height: 120px;
    left: 0;
    top: 0;
    background: #fff;
}

.btnSearch{
    cursor: pointer;
    color:#000;
    font-family: "Alice";
    font-size: 1vw;
    padding: 15px 1vw;
    font-weight: 400;
    color: #444;
}
.searchBar{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}
.searchBar form {
    width: 100%;
    display: block;
    padding: 0.6rem 1rem;
    position: relative;
    font-size: .75rem;
    font-weight: 500;
    line-height: 1.7;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #60697b;
    background-color: #fefefe;
    background-clip: padding-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0.4rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.searchBar i{
    font-size: 1.2rem;
}
button:focus {
    outline: unset;
}
.searchBar button {
    font-size: 1.05rem;
    width: 2rem;
    height: 2rem;
    line-height: 1.8rem;
    border-radius: 50%;
    margin: 0;
    padding: 0;
    border: unset;
    box-shadow: none;
    transition: background .2s ease-in-out;
    display: flex;
    justify-content: center;
    align-items: center;
}
.searchBarWrapper{
    position: fixed;
    width: 100%;
    z-index: 9999;
    top: 0;
    left: 0;
    height: 100%;
    background: rgba(0,0,0,0.5);
    display: none;
}
.hp_topspace_sticky-menu{
    filter:brightness(0) invert(1)!important;
}
.navbar_type8 .nav_tab .search::before{
    display:none;
}

/*navbar*/
.navbar_type8{
    background-color:var(--primary);
    height:100px;
}
#main_index .navbar_type8{
    background-color:transparent;
}
.navbar_type8 .logo{
    margin-left:3%;
}
.navbar_type8 .logo img{
    width:11vw;
    padding:0px;
}
.navbar_type8 .nav_tab{
    padding-right:9%;
}
.navbar_type8 .nav_tab .nav_item{
    padding:0 0.5vw;
    position: relative;
}.navbar_type8 .nav_tab .nav_item:before{
    display:none;
}
.navbar_type8 .nav_tab .nav_item:after{
    position: absolute;
    content: "";
    top: 0px;
    bottom: 0;
    right: 0;
    width: 2px;
    height: 20px;
    background-color: #fff;
    margin: auto 0;
}
.navbar_type8 .nav_tab .dropdown .dropdown-menu{
    top:20px;
}
.navbar_type8 .nav_tab .nav_item a{
    font-size: 1vw;
    padding: 5px 1.5vw;
    color: #fff;
    border: 1px solid transparent;
}
html:lang(en) .navbar_type8 .nav_tab .nav_item a{
    padding:5px 1vw;
}
.navbar_type8 .nav_tab .dropdown .dropdown-menu .dropdown-item a{
    border:0px solid transparent;
}
.navbar_type8 .nav_tab .nav_item a:hover{
    border: 1px solid #fff;    
}
.navbar_type8 .nav_tab .dropdown .dropdown-menu .dropdown-item a{
    color:#fff;
    -webkit-text-stroke-width: 0px;
    -webkit-text-stroke-color: black;
}
.navbar_type8 .nav_tab .dropdown .dropdown-menu .dropdown-item a{
    color:#fff!important;
}
.navbar_type8 .nav_tab .dropdown .dropdown-menu .dropdown-item a:hover{
    color:#fff!important;
}

.navbar_mobile .btn-outline-light:hover{
    background-color:transparent;
}
.navbar_mobile .btn-outline-light:hover{
    border-color: #000;
    color: #000;
}
.navbar_mobile .btn-outline-light:not(:disabled):not(.disabled):active{
    color: #000;
    background-color: transparent;
    border-color: #000;
}

.dark_nav{
    background-color:var(--primary)!important;
}
.navbar_mobile .btn-outline-light {
    border-color: #fff;
    color: #fff;
}

.navbar_mobile{
    background-color:var(--primary);    
}
.navbar_mobile .logo_img{
    transform: scale(1.3);
}

.navbar_type8 .nav_tab .search:after{
    display:none;
}

@media screen and (max-width: 1200.5px){
    .navbar_type8 .nav_tab .nav_item a{
        font-size:1.1vw;
    } 
    .navbar_type8 .nav_tab{
        padding-right:30px;
    }
}

/*hp_banner*/
.index_wrapper_2{
    margin-top:-100px;
}
.slider_banner .banner_content{
    overflow:hidden;
}
.hp_banner{
	position:relative;
	left:9%;
	top:57%;
	transform:translate(0,-50%);
    width:calc(100% - 9%);
}
.hp_banner_title{
    font-size: 58px;
    font-weight: 700;
    line-height: 1.3;
    letter-spacing: 3px;
    margin-bottom:25px;
    text-shadow: 0px 0px 5px rgba(0,0,0,0.8);
    color: #fff;
}
html:lang(en) .hp_banner_title{
    font-size:45px;
}
.hp_banner_content{
    font-size: 20px;
    font-weight: 400;
    line-height: 1.5;
    text-shadow: 0px 0px 5px rgba(0,0,0,0.8);
    letter-spacing: 3px;
    color: #fff;
}
html:lang(en) .hp_banner_content{
    font-size:16px;
    width:80%;
}
.hp_banner_buttonbox{
    display:flex;
    justify-content: flex-start;
    align-items: center;
    margin-top: 100px;
}
.hp_banner_button{
    border: 1px solid #fff;
    border-radius: 1000px;
    background-color: transparent;
    width: 206px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 22px;
    font-weight: 400;
    text-align: center;
    color: #FCE9DB;
    transition: 0.25s all linear;
    position: relative;
}
html:lang(en) .hp_banner_button{
    font-size:14px;
}
.hp_banner_button:before{
    position: absolute;
    content: "";
    height: 1px;
    width: 10vw;
    top: 0;
    bottom: 0;
    left: -12vw;
    margin: auto 0;
    background-color: #fff;
}
.hp_banner_button:after{
    position: absolute;
    content: "";
    height: 1px;
    width: 77vw;
    top: 0;
    bottom: 0;
    right: -80vw;
    margin: auto 0;
    background-color: #fff;
}
.hp_banner_button:hover{
    text-decoration: none;
    color:#FCE9DB;
    transform:scale(0.98);
}
.hp_banner_button span{
    position: relative;
    margin-left:-30px;
}
.hp_banner_button span:before{
    position: absolute;
    content:"";
    top:0;
    bottom:0;
    right: -30px;
    width: 23px;
    height: 23px;
	background-image:url("https://cdn1.npcdn.net/images/A_Button1_t49kxj_1757035624.png?md5id=a5a3663282ac29d27f5c633c87383cad&type=4");
    background-size:cover;
    background-position:center;
    background-repeat:no-repeat;
    margin:auto 0;
    transition:0.25s all linear;
}
.hp_banner_button:hover span:before{
    transform:rotate(45deg);
}
.hp_banner_cir{
    width: 12px;
    border: 1px solid #fff;
    height: 12px;
    border-radius: 1000px;
    background-color: #fff;
    margin-left: 20vw;
}
.hp_banner_content.janimate{
    animation-delay:0.25s;
}

.cir1{
  animation: 3s blinking ease-out infinite;  
}
.cir2{
  animation: 3s blinking 0.25s ease-out infinite;  
}
.cir3{
  animation: 3s blinking 0.5s ease-out infinite;  
}

@keyframes blinking{
    0%{
        opacity: 1;
    }
    50%{
        opacity: 0;
    }
    100%{
        opacity: 1;
    }
}

@media screen and (max-width: 1200.5px){
    .hp_banner_content{
        font-size:1.2vw;
    }
}
@media screen and (max-width: 991.5px){
    .index_wrapper_2{
        margin-top:0px;
    }
    .hp_banner{
        top:50%;
    }
    .hp_banner_content{
        font-size:1.5vw;
    }
    html:lang(en) .hp_banner_buttonbox{
        margin-top: 35px;
    }
    html:lang(en) .hp_banner_button{
        font-size:11px;
    }
}
@media screen and (max-width: 767.5px){
    .index_wrapper_2 .item>img{
    	min-height:100vw!important;
    	object-fit:cover;
    }
    .slider_banner .banner_content{
        background:linear-gradient(to top, rgba(0,0,0,0.2), transparent);
    }
    .hp_banner{
        left:3%;
        width:calc(100% - 6%);
    }
    .hp_banner_box{
        overflow:hidden;
    }
    .hp_banner_title{
        font-size:9vw;
    }
    .hp_banner_subtitle{
        font-size:5vw;
    }
    .hp_banner_content{
        font-size:4vw;
    }
    .hp_banner_cir{
        margin-left: 6vw;
    }
    html:lang(en) .hp_banner_title {
        font-size: 20px;
    }
    html:lang(en) .hp_banner_content {
        font-size: 14px;
        width: 100%;
    }

}

/*hp_about*/
.hp_about{
    padding: 90px 0 74px;
}
.hp_about_grid{
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 21px;
    row-gap: 15px;
    margin-top: 33px;
}
.hp_about_image{
    margin: 21px auto 35px;
}

@media screen and (max-width: 991.5px){
    .about_001{
        margin-bottom:17px;
    }    
}
@media screen and (max-width: 767.5px){
    .hp_about{
        padding:40px 0 0;
    }
    .hp_about .col-lg-6.col-xxl-5{
        padding:0 2px;
    }
    .hp_about .col-lg-6.col-xxl-7{
        padding:0 2px;
    }
    .hp_about_grid{
        row-gap: 1px;
        column-gap: 1px;
    }
    .hp_about h2,
    .hp_about h3,
    .hp_about p{
        padding:0 calc(1rem - 2px);
    }
    .hp_about_buttonbox{
        margin-left:calc(1rem - 2px);
    }
}

/*component - photoalbum*/
.index_wrapper_4 {
    padding: 90px 0 0px 0;
}

.hp_photoGallerySliderWithTitle{
    background-color:transparent;
    width: 54vw;
}
.hp_photoGallerySliderWithTitle p{
    display:none;
}

.hp_photoGallerySliderWithTitle .col-12{
    padding:0;
}
.hp_photoGallerySliderWithTitle .photo-gallery{
    padding:0;
}
.hp_photoGallerySliderWithTitle .photo-gallery .outline_box .gallery_box{
    height: auto;
    padding-top: unset;
    aspect-ratio: 1 / 0.6586306653809064;
}
.hp_photoGallerySliderWithTitle .photo-gallery .outline_box{
    padding:0;
}
.hp_photoGallerySliderWithTitle .slick-arrow{
    display:none!important;
}
.hp_photoGallerySliderWithTitle .photo-gallery .outline_box a {
  pointer-events: none;
  cursor: default; 
}

@media screen and (max-width: 767.5px){
    .index_wrapper_4{
        padding:2px 0 0;
    }
    .hp_photoGallerySliderWithTitle .photo-gallery{
        padding:0 2px;
    }
}

/*hp_photo*/
.index_wrapper_5 {
    margin-top: -33.8vw;
}
.hp_photo_title{
    text-align: right;
    letter-spacing: 0px;
    text-shadow: 0px 0px 2px rgba(255,255,255,0.5);
}
.hp_photo_content{
    text-align: right;
    width:37vw;
    margin-left:auto;
    margin-right:0;
}
.hp_photo_box{
    position: relative;
}
.hp_photo_contentbox {
    position: absolute;
    bottom: 4.5%;
    left: 4.5%;
    right: 4.5%;
}
.hp_photo_subtitle{
    color:#fff;
}
.hp_photo_buttonbox{
    margin:8px 0 0;
}
.hp_photo_button{
    width:195px;
    background-color:transparent;
    filter:brightness(0) invert(1);
}
html:lang(en) .hp_photo_button{
    width:245px;
}
#custom_photo{
    width: 49.2vw;
    margin-left: auto;
    margin-right: 0;
    margin-top: 57px;
    box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.8);
    margin-right: -25px;
}
.hp_photo_arrowbox{
    display: flex;
    justify-content: flex-end;
    align-items: center;
    width: 18rem;
    margin-top: -60px;
}
.photo_arrow{
    width: 43px;
    height: 43px;
    margin:0 0.5rem;
    object-fit:contain;
    cursor:pointer;
}
.photo_arrow:active{
    transform:scale(0.95);
}

@media screen and (max-width: 991.5px){
    .hp_photo_content{
        width:23vw;
    }
    .hp_photo_arrowbox{
        width: 21vw;
        margin-top:-100px;
    }
    html:lang(en) .hp_photo_content{
        width:31vw;
    }
}
@media screen and (max-width: 767.5px){
    .index_wrapper_5{
        padding:38px 0 0;
        margin-top:0;
    }
    #index_5{
        padding:0!important;
    }
    .hp_photo .col-md-12:first-child{
        padding:0 15px!important;
    }
    #custom_photo{
        width: calc(100% - 8px);
        margin-left: 4px;
        margin-top:40px;
    }
    .hp_photo_title{
        text-align: center;
    }
    .hp_photo_subtitle{
        font-size:14px;
    }
    .hp_photo_content{
        width:100%;
        text-align: center;
    }
    .hp_photoGallerySliderWithTitle{
        width:100vw;
    }
    .hp_photo2 .col-md-12{
        padding:0;
    }
    .hp_photo_contentbox{
        bottom: 1rem;
        left: 1rem;
        right: 1rem;
    }
    .hp_photo_arrowbox{
        width: calc(100% - 15px);
        margin-top: 20px;
    }
    html:lang(en) .hp_photo_content {
        width: 100%;
    }
}

/*hp_service*/
.hp_service{
    padding: 107px 0 63px;
}
.hp_service .row:last-child{
    margin-top:32px;
}
.hp_service_title{
    margin-bottom:17px;
}
.hp_service_icon {
    height: 53px;
    width: 53px;
    object-fit: contain;
}
.hp_service_box {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    padding: 6% 9%;
    margin: 17px 0;
}
.hp_service_box:hover{
    box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.1);
}
.hp_service_span{
    margin-left:20px;
}
.hp_service_box:hover .hp_service_icon{
    transform-origin:center;
    animation:j_shake 0.3s linear 0.1s 2;
}
@keyframes j_shake{
    25%{transform:rotate(10deg);}
    75%{transform:rotate(-10deg);}
}

@media screen and (max-width: 767.5px){
    .hp_service{
        padding:80px 0 20px;
    }
    .hp_service .row:last-child{
        margin-top:5px;
    }
    .hp_service_content{
        margin-bottom:1rem;
    }
    .hp_service_box{
        padding: 3% 3%;
        margin: 0.5rem 0;
    }
}

/*hp_why*/
.hp_why{
    background-color:#F2F2F2;
    padding: 12px 0 46px;
}
.hp_why .row{
    align-items: center;
}
.hp_why .col-lg-5{
    padding-left:calc(1rem + 5%);
}
.hp_why_grid{
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 21px;
    row-gap: 15px;
    margin-top: 33px;    
}
.hp_why_contentbox{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    margin-bottom:21px;
}
.hp_why_box1{
    width: 27px;
    height: 27px;
    object-fit: contain;
}
.hp_why_box2 {
    margin-left: 17px;
}
.hp_why_title{
    margin-bottom:21px;
}
.hp_why_content{
    font-size:22px;
    font-weight: 500;
}

@media screen and (max-width: 1200.5px){
    .hp_why .col-lg-5{
        padding-left: calc(1rem + 0%);
    }
}
@media screen and (max-width: 991.5px){
    .hp_why{
        padding:64px 0 70px;
    }
    .hp_why .col-lg-7{
        order:2;
    }
    .hp_why .col-lg-5{
        order:1;
    }
}
@media screen and (max-width: 767.5px){
    .hp_why{
        padding:80px 0 4px;
    }
    .hp_why_title{
        font-size:28px;
    }
    .hp_why_grid{
        column-gap: 0.1rem;
        margin-top: 15px;
    }
    .hp_why_content{
        font-size:18px;
    }
    .hp_why .col-lg-7{
        padding: 0 0.125rem;
    }
}

/*hp_place*/
.hp_place{
    padding:90px 0 77px;
}
.hp_place_title{
    margin-bottom:15px;
}
.hp_place_content{
    margin-bottom:50px;
}
.hp_place_box{
    position: relative;
    width: calc(100% - 0.15rem);
    height: 245px;
    margin: 0.075rem;
    overflow:hidden;
}
.hp_place_subtitle{
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 1rem;
    color: #fff;
    font-weight: 800;
    font-size:23px;
}
.hp_place_image{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition:2s all linear;
}
.hp_place_box:hover .hp_place_image{
    transform:scale(1.08) translate(-50%, -50%);
}
.hp_place_link{
    position: absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
    font-size: 0;
}

@media screen and (max-width: 767.5px){
    .hp_place{
        padding:80px 0 0;
    }
    .hp_place_content {
        margin-bottom: 2rem;
    }
    .hp_place .row:last-child{
        padding:0 0rem;
    }
    .hp_place .row:nth-child(2) > div{
        flex:0 0 50%;
        max-width:50%;
        margin:0rem 0;
    }
    .hp_place_box{
        height:100%;
        aspect-ratio: 1;
        width: calc(100% - 0rem);
        margin:0;
        border:1px solid #fff;
    }
}

/*hp_hotel*/
.index_wrapper_9{
    background:linear-gradient(to bottom, #f2f2f2, transparent);
    padding: 49px 3% 0;
}
.hp_hotel_title{
    margin-bottom: 21px;
}
.hp_hotel_content{
    margin-bottom:35px;
}

/*component - product lsiting*/
.productSlider-1 .product_img .product_box .content{
    display:none;
}
.productSlider-1 .slick-track .slick-slide{
    border-radius: 0px;
    background-color:transparent;
    box-shadow:unset;
    margin: 10px 15px;
}
.productSlider-1 .product_img .product_box{
    margin: 0;
    border: 0px solid transparent;
    background-color:transparent;
}
.productSlider-1 .product_img .product_box .product_img_frame{
    padding-top: unset;
    height: auto;
    aspect-ratio: 3 / 4;
}
.productSlider-1 .product_img .product_box .product_img_frame img{
    border-radius: 0px;
}

@media screen and (max-width: 767.5px){
    .index_wrapper_9{
        padding:80px 0 40px;
    }
    .productSlider-1{
        padding:0 1px;
    }
    .productSlider-1 .slick-track .slick-slide{
        margin: 0 1px;
    }
}

/*hp_news*/
.index_wrapper_10{
    padding:113px 0 0;
}

.hp_latest_new_8 .news_box{
    padding:10px 0;
}
.hp_latest_new_8 .news_box .justify-content-between{
    margin-top:1rem;
}
.hp_latest_new_8 .news_box .read_more{
    display:none;
}
.hp_latest_new_8 .news_box .date{
    text-align: left!important;
    opacity: 1;
}
.hp_latest_new_8 .news_box .img_frame{
    border-radius: 10px;
}
.hp_latest_new_8 .news_box .date i{
    color:red;
}
.hp_news_title{
    margin-bottom:33px;
}

@media screen and (max-width: 767.5px){
    .index_wrapper_10{
        padding:42px 0 0px;
    }
    .hp_news_title{
        text-align: center;
        margin-bottom:20px;
    }
    #index_10{
        padding:0!important;
    }
}

/*hp_travel*/
.hp_travel{
	background-image:url("https://cdn1.npcdn.net/images/H_Background_7kb03a_1757035627.jpg?md5id=a5a3663282ac29d27f5c633c87383cad&new_width=600&new_height=600&type=4");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 90px 0 ; 
}
.hp_travel_title{
    margin-bottom:23px;
}
.hp_travel_content{
    font-weight:600;
    width:80%;
    margin:0 auto;
}
.hp_travel_button{
    width:196px;
    background-color:transparent;
}
html:lang(en) .hp_travel_button{
    width:245px;
}

@media screen and (max-width: 767.5px){
    .hp_travel{
        padding:40px 0 80px;
    }
    .hp_travel_content{
        width:100%;
    }
}

/*hp_contact*/
.hp_contact{
    background-color:#FCE9DB;
    padding:54px 0;
}
.hp_contact .row{
    align-items: center;
}
.hp_contact_content{
    font-weight:600;
}
.hp_contact_content br{
    display:none;
}
.hp_contact_box {
    display: flex;
    justify-content: flex-start;
    width: 100%;
}
.hp_contact input{
    border: 1px solid transparent;
    height: 45px;
    width: calc(100% - 143px);
    padding:0 1rem;
}
.hp_contact button{
    border: 1px solid var(--primary);
    background-color: var(--primary);
    color: #fff;
    font-size: 20px;
    width: 143px;
    letter-spacing: 1px;
}

@media screen and (max-width: 991.5px){
    .hp_contact_title{
        text-align: center;
    }
    .hp_contact_content{
        text-align: center;
    }
    .hp_contact_box{
        margin-top:40px;
    }
}
@media screen and (max-width: 767.5px){
    .hp_contact{
        padding:40px 0;
    }
    .hp_contact_box{
        margin-top:1.5rem;
    }
    .hp_contact input{
        width: calc(100% - 100px);
    }
    .hp_contact button{
        width:100px;
        font-size:16px;
    }
    .hp_contact_content br{
        display:block;
    }
}

/*footer*/
.footer_type7{
    background-color:var(--primary);
}
.footer_type7 .logo{
    min-height:120px;
}
.footer_type7 .logo img{
    max-height:120px;
}
.alter_footer_link{
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.alter_footer_icon{
    width: 20px;
    height: 20px;
    object-fit: contain;
}
.footer_type7 .copy_right,
.npfooter_languagebar .text-muted,
.platinum_website_visitor,
.npfooter_languagebar,
.copy_right small,
.footer_type7 .privacy_policy:hover,
.footer_type7 .mb-1{
    color:#fff!important;
}
.footer_type7 .social_media a .icon_s img{
    filter:brightness(0) invert(1)!important;
}
.footer_langbar_item{
    color:#fff!important;
}
.footer_type7 ul a{
    padding-bottom:3px;
}

/*mobile side-navbar*/
.side_menu .footer_langbar_item{
    color:#fff!important;
}

/*category page*/
.category_list_type4 .category_box p {
  display: none;
}
.category_list_type7 .category_box .img_frame{
    margin:1px;
}
.category_list_type7 .category_box .img_frame .info .text h5{
    text-shadow: 0px 0px 4px rgba(0, 0, 0, 0.8);
    margin-bottom:0;
    font-weight: 800;
    font-size: 20px;
}
.category_list_type7 .category_box .img_frame:hover{
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
}
.category_list_type7 .category_box .img_frame:hover img{
    width:100%;
    height:100%;
}
.category_list_type7 .category_box .img_frame:hover::after{
    background-color: unset;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.3), transparent);
}
.category_list_type7 .category_box .img_frame .info .circle .icon.arrow::before{
    border-top: 0.125rem solid #fff;
    border-right: 0.125rem solid #fff;
}
.category_list_type7 .category_box .img_frame{
    padding-bottom:unset;
    height:auto;
    aspect-ratio: 1;
}

@media screen and (max-width:991.5px){
    .category_list_type7 .category_box .img_frame .info{
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .category_list_type7 .category_box .img_frame .info .text{
        flex:0 1 70%;
    }
    .category_list_type7 .category_box .img_frame .info .circle .icon.arrow{
        margin-top: 0;
    }

}
@media screen and (max-width:767.5px){
    #main_category{
        padding-bottom:0rem!important;
    }    
    /*#category_3{*/
    /*    padding: 0.25rem 3px!important;*/
    /*}*/
    .category_list_type7{
        margin:0;
    }
}

/*product page*/
#main_ourproducts .col-sm-6.col-lg-3{
    padding: 0.25rem 0.25rem;
    margin: 0 !important;
}   
.ex_productListSimple .product_box .product_main_img .overlay{
    background-color:transparent;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.3), transparent);
    transition:0.25s all linear;
}
.ex_productListSimple .product_box:hover .product_main_img .product_des{
    background-color:transparent;
}
.ex_productListSimple .product_box .product_main_img .product_des{
    background-image:unset!important;
}
.ex_productListSimple .product_box:hover .product_main_img img{
    transform: rotate(0deg) scale(1.05);
}
.ex_productListSimple .product_box .product_main_img .product_des h6{
    text-shadow: 0px 0px 4px rgba(0, 0, 0, 0.8);
    font-size:20px;
    font-weight:900;
}
.ex_productListSimple .product_box .product_main_img .product_des p{
    text-shadow: 0px 0px 4px rgba(0, 0, 0, 0.8);
    font-size:14px;
    font-weight:600;
}
.ex_productListSimple .product_box .product_main_img img{
    height:auto;
    aspect-ratio: 1;
}

@media screen and (max-width:767.5px){
    #main_ourproducts{
        padding-bottom:0 !important;
    }
    #main_ourproducts 
    #ourproducts_3{
        padding: 0 1px!important;
    }
    #main_ourproducts .col-sm-6.col-lg-3{
        padding: 1px 1px;
        margin: 0 !important;
        flex:0 0 50%;
        max-width:50%;
    }
    .ex_productListSimple .product_box .product_main_img .product_des h6{
        font-size:16px;
    }
    .ex_productListSimple .product_box .product_main_img .product_des p{
        font-size:12px;
    }
    .ex_productListSimple .product_box:hover{
        box-shadow:unset;
    }
}

/*product detail page*/
#main_showproducts .product_detail .mainFunction{
    display:none;
}
#main_showproducts .product_share{
    display:none;
}
#main_showproducts .nextprev_product .nextpre_product_frame .nextprev_product_img{
    object-fit: cover;
}
#main_showproducts .col-sm-6.col-lg-3{
    padding:0.25rem;
    margin:0!important;
}
@media screen and (max-width:767.5px){
    #main_showproducts{
        padding-bottom:0.25rem!important;
        overflow:hidden;
    }
    #main_showproducts .col-sm-6.col-lg-3{
        padding:1px 1px;
        flex:0 0 50%;
        max-width:50%
    }    
    #main_showproducts .related_product_wrapper .related_product_title{
        font-size:23px;
        font-weight:900!important;
    }
    #main_showproducts .generated_col{
        padding:0 0.25rem;
    }
    #pills-enquiry .card-body{
        padding-left:0.25rem!important;
        padding-right:0.25rem!important;
    }
    #pills-home .col-12{
        padding:0 0.25rem;
    }
    #showproducts_8{
        padding:0 1px!important;
    }
}

/*photoalbum page*/
.ws_gallery-2 .img_frame{
    aspect-ratio: 4 / 3; 
    padding-top: unset;
    height:auto;
}
@media screen and (max-width:767.5px){
    #main_photoalbum{
        overflow:hidden;
    }
    #main_photoalbum .generated_col{
        padding:0 0.25rem;
    }
    .gallery_img{
        margin-bottom:4px!important;
    }
}

/*tag page*/
@media screen and (max-width:767.5px){
    /*#main_tag{*/
    /*    overflow:hidden;*/
    /*}*/
    #main_tag .horizontal_detail_bottom{
        margin-top:1rem;
    }
    .product_list_horizontal .product_box .product_des .title{
        font-size:18px;
    }
    .product_list_horizontal .product_box .horizontal_detail_box .product_simple_description{
        font-size:12px;
    }
    .product_list_horizontal .product_box .horizontal_detail_bottom .button_section{
        justify-content: flex-start;
    }
    /*#main_tag .generated_col{*/
    /*    padding:0 0.25rem;*/
    /*}*/
    .product_list_horizontal .product_box .product_img{
        flex:0 0 40%;
    }
    .product_list_horizontal .product_box .product_des{
        flex:0 0 60%;
    }
    .product_list_horizontal .product_box .img_frame{
        padding-top:unset!important;
        height:auto;
        aspect-ratio: 1;
        border-radius: 5px;
    }
    .product_list_horizontal .product_box .whatsapp_wrapper a{
        color: #333;
        font-size: 10px !important;
        font-weight: 500;
    }
}