/* desktop */

body {
    color: #000000;
    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 */

.navbar_ecommerceDropdown {
    padding: 0;
    background-color: #000000;
}

.navbar_ecommerceDropdown .container.d-flex.justify-content-between {
    padding: 0;
    align-items: center;
    max-width: 100%;
}

.nav_logo {
    padding: 0.25vw 1vw;
    margin-left: 1vw;
}

.nav_logo a {
    display: flex;
}

.navbar_ecommerceDropdown .nav_logo img {
    max-height: 6.5vw;
}

.navbar_ecommerceDropdown .nav_search {
    padding: 0.25vw 1vw;
    justify-content: flex-end;
    margin-right: 1vw;
}

.nav_bottom {
    background-color: transparent;
}

.nav_bottom .menu .nav_item {
    transition: all 0.50s;
    border-radius: 6.5vw;
}

.nav_bottom .menu .nav_item:hover {
    background-color: #feb43f;
}

.nav_bottom .menu .nav_item .dropdown a {
    padding: 0 1vw;
    color: #feb43f;
    text-transform: uppercase;
    font-family: "Sansation", sans-serif;
    font-size: 1vw;
}

.nav_bottom .menu .nav_item:hover .dropdown .title {
    color: #ffffff;
}

.nav_bottom .menu .nav_item .dropdown a strong {
    font-weight: normal;
}

/* banner */

.slider_banner .banner_content {
    overflow: hidden;
    opacity: 1 !important;
}

.hp_banner_content {
    gap: 25px;
    font-family: "Sansation", sans-serif;
    margin-bottom: -125px;
}

.hp_banner_content div p {
    font-size: 25px;
    color: #feb43f;
}

.hp_banner_content div h2 {
    font-size: 60px;
    line-height: normal;
}

.hp_banner_button a button {
    transition: all 0.50s;
    border: 0;
    background: linear-gradient(to right, #fdb53f, #feb43f);
    color: #000000;
    padding: 5px 25px;
    border-radius: 100px;
    display: flex;
    align-items: center;
    gap: 5px;
}

.hp_banner_button a:hover button {
    background: #ffffff;
}

.hp_banner_button a button i {
    transform: rotate(45deg);
    transition: all 0.50s;
}

.hp_banner_button a:hover button i {
    transform: rotate(0deg);
}

/* about */

.index_wrapper_3 {
    padding-top: 100px;
    padding-bottom: 100px;
    background-image: url(https://cdn1.npcdn.net/userfiles/28120/image/about-us_bg.jpg);
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: cover;
}

.index_wrapper_3 #index_3 {
    padding-right: 0;
    padding-left: 0;
}

.hp_about_content {
    gap: 25px;
}

.hp_sub {
    font-size: 16px;
    line-height: normal;
    font-family: "Sansation", sans-serif;
}

.hp_title {
    font-size: 35px;
    line-height: normal;
    font-family: "Sansation", sans-serif;
}

.hp_button a button {
    transition: all 0.50s;
    border: 0;
    background: linear-gradient(to right, #fdb53f, #feb43f);
    color: #000000;
    padding: 5px 25px;
    border-radius: 100px;
    display: flex;
    align-items: center;
    gap: 5px;
}

.hp_button a:hover button {
    color: #ffffff;
}

.hp_button a button i {
    transform: rotate(45deg);
    transition: all 0.50s;
}

.hp_button a:hover button i {
    transform: rotate(0deg);
}

/* why */

.index_wrapper_4 {
    background-color: #000000;
    position: relative;
}

.index_wrapper_4:before {
    content: '';
    background-image: url(https://cdn1.npcdn.net/userfiles/28120/image/transparents_logo.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    position: absolute;
    top: -150px;
    left: -150px;
    width: 100%;
    height: 75%;
    z-index: 1;
    pointer-events: none;
}

.index_wrapper_4 #index_4 {
    padding-right: 0;
    padding-left: 0;
}

.hp_why_content {
    gap: 15px;
}

.hp_why_content .hp_title {
    color: #feb43f;
}

.hp_why_box {
    background: linear-gradient(to right, #fdb53f, #feb43f);
    padding: 50px 30px;
    border-radius: 0 0 0 15px;
    gap: 25px;
}

.hp_why_box img {
    max-width: 75px;
    max-height: 75px;
}

.hp_why_box:hover img {
    animation: 1s linear pulse;
}

.hp_why_box h3 {
    font-size: 20px;
    line-height: normal;
    font-family: "Sansation", sans-serif;
}

/* slogan */

.index_wrapper_5 {
    padding-top: 100px;
    padding-bottom: 100px;
    background-image: url(https://cdn1.npcdn.net/userfiles/28120/image/why-choose-us_bg.jpg);
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
}

.index_wrapper_5 #index_5 {
    padding-right: 0;
    padding-left: 0;
}

.hp_slogan_content {
    gap: 25px;
    margin-top: 50px;
}

.hp_slogan_content .hp_title {
    font-size: 30px;
    color: #feb43f;
}

.hp_slogan_image {
    z-index: 2;
    margin-bottom: -100px;
}

/* service */

.hp_service_content {
    gap: 25px;
    z-index: 1;
}

.hp_service_content:after {
    content: '';
    background: linear-gradient(to right, #fdb53f, #feb43f);
    position: absolute;
    top: 0;
    right: -45%;
    width: 100%;
    height: 250px;
    border-radius: 50px 0 0 0;
    z-index: -1;
}

.hp_service_content .hp_title {
    color: #feb43f;
}

.service {
    position: relative;
    z-index: 1;
}

.service .container-fluid.my-3 {
    margin: 0 !important;
}

.service .service_box {
    padding: 15px;
    text-align: left !important;
}

.service .service_box a {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.service .service_box img {
    height: 250px;
}

.service .service_box strong {
    margin-top: 0;
    color: #ffffff;
    transition: all 0.50s;
    font-family: "Sansation", sans-serif;
    font-weight: normal;
}

.service .service_box:hover strong {
    animation: inherit;
    color: #feb43f;
}

.service .service_box p, .service .service_box ul {
    display: none;
}

/* product */

.index_wrapper_6 {
    padding-top: 100px;
    padding-bottom: 100px;
    background-image: url(https://cdn1.npcdn.net/userfiles/28120/image/featured_products_bg.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.index_wrapper_6 #index_6 {
    padding-right: 0;
    padding-left: 0;
}

.hp_product_content {
    gap: 25px;
}

.hp_product_content .hp_title {
    color: #feb43f;
}

.productSlider-1 .product_img .slick-arrow {
    width: auto;
    height: auto;
}

.productSlider-1 .product_img .slick-arrow::before {
    padding: 15px;
    text-shadow: none;
    font-size: 16px;
    line-height: normal;
    opacity: 1;
    transition: all 0.50s;
}

.productSlider-1 .product_img .slick-arrow:hover:before {
    color: #feb43f;
}

.productSlider-1 .product_img .slick-prev {
    left: 0;
    transform: translate(-50%, -50%);
}

.productSlider-1 .product_img .slick-next {
    right: 0;
    transform: translate(50%, -50%);
}

.productSlider-1 .slick-track .slick-slide {
    margin: 15px;
    border-radius: 5px;
    box-shadow: none;
    min-height: auto;
    padding: 15px;
}

.productSlider-1 .product_img .product_box {
    margin: 0;
    border: none;
    background-color: transparent;
}

.productSlider-1 .product_img .product_box .product_img_frame img {
    border-radius: 0;
    object-fit: contain !important;
}

.productSlider-1 .product_img .product_box .content {
    text-align: center !important;
}

.productSlider-1 .product_img .product_box .content a h6 {
    font-weight: normal !important;
    font-size: 16px;
    margin-bottom: 15px;
    line-height: normal;
    transition: all 0.50s;
    color: #000000;
    font-family: "Sansation", sans-serif;
}

.productSlider-1 .product_img .product_box .content a h6:hover {
    color: #feb43f;
}

.productSlider-1 .product_img .product_box .content p {
    display: none;
}

.productSlider-1 .product_img .product_box .content .align-top {
    font-weight: bold !important;
    font-size: 16px;
    margin-bottom: 0;
    line-height: normal;
    font-family: "Sansation", sans-serif;
}

.productSlider-1 .product_img .product_box .content .align-top a {
    color: #000000;
}

.productSlider-1 .product_img .product_box .content .align-top a:hover {
    color: #feb43f;
}

.productSlider-1 .product_img .product_box .cut_price {
    display: none;
}

/* testimonial */

.index_wrapper_7 {
    padding-top: 100px;
    padding-bottom: 100px;
    background-color: #000000;
}

.index_wrapper_7 #index_7 {
    padding-right: 0;
    padding-left: 0;
}

.hp_testimonial_content {
    gap: 25px;
}

.hp_testimonial_content .hp_title {
    color: #feb43f;
}

/* news */

.index_wrapper_8 {
    padding-top: 100px;
    padding-bottom: 100px;
    background-image: url(https://cdn1.npcdn.net/userfiles/28120/image/latest-news_bg.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.index_wrapper_8 #index_8 {
    padding-right: 0;
    padding-left: 0;
}

.hp_news_content {
    gap: 15px;
}

.hp_news_content .hp_title {
    color: #feb43f;
}

#main_index .hp_latest_news_modern .col-12.col-lg-12.mb-5 {
    opacity: 1 !important;
    transform: none !important;
    margin-bottom: 0 !important;
}

#main_index .hp_latest_news_modern .news-wrap {
    align-items: center;
}

#main_index .hp_latest_news_modern .col-12.col-lg-12.mb-5:nth-child(2) .news-wrap {
    flex-direction: row-reverse;
}

#main_index .hp_latest_news_modern .news-wrap .col-md-6.p-0 {
    padding: 15px !important;
}

#main_index .hp_latest_news_modern .news-wrap .col-md-6.p-0:first-child a {
    display: flex;
    margin-right: -100px;
}


#main_index .hp_latest_news_modern .col-12.col-lg-12.mb-5:nth-child(2) .news-wrap .col-md-6.p-0:first-child a {
    margin-right: 0;
    margin-left: -100px;
}

#main_index .hp_latest_news_modern .img_frame {
    margin-right: 0;
    height: 100%;
}

