@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.13.1/font/bootstrap-icons.min.css");
@import url('https://fonts.googleapis.com/css2?family=Anton&display=swap');

body > br {
    display: none;
}

body {
    font-size: 14px !important;
}

#main_index {
    overflow: hidden;
    padding-bottom: 0 !important;
}

#main_index a:hover {
    text-decoration: none;
}

#main_index button:focus {
    outline: none;
}

.np_language_btn {
    height: 40px;
    top: 35px;
    right: 2vw;
}

.np_language_btn .dropdown_btn {
    color: #000;
    height: 40px;
    align-items: center;
    border-radius: 30px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
    padding: 0 6px;
}

.np_language_btn .dropdown_btn a {
    color: #000;
    padding: 6px 12px !important;
    font-size: 13px;
}

.np_language_btn .dropdown_btn span {
    display: none;
}

html[lang="en"] .np_language_btn .dropdown_btn a:nth-child(1) {
    color: #fff;
    background-color: #023479;
    border-radius: 30px 0 0 30px;
}

html[lang="zh-Hans"] .np_language_btn .dropdown_btn a:nth-child(3) {
    color: #fff;
    background-color: #023479;
    border-radius: 0;
}

html[lang="ms"] .np_language_btn .dropdown_btn a:nth-child(5) {
    color: #fff;
    background-color: #023479;
    border-radius: 0 30px 30px 0;
}

/*navigation bar*/
.navbar_type8 {
    height: 110px;
    background-color: #fff;
    padding: 0 14% 0 6.5%;
    border-bottom: .8px solid #ccc;
    transition: all 0.2s ease-in-out;
}

#main_index .navbar_type8 {
    border-bottom: none;
}

.dark_nav {
    height: 80px;
    background-color: rgb(255,255,255,0.9) !important;
    border-bottom: .8px solid #ccc !important;
}

.navbar_type8 .logo {
    margin-left: 0;
}

.navbar_type8 .logo img {
    width: 100%;
    padding: 15px 0;
    object-position: left;
    transition: all 0.2s ease-in-out;
}

.navbar_type8.dark_nav .logo img {
    padding: 10px 0;
}

.navbar_type8 .nav_tab {
    padding: 0;
    gap: 2.4vw;
}

.navbar_type8 .nav_tab .nav_item {
    text-transform: unset;
}

.navbar_type8 .nav_tab .nav_item a {
    font-size: 1.1vw;
    color: #000;
    font-weight: 500;
    display: block;
    padding: 1vw;
}

.navbar_type8 .nav_tab .nav_item:last-child a {
    background-color: #023479;
    color: #fff;
    border-radius: 12px;
    padding: 1vw 2.8vw;
    font-weight: 300;
}

.navbar_type8 .nav_tab .nav_item::before {
    position: absolute;
    content: "";
    left: 50%;
    top: unset;
    width: 0;
    border-bottom: none;
    transition: all 0.2s ease-in-out;
    opacity: 1;
    height: 1.8px;
    background-color: #023479;
    bottom: .5vw;
    transform: translate(-50%, 0);
}

.navbar_type8 .nav_tab .nav_item:hover::before {
    width: 100%;
}

.navbar_type8 .nav_tab .nav_item:last-child::before {
    display: none;
}

/*footer*/
.footer_type6 {
    background-color: #023479;
    color: white;
    padding-top: 5rem;
    padding-bottom: 2rem;
    overflow: hidden;
    font-weight: 300;
    line-height: 1.7;
}

.footer_type6 a {
    color: white;
}

.footer_type6 a:hover {
    color: #e5effb;
}

.footer_type6 a p.mb-2 {
    margin-bottom: .25rem !important;
}

.footer_type6 .copy_right b {
    font-weight: 700;
}

.footer_type6 .title {
    min-height: unset;
}

.footer_type6 .logo {
    padding-top: 90px;
}

.footer_type6 .logo img {
    max-height: 90px;
}

.footer_type6 .line {
    background-color: transparent;
    margin-top: 5rem;
}

