/* desktop */

html {
    scroll-behavior: smooth;
}

body {
    color: #808285;
    line-height: 1.5;
}

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;
    box-shadow: 0 0 15px rgba(128, 130, 133, 0.25);
}

.navbar_ecommerceDropdown .container.d-flex.justify-content-between {
    padding: 0;
    align-items: center;
    max-width: 80vw;
}

.nav_logo {
    padding: 1vw;
}

.nav_logo a {
    display: flex;
}

.navbar_ecommerceDropdown .nav_logo img {
    max-height: 3.25VW;
}

.navbar_ecommerceDropdown .nav_search {
    padding: 1vw;
    justify-content: flex-end;
}

.nav_bottom .container.p-0 {
    max-width: 100%;
}

.nav_bottom .menu {
    gap: 3.25vw;
}

.nav_bottom .menu .nav_item:hover {
    background-color: transparent;
}

.nav_bottom .menu .nav_item .dropdown a {
    padding: 0 5px;
    color: #808285;
    text-transform: uppercase;
    font-size: 1vw;
    position: relative;
    font-family: "Poppins", sans-serif;
}

.nav_bottom .menu .nav_item .dropdown a:after {
    content: '';
    background-color: #3776a1;
    position: absolute;
    bottom: 100%;
    left: 0;
    width: 100%;
    height: 2.5px;
    transition: all 0.50s;
    opacity: 0;
    overflow: hidden;
}

.nav_bottom .menu .nav_item:hover .dropdown a:after {
    bottom: 0;
    opacity: 1;
}

.nav_bottom .menu .nav_item .dropdown a strong {
    font-weight: 500;
}

.hp_search {
    padding: 1vw;
    position: relative;
    font-size: 1vw;
}

.hp_search button {
    padding: 1vw;
    border: 0;
    background: transparent;
    color: #808285;
    transition: all 0.50s;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 0;
    height: 0;
    border-radius: 100%;
}

.hp_search button:hover {
    color: #ffffff;
    background: #3776a1;
}

.hp_search input {
    position: absolute;
    top: 6.5vw;
    right: 1vw;
    width: auto;
    padding: 1vw;
    border: 0;
    box-shadow: 0 0 15px rgba(128, 130, 133, 0.25);
    background: #ffffff;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-1vw);
    transition: all 0.50s;
    border-radius: 5px;
    z-index: 1;
}

