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


/*top space*/
.top_space {
    height: 53px;
    display: flex;
    align-items: center;
    padding: 0 8.5%;
    background-color: #21255e;
}

.top_space_box {
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: center;
    gap: 2.5rem;
}

.top_space_box a, .top_space_box a:hover {
    text-decoration: none;
}

.top_space_social {
    display: flex;
    align-items: center;
    gap: 10px;
}

.top_space_social a {
    width: 25px;
    height: 25px;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    font-size: 13px;
    padding: 5.8px;
    color: #000;
}

.top_space_social a:hover {
    animation: 1s jello;
}

.top_space_social a img {
    max-width: 100%;
    filter: brightness(0);
}

.top_space_slogan {
    width: 100%;
}

.top_space_title {
    font-size: 1vw;
    margin-bottom: 0;
    color: #fff;
    letter-spacing: 1.5px;
    display: flex;
    align-items: center;
    gap: 2rem;
    white-space: nowrap;
    font-weight: 300;
}

.top_space_title::after {
    content: "";
    width: 100%;
    height: .8px;
    background: repeating-linear-gradient(
        to right,
        #fff 0 10px,
        transparent 10px 20px
    );
}


/*navigation bar*/
.ex_navbareCommerce {
    padding: 0 8%;
    margin-bottom: 0;
    height: 178px;
    background-color: transparent;
    width: 100%;
    z-index: 100;
    background-color: #fff;
    border-bottom: .8px solid #ccc;
    transition: all 0.2s ease-in-out;
}

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

.dark_nav {
    position: fixed;
    top: 0;
    left: 0;
    height: 80px;
    border-bottom: .8px solid #ccc !important;
}

.ex_navbareCommerce.dark_nav .row:nth-child(2) {
    transition: all 0.2s ease-in-out;
}

.ex_navbareCommerce.dark_nav .row:nth-child(2) {
    height: 0;
    opacity: 0;
}

.nav_top_info,
.ex_navbareCommerce .nav-cover {
    display: none;
}

.ex_navbareCommerce .row:nth-child(1) .col-md-3,
.ex_navbareCommerce .row:nth-child(2) .col-md-3:nth-child(3) {
    display: none;
}

.ex_navbareCommerce .row:nth-child(1) .col-md-2 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
    padding: 0;
}

.ex_navbareCommerce .row:nth-child(1) .col-md-7 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.ex_navbareCommerce .row:nth-child(2) .col-md-6:nth-child(2) {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
    padding-left: 4vw;
}

.ex_navbareCommerce.dark_nav .row:nth-child(2) .col-md-3:nth-child(1),
.ex_navbareCommerce.dark_nav .row:nth-child(2) .col-md-6:nth-child(2) {
    display: none;
}

.ex_navbareCommerce .nav_logo_wrapper .nav_logo img {
    height: 73px;
    transition: all 0.2s ease-in-out;
}

.ex_navbareCommerce.dark_nav .nav_logo_wrapper .nav_logo img {
    height: 65px;
}

.ex_navbareCommerce .nav_logo_wrapper {
    padding: 15px 0;
    transition: all 0.2s ease-in-out;
}

.ex_navbareCommerce.dark_nav .nav_logo_wrapper {
    padding: 7px 0;
}

.ex_navbareCommerce .nav_list {
    text-decoration: none;
    position: relative;
    justify-content: space-between !important;
    width: 100%;
    height: 100%;
    align-items: center;
}

.ex_navbareCommerce .nav_list a {
    font-size: 1.025vw;
    font-weight: 500;
    text-transform: uppercase;
    color: #000;
    padding: 0 1vw;
    transition: all 0.2s ease-in-out;
}

.ex_navbareCommerce .nav_list a:hover {
    color: #f9a321;
    transform: translateY(-5px);
}

.ex_navbareCommerce .nav_menu {
    margin: 0;
    padding: 0 0 0 5vw;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
}

.ex_navbareCommerce .xs-vartical-menu .cd-dropdown-trigger {
    max-height: 44px;
    border-radius: 40px;
    padding: 15px 30px;
    font-weight: 300;
}

.ex_navbareCommerce .xs-vartical-menu a:hover {
    font-weight: 300;
}

.ex_navbareCommerce .xs-navbar-search {
    height: 44px;
    border: .8px solid #ccc;
    border-radius: 30px;
    position: relative;
    overflow: hidden;
}

.ex_navbareCommerce .form-control,
.ex_navbareCommerce .form-control::placeholder {
    color: #000;
    opacity: 1;
}

