/* desktop */

body {
    color: #212529;
    line-height: 1.5;
}

a {
    text-decoration: none !important;
    transition: all 0.50s !important;
}

.all_functional_page {
    padding-top: 50px;
    padding-bottom: 50px !important;
    min-height: auto;
    font-size: 1rem;
}

#main_index {
    overflow: hidden;
    padding-top: 0;
    padding-bottom: 0 !important;
    margin-bottom: -100px;
}

/* menu */

.navbar_ecommerceDropdown {
    padding: 0;
}

.navbar_ecommerceDropdown .container.d-flex.justify-content-between {
    padding: 0;
    align-items: center;
}

.nav_logo {
    padding: 15px;
}

.nav_logo a {
    display: flex;
}

.navbar_ecommerceDropdown .nav_logo img {
    max-height: 3.25vw;
}

.navbar_ecommerceDropdown .nav_search {
    justify-content: flex-end;
}

.nav_bottom {
    background-color: transparent;
}

.nav_bottom .menu .nav_item:hover {
    background-color: transparent;
}

.nav_bottom .menu .nav_item .dropdown a {
    text-transform: uppercase;
    padding: 1vw;
    color: #2270b8;
    display: flex;
    align-items: center;
    height: 5.2vw;
    position: relative;
    z-index: 1;
    overflow: hidden;
    font-size: 1vw;
}

.nav_bottom .menu .nav_item .dropdown a:before, .nav_bottom .menu .nav_item .dropdown a:after {
    content: '';
    background-color: #ec2029;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    transition: all 0.50s;
    opacity: 0;
}

.nav_bottom .menu .nav_item .dropdown a:before {
    left: -100%;
}

.nav_bottom .menu .nav_item .dropdown a:after {
    right: -100%;
}

.nav_bottom .menu .nav_item:hover .dropdown a:before, .nav_bottom .menu .nav_item:hover .dropdown a:after {
    opacity: 1;
}

.nav_bottom .menu .nav_item:hover .dropdown a:before {
    left: -50%;
}

.nav_bottom .menu .nav_item:hover .dropdown a:after {
    right: -50%;
}

.nav_bottom .menu .nav_item:hover .dropdown .title {
    color: #ffffff;
}

.hp_sticky {
    position: fixed;
    width: 100%;
    z-index: 10;
}

/* dropdown */

.nav_bottom .menu .nav_item .dropdown .dropdown_menu {
    top: 100%;
    border-top: 0;
    max-width: 100%;
}

.nav_bottom .menu .nav_item .dropdown .dropdown_menu .dropdown_body {
    box-shadow: none;
    padding: 15px;
}

.nav_bottom .menu .nav_item .dropdown .dropdown_menu .dropdown_body ul li a {
    padding: 0 !important;
    font-weight: bold;
    height: auto;
}

.nav_bottom .menu .nav_item .dropdown .dropdown_menu .dropdown_body ul li a:hover {
    color: #ec2029;
}

.nav_bottom .menu .nav_item .dropdown .dropdown_menu .dropdown_body ul li a:before,
.nav_bottom .menu .nav_item .dropdown .dropdown_menu .dropdown_body ul li a:after {
    display: none;
}

/* banner */

.index_wrapper_2 {
    position: relative;
}