.hp_search:hover input, .hp_search input:focus {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

/* banner */

.index_wrapper_2 {
    background: #3776a1;
}

.slider_banner {
    perspective: 1500px;
}

.slider_banner .slick-slide {
    transition: transform .75s ease, opacity .75s ease;
    transform-style: preserve-3d;
    opacity: .5;
}

.slider_banner .slick-current {
    opacity: 1;
    transform: perspective(1500px) rotateY(0deg) scale(1);
    z-index: 2;
}

.slider_banner .slick-current ~ .slick-slide {
    transform: perspective(1500px) rotateY(-45deg) scale(.85);
}

.slider_banner .slick-current + .slick-slide {
    transform: perspective(1500px) rotateY(-45deg) scale(.85);
}

.slider_banner .slick-slide[aria-hidden="true"] {
    transform: perspective(1500px) rotateY(45deg) scale(.85);
}

.slider_banner .slick-arrow {
    display: none !important;
}

.slider_banner .banner_content {
    overflow: hidden;
    opacity: 1 !important;
}

.hp_banner_content {
    height: 85%;
    margin-bottom: -100px;
}

.hp_banner_content_left {
    gap: 25px;
    width: 60%;
}

.hp_banner_content_left h3 {
    font-size: 16px;
    line-height: normal;
    width: fit-content;
    font-family: "Poppins", sans-serif;
}

.hp_banner_content_left h3:after {
    content: '';
    background-color: #ffffff;
    position: absolute;
    top: 50%;
    right: -10px;
    transform: translate(10px, -50%);
    width: 15px;
    height: 1px;
}

.hp_banner_content_left h2 {
    font-size: 50px;
    line-height: 1.25;
    font-family: "Poppins", sans-serif;
}

.hp_banner_content_left h2 strong {
    font-weight: 500;
}

.hp_banner_content_left h2 strong em {
    font-weight: 700;
}

.hp_banner_content_right {
    width: 40%;
}

.hp_banner_arrow {
    gap: 5px;
}

.hp_banner_arrow i {
    cursor: pointer;
    background-color: #ffffff;
    color: #3776a1;
    border-radius: 100%;
    padding: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    transition: all 0.50s;
}

.hp_banner_arrow i:hover {
    background-color: #3776a1;
    color: #ffffff;
}

.hp_banner_content_right h4 {
    font-size: 150px;
    line-height: normal;
    opacity: 0.30;
    font-family: "Poppins", sans-serif;
}

.hp_banner_content_right h4 strong {
    font-weight: 900;
}

.hp_banner_button a button {
    transition: all 0.50s;
    background: transparent;
    color: #ffffff;
    padding: 0;
    border: 0;
    border-bottom: 1px solid #ffffff;
    display: flex;
    align-items: center;
    gap: 15px;
}

.hp_banner_button a:hover button {
    color: #3776a1;
    border-color: #3776a1;
}

.hp_banner_button a button i {
    transform: rotate(-45deg);
    transition: all 0.50s;
}

.hp_banner_button a:hover button i {
    transform: rotate(0deg);
}

.hp_banner_scroll {
    gap: 15px;
    margin-bottom: -15px;
    cursor: pointer;
    transition: all 0.50s;
    bottom: 0;
}

.hp_banner_scroll:hover {
    bottom: -15px;
}

.hp_banner_scroll p {
    transition: all 0.50s;
}

.hp_banner_scroll:hover p {
    color: #3776a1;
}

.hp_banner_scroll div {
    width: 1px;
    transition: all 0.50s;
}

.hp_banner_scroll:hover div {
    background-color: #3776a1 !important;
}

/* project */

.index_wrapper_3 {
    padding-top: 100px;
    background-color: #f4f4f4;
    position: relative;
    z-index: 0;
}

.index_wrapper_3:before {
    content: '';
    background-color: #ffffff;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 1px;
    height: 25px;
}

.index_wrapper_3:after {
    content: '';
    background-color: #ffffff;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 150px;
    z-index: -1;
}

.index_wrapper_3 #index_3 {
    padding-right: 0;
    padding-left: 0;
}

.hp_project_content {
    gap: 25px;
}

.hp_subtitle {
    font-size: 16px;
    line-height: normal;
    color: #3776a1;
    width: fit-content;
    font-family: "Poppins", sans-serif;
}

.hp_subtitle:after {
    content: '';
    background-color: #3776a1;
    position: absolute;
    top: 50%;
    right: -10px;
    transform: translate(10px, -50%);
    width: 15px;
    height: 1px;
}

.hp_title {
    font-size: 30px;
    line-height: 1.25;
    font-family: "Poppins", sans-serif;
}

.hp_title strong {
    font-weight: 500;
}

.hp_title strong em {
    color: #3776a1;
    font-weight: 600;
}

.hp_button a button {
    transition: all 0.50s;
    background: transparent;
    color: #3776a1;
    padding: 0;
    border: 0;
    border-bottom: 1px solid #3776a1;
    display: flex;
    align-items: center;
    gap: 15px;
}

.hp_button a:hover button {
    color: #808285;
    border-color: #808285;
}

.hp_button a button i {
    transform: rotate(-45deg);
    transition: all 0.50s;
}

.hp_button a:hover button i {
    transform: rotate(0deg);
}

.hp_photoGallerySlider_type3 {
    background-color: transparent;
    margin: 50px -15px auto;
}

.hp_photoGallerySlider_type3 .container-fluid {
    padding: 0;
}

.hp_photoGallerySlider_type3 .container {
    max-width: 100%;
    padding: 0;
}

.hp_photoGallerySlider_type3 .photo-gallery3 .slick-arrow {
    display: none !important;
}

.hp_photoGallerySlider_type3 .slick-slide {
    min-height: auto;
}