.ex_navbareCommerce .xs-navbar-search .btn[type="submit"] {
    width: 56px;
}

/*.ex_navbareCommerce li.menu:last-child {*/
/*    display: none;*/
/*}*/

/*footer*/
.footer_type6 {
    background-color: #f2f2f2;
    color: #21255e;
    padding-top: 3.5rem;
    padding-bottom: 2rem;
    overflow: hidden;
}

.footer_type6 a {
    color: #21255e;
}

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

.footer_type6 .title h5 {
    font-family: "Montserrat", sans-serif;
    font-size: 18.5px;
    text-transform: uppercase;
    font-weight: 700;
    color: #283a8c;
}

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

.footer_type6 .title {
    min-height: 65px;
}

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

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

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

.footer_type6 .social_media a .icon_s {
    bottom: 0;
}

.footer_type6 .social_media a .icon_s img {
    height: 16px;
}

.footer_type6 .line {
    height: .8px;
    background-color: #21255e;
}

.footer_type6 .input-container input,
.footer_type6 .input-container label {
    color: #21255e;
    font-size: 12px;
}

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

.footer_type6 .input-container input {
    border-bottom: .8px solid #21255e;
    caret-color: #21255f;
}

.footer_type6 .input-container .submit {
    color: #21255e;
    padding: 12px;
}

@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*/
#main_index .index_wrapper_2 {
    padding: 0 3.5%;
}

.slider_banner .item > img {
    border-radius: 20px;
    margin-bottom: 16vw;
}

.slider_banner .banner_content {
    opacity: 1 !important;
}

.hp_banner {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    padding: 5.5vw;
}

.hp_banner_img {
    position: absolute;
    right: 5vw;
    bottom: 0;
    width: 66%;
}

.hp_banner_title {
    font-family: "Montserrat", sans-serif;
    color: #fff;
    font-weight: 400;
    font-size: 2.2vw;
    margin-bottom: 1vw;
}

.hp_banner_title b {
    font-style: italic;
    font-weight: 700;
    font-size: 2.5vw;
}

.hp_banner_keyword {
    font-size: 1.05vw;
    color: #fff;
    margin-bottom: 0;
    font-weight: 300;
}

.hp_banner .hp_button {
    background-color: #fff;
    color: #21255e;
}

.hp_banner .hp_button span {
    background-color: #21255e;
    color: #fff;
}

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

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

.slider_banner .slick-prev::before,
.slider_banner .slick-next::before {
    background-image: unset;
    width: 3vw;
    height: 3vw;
    background-size: unset;
    background-repeat: unset;
    text-indent: unset;
    filter: unset;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #21255e;
    background-color: #fff;
    border-radius: 50%;
    opacity: 1;
    text-shadow: none;
    font-size: 2vw;
}

.slider_banner .slick-next::before {
    content: "\f105";
}

.slider_banner .slick-prev::before {
    content: "\f104";
}

.slider_banner .slick-next,
.slider_banner .slick-prev {
    width: 3vw;
    height: 3vw;
    transform: unset;
}

.slider_banner .slick-next {
    right: 5.5vw;
    top: 12%;
}

.slider_banner .slick-prev {
    left: unset;
    right: 5.5vw;
    top: calc(13% + 3vw);
}

/*homepage about*/
.hp_about {
    padding: 0 8% 6rem;
}

.hp_big_title {
    font-family: "Montserrat", sans-serif;
    color: #21255e;
    font-weight: 400;
    font-size: 2.2vw;
    margin-bottom: 0;
}

.hp_big_title b {
    color: #283a8c;
    font-style: italic;
    font-weight: 700;
    font-size: 2.5vw;
}

.hp_big_title span {
    display: block;
}

.hp_keyword {
    font-size: 17.5px;
    color: #666;
    margin-bottom: 0;
    font-weight: 300;
    line-height: 1.65;
}

.hp_button {
    background-color: #21255e;
    border: none;
    color: #fff;
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 4px 5px 4px 30px;
    border-radius: 50px;
    font-size: 15px;
    transition: all 0.3s ease-in-out;
}

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

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

.hp_button span {
    width: 36px;
    height: 36px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    border-radius: 50%;
    color: #21255e;
    font-size: 20px;
}

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

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

.hp_about_ebox {
    margin: 15px 0;
}

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

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

.hp_about_number {
    display: flex;
    justify-content: center;
    align-items: baseline;
    font-size: 70px;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    color: #21255e;
    line-height: 1;
    transform-origin: center bottom;
}