.index_wrapper_2:before {
    content: '';
    background-image: url(https://cdn1.npcdn.net/userfiles/22996/image/a-banner-cloud-animation.png);
    background-repeat: repeat-x;
    background-position: bottom;
    background-size: cover;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 6.5vw;
    z-index: 1;
    animation: 15s linear hp-cloud infinite alternate;
}

@keyframes hp-cloud {
    100% {
        background-position: -1600px;
    }
}

.slider_banner .banner_content {
    overflow: hidden;
}

.hp_table_1:before {
    content: '';
    background-image: url(https://cdn1.npcdn.net/userfiles/0/image/a-banner-blue-obj.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.hp_table_2:before {
    content: '';
    background-image: url(https://cdn1.npcdn.net/userfiles/0/image/a-banner-blue-obj2.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.hp_banner_image {
    margin-top: 50px;
}

.hp_banner_content {
    margin-bottom: 150px;
}

.hp_banner_content div:first-child {
    gap: 15px;
    width: 85%;
}

.hp_banner_content div:first-child h2 {
    font-size: 40px;
    line-height: normal;
}

.hp_banner_content div:first-child p {
    width: 85%;
}

.hp_banner_button a button {
    transition: all 0.50s;
    background-color: #ec2029;
    color: #ffffff;
    padding: 10px 25px;
    border-radius: 100px;
    border: 0;
}

.hp_banner_button a button:hover {
    background-color: #212529;
}

.hp_banner_content_product {
    right: 0;
    width: 85%;
}

/* why */

.index_wrapper_3 {
    padding-top: 50px;
}

.index_wrapper_3 #index_3 {
    padding-right: 0;
    padding-left: 0;
}

.hp_why_box {
    border: 2.5px solid #2270b8;
    padding: 25px;
    border-radius: 15px;
    box-shadow: 0 5px 0 #2270b8;
    gap: 15px;
    transition: all 0.50s;
}

.hp_why_box:hover {
    box-shadow: none;
}

.hp_why_box div:first-child {
    max-width: 100px;
    margin-top: -75px;
}

.hp_why_box div:first-child img {
    animation: 15s linear swing infinite alternate;
}

.hp_why_box h3 {
    font-size: 20px;
    line-height: normal;
}

.hp_why_box_content {
    background-color: #e1f0f9;
    padding: 15px;
    border-radius: 15px;
}

/* about */

.index_wrapper_4 {
    padding-top: 50px;
}

.index_wrapper_4 #index_4 {
    padding-right: 0;
    padding-left: 0;
}

.hp_about_image:before {
    content: '';
    background-image: url(https://cdn1.npcdn.net/userfiles/22996/image/sun-shine.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 1000px;
    height: 1000px;
    z-index: -1;
    animation: 1s linear hp-zoom infinite alternate;
}

@keyframes hp-zoom {
    0% {
        width: 1000px;
        height: 1000px;
        opacity: 1;
    }
    
    100% {
        width: 0;
        height: 0;
        opacity: 0;
    }
}

.hp_about_image_circle {
    width: 85%;
}

.hp_about_image_element div:first-child {
    top: 50px;
    left: 25px;
    width: 25%;
}

.hp_about_image_element div:first-child img {
    animation: 5s linear headShake infinite alternate;
}

.hp_about_image_element div:nth-child(2) {
    bottom: 125px;
    right: 100px;
    width: 25%;
}

.hp_about_image_element div:nth-child(2) img {
    animation: 5s linear headShake infinite alternate;
}

.hp_about_image_element div:last-child {
    top: 0;
    right: 100px;
    width: 100px;
}

.hp_about_image_element div:last-child img {
    animation: 5s linear swing infinite alternate;
}

.hp_about_content {
    gap: 15px;
}

.hp_sub {
    font-size: 16px;
    line-height: normal;
    letter-spacing: 2.5px;
}

.hp_title {
    font-size: 35px;
    line-height: normal;
}

.hp_title strong span {
    color: #212529;
}

.hp_button a button {
    transition: all 0.50s;
    background-color: #ec2029;
    color: #ffffff;
    padding: 10px 25px;
    border-radius: 100px;
    border: 0;
}

.hp_button a button:hover {
    background-color: #212529;
}

/* category */

.index_wrapper_5 {
    padding-top: 50px;
    padding-bottom: 150px;
    background-image: url(https://cdn1.npcdn.net/userfiles/22996/image/d-product-bg-1.png);
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
    position: relative;
}

.index_wrapper_5:before {
    content: '';
    background-image: url(https://cdn1.npcdn.net/userfiles/22996/image/d-product-icon-animation.png);
    background-repeat: no-repeat;
    background-position: top;
    background-size: contain;
    position: absolute;
    top: -50px;
    left: 50%;
    transform: translateX(-50%);
    width: 100px;
    height: 100px;
}

.index_wrapper_5:after {
    content: '';
    background-image: url(https://cdn1.npcdn.net/userfiles/22996/image/d-product-cloud-1.png);
    background-repeat: repeat-x;
    background-position: bottom;
    background-size: cover;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 130px;
    animation: 15s linear hp-cloud infinite alternate;
}

.index_wrapper_5 #index_5 {
    padding-right: 0;
    padding-left: 0;
}

.hp_category_content {
    background-color: #94bfe2;
    border-radius: 100px;
    padding: 10px 50px;
    width: fit-content;
}

.hp_category_box {
    border-radius: 15px;
    padding: 25px;
    transition: all 0.50s;
}

.hp_category_box:hover {
    background-color: #2270b8 !important;
}

.hp_category_box_content {
    gap: 100px;
    z-index: 1;
}

.hp_category_box_content h3 {
    font-size: 25px;
    line-height: normal;
    transition: all 0.50s;
}

.hp_category_box:hover .hp_category_box_content h3 {
    color: #ffffff;
}

.hp_category_box_image {
    top: 50%;
    right: 0;
    transform: translate(-15px, -50%);
    width: 55%;
}

.hp_category_box_image:before {
    content: '';
    background-color: #94bfe2;
    position: absolute;
    bottom: -150px;
    right: -50px;
    width: 300px;
    height: 300px;
    border-radius: 100%;
    z-index: -1;
    transition: all 0.50s;
}

.hp_category_box:hover .hp_category_box_image:before {
    background-color: #1a5fa4;
}

.index_wrapper_5 section .col-12.col-sm-4.p-3.d-flex:nth-child(2) .hp_category_box_image img,
.index_wrapper_5 section .col-12.col-sm-4.p-3.d-flex:last-child .hp_category_box_image img {
    transform: scale(1.25);
}

.index_wrapper_5 section .col-12.col-sm-4.p-3.d-flex:nth-child(4) .hp_category_box_image img {
    transform: scale(1.15) translateX(50px);
}

/* product */

.index_wrapper_6 {
    padding-top: 50px;
    padding-bottom: 50px;
}

.index_wrapper_6 #index_6 {
    padding-right: 0;
    padding-left: 0;
}

.hp_product_content {
    gap: 15px;
    justify-content: space-evenly;
}

.hp_cloud {
    max-width: 150px;
}

.hp_cloud img {
    animation: 5s linear headShake infinite alternate;
}

.hp_product_content .hp_title {
    flex: none;
}

.hp_product_content .hp_title span {
    color: #2270b8;
}

.productSlider-1 {
    position: relative;
    z-index: 2;
}

.productSlider-1 .product_img .slick-arrow {
    width: auto;
    height: auto;
}

.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 .product_img .slick-arrow::before {
    padding: 15px;
    text-shadow: none;
    font-size: 16px;
    line-height: normal;
    opacity: 1;
    color: #2270b8;
    transition: all 0.50s;
}

.productSlider-1 .product_img .slick-arrow:hover:before {
    color: #ec2029;
}

.productSlider-1 .slick-track .slick-slide {
    margin: 15px;
    border-radius: 5px;
    box-shadow: none;
    min-height: auto;
    padding: 15px;
    background-color: #e2f0f9;
}

.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: 15px;
    border: 2.5px solid #2270b8;
}

.productSlider-1 .product_img .product_box .content {
    text-align: center !important;
}

.productSlider-1 .product_img .product_box .content a h6 {
    font-weight: bold !important;
    font-size: 16px;
    margin-bottom: 15px;
    line-height: normal;
    transition: all 0.50s;
    color: #212529;
}

.productSlider-1 .product_img .product_box .content a h6:hover {
    color: #ec2029;
}

.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: #ec2029;
}

.productSlider-1 .product_img .product_box .content .align-top a:hover {
    color: #212529;
}

.productSlider-1 .product_img .product_box .cut_price {
    display: none;
}

/* news */

.index_wrapper_7 {
    padding-top: 50px;
    padding-bottom: 50px;
    position: relative;
    z-index: 1;
}

.index_wrapper_7:before {
    content: '';
    background-image: url(https://cdn1.npcdn.net/userfiles/22996/image/sun-shine.png);
    background-repeat: no-repeat;
    background-position: right;
    background-size: cover;
    position: absolute;
    top: 50%;
    right: 10%;
    transform: translate(50%, -50%);
    width: 1000px;
    height: 1000px;
    z-index: -1;
    animation: 1s linear hp-zoom-2 infinite alternate;
}

@keyframes hp-zoom-2 {
    0% {
        width: 1000px;
        height: 1000px;
        opacity: 1;
        transform: translate(50%, -50%);
    }
    
    100% {
        width: 0;
        height: 0;
        opacity: 0;
        transform: translate(50%, -50%);
    }
}

.index_wrapper_7 #index_7 {
    padding-right: 0;
    padding-left: 0;
}

.hp_news_content {
    gap: 15px;
    justify-content: space-evenly;
}

.hp_news_content:before {
    content: '';
    background-image: url(https://cdn1.npcdn.net/userfiles/22996/image/c-about-cloud1.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 150px;
    width: 150px;
    height: 100%;
}

.hp_news_content .hp_title {
    width: fit-content;
}

.hp_news_content .hp_title span {
    color: #2270b8;
}

#main_index .hp_latest_new_8 .col-12.col-lg-4.mb-4 {
    padding: 15px;
    margin-bottom: 0 !important;
}

#main_index .hp_latest_new_8 .news_box {
    padding: 0;
    gap: 15px;
}