#main_index .hp_latest_news_modern .img_frame img {
    border-radius: 15px;
}

#main_index .hp_latest_news_modern .news_content_wrapper {
    padding: 15px 50px;
    margin-left: 0;
    height: 100%;
    background: #ebebeb;
    margin-top: 0;
    border-radius: 15px;
    gap: 25px;
}

#main_index .hp_latest_news_modern .news_title p {
    color: #000000;
    font-size: 25px;
    margin: 0 !important;
}

#main_index .hp_latest_news_modern .news_content_wrapper .d-flex {
    align-items: center;
}

#main_index .hp_latest_news_modern .news_content_wrapper .d-flex .text-muted {
    margin-bottom: 0 !important;
}

#main_index .hp_latest_news_modern .read_more {
    line-height: normal;
    width: fit-content;
    letter-spacing: normal;
    font-weight: normal;
    border-bottom-width: 1px !important;
    border-color: #feb43f !important;
    color: #feb43f !important;
    padding-bottom: 0 !important;
}

#main_index .hp_latest_news_modern .read_more:hover {
    color: #000000 !important;
    border-color: #000000 !important;
}

/* footer */

.footer_type9 {
    background-color: #000000;
    color: #ffffff;
    padding-top: 100px;
}

.footer_type9 .col-12.col-md-6.mb-md-0 {
    padding: 15px !important;
}