.hp_about_box:hover .hp_about_number {
    animation: 1s swing;
}

.hp_about_number .running_word {
    font-size: 40px;
}

.hp_about_title {
    font-size: 17px;
    text-align: center;
    margin: 10px 0 0;
    font-family: "Montserrat", sans-serif;
    color: #21255e;
    font-weight: 500;
}

.hp_about_left,
.hp_about_right {
    margin-bottom: 3rem;
}

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

/*homepage category*/
#main_index .index_wrapper_4 {
    padding: 0 8% 7rem;
}

.hp_category_box {
    padding: 6vw 4.5vw 5vw;
    background-image: url('https://cdn1.npcdn.net/userfiles/28573/image/C_Pic.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    margin-bottom: 15px;
}

.hp_category .hp_big_title b {
    color: #fff;
}

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

.hp_category .hp_button {
    background-color: #fff;
    color: #21255e;
    padding: 4px 5px 4px 20px;
}

.hp_category .hp_button span {
    background-color: #21255e;
    color: #fff;
}

#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 .cat_outter_box {
    padding: 0;
}

#main_index .product_cat-4 .cat_box {
    height: auto;
    padding: 1.7vw .5vw;
    background-color: #f2f2f2;
    transition: all 0.3s ease-in-out;
}

#main_index .product_cat-4 .cat_box:hover {
    transform: translateY(-10px);
    background-color: #20255d;
}

#main_index .product_cat-4 .cat_box > a {
    width: 100%;
    display: block;
    text-align: right;
}

#main_index .product_cat-4 .cat_box img {
    margin: 0;
    min-width: 250px;
    max-width: 250px;
    object-fit: contain;
}

#main_index .product_cat-4 .cat_box .content {
    height: 100%;
    background-color: transparent;
}

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

#main_index .product_cat-4 .cat_box .content .content_box {
    width: 100%;
    height: 100%;
    padding: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    text-align: left;
}

#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_box .content .content_box h4 {
    font-size: 24px;
    margin: 0 !important;
    color: #21255e;
    font-family: "Montserrat", sans-serif;
    padding: 4vw 3.5vw 0;
    font-weight: 600;
    width: 55%;
    transition: all 0.3s ease-in-out;
}

#main_index .product_cat-4 .cat_box:hover .content .content_box h4 {
    color: #fff;
}

#main_index .product_cat-4 .cat_box .content .content_box .btn-outline-primary {
    background-color: transparent;
    width: 65px;
    height: 65px;
    background-color: transparent;
    border: none;
    border-radius: 0;
    color: transparent;
    font-size: 0 !important;
    background-image: url('https://cdn1.npcdn.net/userfiles/28573/image/C_Button.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    padding: 0;
    margin: 0;
}

/*homepage why*/
.hp_why {
    padding: 5rem 8%;
    background-color: #f2f2f2;
}

.hp_why_group {
    display: flex;
    flex-direction: column;
    gap: 30px;
    margin-top: 2rem;
}

.hp_why_point {
    display: flex;
    align-items: center;
    gap: 2vw;
}

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

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

.hp_why_title {
    font-size: 18px;
    font-family: "Montserrat", sans-serif;
    color: #21255e;
    font-weight: 500;
    margin-bottom: 5px;
}

.hp_why_keyword {
    font-size: 14.5px;
    margin-bottom: 0;
    font-weight: 300;
    color: #000;
}

.hp_why_left_box {
    position: relative;
    left: -.5%;
    width: 104%;
}

.hp_why_right_box {
    padding-left: 3.5vw;
}

/*homepage product*/
#main_index .index_wrapper_6 {
    padding: 7rem 8% 5rem;
    background-image: url('https://cdn1.npcdn.net/userfiles/28573/image/E_Background.jpg');
    background-size: 115%;
    background-repeat: no-repeat;
    background-position: 100% -40px;
}

.hp_productTitle .hp_keyword {
    font-size: 16px;
    margin: 1rem 0 1.5rem;
}

.hp_productButton_box {
    display: flex;
    justify-content: center;
    margin-top: 2rem;
}

#main_index .productSlider-1 .slick-track .slick-slide {
    margin: 20px 15px 10px;
    height: auto;
    flex: 1;
    border-radius: 7px;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0);
    background-color: white;
    transition: all 0.3s ease-in-out;
} 

#main_index .productSlider-1 .slick-track .slick-slide:hover {
    transform: translateY(-10px);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

