/* desktop */

body {
    color: #212529;
    line-height: 1.75;
}

a {
    text-decoration: none !important;
    transition: all 0.50s;
}

.all_functional_page {
    padding-top: 100px;
    padding-bottom: 100px !important;
    min-height: auto;
    font-size: 1rem;
}

#main_index {
    overflow: hidden;
    padding-top: 0;
    padding-bottom: 0 !important;
}

/* menu */

.index_wrapper_1 {
    height: 26vw;
    margin-bottom: -26vw;
    position: relative;
    z-index: 1;
}

.navbar_ecommerceDropdown {
    padding: 0;
    z-index: 0;
    background-color: transparent;
}

.navbar_ecommerceDropdown:before, .navbar_ecommerceDropdown:after {
    content: '';
    background: url(https://cdn1.npcdn.net/userfiles/28594/image/A-Banner-Element-1.png)
                center / cover no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 26vw;
    z-index: -1;
    pointer-events: none;
}

.navbar_ecommerceDropdown:after {
    animation: 2.5s linear hp-drip infinite;
}
 
@keyframes hp-drip {
    0% {
        transform: translateY(0);
        opacity: 1;
        filter: blur(0);
    }
    
    100% {
        transform: translateY(15px);
        opacity: 0;
        filter: blur(2.5px);
    }
}

.navbar_ecommerceDropdown .container.d-flex.justify-content-between {
    padding: 0;
    align-items: center;
}

.nav_logo {
    padding: 1vw;
    position: relative;
}

.nav_logo a {
    display: flex;
}

.navbar_ecommerceDropdown .nav_logo img {
    max-height: 6.5vw;
}

.navbar_ecommerceDropdown .nav_search {
    padding: 1vw;
    justify-content: flex-end;
}

.nav_bottom {
    background-color: transparent;
}

.nav_bottom .menu {
    gap: 1vw;
}

.nav_bottom .menu .nav_item:hover {
    background-color: transparent;
}

.nav_bottom .menu .nav_item .dropdown a {
    padding: 10px 15px;
    color: #212529;
    position: relative;
    z-index: 0;
    overflow: hidden;
    font-size: 1vw;
}

.nav_bottom .menu .nav_item .dropdown a:before {
    content: '';
    background-color: #1c411f;
    position: absolute;
    top: -100%;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 100%;
    border-radius: 0;
    transition: all 0.50s;
    z-index: -1;
    opacity: 0;
}

.nav_bottom .menu .nav_item .dropdown a:hover:before {
    top: 0;
    width: 100%;
    border-radius: 100px;
    opacity: 1;
}

.nav_bottom .menu .nav_item:last-child .dropdown a {
    color: #ffc536;
    padding: 10px 15px;
}

.nav_bottom .menu .nav_item:last-child .dropdown a:after {
    content: '';
    background-color: #1c411f;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    height: 100%;
    border-radius: 100px;
    transition: all 0.50s;
    z-index: -1;
    opacity: 1;
}

.nav_bottom .menu .nav_item:last-child .dropdown a:hover:after {
    bottom: -100%;
    width: 0;
    border-radius: 0;
    opacity: 0;
}

.nav_bottom .menu .nav_item:last-child .dropdown a:before {
    display: none;
}

.nav_bottom .menu .nav_item:hover:last-child .dropdown .title {
    color: #1c411f;
}

.nav_bottom .menu .nav_item .dropdown a strong {
    font-weight: 600;
}

/* banner */

.index_wrapper_2 {
    position: relative;
    overflow: hidden;
}

.hp_leaf {
    position: absolute;
    margin-left: 50%;
    background: url(https://cdn1.npcdn.net/userfiles/28610/image/leaf-floating1.png) no-repeat center,
                url(https://cdn1.npcdn.net/userfiles/28610/image/leaf-floating2.png) no-repeat center;
    background-size: contain;
    animation: hp-leaf linear infinite;
    opacity: 0;
    pointer-events: none;
}

@keyframes hp-leaf {
    0% {
        transform: translate(0, -10vh) rotate(0deg); opacity: 0;
    }
    
    10% {
        opacity: 1;
    }
    
    25% {
        transform: translate(8vw, 25vh) rotate(120deg);
    }
    
    50% {
        transform: translate(-6vw, 50vh) rotate(240deg);
    }
    
    75% {
        transform: translate(10vw, 75vh) rotate(360deg);
    }
    
    100% {
        transform: translate(-8vw, 110vh) rotate(720deg); opacity: 0;
    }
}

.slider_banner .banner_content {
    overflow: hidden;
    opacity: 1 !important;
}

.hp_table {
    height: 115%;
}

.hp_banner_content {
    gap: 25px;
}

.hp_banner_content h3 {
    font-size: 27.5px;
    line-height: normal;
}

.hp_banner_content h3 strong {
    font-weight: 600;
}

.hp_banner_content h3 strong span {
    color: #ffc536;
}

.hp_banner_content h2 {
    font-size: 50px;
    line-height: 1.25;
}

.hp_banner_content h2 strong span {
    color: #ffc536;
}

.hp_banner_content p {
    font-size: 20px;
}

.hp_banner_button a button {
    transition: all 0.50s;
    background-color: #ffc536;
    color: #ffffff;
    padding: 10px 25px;
    border-radius: 100px;
    border: 0;
    display: flex;
    align-items: center;
    gap: 5px;
}

.hp_banner_button a:hover button {
    background-color: #1c411f;
}

.hp_banner_button a button b {
    font-weight: 500;
}

.hp_banner_button a:hover button i {
    animation: 1s linear slideInLeft infinite alternate;
}

/* about */

.index_wrapper_3 {
    padding-top: 100px;
    padding-bottom: 100px;
}

.index_wrapper_3 .row.outerRow_3 {
    align-items: center;
}

.hp_about_content {
    gap: 15px;
    margin-left: 15px;
}

.hp_subtitle {
    font-size: 20px;
    line-height: normal;
}

.hp_title {
    font-size: 45px;
    line-height: 1.25;
}

.hp_title strong {
    font-weight: 600;
}

.hp_title strong span {
    color: #212529;
}

.hp_button a button {
    transition: all 0.50s;
    background-color: #ffc536;
    color: #ffffff;
    padding: 10px 25px;
    border-radius: 100px;
    border: 0;
    display: flex;
    align-items: center;
    gap: 5px;
}

.hp_button a:hover button {
    background-color: #1c411f;
}

.hp_button a button b {
    font-weight: 500;
}

.hp_button a:hover button i {
    animation: 1s linear slideInLeft infinite alternate;
}

.index_wrapper_3 #index_4 {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
    padding-left: 15px !important;
}

/* slogan */

.index_wrapper_5 {
    padding-top: 100px;
    padding-bottom: 100px;
    background: url(https://cdn1.npcdn.net/userfiles/28594/image/C-Background.jpg)
                center / cover no-repeat;
}

.index_wrapper_5 #index_5 {
    padding-right: 0;
    padding-left: 0;
}

.hp_slogan_content {
    gap: 15px;
    margin-right: 15px;
}

.hp_slogan_content div {
    gap: 25px;
}

.hp_slogan_content img {
    max-width: 150px;
}

.hp_slogan_content h3 {
    color: #ffc536;
}

.hp_slogan_content h3 strong {
    font-weight: 600;
}

/* product */

.index_wrapper_6 {
    padding-top: 100px;
    padding-bottom: 100px;
}

.index_wrapper_6 .row.outerRow_6 {
    align-items: center;
}

.index_wrapper_6 #index_6 {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
}

.index_wrapper_6 #index_7 {
    padding-right: 0;
    padding-left: 0;
}