.footer_type6 .input-container {
    background-color: #fff;
}

.footer_type6 .input-container input,
.footer_type6 .input-container label {
    font-size: 12px;
    color: #000;
    padding-left: 10px;
}

.footer_type6 .input-container .moveUp {
    font-size: 10px;
    color: #000;
}

.footer_type6 .input-container .submit {
    color: #023479;
    padding: 10px 15px;
}

.footer_type6 .input-container input {
    border-bottom: none;
    caret-color: #000;
}

.footer_type6 .social_media {
    text-align: right;
    display: flex;
    gap: 10px;
    justify-content: flex-end;
    padding: 0 !important;
}

.footer_type6 .social_media a {
    margin-left: 0;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    border-radius: 50%;
    color: #000;
}

.footer_type6 .social_media a:hover {
    color: #000;
    animation: 1s jello;
}

.footer_type6 .text-muted {
    color: #fff !important;
}

@media (min-width: 768px) {
    .footer_type6 .col-12.col-md-3.mb-1.mb-md-0.p-3 {
        -ms-flex: 0 0 23%;
        flex: 0 0 23%;
        max-width: 23%;
    }
    .footer_type6 .col-12.col-md-3.mb-1.mb-md-0.p-3:first-child {
        -ms-flex: 0 0 31%;
        flex: 0 0 31%;
        max-width: 31%;
    }
}

/*homepage banner*/
.slider_banner .banner_content {
    opacity: 1 !important;
}

.hp_banner {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    padding-left: 8%;
}

.hp_banner_box {
    width: 28%;
}

.hp_banner_title {
    font-family: "Anton", sans-serif;
    color: #012653;
    font-size: 3.8vw;
    margin-bottom: .5vw;
    font-weight: 500;
}

html[lang="zh-Hans"] .hp_banner_title {
    font-weight: 700;
}

.hp_banner_title span {
    display: block;
}

.hp_banner_small {
    font-size: 1.4vw;
    font-weight: 600;
    color: #023479;
    width: 85%;
    margin-bottom: 2vw;
    line-height: 1.4;
}

html[lang="ms"] .hp_banner_small {
    width: 100%;
}

.hp_banner_keyword {
    font-size: 1.25vw;
    font-weight: 400;
    margin-bottom: 0;
    color: #444;
    line-height: 1.6;
}

.hp_banner .hp_button {
    gap: 1.5vw;
}

.hp_banner_button {
    display: flex;
    margin-top: 1.5vw;
}

/*homepage what*/
.hp_what {
    padding: 4rem 6%;
    background-color: #012a6a;
}

.hp_what_ebox {
    margin: 15px 0;
    position: relative;
}

.hp_what_ebox::before {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(0, -50%);
    width: 1.8px;
    height: 100%;
    background-color: #fff;
}

.hp_what_ebox:last-child::before {
    display: none;
}

.hp_what_box {
    display: flex;
    gap: 13px;
    transition: all 0.3s ease-in-out;
}

.hp_what_box:hover {
    transform: translateY(-10px);
}

.hp_what_icon img {
    max-width: 70px;
    width: 70px !important;
}

.hp_what_box:hover .hp_what_icon img {
    animation: 1s jello;
}

.hp_what_title {
    font-size: 17px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 7px;
    min-height: 41px;
}

.hp_what_keyword {
    font-size: 12px;
    color: #fff;
    margin-bottom: 0;
    line-height: 1.8;
}