#main_index .productSlider-1 .product_img .product_box {
    margin: 14px;
    border: none;
    background-color: white;
}

#main_index .productSlider-1 .product_img .product_box .content {
    margin: 25px 0 30px !important;
}

#main_index .productSlider-1 .product_img .product_box .product_img_frame {
    border-radius: 10px;
}

#main_index .productSlider-1 .product_img .product_box .product_img_frame img {
    object-fit: contain !important;
    border-radius: 0;
}

#main_index .productSlider-1 .product_img .product_box h6 {
    color: #21255e;
    font-weight: 400 !important;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    word-wrap: break-word;
    text-align: center;
    font-family: "Montserrat", sans-serif;
    font-size: 16.5px;
    margin-bottom: 10px;
}

#main_index .productSlider-1 .product_img .product_box p {
    display: none;
}

#main_index .productSlider-1 .product_img .product_box h6.align-top {
    color: #f9a321;
    font-family: "Inter", sans-serif;
    margin-bottom: 0;
}

#main_index .productSlider-1 .product_img .product_box h6.align-top a,
#main_index .productSlider-1 .product_img .product_box h6.align-top a:hover {
    color: #f9a321;
}

#main_index .productSlider-1 .product_img .slick-next,
#main_index .productSlider-1 .product_img .slick-prev {
    width: 50px;
    height: 50px;
}

#main_index .productSlider-1 .product_img .slick-prev::before,
#main_index .productSlider-1 .product_img .slick-next::before {
    text-shadow: none;
    color: #fff;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #21255e;
    padding: 0;
    border-radius: 50%;
    opacity: 1;
    font-size: 25px;
}

#main_index .productSlider-1 .product_img .slick-next {
    right: -60px;
}

#main_index .productSlider-1 .product_img .slick-prev {
    left: -60px;
}

/*homepage news*/
#main_index .index_wrapper_7 {
    padding: 5.5rem 8%;
    background-image: url('https://cdn1.npcdn.net/userfiles/28573/image/F_Backgorund.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}

.hp_newsTitle {
    margin-bottom: 2rem;
}

.hp_small_title {
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 1px;
    margin-bottom: 10px;
}

.hp_newsTitle .hp_big_title b {
    color: #fff;
}

.hp_newsButton_box {
    display: flex;
    justify-content: center;
    margin-top: 1.5rem;
}

.hp_newsButton .hp_button {
    background-color: #fff;
    color: #21255e;
    padding: 4px 5px 4px 20px;
}

.hp_newsButton .hp_button span {
    background-color: #21255e;
    color: #fff;
}

#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 .content {
    display: none;
}

#main_index .hp_latest_new_8 .news_box {
    padding: 20px;
    background-color: #fff;
    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: #21255e;
    margin-top: 10px;
}

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

#main_index .hp_latest_new_8 .news_box .title span {
    display: none;
}

#main_index .hp_latest_new_8 .news_box .date {
    opacity: 1;
    font-size: 12px;
    color: #21255e;
    margin: 20px 0 5px !important;
}

#main_index .hp_latest_new_8 .news_box .read_more {
    text-decoration: underline;
    color: #21255e;
    font-size: 13px;
}

#main_index .hp_latest_new_8 .news_box .read_more:hover {
    color: #000;
    text-decoration: underline !important;
}

/*homepage contact*/
.hp_contact {
    padding: 6.5rem 8%;
}

.hp_contact .hp_big_title b {
    color: #fff;
}

.hp_contact_left {
    padding-right: 10px;
}

.hp_contact_right {
    padding-left: 10px;
}

.hp_contact_left_box {
    border-radius: 25px;
    overflow: hidden;
}