.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;
    height: auto;
    padding-top: 0;
    aspect-ratio: 1 / 1.25;
}

.hp_photoGallerySlider_type3 .photo-gallery3 .outline_box .gallery_box img {
    padding: 0;
    object-fit: cover;
}

/* about */

.index_wrapper_4 {
    padding-top: 100px;
    padding-bottom: 100px;
    position: relative;
}

.index_wrapper_4:before {
    content: '';
    background: url(https://cdn1.npcdn.net/userfiles/25118/image/C_Background.jpg)
                top / contain no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.index_wrapper_4 #index_4 {
    padding-right: 0;
    padding-left: 0;
}

#hp-about {
    scroll-margin-top: 100px;
}

.hp_about_content {
    gap: 25px;
}

.hp_about_content .hp_subtitle:before {
    content: '';
    background-color: #3776a1;
    position: absolute;
    top: 50%;
    left: -10px;
    transform: translate(-10px, -50%);
    width: 15px;
    height: 1px;
}

.hp_about_content .hp_title {
    color: #808285;
}

.hp_about_content p b {
    color: #3776a1;
}

.hp_about_box {
    gap: 15px;
}

.hp_about_box div:first-child {
    max-width: 50px;
}

.hp_about_box_content {
    gap: 15px;
}

.hp_about_box_content h3 {
    font-size: 20px;
    line-height: normal;
    font-family: "Poppins", sans-serif;
    color: #3776a1;
}

.index_wrapper_4 section .col-12.col-md-4.p-3:nth-child(2) {
    border-left: 1px solid #808285;
    border-right: 1px solid #808285;
}

/* product 1 */

.index_wrapper_5 {
    position: relative;
    z-index: 1;
}

.index_wrapper_5:before {
    content: '';
    background: url(https://cdn1.npcdn.net/userfiles/25118/image/D_Element.png)
                top left / contain no-repeat;
    position: absolute;
    top: -50px;
    left: -50px;
    width: 250px;
    height: 100%;
    z-index: -1;
}

.index_wrapper_5 #index_5 {
    padding-right: 0;
    padding-left: 0;
}

.hp_product_content {
    gap: 25px;
}

.hp_product_content .hp_subtitle:before {
    content: '';
    background-color: #3776a1;
    position: absolute;
    top: 50%;
    left: -10px;
    transform: translate(-10px, -50%);
    width: 15px;
    height: 1px;
}

.productSlider-1 {
    margin: 15px auto 0;
}

.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;
    color: #3776a1;
    transition: all 0.50s;
}

.productSlider-1 .product_img .slick-arrow:hover:before {
    color: #808285;
}

.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;
    transition: all 0.50s;
}

.productSlider-1 .slick-track .slick-slide:hover {
    box-shadow: 0 0 15px rgba(128, 130, 133, 0.25);
}