@media (min-width: 768px) {
    .hp_what_ebox {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
}

/*homepage step*/
.hp_step {
    padding: 8rem 0 9rem;
    background-image: url('https://cdn1.npcdn.net/userfiles/28625/image/C-BG.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}

.hp_big_title {
    font-size: 2.2vw;
    font-weight: 900;
    font-family: "Inter", sans-serif;
    color: #012653;
    margin-bottom: 0;
}

.hp_big_title span {
    display: block;
}

.hp_big_title b {
    color: #085afe;
    font-weight: 900;
}

.hp_step_text {
    font-size: 19px;
    color: #555;
    display: flex;
    flex-direction: column;
    gap: 15px;
    margin-bottom: 0;
    line-height: 1.6;
    margin-top: 1.5rem;
}

.hp_step_text::before {
    content: "";
    width: 80px;
    height: 3.8px;
    background-color: #012653;
}

.hp_step_group {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 3vw;
    margin-top: 2.5rem;
}

.hp_step_icon img {
    max-width: 100px;
    width: 100px !important;
}

.hp_step_box:hover .hp_step_icon img {
    animation: 1s jello;
}

.hp_step_left {
    position: relative;
    z-index: 1;
}

.hp_step_left_box {
    padding: 0 3vw 0 7vw;
}

.hp_step_title {
    font-size: 14px;
    color: #012653;
    margin: 5px 0;
    font-weight: 600;
}

.hp_step_keyword {
    font-size: 11.5px;
    margin-bottom: 0;
    line-height: 1.4;
}

.hp_step_ebox {
    position: relative;
}

.hp_step_ebox::before {
    content: "";
    width: 30px;
    height: 30px;
    position: absolute;
    right: calc(-1.5vw - 11px);
    top: 37%;
    transform: translate(0, -50%);
    background-image: url('https://cdn1.npcdn.net/userfiles/28625/image/C-ELEMENT.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}

.hp_step_ebox:last-child::before {
    display: none;
}

.hp_step_box {
    display: flex;
    flex-direction: column;
    text-align: center;
    justify-content: center;
    transition: all 0.25s ease-in-out;
}

.hp_step_box:hover {
    transform: translateY(-10px);
}

/*homepage bottle*/
.hp_bottle {
    padding: 6rem 7%;
    background-image: linear-gradient(to top, #023479 30%, #fff 30%);
}

.hp_bottle_button {
    display: flex;
    margin-top: 1.5rem;
}

.hp_bottle_top {
    position: relative;
    z-index: 1;
}

.hp_bottle_bottom_box {
    display: flex;
    align-items: flex-end;
    width: 83%;
    margin: -6vw auto 0;
    gap: 4vw;
}

.hp_bottle_box {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.hp_bottle_box:hover .hp_bottle_img {
    animation: 1s bounce infinite linear;
}

.hp_bottle_text {
    font-size: 13px;
    font-weight: 600;
    color: #fff;
    margin: 10px 0 0;
}

.hp_button {
    position: relative;
    transition: all 0.3s ease-in-out;
    padding: 10px 25px;
    background-color: #023479;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    gap: 6vw;
    border: none;
    outline: none;
    overflow: hidden;
    font-size: 14px;
    cursor: pointer;
}

.hp_button span {
    width: 25px;
    height: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: .8px solid #fff;
    border-radius: 50%;
    font-size: 12px;
}

.hp_button:hover span {
    animation: 1s swing;
}

.hp_button:hover {
    transform: scale(1.05);
}

.hp_button:active {
    transform: scale(0.75);
}

.hp_button:hover::before {
    animation: shine 1.5s ease-out infinite;
}

.hp_button::before {
    content: "";
    position: absolute;
    width: 100px;
    height: 100%;
    background-image: linear-gradient(
        120deg,
        rgba(255, 255, 255, 0) 30%,
        rgba(255, 255, 255, 0.8),
        rgba(255, 255, 255, 0) 70%
    );
    top: 0;
    left: -100px;
    opacity: 0.6;
}

@keyframes shine {
  0% {
    left: -100px;
  }

  60% {
    left: 100%;
  }

  to {
    left: 100%;
  }
}

/*homepage why*/

.hp_why {
    background-color: #f5f9fc;
    border-top: 4.8px solid #f5f9fc;
    border-bottom: 4.8px solid #f5f9fc;
}

.hp_why_left_box {
    position: relative;
}

.hp_why_text {
    position: absolute;
    left: 6vw;
    top: 4vw;
    display: flex;
    flex-direction: column;
    gap: 1vw;
}

.hp_why_text::after {
    content: "";
    width: 6.5vw;
    height: 1.8px;
    background-color: #012653;
}

.hp_why_right {
    display: flex;
    align-items: center;
}

.hp_why_right_box {
    display: grid;
    grid-template-columns: 1fr 1fr;
    padding: 0 3.5vw;
}

.hp_why_icon img {
    max-width: 40px;
    width: 40px !important;
}

.hp_why_point:hover .hp_why_icon img {
    animation: 1s jello;
}

.hp_why_point {
    display: flex;
    gap: 15px;
    border-bottom: .8px solid #ccc;
    padding: 2.5vw;
    position: relative;
}

.hp_why_point:nth-child(3),
.hp_why_point:nth-child(4) {
    border-bottom: none;
}

.hp_why_point::before {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(0, -50%);
    width: .8px;
    height: 85%;
    background-color: #ccc;
}

.hp_why_point:nth-child(2)::before,
.hp_why_point:nth-child(4)::before {
    display: none;
}

.hp_why_title {
    font-family: "Inter", sans-serif;
    color: #012653;
    font-weight: 800;
    font-size: 25px;
    margin-bottom: 10px;
}

.hp_why_keyword {
    font-size: 15.5px;
    color: #777;
    margin-bottom: 0;
}

@media (min-width: 768px) {
    .hp_why_left {
        -ms-flex: 0 0 39.5%;
        flex: 0 0 39.5%;
        max-width: 39.5%;
    }
    .hp_why_right {
        -ms-flex: 0 0 60.5%;
        flex: 0 0 60.5%;
        max-width: 60.5%;
    }
}

/*homepage certificate*/

.hp_certificate {
    padding: 5rem 7%;
    background-image: url('https://cdn1.npcdn.net/userfiles/28625/image/F-BG.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}

.hp_certificate_right_box {
    display: grid;
    grid-template-columns: 1fr 1fr;
    padding: 0 0 2vw;
    position: relative;
    gap: 2vw;
    width: 80%;
    margin-left: auto;
    margin-right: 2%;
}

.hp_certificate_right_box::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: .8px;
    height: 100%;
    background-color: #fff;
    opacity: 0.6;
}

.hp_certificate_point {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    transition: all 0.3s ease-in-out;
}

.hp_certificate_point:hover {
    transform: translateY(-10px);
}

.hp_certificate_img {
    width: 57%;
}

.hp_certificate_title {
    font-size: 23px;
    font-weight: 700;
    color: #fff;
    margin: 0 0 10px;
}

.hp_certificate_keyword {
    font-size: 14px;
    font-weight: 300;
    color: #fff;
    margin-bottom: 0;
}

.hp_certificate_text {
    font-size: 18px;
    color: #fff;
    display: flex;
    flex-direction: column;
    gap: 15px;
    margin-bottom: 0;
    line-height: 1.6;
    margin-top: 1.5rem;
    font-weight: 300;
}

.hp_certificate_text::before {
    content: "";
    width: 80px;
    height: .8px;
    background-color: #fff;
}

/*homepage business*/
.hp_business {
    padding: 8rem 5.5%;
}

.hp_business_top_box {
    margin-bottom: 1.5rem;
}

.hp_business_ebox {
    margin: 15px 0;
}

.hp_business_box {
    position: relative;
    transition: all 0.3s ease-in-out;
}

.hp_business_box:hover {
    transform: translateY(-10px);
}

.hp_business_img {
    overflow: hidden;
}

.hp_business_img img {
    transition: all 0.3s ease-in-out;
}

.hp_business_box:hover .hp_business_img img {
    transform: scale(1.1);
}

.hp_business_content {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    text-align: center;
    padding: 15px;
    background-image: linear-gradient(to top, #023479 16%, transparent, transparent);
}

.hp_business_title {
    font-size: 17px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 0;
    line-height: 1.5;
}

.hp_business_title span {
    display: block;
}

.hp_business_ebox:nth-child(3) .hp_business_content,
.hp_business_ebox:nth-child(5) .hp_business_content,
.hp_business_ebox:nth-child(6) .hp_business_content,
.hp_business_ebox:nth-child(8) .hp_business_content {
    background-image: linear-gradient(to top, #e5effb 16%, transparent, transparent);
}

.hp_business_ebox:nth-child(3) .hp_business_title,
.hp_business_ebox:nth-child(5) .hp_business_title,
.hp_business_ebox:nth-child(6) .hp_business_title,
.hp_business_ebox:nth-child(8) .hp_business_title {
    color: #000;
    font-weight: 700;
}


/*homepage client*/

#main_index .hp_photoGallerySlider_type3 {
    background-color: transparent;
}

.hp_client {
    padding: 0 5.5% .5rem;
}

#main_index .hp_photoGallerySlider_type3 .container {
    max-width: 100%;
}

#main_index .hp_photoGallerySlider_type3 .col-12,
#main_index .hp_photoGallerySlider_type3 .photo-gallery3 {
    padding: 0;
}

#main_index .hp_photoGallerySlider_type3 .photo-gallery3 .slick-arrow {
    display: none !important;
}

#main_index .hp_photoGallerySlider_type3 .photo-gallery3 .outline_box {
    padding: 10px;
    transition: all 0.3s ease-in-out;
}

#main_index .hp_photoGallerySlider_type3 .photo-gallery3 .outline_box:hover {
    transform: translateY(-10px);
}

#main_index .hp_photoGallerySlider_type3 .photo-gallery3 .outline_box .gallery_box {
    padding-top: 70%;
    background-color: transparent;
}

#main_index .hp_photoGallerySlider_type3 .photo-gallery3 .outline_box .gallery_box img {
    object-fit: contain;
    padding: 0;
}

/*homepage news*/
#main_index .index_wrapper_10 {
    padding: 7rem 5.5% 5rem;
}

.hp_news {
    margin-bottom: 1rem;
}

#main_index .hp_latest_new_8 .col-12.col-lg-4.mb-4 {
    margin: 15px 0 !important;
}

