@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.13.1/font/bootstrap-icons.min.css");

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;
}


/*navigation bar*/
.navbar_type8 {
    height: 105px;
    background-color: #fff;
    border-bottom: .8px solid #10172a;
    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 #10172a !important;
}

.navbar_type8 .logo {
    margin: 0;
    flex: 0 1 44%;
}

.navbar_type8 .logo img {
    width: 100%;
    padding: 14px 0 2px;
    transition: all 0.2s ease-in-out;
}

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

.navbar_type8 .nav_tab {
    flex: 0 1 56%;
    padding: 0 9vw 0 0;
    background-color: #10172a;
}

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

.navbar_type8 .nav_tab .nav_item a {
    font-size: 1.05vw;
    padding: 1vw;
    font-weight: 500;
    display: block;
    transition: all 0.2s ease-in-out;
}

.navbar_type8 .nav_tab .nav_item a:hover {
    transform: translateY(-5px);
}

.navbar_type8 .nav_tab .nav_item::before {
    display: none;
}

.navbar_social_point a {
    color: #fff;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: .8px solid #fff;
    border-radius: 50%;
    font-size: 12px;
}

.navbar_social_point a:hover {
    color: #fff;
    text-decoration: none;
    animation: 1s swing;
}

.navbar_social_point li:nth-child(n+2) {
    display: none;
}

.navbar_social_box {
    display: flex;
    height: 100%;
    align-items: center;
    gap: 10px;
    padding-left: 5vw;
}

.navbar_type8 .nav_tab .dropdown .dropdown-menu-img {
    top: 55px !important;
}

/*footer*/
.footer_type7 {
    background-color: #10172a;
    color: white;
    padding-top: 5rem !important;
    padding-bottom: 4rem !important;
    overflow: hidden;
    font-weight: 300;
}

.footer_type7 .copy_right strong {
    font-weight: 700;
}

.footer_type7 .logo img {
    max-height: 80px;
    filter: brightness(0) invert(1);
}

.footer_type7 .title h5 {
    font-size: 20px;
    text-transform: uppercase;
    color: #db2029;
    font-weight: 500;
}

.footer_type7 a:hover {
    color: #db2029;
}

/*homepage banner*/
.hp_banner {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    padding-left: 14.5vw;
}

.hp_banner_text {
    position: absolute;
    right: 0;
    top: 17vw;
    font-size: 1.05vw;
    color: #fff;
    font-weight: 400;
    letter-spacing: 5px;
    white-space: nowrap;
    display: flex;
    flex-direction: column;
    gap: 1vw;
    margin-bottom: 0;
}

.hp_banner_text::before {
    content: "";
    width: 24vw;
    height: 0.8px;
    background-color: #fff;
}

.hp_banner_small {
    font-size: 1.15vw;
    color: #eee;
    margin-bottom: .5vw;
}

.hp_banner_title1 {
    font-size: 4.7vw;
    font-weight: 700;
    color: #fff;
    margin-bottom: 0;
    line-height: 1.2;
}

.hp_banner_title2 {
    font-size: 4.7vw;
    font-weight: 700;
    color: transparent;
    margin-bottom: 0;
    line-height: 1;
    -webkit-text-stroke: .8px #fff;
    background-color: #b51717;
    width: fit-content;
    padding: 0 1.5vw 0 14.5vw;
    position: relative;
    left: -14.5vw;
}

.hp_banner_title3 {
    font-size: 4.7vw;
    font-weight: 700;
    color: #fff;
    margin-bottom: 1.5vw;
    line-height: 1.2;
}

.hp_banner_keyword {
    font-size: .95vw;
    color: #fff;
    margin-bottom: 0;
    padding-left: 1.5vw;
    border-left: 1.8px solid #b51717;
}

.hp_banner_box {
    width: 36%;
    position: relative;
    z-index: 1;
}

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

.hp_banner .hp_button {
    color: #eee;
}

.slider_banner .item {
    overflow: hidden;
}