.productSlider-1 .product_img .product_box {
    margin: 0;
    border: none;
    background-color: transparent;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.productSlider-1 .product_img .product_box .product_img_frame {
    padding-top: 0;
    height: auto;
    aspect-ratio: 1 / 1;
}

.productSlider-1 .product_img .product_box .product_img_frame .status {
    display: none;
}

.productSlider-1 .product_img .product_box .product_img_frame img {
    border-radius: 0;
}

.productSlider-1 .product_img .product_box .content {
    text-align: center !important;
    margin-top: 0 !important;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.productSlider-1 .product_img .product_box .content a:first-child {
    display: none;
}

.productSlider-1 .product_img .product_box .content a h6 {
    font-weight: 500 !important;
    font-size: 16px;
    margin-bottom: 0;
    line-height: normal;
    transition: all 0.50s;
    font-family: "Poppins", sans-serif;
    color: #4a2c2c;
}

.productSlider-1 .product_img .product_box .content a h6:hover {
    color: #3776a1;
}

.productSlider-1 .product_img .product_box .content p {
    display: none;
}

.productSlider-1 .product_img .product_box .content .align-top {
    font-weight: normal !important;
    font-size: 16px;
    margin-bottom: 0;
    line-height: normal;
}

.productSlider-1 .product_img .product_box .content .align-top a {
    color: #3776a1;
    display: block;
}

.productSlider-1 .product_img .product_box .content .align-top a:hover {
    color: #808285;
}

.productSlider-1 .product_img .product_box .cut_price {
    display: none;
}

/* info */

.index_wrapper_6 {
    margin-top: -200px;
    padding-top: 300px;
    padding-bottom: 100px;
    background: url(https://cdn1.npcdn.net/userfiles/25118/image/D_Background.jpg)
                center / cover no-repeat;
    background-attachment: fixed;
    transition: all 0.50s linear;
}

.index_wrapper_6 #index_6 {
    padding-right: 0;
    padding-left: 0;
}

.hp_info_content {
    gap: 25px;
}

.hp_info_content .hp_subtitle:before {
    content: '';
    background-color: #ffffff;
    position: absolute;
    top: 50%;
    left: -10px;
    transform: translate(-10px, -50%);
    width: 15px;
    height: 1px;
}

.hp_info_content .hp_subtitle:after {
    background-color: #ffffff;
}

.hp_info_content .hp_button a button {
    color: #ffffff;
    border-color: #ffffff;
}

.hp_info_content .hp_button a:hover button {
    color: #3776a1;
    border-color: #3776a1;
}

/* customer */

.index_wrapper_7 {
    padding-top: 100px;
    padding-bottom: 100px;
    background: url(https://cdn1.npcdn.net/userfiles/25118/image/E_Bckground_copy.jpg)
                top right / cover no-repeat;
}

.index_wrapper_7 #index_7 {
    padding-right: 0;
    padding-left: 0;
}

.hp_customer_content {
    gap: 25px;
}

.hp_customer_content .hp_subtitle:before {
    content: '';
    background-color: #3776a1;
    position: absolute;
    top: 50%;
    left: -10px;
    transform: translate(-10px, -50%);
    width: 15px;
    height: 1px;
}

.hp_customer {
    width: max-content;
    animation: hp-customer-move 15s linear infinite;
}

.hp_customer:hover {
    animation-play-state: paused;
}

.hp_customer_item {
    width: 150px;
    margin: 15px;
    flex-shrink: 0;
}

.hp_customer_item img {
    transition: all 0.50s;
}

.hp_customer_item img:hover {
    transform: scale(1.25);
}

@keyframes hp-customer-move {
    from {
        transform: translateX(0);
    }
    
    to {
        transform: translateX(-50%);
    }
}

/* product 2 */

.index_wrapper_8 {
    padding-bottom: 100px;
}

.index_wrapper_8 #index_8 {
    padding-right: 0;
    padding-left: 0;
}

/* brand */

.index_wrapper_9 {
    padding-top: 100px;
    padding-bottom: 100px;
    background: linear-gradient(to right, #33729d, #054070);
}

.index_wrapper_9 #index_9 {
    padding-right: 0;
    padding-left: 0;
}

.hp_brand_content {
    gap: 25px;
}

.hp_brand_content .hp_subtitle:before {
    content: '';
    background-color: #ffffff;
    position: absolute;
    top: 50%;
    left: -10px;
    transform: translate(-10px, -50%);
    width: 15px;
    height: 1px;
}

.hp_brand_content .hp_subtitle:after {
    background-color: #ffffff;
}

.hp_brand {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 25px 50px;
}

.hp_brand_item img {
    border-radius: 5px;
    transition: all 0.50s;
}

.hp_brand_item img:hover {
    transform: scale(0.75);
}

/* contact */

.index_wrapper_10 {
    padding-top: 50px;
    padding-bottom: 50px;
}

.index_wrapper_10 #index_10 {
    padding-right: 0;
    padding-left: 0;
}