#main_index .hp_latest_new_8 .col-12.col-lg-4.mb-4:nth-child(n+4),
#main_index .hp_latest_new_8 .news_box .read_more,
#main_index .hp_latest_new_8 .news_box .title span {
    display: none;
}

#main_index .hp_latest_new_8 .news_box {
    padding: 0;
    transition: all 0.3s ease-in-out;
}

#main_index .hp_latest_new_8 .news_box:hover {
    transform: translateY(-10px);
}

#main_index .hp_latest_new_8 .news_box .title {
    font-size: 18px;
    line-height: 1.2;
    color: #000;
    margin: 15px 0;
}

#main_index .hp_latest_new_8 .news_box .title b {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    word-wrap: break-word;
    font-weight: 500;
}

#main_index .hp_latest_new_8 .news_box .content {
    opacity: 1;
    margin-bottom: 15px;
    -webkit-line-clamp: 2;
    font-size: 14.5px;
    color: #666;
}

#main_index .hp_latest_new_8 .news_box .date {
    opacity: 1;
    font-size: 14px;
    text-align: left !important;
    color: #555;
}

#main_index .hp_latest_new_8 .news_box .date i {
    color: #012653;
}

/*other pages*/
.category_list_type4 .category_box .img_frame img,
.product_list_5 .product_box .img_frame img,
.gallerycategory .img_frame img,
.ws_gallery-2 .img_frame img {
    object-fit: contain;
}