/*.slider_banner .item > img {*/
/*    animation: zoomAnimation 30s infinite alternate;*/
/*}*/

@keyframes zoomAnimation {
    from {
        transform: scale(1);
    }
    to {
        transform: scale(1.1);
    }
}

.hp_bannerNew {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    text-align: center;
    padding: 6vw 1vw 0;
}

.hp_bannerNew_small {
    font-size: 1.3vw;
    font-weight: 600;
    color: #ccc;
    letter-spacing: 3px;
    margin-bottom: 1vw;
}

.hp_bannerNew_title {
    font-size: 3vw;
    margin-bottom: 0;
    color: #fff;
    font-weight: 700;
    line-height: 1.15;
}

.hp_bannerNew_box {
    width: 100%;
}

/*homepage provide*/
.hp_provide {
    padding: 5rem 8.5% 8.5rem;
    background-image: url('https://cdn1.npcdn.net/userfiles/28750/image/b-solution-bg.jpg');
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: 100% 0;
}

.hp_provide .row {
    row-gap: 2rem
}

.hp_small_title {
    font-size: 18px;
    font-weight: 600;
    color: #b51717;
    letter-spacing: 3px;
    margin-bottom: 10px;
}

.hp_big_title {
    font-size: 2.8vw;
    margin-bottom: 0;
    color: #1b1d34;
    font-weight: 700;
    line-height: 1.15;
}

.hp_big_title span {
    display: block;
}

.hp_big_title b {
    color: #cdcdd5;
    font-weight: 700;
}

.hp_provide_right {
    display: flex;
    align-items: flex-end;
}

.hp_provide_right_box {
    padding-left: 4vw;
}

.hp_keyword {
    font-size: 13.5px;
    margin-bottom: 0;
    color: #000;
}

.hp_provide_icon img {
    max-width: 55px;
    width: 55px !important;
    transform-origin: center bottom;
}

.hp_provide_box:hover .hp_provide_icon img {
    animation: 1s swing;
}

.hp_provide_ebox {
    margin: 15px 0;
}

.hp_provide_header {
    display: flex;
    align-items: center;
    gap: 15px;
}

.hp_provide_content {
    padding: 30px 40px;
    background-color: #fff;
    border: 1.8px solid #f1f5f8;
    border-radius: 25px;
    position: relative;
    z-index: 1;
    margin-top: -35px;
    box-shadow: -5px 5px 15px rgb(0,0,0,0);
    transition: all 0.3s ease-in-out;
}

.hp_provide_box:hover .hp_provide_content {
    box-shadow: -5px 5px 15px rgb(0,0,0,0.05);
}

.hp_provide_title {
    font-size: 21px;
    font-weight: 700;
    color: #1b1d34;
    margin-bottom: 0;
}

.hp_provide_keyword {
    font-size: 14.5px;
    margin: 0;
    padding: 10px 0 20px;
    border-bottom: .8px solid #f1f5f8;
    color: #444;
    min-height: 118px;
    transition: all 0.3s ease-in-out;
}

.hp_provide_box:hover .hp_provide_keyword {
    border-bottom: .8px solid #b51717;
}

.hp_provide_number {
    font-size: 140px;
    font-weight: 700;
    color: #f1f5f8;
    margin-bottom: 0;
    line-height: .8;
    padding-left: 1.5vw;
    transition: all 0.3s ease-in-out;
}

.hp_provide_box:hover .hp_provide_number {
    color: #f8ecec;
}

.hp_provide_ebox:nth-child(4) {
    padding-top: 6vw;
}

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

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

/*homepage about*/
.hp_about {
    width: 91.5%;
    margin: 0 auto;
    background-color: #10172a;
    padding: 0 7.5vw 5rem;
    position: relative;
}

.hp_about::before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translate(-50%, 0);
    width: 90%;
    height: 1.8px;
    background-color: #1f2e55;
}

.hp_about .hp_big_title {
    margin-bottom: 20px;
    font-size: 3.5vw;
}