.hp_product_content {
    gap: 15px;
}

.hp_product_content_border {
    border-left: 1.5px solid #ffc536;
    padding-left: 15px;
}

.hp_product_content_border ul {
    list-style: none;
}

.hp_product_content_border ul li p a {
    font-size: 25px;
    color: #212529;
    position: relative;
    display: flex;
    align-items: center;
    gap: 15px;
}

.hp_product_content_border ul li p a:hover {
    color: #ffc536;
    margin-left: 15px;
}

.hp_product_content_border ul li p a:after {
    content: '\f810';
    font-weight: bold;
    font-family: "Font Awesome 5 Free";
    transition: all 0.50s;
    opacity: 0;
}

.hp_product_content_border ul li p a:hover:after {
    opacity: 1;
    animation: 1s linear swing infinite;
}

/* service */

.index_wrapper_8 {
    padding-top: 100px;
    padding-bottom: 100px;
    background: url(https://cdn1.npcdn.net/userfiles/28594/image/E-Background.jpg)
                center / cover no-repeat;
}

.index_wrapper_8 #index_8 {
    padding-right: 0;
    padding-left: 0;
}

.hp_service {
    gap: 15px;
}

.hp_service:after {
    content: '';
    background: url(https://cdn1.npcdn.net/userfiles/28594/image/E-Machine.png)
                bottom / contain no-repeat;
    position: absolute;
    bottom: -100px;
    right: -100px;
    width: 65%;
    height: 100%;
}

.hp_service_content {
    gap: 15px;
}

.hp_service_content div {
    gap: 5px;
    width: fit-content;
}

.hp_service_content_box {
    background-color: #ffc536;
    padding: 0 15px;
}

.hp_service_content_box h3 {
    font-size: 35px;
    line-height: normal;
}

.hp_service_content_box h3 strong {
    font-weight: 600;
}

.hp_service ul {
    list-style: none;
    gap: 15px;
}

.hp_service ul li {
    gap: 15px;
}

.hp_service ul li img {
    max-width: 25px;
}

/* why */

.index_wrapper_9 {
    padding-top: 100px;
    padding-bottom: 100px;
}

.index_wrapper_9 #index_9 {
    padding-right: 0;
    padding-left: 0;
}