#main_index .hp_latest_new_8 .news_box .img_frame {
    height: 100%;
    padding-top: 0;
}

#main_index .hp_latest_new_8 .news_box .img_frame img {
    position: static;
    transform: none;
    aspect-ratio: 1.5;
    border-radius: 15px;
}

#main_index .hp_latest_new_8 .news_box .justify-content-between.d-flex.flex-column.w-100.h-100 {
    gap: 15px;
}

#main_index .hp_latest_new_8 .news_box .title {
    font-size: 16px;
    line-height: normal;
    color: #212529;
}

#main_index .hp_latest_new_8 .news_box .title p.my-1 {
    margin: 0 !important;
}

#main_index .hp_latest_new_8 .news_box .content {
    opacity: 1;
    margin-bottom: 0;
}

#main_index .hp_latest_new_8 .news_box .date {
    opacity: 1;
    font-size: 16px;
    text-align: left !important;
    margin-bottom: 0 !important;
}

#main_index .hp_latest_new_8 .news_box .date i {
    color: #ec2029;
}

#main_index .hp_latest_new_8 .news_box .read_more {
    display: none;
}

/* contact */

.index_wrapper_8 {
    margin-top: 50px;
    padding-bottom: 100px;
    background-image: url(https://cdn1.npcdn.net/userfiles/22996/image/g-contact-bg.png);
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
    position: relative;
}

.index_wrapper_8:before {
    content: '';
    background-image: url(https://cdn1.npcdn.net/userfiles/22996/image/g-contact-fly-paper.png);
    background-repeat: no-repeat;
    background-position: left;
    background-size: contain;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    animation: 15s linear swing infinite alternate;
    pointer-events: none;
}

.index_wrapper_8 #index_8 {
    padding-right: 0;
    padding-left: 0;
}

.hp_contact_box {
    margin-top: -25px;
}

.hp_contact_box_content {
    gap: 15px;
    padding: 50px 75px;
    border-radius: 15px;
}

.hp_contact_box_content:before {
    content: '';
    border: 2.5px dashed #2270b8;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 95%;
    height: 90%;
    border-radius: 15px;
    pointer-events: none;
}

.hp_contact_box_content .hp_title span {
    color: #2270b8;
}

.hp_contact_box_image {
    margin-left: -150px;
}

.hp_contact_box_image_circle {
    width: 85%;
    margin-left: auto;
}

.hp_contact_box_image_element div:first-child {
    top: 150px;
    right: -50px;
    width: 25%;
}

.hp_contact_box_image_element div:first-child img {
    animation: 5s linear headShake infinite alternate;
}

.hp_contact_box_image_element div:nth-child(2) {
    bottom: 125px;
    left: 100px;
    width: 25%;
}

.hp_contact_box_image_element div:nth-child(2) img {
    animation: 5s linear headShake infinite alternate;
}

.hp_contact_box_image_element div:last-child {
    top: 125px;
    left: 50px;
    width: 100px;
}

.hp_contact_box_image_element div:last-child img {
    animation: 5s linear swing infinite alternate;
}

/* footer */

.footer_type6 {
    background-color: #2270b8;
    padding-top: 50px;
    padding-bottom: 50px;
    position: relative;
    margin-top: 100px;
}

.footer_type6:before {
    content: '';
    background-image: url(https://cdn1.npcdn.net/userfiles/22996/image/h-footer-bg_copy.png);
    background-repeat: repeat-x;
    background-position: top;
    background-size: cover;
    position: absolute;
    top: -100px;
    left: 0;
    width: 100%;
    height: 100px;
    animation: 15s linear hp-cloud infinite alternate;
}

.footer_type6 .logo {
    height: 75px;
    padding-top: 0;
}

.footer_type6 .title {
    min-height: auto;
}

.footer_type6 .logo img {
    position: static;
    transform: none;
    max-height: 100%;
    background-color: #ffffff;
    border-radius: 15px;
    padding: 15px;
}

.footer_type6 p {
    margin-bottom: 0;
}

.footer_type6 .title h5 {
    font-weight: bold;
    line-height: normal;
}

.footer_type6 .list-unstyled li a p.mb-2 {
    margin-bottom: 0 !important;
}

.footer_type6 a:hover {
    color: #ec2029;
}

.footer_type6 .input-container {
    height: auto;
    display: flex;
    align-items: center;
}

.footer_type6 .input-container input, .footer_type6 .input-container label {
    height: auto;
}

.footer_type6 .input-container input {
    border-color: #ffffff;
    position: static;
    padding: 15px;
}

.footer_type6 .input-container label {
    top: 50%;
    left: 15px;
    transform: translateY(-50%);
    padding: 0;
    margin-bottom: 0;
    pointer-events: none;
    z-index: 1;
    width: fit-content;
}

.footer_type6 .input-container label:hover {
    font-size: 0;
}

.footer_type6 .input-container .moveUp {
    display: none;
}

.footer_type6 .input-container .submit {
    position: static;
    transition: all 0.50s;
}

.footer_type6 .input-container .submit:hover {
    color: #ec2029;
}

.footer_type6 .col-12:nth-child(5) {
    padding: 15px;
}

.footer_type6 .line {
    padding: 0;
    background-color: rgba(255, 255, 255, 1);
    margin-bottom: 0;
}

.footer_type6 .col-12.col-md-7, .footer_type7 .col-12.col-md-5.py-3.pb-md-0 {
    padding: 15px !important;
}

.footer_type6 .copy_right.text-left div.d-flex {
    gap: 15px;
}

.footer_type6 .copy_right.text-left div.d-flex p {
    margin-right: 0 !important;
}

.footer_type6 .social_media {
    padding-right: 0 !important;
}

.footer_type6 .social_media a {
    margin-left: 0;
    display: flex;
    justify-content: flex-end;
}

/* page */

.page_title {
    text-align: center !important;
}

.page_title b {
    font-size: 35px;
    color: #212529;
    font-weight: bold;
}

.wspages {
    padding: 50px 0;
    min-height: auto !important;
    font-size: 1rem;
}

.service_category .service_box .img_frame img {
    object-fit: contain;
}

#main_contactus {
    padding-top: 50px;
    padding-bottom: 50px;
    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;
    right: 25px;
}

.hp_banner_content div:first-child h2 {
    font-size: 25px;
}

.hp_banner_content div:first-child p {
    width: 100%;
}

/* about */

.index_wrapper_4 {
    padding-bottom: 50px;
}

/* contact */

.index_wrapper_8:before {
    left: -100px;
}

}