.hp_about .hp_big_title b {
    color: transparent;
    -webkit-text-stroke: .8px #fff;
}

.hp_about .hp_keyword {
    color: #fff;
    font-size: 14px;
    line-height: 1.6;
    width: 87%;
}

.hp_button {
    background-color: transparent;
    border: none;
    padding: 0;
    display: flex;
    align-items: center;
    gap: 15px;
    color: #000;
    font-size: 14.5px;
}

.hp_about .hp_button {
    color: #eee;
}

.hp_about_button {
    display: flex;
    margin-top: 2.5rem;
}

.hp_button span {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 27px;
    height: 27px;
    background-color: #b51717;
    border-radius: 7px;
    font-size: 12px;
    padding-bottom: 0;
    color: #fff;
}

.hp_button:hover span {
    padding-bottom: 1px;
}

.hp_button span i {
    display: block;
    transform: rotate(-45deg);
    transition: all 0.3s ease-in-out;
}

.hp_button:hover span i {
    transform: rotate(-360deg);
}

.hp_about_right {
    margin-top: -4.5vw;
}

.hp_about_right_box {
    position: relative;
}

.hp_about_img {
    width: 86.5%;
    margin-left: auto;
}

.hp_about_circle {
    position: absolute;
    left: 2%;
    top: 17vw;
    z-index: 1;
}

.hp_about_circle::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background-image: url('https://cdn1.npcdn.net/userfiles/28750/image/c-about-circle.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    z-index: -1;
    animation: spin 50s linear infinite;
}

@keyframes spin {
    from {
        transform: translate(-50%, -50%) rotate(0deg);
    }
    to {
        transform: translate(-50%, -50%) rotate(-360deg);
    }
}

.hp_about_circle img {
    max-width: 9vw;
}

.hp_about_number {
    font-size: 17vw;
    font-weight: 800;
    color: #1f2e55;
    margin-bottom: 0;
    line-height: .75;
}

.hp_about_text {
    font-size: 1.9vw;
    font-weight: 500;
    color: #1f2e55;
    margin-bottom: 0;
}

.hp_about_text span {
    display: block;
}

.hp_about_group {
    position: relative;
    margin-top: -7vw;
    z-index: -1;
    display: flex;
    align-items: flex-end;
    gap: 1vw;
    left: -10vw;
}

.hp_about_left_box {
    padding-top: 6rem;
}

.hp_about_left {
    position: relative;
    z-index: 2;
}

/*homepage count*/
#main_index .index_wrapper_5 {
    background-image: linear-gradient(to top, #f1f5f8 40%, transparent 40%);
}

.hp_count {
    width: 91.5%;
    margin: 0 auto;
    background-color: #10172a;
    padding: 5rem 7.5vw 5.5rem;
    background-image: url('https://cdn1.npcdn.net/userfiles/28750/image/c-about-bg.jpg');
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: 50% 100%;
    position: relative;
}

.hp_count::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 0;
    transform: translate(-50%, -50%) rotate(45deg);
    width: 13px;
    height: 13px;
    background-color: #b51717;
    border-radius: 3px;
}

.hp_count .hp_big_title {
    font-size: 3.5vw;
}

.hp_count .hp_big_title b {
    color: #b51717;
}

.hp_count_right_box {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 35px;
    width: 107%;
}

.hp_count_box {
    padding: 35px 10px 30px;
    background-color: #1c2335;
    text-align: center;
    height: 100%;
    transition: all 0.3s ease-in-out;
}

.hp_count_box:hover {
    transform: translateY(-10px);
    background-color: #b51716;
}

.hp_count_number {
    display: flex;
    justify-content: center;
    font-size: 50px;
    color: #fff;
    font-weight: 700;
    line-height: .7;
    transform-origin: center bottom;
    margin-bottom: 25px;
}

.hp_count_box:hover .hp_count_number {
    animation: 1s swing;
}

.hp_count_number .running_word {
    margin-bottom: 0;
}