.hp_why_content {
    gap: 15px;
}

.hp_why_border {
    border-right: 1px solid #ffc536;
}

.hp_why_box {
    gap: 15px;
}

.hp_why_box img {
    max-width: calc(100% - 50%);
    margin: auto;
}

.hp_why_box h3 {
    font-size: 16px;
    line-height: normal;
}

.hp_why_box h3 strong {
    font-weight: 600;
}

.hp_line {
    background-color: #ffc536;
    width: 50px;
    height: 2.5px;
}

/* gallery */

.index_wrapper_10 {
    padding-bottom: 100px;
}

.index_wrapper_10 #index_10 {
    padding-right: 0;
    padding-left: 0;
}

.hp_gallery_content {
    gap: 15px;
}

.hp_photoGallerySlider_type3 {
    background-color: transparent;
}

.hp_photoGallerySlider_type3 .photo-gallery3 .slick-arrow {
    width: auto;
    height: auto;
}

.hp_photoGallerySlider_type3 .photo-gallery3 .slick-prev {
    left: -2.5px;
    transform: translate(-50%, -50%);
}

.hp_photoGallerySlider_type3 .photo-gallery3 .slick-prev:before {
    background-image: url(https://cdn1.npcdn.net/userfiles/28594/image/G-Icon-left.png);
}

.hp_photoGallerySlider_type3 .photo-gallery3 .slick-next {
    right: -2.5px;
    transform: translate(50%, -50%);
}

.hp_photoGallerySlider_type3 .photo-gallery3 .slick-next:before {
    background-image: url(https://cdn1.npcdn.net/userfiles/28594/image/G-Icon-right.png);
}

.hp_photoGallerySlider_type3 .photo-gallery3 .slick-arrow:before {
    text-shadow: none;
    opacity: 1;
    filter: invert(0);
}

.hp_photoGallerySlider_type3 .photo-gallery3 {
    padding: 0;
}

.hp_photoGallerySlider_type3 .photo-gallery3 .outline_box {
    opacity: 1 !important;
    transform: none !important;
}

.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;
}

/* contact */

.index_wrapper_11 {
    padding-bottom: 100px;
}

.index_wrapper_11 #index_11 {
    padding-right: 0;
    padding-left: 0;
}

.hp_contact {
    background: url(https://cdn1.npcdn.net/userfiles/28594/image/H-Background.jpg)
                right / cover no-repeat;
    padding: 50px 100px 200px;
}

.hp_contact:before {
    content: '';
    background: url(https://cdn1.npcdn.net/userfiles/28594/image/ice_cream_1.png)
                left bottom / contain no-repeat;
    position: absolute;
    bottom: -50px;
    left: -15px;
    width: 100%;
    height: 65%;
}

.hp_contact_content {
    gap: 15px;
}

/* footer */

.footer {
    background-color: #ffc536;
    padding-top: 100px;
}

.footer .container.pt-5 {
    padding-top: 0 !important;
}

.footer .col-md-6 {
    padding: 15px;
}

.footer .footer_subtitle {
    margin-bottom: 15px;
    font-weight: 600;
    line-height: normal;
}

.footer p {
    margin-bottom: 0;
}

.footer .col-md-3 {
    padding: 15px;
}

.footer ul {
    margin-bottom: 0;
}

.footer a:hover {
    color: #1c411f;
}

.footer hr {
    display: none;
}

.footer .social_media li a:hover {
    color: #1c411f;
}

.footer .col-12.mt-5 {
    margin-top: 100px !important;
    padding: 15px;
}

.footer .copy_right.text-center p.mb-2, .footer .copy_right.text-center div.mb-2 {
    margin-bottom: 0 !important;
}

.footer .copy_right.text-center p.mb-2 b {
    font-weight: 600;
}

.footer p.pb-3 {
    padding-bottom: 0 !important;
}

/* page */

.page_title {
    text-align: center !important;
}

.page_title b {
    font-size: 35px;
    color: #212529;
    font-weight: 600;
}

.wspages {
    padding: 100px 0;
    min-height: auto !important;
    font-size: 1rem;
}

#main_contactus {
    padding-top: 100px;
    padding-bottom: 100px;
    font-size: 1rem;
}

#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;
}

/* */

/* tablet */

