@import url('https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,200..1000;1,200..1000&display=swap');

/* desktop */

body {
    color: #212529;
    font-size: 16px !important;
    line-height: 1.75;
}

a {
    text-decoration: none !important;
    transition: all 0.50s !important;
}

.all_functional_page {
    padding-top: 100px;
    padding-bottom: 100px !important;
    min-height: auto;
}

#main_index {
    overflow: hidden;
    padding-top: 0;
    padding-bottom: 0 !important;
}

/* language */

.np_language_btn {
    position: fixed;
    top: 75px;
    right: 0;
    text-align: center;
    transition: all 0.50s;
}

.np_language_btn:hover {
    right: -5px;
}

.hp_float {
    top: 15px;
}

.np_language_btn .dropdown_btn {
    background-color: #ea8000;
    box-shadow: none;
    padding: 5px 15px;
    border-radius: 10px 0 0 10px;
    flex-direction: column;
    transition: all 0.50s;
}

.np_language_btn .dropdown_btn:hover {
    background-color: #40b8a8;
    border-radius: 0;
}

.np_language_btn .dropdown_btn span {
    color: #ffffff;
    transform: rotate(90deg);
    display: flex;
    align-items: center;
    justify-content: center;
    height: 0;
    margin: 0 !important;
}

.np_language_btn .dropdown_btn a {
    color: #ffffff;
}

/* menu */

#main_index .navbar_ecommerceDropdown {
    padding: 0;
    height: 0;
    z-index: 1;
}

.navbar_ecommerceDropdown {
    padding: 0;
    background-color: #ea8000;
}

.navbar_ecommerceDropdown .container.d-flex.justify-content-between {
    padding: 0;
    align-items: center;
    max-width: 1340px;
}

.navbar_ecommerceDropdown .nav_logo {
    padding: 15px;
}

.navbar_ecommerceDropdown .nav_search {
    padding: 15px;
    justify-content: flex-end;
}

.navbar_ecommerceDropdown .nav_search .nav_bottom {
    background-color: transparent;
}

.navbar_ecommerceDropdown .nav_search .nav_bottom .menu .nav_item:hover {
    background-color: transparent;
}

.navbar_ecommerceDropdown .nav_search .nav_bottom .menu .nav_item .dropdown a {
    padding: 5px 1vw;
    color: #ffffff;
    font-size: 1vw;
}

.navbar_ecommerceDropdown .nav_search .nav_bottom .menu .nav_item .dropdown .dropdown_body a{
    color: #333!important;
}

.navbar_ecommerceDropdown .nav_search .nav_bottom .menu .nav_item .dropdown a:hover {
    color: #f2c900;
    background-color: #40b8a8;
    border-radius: 10px;
}

.navbar_ecommerceDropdown .nav_search .nav_bottom .menu .nav_item .dropdown a strong {
    font-weight: normal;
}
.nav_alter_logo{
    display:none;
}

/* banner */

.slider_banner .slick-list {
    overflow: visible;
}