.hp_count_text {
    font-size: 14px;
    margin-bottom: 0;
    color: #fff;
    letter-spacing: 1.5px;
    font-weight: 500;
}

.hp_count_bottom_number {
    display: flex;
    justify-content: center;
    font-size: 8.5vw;
    font-weight: 700;
    color: #fff;
    line-height: .85;
    gap: 1vw;
    padding-left: 6vw;
}

.hp_count_bottom_number .running_word {
    margin-bottom: 0;
    color: #b51717;
}

.hp_count_title {
    font-size: 18.5px;
    color: #b3b3b3;
    font-weight: 600;
    letter-spacing: 3px;
    margin-bottom: 15px;
}

.hp_count_keyword {
    font-size: 15px;
    color: #fff;
    width: 63%;
    margin: 2.5rem auto 0;
}

.hp_count_bottom_box {
    margin-top: 6rem;
}

/*homepage category*/
#main_index .index_wrapper_6 {
    padding: 9rem 8% 0;
    background-image: linear-gradient(to bottom, #f1f5f8 85%, transparent 85%);
}

.hp_category {
    margin-bottom: 1.5rem;
}

.hp_category_right {
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
}

#main_index .product_cat-4 {
    padding: 0 15px;
}

#main_index .product_cat-4 .col-12.col-md-4.col-lg-4.p-0 {
    margin: 15px 0 !important;
    padding: 0 15px !important;
}

#main_index .product_cat-4 .col-12.col-md-4.col-lg-4.p-0:nth-child(n+4),
#main_index .product_cat-4 .cat_box .content .content_box h3, 
#main_index .product_cat-4 .cat_box .content .line {
    display: none;
}

#main_index .product_cat-4 .cat_outter_box {
    padding: 0;
    transition: all 0.3s ease-in-out;
}

#main_index .product_cat-4 .cat_outter_box:hover {
    transform: translateY(-10px);
}

#main_index .product_cat-4 .cat_box .content .content_box .btn-outline-primary {
    display: flex;
    align-items: center;
    font-size: 0 !important;
    padding: 0 !important;
    border: none !important;
}

#main_index .product_cat-4 .cat_box .content .content_box .btn-outline-primary::before {
    content: "\f138";
    display: inline-block;
    font-family: bootstrap-icons !important;
    font-style: normal;
    font-weight: 400 !important;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    vertical-align: -.125em;
    font-size: 30px;
    color: #fff;
    transform: rotate(-45deg);
    transition: all 0.3s ease-in-out;
}

#main_index .product_cat-4 .cat_box:hover .content .content_box .btn-outline-primary::before {
    transform: rotate(-360deg);
}

#main_index .product_cat-4 .cat_box .content .content_box .btn-outline-primary:hover {
    border-color: transparent;
    background-color: transparent;
    color: white;
}

#main_index .product_cat-4 .cat_box .content {
    background-color: transparent;
    background-image: linear-gradient(to top, rgb(0,0,0,0.9), transparent);
}

#main_index .product_cat-4 .cat_box:hover .content {
    background-color: transparent;
}

#main_index .product_cat-4 .cat_box .content .content_box {
    border-top: .8px solid rgb(255,255,255,0.7);
    width: 85%;
    margin: 0 auto;
    padding: 20px 0 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}

#main_index .product_cat-4 .cat_box .content .content_box h4 {
    font-size: 26px;
    color: #fff;
    margin-bottom: 0 !important;
}

#main_index .product_cat-4 .cat_box {
    height: 0;
    padding-top: 80%;
    border-radius: 10px;
}

#main_index .product_cat-4 .cat_box > a {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

#main_index .product_cat-4 .cat_box img {
    transition: all 0.3s ease-in-out;
}

/*homepage brand2*/

#main_index .index_wrapper_7 .hp_brand {
    padding: unset;
    background-image: unset;
    background-size: unset;
    background-repeat: unset;
    background-position: unset;
    background-color: unset;
    margin: 0;
}