.hp_contact_box {
    background: url(https://cdn1.npcdn.net/userfiles/25118/image/H_Background.jpg)
                center / cover no-repeat;
    padding: 50px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
}

.hp_contact_box_content {
    gap: 15px;
    border-right: 1px solid #ffffff;
}

.hp_contact_box_content:last-child {
    border-right: 0;
}

.hp_contact_box_content h3 {
    font-size: 20px;
    line-height: normal;
    font-family: "Poppins", sans-serif;
}

.hp_contact_box_content h3 strong {
    font-weight: 600;
}

.hp_social {
    gap: 15px;
}

.hp_social div a {
    background-color: #ffffff;
    padding: 20px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 0;
    height: 0;
    transition: all 0.50s;
}

.hp_social div a:hover {
    background-color: #3776a1;
}

.hp_social div a i {
    background-color: #3776a1;
    color: #ffffff;
    padding: 15px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 0;
    height: 0;
    transition: all 0.50s;
}

.hp_social div a:hover i {
    background-color: #ffffff;
    color: #3776a1;
}

/* footer */

.footer_type6 {
    background-color: #f4f4f4;
    color: #808285;
    padding-top: 100px;
    padding-bottom: 15px;
    overflow: hidden;
}

.footer_type6 .logo {
    padding-top: 0;
    height: 50px;
}

.footer_type6 .logo img {
    position: static;
    transform: none;
    max-height: 100%;
}

.footer_type6 .title {
    min-height: auto;
}

.footer_type6 p {
    margin-bottom: 0;
}

.footer_type6 .title h5 {
    font-weight: bold;
    line-height: normal;
    font-family: "Poppins", sans-serif;
    color: #3776a1;
    text-transform: uppercase;
}

.footer_type6 a {
    color: #808285;
}

.footer_type6 a:hover {
    color: #3776a1;
}

.footer_type6 ul li a p {
    margin-bottom: 0 !important;
}

.footer_type6 ul.list-unstyled {
    margin-bottom: 0 !important;
}

.footer_type6 .input-container {
    height: auto;
    display: flex;
    align-items: center
}

.footer_type6 .input-container input {
    color: #808285;
    height: auto;
    border-color: #808285;
    position: static;
    padding: 15px 0;
    caret-color: #808285;
}

.footer_type6 .input-container label {
    height: auto;
    top: 50%;
    transform: translate(0, -50%);
    padding: 0;
    margin-bottom: 0;
    width: fit-content;
    color: #808285;
}

.footer_type6 .input-container .moveUp {
    font-size: 0;
    top: 0;
    display: none;
}

.footer_type6 .input-container .submit {
    position: static;
    transition: all 0.50s;
    color: #808285;
    border-bottom: 1px solid #808285;
}

.footer_type6 .input-container .submit:focus, .footer_type6 .input-container .submit:hover {
    background-color: #3776a1;
    color: #ffffff;
}

.footer_type6 .col-12:nth-child(5) {
    padding: 15px;
}

.footer_type6 .line {
    padding: 0;
    background-color: #808285;
    margin-bottom: 0;
}

.footer_type6 .col-12.col-md-7 {
    padding: 15px;
}

.footer_type6 .copy_right.text-left .d-flex {
    gap: 15px;
}

.footer_type6 .copy_right.text-left .d-flex p {
    margin-right: 0 !important;
}

.footer_type6 .col-12.col-md-5.py-3.pb-md-0 {
    padding: 15px !important;
}

.footer_type6 .social_media {
    padding-right: 0 !important;
    float: right;
    display: flex;
    gap: 5px;
}

.footer_type6 .social_media a {
    margin-left: 0;
    border-radius: 100%;
    padding: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 0;
    height: 0;
    background-color: #808285;
    color: #ffffff;
}

.footer_type6 .social_media a:hover {
    color: #808285;
    background-color: #3776a1;
}

.footer_type6 .social_media a i {
    line-height: normal;
}

.footer_type6 .social_media a .icon_s {
    bottom: 0;
}

/* page */

.page_title {
    text-align: center !important;
}

.page_title b {
    font-size: 30px;
    color: #808285;
    font-weight: bold;
    font-family: "Poppins", sans-serif;
}

.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 (min-width:768px) and (max-width:1140px) {

/* banner */

.hp_banner_content {
    height: 100%;
}

.hp_banner_content_left h2 {
    font-size: 40px;
}

/* about */

#hp-about {
    scroll-margin-top: 75px;
}

.hp_about_box {
    flex-direction: column;
}

/* contact */

.hp_contact_box {
    grid-template-columns: repeat(2, 1fr);
}

.hp_contact_box_content:first-child {
    border-bottom: 1px solid #ffffff;
    padding-bottom: 15px;
}

.hp_contact_box_content:nth-child(2) {
    border-right: 0;
    border-bottom: 1px solid #ffffff;
    padding-bottom: 15px;
}

.hp_contact_box_content:nth-child(3), .hp_contact_box_content:last-child {
    padding-top: 15px;
}

/* footer */

.footer_type6 .input-container label {
    font-size: 10px;
}

}