.footer_type9 .col-12.col-md-6.mb-md-0:first-child {
    flex: 0 0 70%;
    max-width: 70%;
}

.footer_type9 .line {
    border-color: #ffffff;
}

.footer_type9 .logo {
    height: 100px;
    padding-top: 0;
}

.footer_type9 .title {
    min-height: auto;
}

.footer_type9 .logo img {
    position: static;
    transform: none;
    max-height: 100%;
}

.footer_type9 .text {
    color: #ffffff !important;
}

.footer_type9 .sub_title {
    margin-top: 0 !important;
}

.footer_type9 .sub_title p {
    font-weight: bold !important;
}

.footer_type9 .nav_item li {
    padding-right: 35px;
}

.footer_type9 a {
    color: #ffffff;
}

.footer_type9 a:hover {
    color: #feb43f;
}

.footer_type9 .nav_item li a::after {
    color: #ffffff;
}

.footer_type9 .nav_item li a p {
    margin-bottom: 0 !important;
}

.footer_type9 .social_media {
    padding-right: 0 !important;
    margin-top: 0 !important;
    gap: 15px;
    margin-bottom: 15px;
}

.footer_type9 .social_media a {
    margin-right: 0;
}

.footer_type9 .social_media a .icon_s {
    padding: 15px;
    border-radius: 100%;
    border: 0;
    width: 0;
    height: 0;
    margin-bottom: 0 !important;
    background-color: #feb43f;
    transition: all 0.50s;
}

.footer_type9 .social_media a:hover .icon_s {
    background-color: #ffffff;
}