#main_index .index_wrapper_7 {
    position: relative;
    padding: 7rem 8% 0;
}

#main_index .index_wrapper_7::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-image: url('https://cdn1.npcdn.net/userfiles/28750/image/e-wcu-bg.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 0 0;
    background-attachment: fixed;
    z-index: -1;
}

#main_index .index_wrapper_7 .hp_brand .row:nth-child(1) {
    display: none;
}

#main_index .index_wrapper_7 .hp_brand .row {
    gap: 2rem 0;
}

.hp_brandNew_box {
    margin-bottom: 2.5rem;
}

#main_index .hp_brand .brand_item {
    transition: all 0.3s ease-in-out;
}

#main_index .hp_brand .brand_item:hover {
    box-shadow: none;
    transition: all 0.3s ease-in-out;
    transform: translateY(-10px);
}

#main_index .hp_brand .brand_item img {
    min-height: 70px;
    max-height: 70px;
    object-fit: contain;
}

/*homepage why*/
.hp_why {
    padding: 7rem 8% 5rem;
    position: relative;
}

.hp_why::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-image: url('https://cdn1.npcdn.net/userfiles/28750/image/e-wcu-bg.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 0 0;
    background-attachment: fixed;
    z-index: -1;
}

.hp_why::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 0);
  width: calc(84% - 30px);
  height: .8px;
  background-color: #e1e1e3;
}

.hp_why .row {
    row-gap: 2rem;
}

.hp_why_top_box {
    margin-bottom: 2rem;
}

.hp_why_ebox {
    margin: 15px 0;
}

.hp_why_icon img {
    max-width: 55px;
    width: 55px !important;
    transform-origin: center bottom;
}

.hp_why_box:hover .hp_why_icon img {
    animation: 1s swing;
}

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

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

.hp_why_title {
    font-size: 19.5px;
    font-weight: 700;
    color: #0f172a;
    display: flex;
    flex-direction: column;
    gap: 15px;
    margin-bottom: 15px;
}

.hp_why_title::after {
    content: "";
    width: 60px;
    height: 1.8px;
    background-color: #0f172a;
}

.hp_why_keyword {
    font-size: 14.5px;
    margin-bottom: 0;
    color: #444;
    width: 90%;
}

/*homepage application*/
.hp_application {
    padding: 7rem 8% 4rem;
    position: relative;
}

.hp_application::before {
    content: "Industry";
    position: absolute;
    left: -2vw;
    top: 8.5vw;
    font-size: 21.5vw;
    font-weight: 700;
    color: #f1f5f8;
    z-index: -2;
    line-height: .8;
}

.hp_application::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translate(-50%, 0);
    width: 91.5%;
    height: 65%;
    background-color: #10172a;
    z-index: -1;
}

#main_index .index_wrapper_9 {
    position: relative;
    background-image: linear-gradient(to top, #f1f5f8 10%, transparent 10%);
}

#main_index .index_wrapper_9::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 0;
    transform: translate(-50%, -50%) rotate(45deg);
    width: 13px;
    height: 13px;
    background-color: #b51717;
    border-radius: 3px;
}

#main_index .outerContainer_9 {
    position: relative;
    z-index: 2;
}

.hp_application .container-fluid {
    position: relative;
    z-index: 2;
}

.hp_application_left {
    margin-bottom: 5rem;
}

.hp_application_right {
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    margin-bottom: 5rem;
}

.hp_application_ebox {
    margin: 15px 0;
}

.hp_application_box {
    height: 100%;
    background-color: #f1f5f8;
    border-radius: 10px;
    overflow: hidden;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
}

.hp_application_box:hover {
    transform: translateY(-10px);
    background-color: #b51717;
}

.hp_application_img {
    overflow: hidden;
}

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

.hp_application_box:hover .hp_application_img img {
    transform: scale(1.1);
}

.hp_application_icon img {
    max-width: 40px;
    min-width: 40px;
    transform-origin: center bottom;
    transition: all 0.3s ease-in-out;
}