@media only screen and (min-width: 768px) and (max-width: 1140px) {

/* banner */

.hp_banner_content h2 {
    font-size: 40px;
}

/* about */

.index_wrapper_3 section .col-12.col-sm-10.p-3 {
    flex: 0 0 100%;
    max-width: 100%;
}

.hp_about_content {
    margin-left: 0;
}

.hp_title {
    font-size: 35px;
}

/* slogan */

.hp_slogan_content {
    margin-right: 0;
}

/* product */

.index_wrapper_6 section .col-12.col-sm-11.p-3 {
    flex: 0 0 100%;
    max-width: 100%;
}

/* why */

.hp_why_box h3 {
    width: calc(100% - 50px);
    margin: auto;
}

/* contact */

.hp_contact {
    padding: 50px 15px 200px;
}

.hp_contact:before {
    height: 45%;
}

.hp_contact_content {
    width: 40%;
}

}

/* */

/* mobile */

@media only screen and (max-width: 767px) {

/* menu */

.navbar_mobile {
    background-color: #ffc536;
    border-bottom: 0;
    height: auto;
}

.navbar_mobile .row_1 {
    flex-direction: row-reverse;
    margin-bottom: 0;
    padding-top: 0 !important;
}

.navbar_mobile .row_1 .col.pl-4 {
    padding: 15px !important;
    justify-content: flex-end;
}

.navbar_mobile .btn-outline-light {
    border-radius: 15px !important;
    border: 0;
    font-size: 16px !important;
    padding: 15px;
    line-height: normal;
    display: flex;
    color: #212529;
}

.navbar_mobile .btn-outline-light:hover {
    color: #ffc536;
    background-color: #1c411f;
}

.btn-outline-light:not(:disabled):not(.disabled).active, .btn-outline-light:not(:disabled):not(.disabled):active, .show>.btn-outline-light.dropdown-toggle {
    color: transparent;
    background-color: transparent;
    border-color: transparent;
}

.navbar_mobile .row_1 .col.text-center {
    padding: 15px;
}

.navbar_mobile .logo_img {
    max-height: 75px;
}

.navbar_mobile .row_1 .col {
    padding: 15px;
}

.side_menu {
    background-color: #212529;
}

.side_menu input {
    border-radius: 0;
    height: auto;
    padding: 10px 15px;
    border: none;
    background-color: #ffffff;
    color: #212529;
}

.side_menu input::placeholder {
    color: #212529 !important;
}

.side_menu button {
    right: 15px !important;
    font-size: 16px !important;
    padding: 0;
    color: #1c411f !important;
    transition: all 0.50s;
}

.side_menu button:hover {
    color: #ffc536 !important;
}

.side_menu .list-group .list-group-item {
    border-color: rgba(255, 255, 255, 0.25);
}

.side_menu .list-group .list-group-item a {
    color: #ffffff;
    font-weight: 600;
}

.side_menu .list-group .list-group-item a:hover {
    color: #ffc536;
}

.side_menu .social_media a {
    color: #ffffff;
}

.side_menu .social_media a:hover {
    color: #ffc536;
}

.m_default_member a:hover, .m_default_languagebar a:hover {
    color: #ffc536;
}

/* banner */

.slider_banner .item img {
    height: 550px !important;
    object-fit: cover;
    object-position: 35%;
}

.hp_banner_content {
    width: 70% !important;
    text-align: right;
}

.hp_banner_content h3 {
    font-size: 16px;
    width: 50%;
    margin-left: auto;
}

.hp_banner_content h2 {
    font-size: 30px;
}

.hp_banner_content p {
    font-size: 13px;
}

.hp_banner_content p br {
    display: none;
}

.hp_banner_button {
    justify-content: flex-end !important;
}

.hp_banner_button a button {
    font-size: 13px;
}

/* about */

.hp_about_content {
    margin-left: 0;
}

.hp_title {
    font-size: 30px;
}

/* slogan */

.index_wrapper_5 {
    padding-top: 15px;
    position: relative;
    height: 550px;
    background-position: 55%;
}

.hp_slogan_content {
    margin-right: 0;
    text-align: right;
    position: absolute;
    top: 15px;
    right: 15px;
}

.hp_slogan_content div {
    justify-content: flex-end;
}

.hp_slogan_content h3 {
    width: 75%;
    margin-left: auto;
}

/* service */

.hp_service_content_box h3 {
    font-size: 30px;
}

.hp_service_content p {
    width: 75%;
}

/* gallery */

.hp_gallery_content {
    text-align: center;
}

.index_wrapper_10 .hp_button {
    justify-content: center !important;
}

/* contact */

.hp_contact {
    padding: 50px 15px 200px;
    background-position: 60%;
}

/* footer */

.footer {
    padding-bottom: 100px;
}

.footer .left_line {
    margin-bottom: 0;
}

}

/* */