.slider_banner .item:before {
    content: '';
    background-image: url(https://cdn1.npcdn.net/userfiles/22124/image/double_palm.png);
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: contain;
    position: absolute;
    bottom: 125px;
    right: 450px;
    width: 200px;
    height: 100%;
    animation: 5s linear swing infinite alternate;
}

.slider_banner .item:after {
    content: '';
    background-image: url(https://cdn1.npcdn.net/userfiles/22124/image/orange_palm.png);
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: contain;
    position: absolute;
    bottom: 0;
    right: 200px;
    width: 200px;
    height: 100%;
    z-index: -1;
    animation: 5s linear hp_wave infinite alternate;
}

@keyframes hp_wave {
    0% {
        transform: translateY(-100px);
    }
    
    25% {
        transform: translateY(0);
    }
    
    50% {
        transform: translateY(-25px) rotate(5deg);
    }
    
    75% {
        transform: translateY(0) rotate(-2.5deg);
    }
    
    100% {
        transform: translateY(-50px);
    }
}
.navbar_type8{
    height:80px;
}
.slider_banner .banner_content {
    overflow: hidden;
    opacity: 1 !important;
}

.hp_table {
    height: 85%;
}

.hp_banner_content {
    gap: 25px;
}

.hp_banner_content h1 {
    font-size: 50px;
    font-weight: normal;
    line-height: 1.25;
}

.hp_banner_content h1 strong {
    font-weight: 900;
}

.hp_banner_button a button {
    transition: all 0.50s;
    border: none;
    background-color: #ea8000;
    color: #ffffff;
    padding: 5px 25px;
    border-radius: 10px;
}

.hp_banner_button a button:hover {
    color: #f2c900;
    background-color: #40b8a8;
    box-shadow: 5px 5px 0 #ea8000;
    border-radius: 0;
}

/* why */

.index_wrapper_3 {
    padding-top: 50px;
}

.index_wrapper_3 #index_3 {
    padding-right: 0;
    padding-left: 0;
}

.hp_why_content {
    gap: 25px;
}

.hp_why_content img {
    max-width: 65px;
}

.hp_why_content:hover img {
    animation: 1s linear flipInY;
}

.hp_why_content h1 {
    font-size: 16px;
    font-weight: normal;
    line-height: normal;
    color: #40b8a8;
}

.hp_why_content h1 strong {
    font-weight: 900;
}

/* service */

.index_wrapper_4 {
    padding-top: 100px;
    padding-bottom: 100px;
    background-image: url(https://cdn1.npcdn.net/userfiles/22124/image/Our-services_bg.png);
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: cover;
    position: relative;
}

.index_wrapper_4:before {
    content: '';
    background-image: url(https://cdn1.npcdn.net/userfiles/22124/image/single_palm.png);
    background-repeat: no-repeat;
    background-position: top left;
    background-size: contain;
    position: absolute;
    top: 150px;
    left: -25px;
    width: 150px;
    height: 100%;
    z-index: -1;
    animation: 5s linear hp_wave_2 infinite alternate;
}

@keyframes hp_wave_2 {
    0% {
        transform: translateX(-100px);
    }
    
    25% {
        transform: translateX(0);
    }
    
    50% {
        transform: translateX(-25px) rotate(5deg);
    }
    
    75% {
        transform: translateX(0) rotate(-2.5deg);
    }
    
    100% {
        transform: translateX(-50px);
    }
}

.index_wrapper_4 #index_4 {
    padding-right: 0;
    padding-left: 0;
}

.hp_service_content {
    gap: 25px;
}

.hp_title {
    font-size: 35px;
    font-weight: normal;
    line-height: normal;
    color: #40b8a8;
}

.hp_title strong {
    font-weight: 900;
}

.hp_button a button {
    transition: all 0.50s;
    border: none;
    background-color: #ea8000;
    color: #ffffff;
    padding: 5px 25px;
    border-radius: 10px;
}

.hp_button a button:hover {
    color: #f2c900;
    background-color: #40b8a8;
    box-shadow: 5px 5px 0 #ea8000;
    border-radius: 0;
}

.hp_service_circle {
    position: relative;
    overflow: hidden;
}

.hp_service_circle img {
    transition: all 0.50s;
}

.hp_service_circle:hover img {
    filter: brightness(0.75);
}

.hp_service_box {
    position: absolute;
    bottom: 50px;
    left: 50%;
    transform: translate(-50%, 0);
    transition: all 0.50s;
}

.hp_service_circle:hover .hp_service_box {
    bottom: 50%;
    transform: translate(-50%, 50%);
}

.hp_service_box h1 {
    font-size: 16px;
    font-weight: normal;
    line-height: normal;
    color: #ffffff;
}

.hp_service_box h1 strong {
    font-weight: 900;
}

/* facility */

.index_wrapper_5 {
    padding-top: 100px;
    background-image: url(https://cdn1.npcdn.net/userfiles/22124/image/facilities_bg.png);
    background-repeat: no-repeat;
    background-position: top;
    background-size: auto;
    position: relative;
}

.index_wrapper_5:before {
    content: '';
    background-image: url(https://cdn1.npcdn.net/userfiles/22124/image/palm_yellow.png);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: contain;
    position: absolute;
    top: -50px;
    left: 50%;
    transform: translate(-50%, 0);
    width: 100px;
    height: 100px;
    animation: 5s linear hp_rotate infinite alternate;
}

@keyframes hp_rotate {
    0% {
        transform: translate(-50%, 0) rotate(0deg) scale(1);
    }
    
    100% {
        transform: translate(-50%, 0) rotate(360deg) scale(1.25);
    }
}

.index_wrapper_5 #index_5 {
    padding-right: 0;
    padding-left: 0;
}

.hp_facility_content {
    gap: 25px;
}

.hp_facility_content p {
    max-width: 60%;
    margin: 0 auto;
}

.hp_facility_box {
    background-color: #454545;
    padding: 25px;
    border-radius: 10px;
    gap: 25px;
    transition: all 0.50s;
}

.hp_facility_box:hover {
    border-radius: 0;
    box-shadow: 0 5px 0 #212529;
}

.hp_facility_box div:first-child {
    gap: 25px;
}

.hp_facility_box h1 {
    font-size: 20px;
    font-weight: normal;
    line-height: normal;
}

.hp_facility_box h1 strong {
    font-weight: 900;
}

.hp_facility_box p {
    font-size: 12px;
}

/* photo */

.index_wrapper_6 {
    margin-top: -100px;
    padding-bottom: 100px;
}

.index_wrapper_6 #index_6 {
    padding-right: 0;
    padding-left: 0;
}

.hp_photo_content {
    position: relative;
}

.hp_photo_box {
    position: absolute;
    top: 65px;
    left: 85px;
    transform: translate(-50%, -50%);
}

.hp_photoGallerySlider_type3 {
    background-color: transparent;
}

.hp_photoGallerySlider_type3 .container {
    max-width: 100%;
}

.hp_photoGallerySlider_type3 .photo-gallery3 .slick-arrow {
    width: auto;
    height: auto;
}

.hp_photoGallerySlider_type3 .photo-gallery3 .slick-prev {
    left: -15px;
}

.hp_photoGallerySlider_type3 .photo-gallery3 .slick-next {
    right: -15px;
}

.hp_photoGallerySlider_type3 .photo-gallery3 .slick-arrow:before {
    text-shadow: none;
    opacity: 1;
    width: 25px;
    height: 25px;
    filter: invert(0);
}

.hp_photoGallerySlider_type3 .photo-gallery3 {
    padding: 0;
}

.hp_photoGallerySlider_type3 .photo-gallery3 .outline_box .gallery_box {
    background-color: transparent;
}

.hp_photoGallerySlider_type3 .photo-gallery3 .outline_box .gallery_box img {
    padding: 0;
    object-fit: cover;
}

.hp_photoGallerySlider_type3 .photo-gallery3 .outline_box .gallery_box img:hover {
    border-radius: 10px;
}

/* about */

.index_wrapper_7 {
    padding-bottom: 100px;
    position: relative;
}

.index_wrapper_7:after {
    content: '';
    background-image: url(https://cdn1.npcdn.net/userfiles/22124/image/bottom_images.jpg);
    background-repeat: no-repeat;
    background-position: left bottom;
    background-size: contain;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 500px;
    height: 100%;
    z-index: -1;
    animation: 5s linear hp_top infinite alternate;
}

@keyframes hp_top {
    0% {
        transform: translateY(100px);
    }
    
    25% {
        transform: translateY(0);
    }
    
    50% {
        transform: translateY(25px);
    }
    
    75% {
        transform: translateY(0);
    }
    
    100% {
        transform: translateY(50px);
    }
}

.index_wrapper_7 #index_7 {
    padding-right: 0;
    padding-left: 0;
}

.hp_about_content {
    gap: 25px;
}

.hp_about_content h2 {
    font-size: 16px;
    font-weight: normal;
    line-height: normal;
}

.hp_line {
    background-color: #212529;
    width: 50px;
    height: 2.5px;
    margin: 0 auto;
}

.hp_about_content p {
    max-width: 85%;
    margin: 0 auto;
}

/* footer */

.footer_type10 {
    background-color: #ea8000;
    padding-top: 50px !important;
    padding-bottom: 15px !important;
}

.footer_type10 .col-12.col-md-6.col-lg-6.col-xl-3.mb-md-0.pt-5 {
    padding: 15px !important;
}

.footer_type10 .sub_title {
    border-color: #ffffff;
}

.footer_type10 .sub_title p {
    font-size: 16px;
    font-weight: 900 !important;
}

.footer_type10 .logo {
    padding-top: 0;
    min-height: 50px;
}

.footer_type10 .logo img {
    max-height: 100%;
}

.footer_type10 .text {
    line-height: 1.75;
}

.footer_type10 .d-inline-flex {
    align-items: center;
    font-weight: 900;
}

.footer_type10 .icon {
    padding: 2.5px 0 0;
}

.footer_type10 .social_media {
    padding: 0 !important;
    align-items: center;
    gap: 15px;
    margin-top: 0 !important;
}

.footer_type10 .social_media a {
    display: flex;
    margin-right: 0;
}

.footer_type10 .social_media a .icon_s {
    padding: 0;
    width: auto;
    height: auto;
}

.footer_type10 .social_media a .icon_s i {
    font-size: 16px;
    transition: all 0.50s;
}

.footer_type10 .social_media a:hover .icon_s i {
    color: #f2c900;
}

.footer_type10 .social_media a .icon_original {
    padding: 0;
    width: 100%;
    height: 100%;
}

.footer_type10 .social_media a .icon_original img {
    height: 16px;
    transition: all 0.50s;
    filter: invert(1);
}

.footer_type10 .w-100.my-3.text-left.p-0 {
    margin-bottom: 0 !important;
}

.footer_type10 .npfooter_languagebar span small {
    font-size: 16px;
}

.footer_type10 .npfooter_languagebar .languagebar_divider {
    margin: 0 !important;
}

.footer_type10 .list-unstyled {
    margin-bottom: 0;
}

.footer_type10 .list-unstyled li a:hover {
    color: #f2c900;
}

.footer_type10 .list-unstyled li a p {
    margin-bottom: 0 !important;
}

.footer_type10 .col-12.col-md-6.col-lg-6.col-xl-3.mb-md-0.pt-5:nth-child(3) div:last-child .d-inline-flex {
    margin-top: 15px;
}

.footer_type10 .col-12.col-md-6.col-lg-6.col-xl-3.mb-md-0.pt-5:nth-child(3) div:last-child .text_contact p {
    margin-left: -5px;
}

.footer_type10 .col-12.col-md-6.col-lg-6.col-xl-3.mb-md-0.pt-5:nth-child(3) div:last-child .text_contact p a i {
    display: none;
}

.footer_type10 .footer_map_class {
    display: flex;
}

.footer_type10 .text-light {
    color: #ffffff !important;
}

.footer_type10 .text-light .line_top {
    border-color: #ffffff;
}

.footer_type10 .text-light .line_top .row {
    display: grid;
    grid-template-columns: auto auto auto auto;
    justify-content: space-between;
}

.footer_type10 .text-light .line_top .col-12.d-flex p {
    margin-bottom: 0 !important;
}

.footer_type10 .text-light .line_top .col-12.d-flex p small {
    font-size: 10px !important;
    font-weight: normal;
}

.footer_type10 .text-light .line_top .text-left {
    margin-bottom: 0 !important;
}

.footer_type10 .privacy_policy, .footer_type10 .footer_terms, .footer_type10 .footer_returns {
    padding: 0 !important;
    font-size: 16px;
}

.footer_type10 .col-12.col-md-12 .mb-1 {
    margin-bottom: 0 !important;
}

.footer_type10 .col-12 .mb-1 {
    margin-bottom: 0 !important;
}

.footer_type10 .col-12 .mb-1 small {
    font-size: 10px;
}

.footer_type10 a:hover {
    color: #f2c900;
}

/* page */

.page_title {
    text-align: center !important;
}

.page_title b {
    font-size: 35px;
    color: #232323;
    font-weight: bold;
}

.wspages {
    padding: 100px 0;
    min-height: auto !important;
}

#main_contactus {
    padding-top: 100px;
    padding-bottom: 100px;
}

#main_contactus #contactus_1_1 .ws_contact {
    display: flex;
    flex-direction: column-reverse;
}