.hp_application_box:hover .hp_application_icon img {
    filter: brightness(0) invert(1);
    animation: 1s swing;
}

.hp_application_content {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 15px 20px;
}

.hp_application_title {
    font-size: 19px;
    font-weight: 600;
    color: #000;
    margin: 0;
    transition: all 0.3s ease-in-out;
}

.hp_application_box:hover .hp_application_title {
    color: #fff;
}

/*homepage brand*/
.hp_brand {
    padding: 9rem 8% 13rem;
    background-image: url('https://cdn1.npcdn.net/userfiles/28750/image/g-brand-bg.jpg');
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: 0 100%;
    background-color: #f1f5f8;
    margin: 0;
}

.hp_brand_img img {
    max-width: 240px;
}

.hp_brand_right_box {
    display: flex;
    gap: 2.5vw;
    justify-content: flex-end;
}

.hp_brand_img {
    position: relative;
    transition: all 0.2s ease-in-out;
}

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

/*homepage contact*/
#main_index .index_wrapper_11 {
    background-image: url('https://cdn1.npcdn.net/userfiles/28750/image/h-contct-bg.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    padding: 0 8.5%;
}

#main_index .outerRow_11 {
    align-items: center;
}

.hp_contact_button {
    display: flex;
    margin-top: 2rem;
}

.hp_contact .hp_button {
    color: #eee;
}

.hp_contact .hp_big_title {
    margin-bottom: 20px;
}

.hp_contact .hp_keyword {
    width: 70%;
    font-size: 14px;
}

#main_index .ex_hpcontact_formonly {
    margin: -3vw 0 5rem auto;
    background-image: url('https://cdn1.npcdn.net/userfiles/28750/image/h-contact-form.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 100% 100%;
    width: 93%;
    padding: 4rem 5.5vw 3rem;
    border-radius: 10px;
    color: #fff;
}

#main_index .ex_hpcontact_formonly .hp_contactform_header,
#main_index .ex_hpcontact_formonly .btn-primary i {
    display: none;
}

#main_index .ex_hpcontact_formonly .btn-primary {
    font-size: 14px !important;
    padding: 8px 15px !important;
}

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

/*homepage responsive*/