.footer_type9 .social_media a .icon_s i {
    color: #000000;
    transition: all 0.50s;
}

.footer_type9 .social_media a:hover .icon_s i {
    color: #feb43f;
}

.footer_type9 .social_mediaImg {
    margin-bottom: 0;
}

.footer_type9 .social_mediaImg .icon_s {
    padding: 0;
    border-radius: 100%;
}

.footer_type9 .social_mediaImg .icon_s img {
    filter: brightness(0) saturate(100%) invert(79%) sepia(84%) saturate(2156%)
    hue-rotate(326deg) brightness(102%) contrast(102%) !important;
    border-radius: 100%;
    height: 30px;
}

.footer_type9 .col-12.col-md-6.mb-md-0:last-child {
    flex: 0 0 30%;
    max-width: 30%;
}

.footer_type9 div.mb-3 div.d-inline-flex {
    align-items: center;
}

.footer_type9 .icon {
    border-radius: 5px;
}

.footer_type9 .bg_dark {
    background-color: transparent;
    color: #ffffff !important;
    padding: 0 !important;
}

.footer_type9 .bg_dark .col-12.mb-3.mb-md-0 {
    padding: 15px;
}

.footer_type9 .bg_dark .copy_right.text-center p.mb-1 {
    margin-bottom: 0 !important;
}

.footer_type9 .bg_dark .copy_right.text-center div.my-1 {
    margin: 0 !important;
}

/* page */

.page_title {
    text-align: center !important;
}

.page_title b {
    font-size: 35px;
    color: #000000;
    font-weight: bold;
}

.wspages {
    padding: 100px 0;
    min-height: auto !important;
    font-size: 1rem;
    font-family: "Sansation", sans-serif;
    text-transform: uppercase;
}

#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 {
    margin-bottom: -100px;
}

/* service */

.hp_service_content:after {
    top: -50px;
}

}

/* */

/* mobile */

@media only screen and (max-width: 767px) {

/* menu */

.navbar_mobile {
    background-color: #000000;
    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: 0 !important;
    border: 0;
    font-size: 16px !important;
    padding: 0;
    line-height: normal;
    display: flex;
}

.navbar_mobile .btn-outline-light:hover {
    color: #ffffff;
    background-color: transparent;
}

.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: #000000;
}

.side_menu input {
    border-radius: 0;
    height: auto;
    padding: 5px 15px;
    border: none;
    background-color: #ffffff;
    color: #000000;
}

.side_menu input::placeholder {
    color: #000000 !important;
}

.side_menu button {
    right: 15px !important;
    font-size: 16px !important;
    padding: 0;
    color: #000000 !important;
    transition: all 0.50s;
}

.side_menu button:hover {
    color: #feb43f !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: #feb43f;
    text-transform: uppercase;
    font-family: "Sansation", sans-serif;
}

.side_menu .list-group .list-group-item a:hover {
    color: #ffffff;
}

.side_menu .social_media a {
    color: #ffffff;
}

.side_menu .social_media a:hover {
    color: #feb43f;
}

.m_default_member a:hover, .m_default_languagebar a:hover {
    color: #feb43f;
}

/* banner */

.slider_banner .item img {
    height: 500px !important;
    object-fit: cover;
}

.hp_banner_content {
    margin-bottom: 0;
}

.hp_banner_content div h2 {
    font-size: 50px;
}

.hp_banner_image {
    width: 75% !important;
}

/* why */

.index_wrapper_4:before {
    z-index: 0;
}

.hp_why_box {
    padding: 50px 15px;
}

/* slogan */

.hp_slogan_image {
    margin-bottom: 0;
}

/* service */

.hp_service_content:after {
    width: 50%;
}

/* product */

.productSlider-1 {
    margin: auto 20px;
}

/* news */

#main_index .hp_latest_news_modern .news-wrap .col-md-6.p-0:first-child a {
    margin-right: 0;
    margin-bottom: -50px;
}

#main_index .hp_latest_news_modern .col-12.col-lg-12.mb-5:nth-child(2) .news-wrap .col-md-6.p-0:first-child a {
    margin-left: 0;
    margin-bottom: -50px;
}

/* footer */

.footer_type9 {
    padding-bottom: 50px;
}

.footer_type9 .col-12.col-md-6.mb-md-0:first-child, .footer_type9 .col-12.col-md-6.mb-md-0:last-child {
    flex: 0 0 100%;
    max-width: 100%;
}

}

/* */