#main_contactus #contactus_1_1 .col-12.col-md-4.ws_contact {
    margin-bottom: 15px !important;
}

#main_contactus #contactus_1_1 .ws_contact .col-12.p-0.contact_map.mb_10 {
    display: flex;
    margin-bottom: 0;
}

#main_contactus #contactus_1_1 .ws_contact .col-12.p-0.contact_map.mb_10 iframe {
    height: 500px;
    max-width: 1240px;
    margin: 0 auto;
    padding: 15px;
    border-radius: 25px;
}

/* */

/* tablet */

@media only screen and (min-width: 768px) and (max-width: 1140px) {

/* banner */

.slider_banner .item:before {
    bottom: 100px;
    right: 350px;
}

.slider_banner .item:after {
    right: 100px;
}

.hp_banner_content {
    width: 65% !important;
}

/* photo */

.index_wrapper_6 section .col-12.col-sm-3.p-3 {
    flex: 0 0 30%;
    max-width: 30%;
}

/* footer */

.footer_type10 .footer_map_class {
    height: 300px;
}

.footer_type10 .text-light .line_top .row {
    grid-template-columns: auto auto;
}

.footer_type10 .text-light .line_top .text-left {
    text-align: right !important;
}

}

/* */

/* mobile */

@media only screen and (max-width: 767px) {

/* menu */

.navbar_mobile {
    background-color: #ea8000;
    border-bottom: none;
    height: 100px;
    display: flex;
    justify-content: center;
    z-index: 10000 !important;
}

.navbar_mobile .row_1 {
    margin-bottom: 0;
    padding-top: 0 !important;
    align-items: center;
    flex-direction: row-reverse;
}

.navbar_mobile .row_1 .col.pl-4 {
    justify-content: flex-end;
    padding: 0 !important;
    flex: auto;
    width: auto;
}

.navbar_mobile .row_1 .col.text-center {
    padding: 15px !important;
    order: 1;
    flex: auto;
    width: auto;
    text-align: left !important;
}

.navbar_mobile .row_1 .col:last-child {
    display: none;
}

.navbar_mobile .btn-outline-light {
    font-size: 25px !important;
    border: none !important;
    padding: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: normal;
    color: #f2c900;
    border-radius: 0 !important;
    background-color: transparent;
    height: 100px;
}

.navbar_mobile .btn-outline-light:hover {
    color: #40b8a8;
    background-color: transparent;
    border: none !important;
}

.btn-outline-light:not(:disabled):not(.disabled).active:focus, .btn-outline-light:not(:disabled):not(.disabled):active:focus, .show>.btn-outline-light.dropdown-toggle:focus {
    box-shadow: none;
}

.btn-outline-light:not(:disabled):not(.disabled).active, .btn-outline-light:not(:disabled):not(.disabled):active, .show>.btn-outline-light.dropdown-toggle {
    color: inherit;
    background-color: inherit;
}

.navbar_mobile .logo_img {
    max-height: 75px;
}

.side_menu {
    background-color: #212529;
}

.side_menu.show {
    width: 100%;
}

.side_menu .mt-3.mx-3.pt-5 {
    margin-top: 75px !important;
}

.side_menu input {
    border-radius: 10px;
    border: none;
    background-color: rgba(255, 255, 255, 1);
    color: #212529;
}

.side_menu input::placeholder {
    color: #212529 !important;
}

.side_menu button {
    color: #f2c900 !important;
    transition: all 0.50s;
}

.side_menu button:hover {
    color: #40b8a8 !important;
}

.side_menu .list-group {
    margin-top: 50px !important;
    padding-right: 15px;
    padding-left: 15px;
    text-align: center;
    gap: 15px;
}

.side_menu .list-group .list-group-item {
    border-bottom: none;
    padding: 0;
}

.side_menu .list-group .list-group-item:last-child {
    border-bottom: none;
}

.side_menu .list-group .list-group-item a, .side_menu .social_media a {
    color: #ffffff;
}

.side_menu .list-group .list-group-item a:hover, .side_menu .social_media a:hover {
    color: #f2c900;
}

.side_menu .list-group .list-group-item .dropdown-toggle {
    align-items: center;
    justify-content: center;
    gap: 15px;
}

.side_menu .social_media {
    width: auto;
    padding: 0;
    justify-content: center;
}

.side_menu .social_media a {
    margin: 0;
}

.m_default_member a:hover, .m_default_languagebar a:hover {
    color: #40b8a8;
}

.npnavbar_languagebar {
    text-align: center;
}

.npnavbar_languagebar span small {
    font-size: 16px;
}

/* banner */

.slider_banner .item:before {
    bottom: 75px;
    right: 150px;
    width: 100px;
}

.slider_banner .item:after {
    right: 15px;
    width: 100px;
}

.slider_banner .item img {
    height: 550px !important;
    object-fit: cover;
}

.hp_table {
    height: 100% !important;
}

.hp_banner_content {
    width: 100% !important;
}

.hp_banner_content h1 {
    font-size: 35px;
}

/* why */

.index_wrapper_3 {
    padding-bottom: 50px;
}

/* service */

.index_wrapper_4:before {
    top: 0;
}

.hp_service_box h1 {
    font-size: 13px;
}

.hp_title strong span {
    display: inherit !important;
}

/* facility */

.hp_facility_content p {
    max-width: 100%;
}

/* photo */

.index_wrapper_6 {
    margin-top: 0;
}

/* about */

.index_wrapper_7:after {
    width: 300px;
}

.hp_about_content p {
    max-width: 100%;
}

/* footer */

.footer_type10 .text-light .line_top .row {
    grid-template-columns: auto;
}

/* float */

#toTop {
    bottom: 15px !important;
    margin-bottom: 0;
}

.floating_btn_bottom_block {
    height: auto;
}

.floating_btn_bottom {
    background-color: #007c7c;
    height: auto;
    padding: 15px;
}

.floating_btn_bottom .col-12.text-center {
    padding: 0;
}

.floating_btn_bottom_wrapper {
    margin-bottom: 0;
}

.floating_btn_bottom_wrapper > li > a > i {
    font-size: 16px;
    line-height: normal;
    transition: all 0.50s;
}

.floating_btn_bottom_wrapper > li > a > i:hover {
    color: #041e5e;
}

}

/* */