@media (max-width: 1200.5px) {
    /*navigation bar*/
    .navbar_type8 .nav_tab {
        padding: 0 15px;
    }
    .navbar_type8 .nav_tab .nav_item a {
        font-size: 1.3vw;
    }
    .navbar_social_box {
        padding-left: 15px;
    }
    
    /*footer*/
    .footer_type7 {
        padding-top: 4rem !important;
        padding-bottom: 3rem !important;
    }
    
    /*homepage banner*/
    .hp_banner_keyword {
        font-size: 1.2vw;
    }
    .hp_banner_small {
        font-size: 1.3vw;
    }
    
    /*homepage provide*/
    .hp_provide {
        padding: 4rem 15px 6rem;
    }
    .hp_small_title {
        font-size: 15px;
    }
    .hp_big_title {
        font-size: 30px;
    }
    .hp_provide_right_box {
        padding-left: 0;
    }
    .hp_provide_number {
        font-size: 100px;
    }
    .hp_provide_content {
        padding: 25px;
        border-radius: 20px;
        margin-top: -25px;
    }
    .hp_provide_title {
        font-size: 19px;
    }
    .hp_provide_keyword {
        font-size: 14px;
    }
    
    /*homepage about*/
    .hp_about {
        width: 95%;
        padding: 0 15px 4rem;
    }
    .hp_about .hp_big_title,
    .hp_count .hp_big_title {
        font-size: 32px;
    }
    .hp_about .hp_keyword {
        width: 100%;
    }
    .hp_button {
        font-size: 14px;
    }
    .hp_about_button {
        margin-top: 1.5rem;
    }
    .hp_about::before {
        width: 100%;
    }
    
    /*homepage count*/
    .hp_count {
        width: 95%;
        padding: 4rem 15px;
    }
    .hp_count_number {
        font-size: 40px;
        margin-bottom: 20px;
    }
    .hp_count_right_box {
        width: 100%;
        gap: 20px;
    }
    .hp_count_bottom_box {
        margin-top: 4rem;
    }
    .hp_count_title {
        font-size: 16.5px;
    }
    .hp_count_keyword {
        font-size: 14px;
        width: 80%;
        margin: 1.5rem auto 0;
    }
    
    /*homepage category*/
    #main_index .index_wrapper_6 {
        padding: 4rem 15px 0;
    }
    #main_index .product_cat-4 {
        padding: 0 15px;
    }
    #main_index .product_cat-4 .cat_box .content .content_box h4 {
        font-size: 22px;
    }
    #main_index .product_cat-4 .cat_box .content .content_box .btn-outline-primary::before {
        font-size: 24px;
    }
    #main_index .product_cat-4 .cat_box .content .content_box {
        padding: 20px 0 25px;
        width: 90%;
    }
    
    /*homepage brandNew*/
    
    #main_index .index_wrapper_7 {
        padding: 4rem 15px 0;
    }
    #main_index .index_wrapper_7 .hp_brand .row {
        gap: .5rem 0;
    }
    .hp_brandNew_box {
        margin-bottom: 1.5rem;
    }
    
    /*homepage why*/
    .hp_why {
        padding: 4rem 15px;
    }
    .hp_why .row {
        row-gap: 0rem;
    }
    .hp_why_title {
        font-size: 18px;
    }
    .hp_why_keyword {
        font-size: 14px;
        width: 100%;
    }
    .hp_why::after {
        width: calc(100% - 30px);
    }
    
    /*homepage application*/
    .hp_application {
        padding: 4rem 15px;
    }
    .hp_application_left,
    .hp_application_right {
        margin-bottom: 2rem;
    }
    .hp_application_title {
        font-size: 17px;
    }
    .hp_application::after {
        width: 101%;
    }
    
    /*homepage brand*/
    .hp_brand {
        padding: 4rem 15px 7rem;
    }
    
    /*homepage contact*/
    #main_index .index_wrapper_11 {
        padding: 0 15px;
    }
    .hp_contact_button {
        margin-top: 1.5rem;
    }
    #main_index .ex_hpcontact_formonly {
        margin: -3vw 0 4rem auto;
    }

}

.side_menu {
    background-color: #0f172a;
}

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

.navbar_mobile .logo_img {
    position: relative;
    top: 2px;
}