/* */

/* mobile */

@media (max-width: 767px) {

/* menu */

.navbar_mobile {
    background-color: #ffffff;
    border-bottom: 0;
    height: auto;
    box-shadow: 0 0 15px rgba(128, 130, 133, 0.25);
}

.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: #808285;
    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: #808285;
    background-color: transparent;
    border-color: transparent;
}

.navbar_mobile .row_1 .col.text-center {
    padding: 15px;
}

/*
.navbar_mobile .logo_img {
    max-height: 35px;
}
*/

.navbar_mobile .row_1 .col {
    padding: 15px;
}

.side_menu {
    background-color: #808285;
}

.side_menu input {
    border-radius: 5px;
    height: auto;
    padding: 5px 15px;
    border: none;
    background-color: #ffffff;
    color: #808285;
}

.side_menu input::placeholder {
    color: #808285 !important;
}

.side_menu button {
    right: 15px !important;
    font-size: 16px !important;
    padding: 0;
    color: #808285 !important;
    transition: all 0.50s;
}

.side_menu button:hover {
    color: #3776a1 !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: 500;
    font-family: "Poppins", sans-serif;
    text-transform: uppercase;
}

.side_menu .list-group .list-group-item a:hover {
    color: #3776a1;
}

.side_menu .social_media a {
    color: #ffffff;
}

.side_menu .social_media a:hover {
    color: #3776a1;
}

.m_default_member a:hover, .m_default_languagebar a:hover {
    color: #3776a1;
}

/* banner */

.slider_banner .item img {
    height: 600px !important;
    object-fit: cover;
}

.hp_banner_content {
    height: 100%;
    flex-direction: column;
}

.hp_banner_content_left {
    width: 100%;
}

.hp_banner_content_left h3 {
    font-size: 14px;
}

.hp_banner_content_left h2 {
    font-size: 40px;
}

.hp_banner_content_left p {
    font-size: 14px;
}

.hp_banner_content_right {
    width: 100%;
    align-items: center;
    flex-direction: row !important;
    margin-top: -75px;
}

/* project */

.hp_title strong br {
    display: none;
}

/* about */

.index_wrapper_4 section .col-12.col-md-4.p-3:nth-child(2) {
    border-left: 0;
    border-right: 0;
    border-top: 1px solid #808285;
    border-bottom: 1px solid #808285;
}

/* product */

.productSlider-1 {
    padding: 0 25px;
}

/* info */

.index_wrapper_6 {
    position: relative;
    z-index: 0;
    background: inherit;
}

.index_wrapper_6:before {
    content: '';
    background: url(https://cdn1.npcdn.net/userfiles/25118/image/D_Background.jpg)
    center / cover no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

/* brand */

.hp_brand {
    grid-template-columns: repeat(2, 1fr);
}

/* contact */

.hp_contact_box {
    grid-template-columns: auto;
}

.hp_contact_box_content {
    border-right: 0;
    border-bottom: 1px solid #ffffff;
    padding-bottom: 15px;
    margin-bottom: 15px;
}

.hp_contact_box_content:last-child {
    border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 0;
}

/* footer */

.footer_type6 .col-12.col-md-3.mb-1.mb-md-0.p-3 {
    margin-bottom: 0 !important;
}

.footer_type6 .line {
    margin-top: 50px;
}

}

/* */