.hp_contact_right_box {
    background-color: #21255e;
    height: 100%;
    padding: 0 3vw;
    border-radius: 25px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.hp_contact .hp_keyword {
    font-size: 15px;
    margin-top: 15px;
}

.hp_contact_point a {
    font-size: 19px;
    color: #fff;
    display: flex;
    align-items: center;
    font-weight: 300;
}

.hp_contact_point a:hover {
    color: #ccc;
}

.hp_contact_point span {
    display: inline-block;
    min-width: 50px;
    font-size: 30px;
}

.hp_contact_point p {
    font-size: 19px;
    color: #fff;
    margin-bottom: 0;
    display: flex;
    font-weight: 300;
}

.hp_contact .hp_button {
    background-color: #fff;
    color: #21255e;
    padding: 4px 5px 4px 20px;
}

.hp_contact .hp_button span {
    background-color: #21255e;
    color: #fff;
}

.hp_contact_group {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-top: 1.5rem;
}

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

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

/*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) {
    /*top space*/
    .top_space {
        padding: 0 15px;
    }
    .top_space_title {
        font-size: 12.5px;
    }
    
    /*navigation bar*/
    .ex_navbareCommerce {
        padding: 0 15px;
    }
    .ex_navbareCommerce .nav_list a {
        font-size: 1.25vw;
    }
    .ex_navbareCommerce .row:nth-child(2) .col-md-6:nth-child(2) {
        padding-left: 15px;
        padding-right: 0;
    }
    .ex_navbareCommerce .row:nth-child(2) .col-md-3:nth-child(1) {
        padding: 0;
    }
    
    /*footer*/
    .footer_type6 .title {
        min-height: 55px;
    }
    .footer_type6 .logo img {
        max-height: 55px;
    }
    
    /*homepage banner*/
    #main_index .index_wrapper_2 {
        padding: 0 15px;
    }
    .hp_banner {
        padding: 4.5vw;
    }
    .hp_banner_keyword {
        font-size: 1.3vw;
    }
    
    /*homepage about*/
    .hp_about {
        padding: 0 15px 4rem;
    }
    .hp_big_title {
        font-size: 26px;
    }
    .hp_big_title b {
        font-size: 28px;
    }
    .hp_button span {
        width: 28px;
        height: 28px;
        font-size: 17px;
    }
    .hp_button {
        font-size: 14px;
        gap: 15px;
        padding: 4px 5px 4px 20px;
    }
    .hp_keyword {
        font-size: 14.5px;
    }
    .hp_about_number {
        font-size: 55px;
    }
    .hp_about_title {
        font-size: 15px;
    }
    .hp_about_left,
    .hp_about_right {
        margin-bottom: 2rem;
    }
    
    /*homepage category*/
    #main_index .index_wrapper_4 {
        padding: 0 15px 4rem;
    }
    .hp_category_button {
        margin-top: 1.5rem;
    }
    #main_index .product_cat-4 .cat_box img {
        min-width: 200px;
        max-width: 200px;
    }
    #main_index .product_cat-4 .cat_box .content .content_box h4 {
        font-size: 20px;
        padding: 2vw 2.5vw 0;
    }
    #main_index .product_cat-4 .cat_box .content .content_box .btn-outline-primary {
        width: 50px;
        height: 50px;
    }
    
    /*homepage why*/
    .hp_why {
        padding: 4rem 15px;
    }
    .hp_why_right_box {
        padding-left: 0;
    }
    .hp_why_left_box {
        left: 0;
        width: 100%;
    }
    .hp_why_icon img {
        max-width: 65px;
        width: 65px !important;
    }
    .hp_why_title {
        font-size: 17px;
    }
    .hp_why_keyword {
        font-size: 14px;
    }
    .hp_why_group {
        gap: 25px;
        margin-top: 1.5rem;
    }
    
    /*homepage product*/
    #main_index .index_wrapper_6 {
        padding: 4rem 15px;
    }
    .hp_productTitle .hp_keyword {
        font-size: 14.5px;
        margin: .5rem 0 1rem;
    }
    #main_index .productSlider-1 .slick-track .slick-slide {
        margin: 20px 10px 10px;
    }
    #main_index .productSlider-1 .product_img .product_box h6 {
        font-size: 15.5px;
    }
    #main_index .productSlider-1 .product_img .product_box .content {
        margin: 20px 0 25px !important;
    }
    .hp_productButton_box {
        margin-top: 1rem;
    }
    #main_index .productSlider-1 .product_img .slick-next,
    #main_index .productSlider-1 .product_img .slick-prev,
    #main_index .productSlider-1 .product_img .slick-prev::before,
    #main_index .productSlider-1 .product_img .slick-next::before {
        width: 35px;
        height: 35px;
        font-size: 20px;
    }
    #main_index .productSlider-1 .product_img .slick-prev {
        left: -10px;
    }
    #main_index .productSlider-1 .product_img .slick-next {
        right: -10px;
    }
    
    /*homepage news*/
    #main_index .index_wrapper_7 {
        padding: 4rem 15px;
    }
    .hp_newsTitle {
        margin-bottom: 1.5rem;
    }
    #main_index .hp_latest_new_8 .news_box {
        padding: 15px;
    }
    
    /*homepage contact*/
    .hp_contact {
        padding: 4rem 15px;
    }
    .hp_contact_left_box img {
        min-height: 500px;
        object-fit: cover;
    }
    .hp_contact .hp_keyword {
        font-size: 14.5px;
        margin-top: 10px;
    }
    .hp_contact_point span {
        min-width: 40px;
        font-size: 22px;
    }
    .hp_contact_point p,
    .hp_contact_point a {
        font-size: 16px;
    }

}