@media (max-width: 991.5px) {
    /*footer*/
    .footer_type7 .title {
        min-height: 30px;
    }
    .footer_type7 .logo img {
        max-height: 60px;
    }
    .footer_type7 .logo {
        padding-top: 30px;
    }
    .footer_type7 .title h5 {
        font-size: 18px;
    }
    
    /*homepage banner*/
    .hp_banner {
        padding-left: 5vw;
    }
    
    /*homepage provide*/
    .hp_provide {
        padding: 4rem 15px;
    }
    .hp_provide_header {
        flex-direction: column;
        align-items: first baseline;
    }
    
    /*homepage about*/
    .hp_about {
        width: 100%;
    }
    .hp_about_left_box {
        padding-top: 4rem;
    }
    .hp_about_right {
        margin-top: 0;
        display: flex;
        align-items: center;
    }
    
    /*homepage count*/
    .hp_count {
        width: 100%;
    }
    
    /*homepage category*/
    
    
    /*homepage why*/
    .hp_why_ebox {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    
    /*homepage application*/
    .hp_application_ebox {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    
    /*homepage brand*/
    .hp_big_title span {
        display: unset;
    }
    
    /*homepage contact*/
    .hp_contact .hp_keyword {
        width: 100%;
    }

}

@media (max-width: 767.5px) {
    /*footer*/
    
    
    /*homepage banner*/
    /*.slider_banner .item > img {*/
    /*    min-height: 450px;*/
    /*    object-fit: cover;*/
    /*}*/
    .hp_banner {
        padding: 20px;
    }
    .hp_banner_box {
        width: 100%;
    }
    .hp_banner_text {
        display: none;
    }
    .hp_banner_small {
        font-size: 13px;
    }
    .hp_banner_title1,
    .hp_banner_title2,
    .hp_banner_title3 {
        font-size: 37px;
    }
    .hp_banner_keyword {
        font-size: 12px;
    }
    
    .slider_banner .item > img {
        object-fit: cover;
        padding-top: 80px;
        background-color: #031225;
        object-position: right;
    }
    .slider_banner .item::before {
        content: "";
        position: absolute;
        left: 0;
        top: 80px;
        width: 100%;
        height: 15%;
        background-image: linear-gradient(to bottom, #031225, transparent);
    }
    .hp_bannerNew {
        padding: 20px;
    }
    .hp_bannerNew_box {
        width: 100%;
    }
    .hp_bannerNew_small {
        font-size: 13px;
        margin-bottom: 10px;
    }
    .hp_bannerNew_title {
        font-size: 26px;
    }
    
    /*homepage provide*/
    .hp_provide_ebox:nth-child(4) {
        padding-top: 0;
    }
    .hp_provide .row {
        row-gap: 0rem;
    }
    .hp_provide_left,
    .hp_provide_right {
        margin-bottom: 1.5rem;
    }
    .hp_provide_header {
        flex-direction: row;
        align-items: center;
    }
    .hp_big_title,
    .hp_about .hp_big_title,
    .hp_count .hp_big_title {
        font-size: 31px;
    }
    
    /*homepage about*/
    .hp_about_right_box {
        margin-top: 3rem;
    }
    .hp_about_circle img {
        max-width: 85px;
    }
    .hp_about_circle {
        left: 0;
        top: 50%;
        transform: translate(0, -50%);
    }
    .hp_about_group {
        margin-top: -10px;
        left: 0;
        gap: 10px;
    }
    .hp_about_number {
        font-size: 85px;
    }
    .hp_about_text {
        font-size: 18px;
    }
    
    /*homepage count*/
    .hp_count_right_box {
        grid-template-columns: 1fr;
        margin-top: 1.5rem;
    }
    .hp_count_bottom_number {
        font-size: 55px;
        padding-left: 0;
    }
    .hp_count_keyword {
        width: 100%;
    }
    
    /*homepage category*/
    .hp_category_right {
        justify-content: flex-start;
        align-items: flex-start;
        margin-top: 1.5rem;
    }
    #main_index .product_cat-4 .cat_box .content .content_box {
        padding: 15px 0 20px;
    }
    
    /*homepage brand New*/
    
    #main_index .index_wrapper_7 .hp_brand .row {
        gap: 0;
    }
    #main_index .hp_brand .brand_item {
        padding: 10px 20px;
    }
    #main_index .hp_brand .brand_item img {
        min-height: 60px;
        max-height: 60px;
    }
    
    /*homepage why*/
    .hp_why_box {
        flex-direction: column;
        gap: 15px;
    }
    
    /*homepage application*/
    .hp_application_left {
        margin-bottom: 1.5rem;
    }
    .hp_application_right {
        justify-content: flex-start;
        align-items: flex-start;
        margin-bottom: 1.5rem;
        margin-top: 0;
    }
    .hp_application_content {
        flex-direction: column;
        text-align: center;
        padding: 15px;
        gap: 10px;
    }
    
    /*homepage brand*/
    .hp_brand {
        padding: 4rem 15px;
    }
    .hp_brand_right_box {
        margin-top: 1.5rem;
        gap: 15px;
    }
    
    /*homepage contact*/
    .hp_contact_box {
        padding: 4rem 0;
    }
    #main_index .ex_hpcontact_formonly {
        width: calc(100% - 30px);
        margin: 0 auto 4rem;
        padding: 2.5rem 35px;
    }

}