/*homepage responsive*/

@media (max-width: 1330.5px) {
    .hp_step_left_box {
        padding: 0 3vw;
    }
}

@media (max-width: 1200.5px) {
    .np_language_btn {
        height: auto;
        top: 3px;
        right: 3px;
    }
    .np_language_btn .dropdown_btn {
        height: auto;
        padding: 4px 5px;
    }
    .np_language_btn .dropdown_btn a {
        padding: 4px 8px !important;
        font-size: 10px;
    }
    
    /*navigation bar*/
    .navbar_type8 {
        padding: 0 9% 0 15px;
    }
    .navbar_type8 .nav_tab .nav_item a {
        font-size: 1.3vw;
    }
    .navbar_type8 .nav_tab .nav_item:last-child a {
        border-radius: 8px;
    }
    
    /*footer*/
    .footer_type6 {
        padding-top: 4rem;
    }
    
    /*homepage banner*/
    
    
    /*homepage why*/
    .hp_what {
        padding: 3rem 15px;
    }
    .hp_what_ebox {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
    .hp_what_ebox:nth-child(3)::before {
        display: none;
    }
    .hp_what_title {
        font-size: 17px;
        min-height: auto;
    }
    
    /*homepage step*/
    .hp_step {
        padding: 5rem 0;
    }
    .hp_step_left_box {
        padding: 0 15px;
    }
    .hp_big_title {
        font-size: 27px;
    }
    .hp_step_text {
        margin-top: 15px;
        font-size: 15px;
    }
    .hp_step_icon img {
        max-width: 75px;
        width: 75px !important;
    }
    .hp_step_ebox::before {
        width: 20px;
        height: 20px;
    }
    
    /*homepage bottle*/
    .hp_bottle {
        padding: 4rem 15px;
    }
    .hp_button {
        font-size: 13.5px;
        padding: 8px 15px;
        gap: 20px;
    }
    
    /*homepage why*/
    .hp_why_right_box {
        padding: 0 30px;
    }
    .hp_why_point {
        padding: 20px 10px;
    }
    .hp_why_title {
        font-size: 18px;
        margin-bottom: 5px;
    }
    .hp_why_keyword {
        font-size: 14px;
    }
    .hp_why_img img {
        min-height: 450px;
        object-fit: cover;
        object-position: left;
    }
    .hp_why_text {
        left: 30px;
        top: 30px;
        gap: 15px;
    }
    
    /*homepage certificate*/
    .hp_certificate {
        padding: 4rem 15px;
    }
    .hp_certificate .hp_big_title {
        font-size: 25px;
    }
    .hp_certificate_text {
        font-size: 15px;
        margin-top: 15px;
    }
    
    /*homepage business*/
    .hp_business {
        padding: 4rem 15px;
    }
    .hp_business_title {
        font-size: 16px;
        line-height: 1.3;
    }
    
    /*homepage client*/
    .hp_client {
        padding: 0 15px .5rem;
    }
    
    /*homepage news*/
    #main_index .index_wrapper_10 {
        padding: 4rem 15px;
    }
    #main_index .hp_latest_new_8 .news_box .title {
        font-size: 17px;
    }

}