.side_menu {
    background-color: #21255e;
}

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

@media (max-width: 991.5px) {
    .top_space,
    .ex_navbareCommerce {
        display: none;
    }
    
    /*footer*/
    .footer_type6 .title {
        min-height: 45px;
    }
    .footer_type6 .logo img {
        max-height: 45px;
    }
    
    /*homepage banner*/
    #main_index .index_wrapper_2 {
        padding: 0;
    }
    .slider_banner .item > img {
        border-radius: 0;
    }
    .hp_banner_keyword {
        font-size: 1.5vw;
    }
    
    /*homepage about*/
    .hp_about_button {
        margin-top: 1.5rem;
    }
    .hp_about_ebox {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
    
    /*homepage category*/
    .hp_category_box {
        background-position: 0% 50%;
    }
    #main_index .product_cat-4 .col-12.col-md-4.col-lg-4.p-0 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    
    /*homepage why*/
    .hp_why_left,
    .hp_why_right {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    
    /*homepage product*/
    
    
    /*homepage news*/
    
    
    /*homepage contact*/
    .hp_contact_left,
    .hp_contact_right {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        padding: 0 15px;
    }
    .hp_contact_left_box img {
        min-height: auto;
    }
    .hp_contact_right_box {
        padding: 2rem 30px;
        margin-top: 30px;
    }

}

@media (max-width: 767.5px) {
    /*footer*/
    .footer_type6 {
        padding: 3.5rem 30px;
    }
    .footer_type6 .title {
        min-height: 55px;
    }
    .footer_type6 .logo img {
        max-height: 55px;
    }
    .footer_type6 .social_media {
        justify-content: center;
    }
    
    /*homepage banner*/
    .slider_banner .item > img {
        min-height: 360px;
        object-fit: cover;
        margin-bottom: 85px;
    }
    .hp_banner {
        padding: 20px;
    }
    .hp_banner_box {
        width: 100%;
    }
    .hp_banner_title {
        font-size: 24px;
    }
    .hp_banner_title b {
        font-size: 26px;
    }
    .hp_banner_keyword {
        font-size: 12.5px;
    }
    .hp_banner .hp_button {
        font-size: 12.5px;
        gap: 10px;
        padding: 3px 4px 3px 15px;
    }
    .hp_banner .hp_button span {
        width: 25px;
        height: 25px;
        font-size: 15px;
    }
    .hp_banner_button {
        margin-top: 10px;
    }
    .hp_banner_title {
        margin-bottom: 10px;
    }
    .hp_banner_img {
        right: 5%;
        bottom: 0;
        width: 90%;
    }
    .hp_banner_img img {
        min-height: 210px;
        max-height: 210px;
        object-fit: contain;
        object-position: 50% 100%;
    }
    .slider_banner .slick-arrow {
        display: none !important;
    }
    
    /*homepage about*/
    .hp_big_title span {
        display: unset;
    }
    .hp_about_ebox {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .hp_about_number {
        font-size: 50px;
    }
    
    /*homepage category*/
    .hp_category_box {
        padding: 30px;
    }
    #main_index .product_cat-4 .col-12.col-md-4.col-lg-4.p-0 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    #main_index .product_cat-4 .cat_box .content .content_box h4 {
        padding: 20px;
        width: 60%;
    }
    
    /*homepage why*/
    .hp_why_right_box {
        margin-top: 3rem;
    }
    .hp_big_title {
        font-size: 24px;
    }
    .hp_big_title b {
        font-size: 26px;
    }
    .hp_why_point {
        gap: 15px;
    }
    
    /*homepage product*/
    #main_index .productSlider-1 .product_img .product_box h6 {
        -webkit-line-clamp: 2;
    }
    
    /*homepage news*/
    
    
    /*homepage contact*/
    .hp_contact_point p,
    .hp_contact_point a {
        font-size: 14px;
        flex-direction: column;
        align-items: center;
    }
    .hp_contact_point span {
        min-width: auto;
    }
    .hp_contact_right_box {
        text-align: center;
    }
    .hp_contact_button {
        justify-content: center;
    }
    .hp_contact_left_box,
    .hp_contact_right_box {
        border-radius: 15px;
    }

}