/* */

/* mobile */

@media only screen and (max-width: 767px) {

/* menu */

.navbar_mobile {
    background-color: #ffffff;
    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: #ec2029;
    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 .row_1 .col {
    padding: 15px;
}

.side_menu {
    background-color: #212529;
}

.side_menu input {
    border-radius: 5px;
    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: #2270b8 !important;
    transition: all 0.50s;
}

.side_menu button:hover {
    color: #ec2029 !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: bold;
    text-transform: uppercase;
}

.side_menu .list-group .list-group-item a:hover {
    color: #2270b8;
}

.side_menu .social_media a {
    color: #ffffff;
}

.side_menu .social_media a:hover {
    color: #2270b8;
}

.m_default_member a:hover, .m_default_languagebar a:hover {
    color: #2270b8;
}

/* banner */

.index_wrapper_2:before {
    height: 100px;
}

.slider_banner .item img {
    height: 750px !important;
    object-fit: cover;
}

.hp_table_1 .container, .hp_table_2 .container {
    flex-direction: column-reverse;
}

.hp_table_1:before, .hp_table_2:before {
    background-position: top;
    top: 0;
    left: 100px;
    transform: translateX(-50%);
    width: 750px;
    height: 100%;
}

.hp_banner_image {
    margin-top: 0;
    width: 75%;
}

.hp_banner_content {
    margin-bottom: 125px;
}

.hp_banner_content div:first-child {
    width: 100%;
}

.hp_banner_content div:first-child h2 {
    font-size: 20px;
    width: 80%;
    margin: auto;
}

/* why */

.index_wrapper_3 section .row {
    gap: 50px;
}

/* about */

.index_wrapper_4 {
    padding-bottom: 50px;
}

.hp_about_image_element div:nth-child(2) {
    bottom: 100px;
    right: 50px;
}

.hp_about_image_element div:last-child {
    right: 50px;
}

/* product */

.productSlider-1 {
    padding: 0 20px;
}

/* contact */

.index_wrapper_8 {
    margin-top: 0;
}

.index_wrapper_8:before {
    background-position: left bottom;
    top: auto;
    bottom: 0;
    left: -100px;
    width: 85%;
}

.hp_contact_box {
    flex-direction: column-reverse;
}

.hp_contact_box_image {
    margin-left: 0;
}

.hp_contact_box_image_element div:first-child {
    top: 100px;
}

.hp_contact_box_image_element div:nth-child(2) {
    bottom: 75px;
    left: 50px;
}

.hp_contact_box_image_element div:last-child {
    top: 50px;
    left: 0;
}

.hp_contact_box_content {
    padding: 50px 25px;
}

/* footer */

.footer_type7 .col-12.col-md-6.mb-3.mb-md-0 {
    margin-bottom: 0 !important;
}

.footer_type7 .col-12.col-md-6.pb-5.pb-md-0 {
    margin-top: 0;
    border-top: 0;
}

.footer_type7 .social_media {
    margin-top: 0;
}

.footer_type7 .social_media a {
    justify-content: center;
}

}

/* */