.side_menu {
    background-color: #012a6a;
}

.side_menu .list-group .list-group-item a {
    color: #fff;
}

@media (max-width: 991.5px) {
    /*footer*/
    
    
    /*homepage banner*/
    .hp_banner .hp_button {
        font-size: 11.5px;
    }
    
    /*homepage why*/
    .hp_what_icon img {
        max-width: 60px;
        width: 60px !important;
    }
    
    /*homepage step*/
    .hp_big_title span {
        display: unset;
    }
    .hp_step_group {
        grid-template-columns: repeat(3, 1fr);
    }
    
    /*homepage bottle*/
    .hp_bottle_bottom_box {
        width: 100%;
    }
    
    /*homepage why*/
    .hp_why_left,
    .hp_why_right {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .hp_why_img img {
        min-height: auto;
    }
    .hp_why_right_box {
        padding: 3rem 30px;
    }
    .hp_why_point {
        padding: 25px 15px;
    }
    
    /*homepage certificate*/
    
    
    /*homepage business*/
    .hp_business_ebox {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .hp_business_ebox:nth-child(4) .hp_business_content,
    .hp_business_ebox:nth-child(7) .hp_business_content,
    .hp_business_ebox:nth-child(8) .hp_business_content {
        background-image: linear-gradient(to top, #e5effb 16%, transparent, transparent);
    }
    .hp_business_ebox:nth-child(5) .hp_business_content,
    .hp_business_ebox:nth-child(6) .hp_business_content {
        background-image: linear-gradient(to top, #023479 16%, transparent, transparent);
    }
    .hp_business_ebox:nth-child(4) .hp_business_title,
    .hp_business_ebox:nth-child(7) .hp_business_title,
    .hp_business_ebox:nth-child(8) .hp_business_title {
        color: #000;
    }
    .hp_business_ebox:nth-child(5) .hp_business_title,
    .hp_business_ebox:nth-child(6) .hp_business_title {
        color: #fff;
    }
    
    /*homepage client*/
    
    
    /*homepage news*/
    

}

@media (max-width: 767.5px) {
    /*footer*/
    .footer_type6 .line {
        margin-top: 2rem;
    }
    .footer_type6 .social_media {
        justify-content: center;
        margin-bottom: 2rem;
    }
    
    /*homepage banner*/
    .slider_banner .item > img {
        min-height: 500px;
        object-fit: cover;
        padding-top: 250px;
        object-position: right;
        background-color: #eaf4fe;
    }
    .slider_banner .item::before {
        content: "";
        position: absolute;
        left: 0;
        top: 250px;
        width: 100%;
        height: 15%;
        background-image: linear-gradient(to bottom, #eaf4fe, transparent);
    }
    .hp_banner {
        padding: 20px;
        align-items: flex-start;
    }
    .hp_banner_box {
        width: 100%;
    }
    .hp_banner_title {
        font-size: 30px;
    }
    .hp_banner_small {
        font-size: 16px;
        line-height: 1.3;
        width: 100%;
    }
    .hp_banner_keyword {
        font-size: 13px;
    }
    .hp_banner .hp_button span {
        width: 20px;
        height: 20px;
        font-size: 10px;
    }
    .hp_banner_button {
        margin-top: 10px;
    }
    
    /*homepage why*/
    .hp_what_ebox {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .hp_what_ebox::before {
        display: none;
    }
    
    /*homepage step*/
    .hp_step_ebox:nth-child(2)::before,
    .hp_step_ebox:nth-child(4)::before {
        display: none;
    }
    .hp_step_ebox::before {
        right: -25px;
    }
    .hp_step_group {
        grid-template-columns: repeat(2, 1fr);
        gap: 30px;
    }
    .hp_step_right_box {
        margin-top: 3rem;
    }
    
    /*homepage bottle*/
    .hp_bottle_bottom {
        padding: 0;
    }
    .hp_bottle_bottom_box {
        margin: 2rem auto 0;
    }
    .hp_bottle_text {
        font-size: 11.5px;
    }
    
    /*homepage why*/
    .hp_why_text {
        left: 0;
        width: 100%;
        padding: 0 30px;
    }
    .hp_why_img img {
        min-height: 400px;
    }
    .hp_why_right_box {
        grid-template-columns: 1fr;
    }
    .hp_why_point {
        padding: 25px 0;
    }
    .hp_why_point::before {
        display: none;
    }
    .hp_why_point:nth-child(3) {
        border-bottom: .8px solid #ccc;
    }
    
    /*homepage certificate*/
    .hp_certificate_right_box {
        margin-right: 0;
        width: 100%;
        padding: 1rem 0;
        margin-top: 2rem;
        gap: 20px;
    }
    .hp_certificate_img {
        width: 80%;
    }
    .hp_certificate_title {
        font-size: 20px;
    }
    
    /*homepage business*/
    .hp_business_ebox {
        margin: 10px 0;
        padding: 0 10px;
    }
    .hp_business_title span {
        display: unset;
    }
    .hp_business_title {
        font-size: 13px;
        line-height: 1.2;
    }
    
    /*homepage client*/
    
    
    /*homepage news*/
    

}