/* desktop */

body {
    color: #000000;
    line-height: 1.75;
}

a {
    text-decoration: none !important;
    transition: all 0.50s;
}

.all_functional_page {
    padding-top: 100px;
    padding-bottom: 100px !important;
    min-height: auto;
    font-size: 1rem;
}

#main_index {
    overflow: hidden;
    padding-top: 0;
    padding-bottom: 0 !important;
}

/* header */

.hp_header {
    background: linear-gradient(to right, #ffd05c, #fff6b7, #fbcf5d);
}

.hp_header_content h3 {
    font-size: 1vw;
    line-height: normal;
}

.hp_header_content h3 strong {
    font-weight: 600;
}

/* menu */

#main_index .navbar_ecommerceDropdown {
    height: 0;
    z-index: 1;
}

.navbar_ecommerceDropdown {
    padding: 0;
    background-color: #000000;
}

.navbar_ecommerceDropdown .container.d-flex.justify-content-between {
    padding: 0;
    align-items: center;
}

.nav_logo {
    display: none;
}

.navbar_ecommerceDropdown .nav_search {
    padding: 1vw;
}

.nav_bottom {
    background-color: transparent;
    width: 100%;
}

.nav_bottom .menu {
    gap: 1vw;
    width: 100%;
    justify-content: space-between;
}

.nav_bottom .menu .nav_item:nth-child(5),
.nav_bottom .menu .nav_item:nth-child(6),
.nav_bottom .menu .nav_item:nth-child(7),
.nav_bottom .menu .nav_item:nth-child(8) {
    order: 1;
}

.nav_bottom .menu .nav_item:hover {
    background-color: transparent;
}

.nav_bottom .menu .nav_item .dropdown a {
    padding: 0;
    color: #ffffff;
    text-transform: uppercase;
    font-size: 1vw;
}

.nav_bottom .menu .nav_item .dropdown a strong {
    font-weight: normal;
}

.hp_logo a {
    display: flex;
}

.hp_logo a img {
    max-width: 6.5vw;
}

/* banner */

.index_wrapper_2 {
    position: relative;
}

.index_wrapper_2:after {
    content: '';
    background-color: #ffffff;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%);
    width: 1px;
    height: calc(100% - 90%);
}

.slider_banner .slick-list {
    overflow: visible;
}

.slider_banner .banner_content {
    overflow: visible;
    opacity: 1 !important;
}

.hp_banner_content {
    gap: 25px;
    z-index: 0;
}

.hp_banner_content:before {
    content: '';
    background: linear-gradient(transparent, #09b2ed);
    position: absolute;
    bottom: -85%;
    left: -25px;
    width: calc(100% - 80%);
    height: calc(100% + 100%);
    z-index: -1;
}

.hp_banner_content h3 {
    font-size: 16px;
    line-height: normal;
    letter-spacing: 2.5px;
}

.hp_banner_content h2 {
    font-size: 45px;
    line-height: normal;
}

.hp_banner_content h2 span {
    background: -webkit-linear-gradient(left, #ffd05c, #fff6b7, #fbcf5d);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.hp_banner_content p {
    max-width: calc(100% - 75px);
}

.hp_banner_button a button {
    background: linear-gradient(to right, #ffd05c, #fff6b7, #fbcf5d);
    color: #000000;
    padding: 5px 25px;
    border-radius: 100px;
    border: 0;
    display: flex;
    align-items: center;
    gap: 15px;
}

.hp_banner_button a:hover button {
    background: #e8bf56;
}

.hp_banner_button a button img {
    max-width: 15px;
}

.hp_banner_button a button b {
    font-weight: 600;
}

/* why */

.index_wrapper_3 {
    padding-top: 100px;
    padding-bottom: 100px;
    position: relative;
}

.index_wrapper_3:before {
    content: '';
    background-color: #000000;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 1px;
    height: 100px;
}

.index_wrapper_3:after {
    content: '';
    background-color: #000000;
    position: absolute;
    top: 100px;
    left: 50%;
    transform: translateX(-50%);
    width: calc(100% - 60%);
    height: 1px;
}

.index_wrapper_3 #index_3 {
    padding-right: 0;
    padding-left: 0;
}

.hp_why_content {
    gap: 25px;
}

.hp_subtitle {
    font-size: 16px;
    line-height: normal;
    letter-spacing: 2.5px;
    color: #3f1800;
}

.hp_title {
    font-size: 40px;
    line-height: normal;
}

.hp_why {
    gap: 50px;
}

.index_wrapper_3 section .col-12.col-sm-4.p-3:first-child .hp_why {
    margin-right: -15px;
}

.index_wrapper_3 section .col-12.col-sm-4.p-3:last-child .hp_why {
    margin-left: -15px;
}

.hp_why_box {
    gap: 15px;
}

.hp_why_box_image:before {
    content: '';
    background: url(https://cdn1.npcdn.net/userfiles/22734/image/B_WHY-ICON-BG-2.png)
                center / cover no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.hp_why_box:hover .hp_why_box_image:before {
    background: url(https://cdn1.npcdn.net/userfiles/22734/image/B_WHY-ICON-BG-1.png)
                center / cover no-repeat;
}

.hp_why_box_image img {
    padding: 15px;
    max-width: 100px;
}

.hp_why_box:hover .hp_why_box_image img {
    filter: invert(1);
}

.hp_why_box_content h3 {
    font-size: 16px;
    line-height: normal;
}

.hp_why_box_content h3 strong {
    font-weight: 600;
}

/* category */

.index_wrapper_4 {
    padding-top: 100px;
    margin: auto 50px;
    background: url(https://cdn1.npcdn.net/userfiles/22734/image/C_CAT-BG.jpg)
                center / cover no-repeat;
}

.index_wrapper_4 #index_4 {
    padding-right: 0;
    padding-left: 0;
}

.hp_category_content {
    gap: 25px;
}

.product_cat-4 .slick-arrow {
    width: auto;
    height: auto;
    z-index: 1;
}

.product_cat-4 .slick-arrow::before {
    padding: 15px;
    text-shadow: none;
    font-size: 0;
    opacity: 1;
    background: center / cover no-repeat;
}

.product_cat-4 .slick-prev {
    left: 15px;
    transform: translate(-50%, -50%);
}

.product_cat-4 .slick-prev:before {
    background-image: url(https://cdn1.npcdn.net/userfiles/22734/image/5-ARROW-LEFT.png);
}

.product_cat-4 .slick-next {
    right: 15px;
    transform: translate(50%, -50%);
}

.product_cat-4 .slick-next:before {
    background-image: url(https://cdn1.npcdn.net/userfiles/22734/image/5-ARROW-RIGHT.png);
}

.product_cat-4 .col-12.col-md-4.col-lg-4.p-0 {
    padding: 15px !important;
}

.product_cat-4 .cat_outter_box {
    padding: 0;
}

.product_cat-4 .cat_box {
    height: auto;
    opacity: 1 !important;
    transform: none !important;
}

.product_cat-4 .cat_box a {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.product_cat-4 .cat_box img {
    height: 250px;
}

.product_cat-4 .cat_box:hover img {
    transform: scale(1);
}

.product_cat-4 .cat_box .content {
    position: static;
    background-color: rgba(0, 0, 0, 0);
    text-align: center;
}

.product_cat-4 .cat_box:hover .content {
    background-color: rgba(0, 0, 0, 0);
}

.product_cat-4 .cat_box .content .content_box {
    padding: 0;
    color: #000000;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.product_cat-4 .cat_box .content .content_box h3 {
    font-size: 16px;
    margin-bottom: 0;
    font-weight: normal;
    line-height: normal;
    text-transform: uppercase;
}

.product_cat-4 .cat_box .content .content_box h4 {
    display: none;
}

.product_cat-4 .cat_box .content .content_box .btn-outline-primary {
    border: 0;
    font-size: 0 !important;
    position: relative;
    padding: 15px;
}

.product_cat-4 .cat_box .content .content_box .btn-outline-primary:hover {
    border: 0;
    background-color: transparent;
}

.product_cat-4 .cat_box .content .content_box .btn-outline-primary:before {
    content: '';
    background: url(https://cdn1.npcdn.net/userfiles/22734/image/C_CAT-BUTTON-ARROW.png)
                center / contain no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.product_cat-4 .cat_box .content .line {
    display: none;
}

/* brand */

.index_wrapper_5 {
    padding-top: 100px;
    padding-bottom: 100px;
}

.index_wrapper_5 #index_5 {
    padding-right: 0;
    padding-left: 0;
}

.hp_brand {
    background: url(https://cdn1.npcdn.net/userfiles/22734/image/D_RUNNING-LOGO-1.png)
                center / cover repeat-x;
    animation: 15s linear hp-running infinite;
}

@keyframes hp-running {
    100% {
        background-position-x: -4950px;
    }
}

/* about */

.index_wrapper_6 {
    padding-top: 100px;
    padding-bottom: 100px;
    background: url(https://cdn1.npcdn.net/userfiles/22734/image/E_ABOUT-BG.jpg)
                center / cover no-repeat;
}

.index_wrapper_6 #index_6 {
    padding-right: 0;
    padding-left: 0;
}

.hp_about_content {
    gap: 25px;
}

.hp_about_content .hp_title {
    color: #000000;
}

.hp_button a button {
    transition: all 0.50s;
    background-color: transparent;
    color: #000000;
    padding: 5px 25px;
    border-radius: 100px;
    border: 1px solid #000000;
    display: flex;
    align-items: center;
    gap: 15px;
}

.hp_button a:hover button {
    background-color: #e8bf56;
}

.hp_button a button img {
    max-width: 15px;
}

.hp_button a button b {
    font-weight: 600;
}

/* product */

.index_wrapper_7 {
    padding-top: 100px;
    padding-bottom: 100px;
    background: url(https://cdn1.npcdn.net/userfiles/22734/image/F-PRODUCT-BG.jpg)
                center / cover no-repeat;
}

.index_wrapper_7 #index_7 {
    padding-right: 0;
    padding-left: 0;
}

.hp_product_content {
    gap: 25px;
}

.productSlider-1 .slick-dotted.slick-slider {
    margin-bottom: 0;
}

.productSlider-1 .product_img .slick-arrow {
    width: auto;
    height: auto;
}

.productSlider-1 .product_img .slick-arrow::before {
    padding: 15px;
    text-shadow: none;
    font-size: 0;
    opacity: 1;
    background: center / cover no-repeat;
}

.productSlider-1 .product_img .slick-prev {
    left: 15px;
    transform: translate(-50%, -50%);
}

.productSlider-1 .product_img .slick-prev:before {
    background-image: url(https://cdn1.npcdn.net/userfiles/22734/image/5-ARROW-LEFT.png);
}

.productSlider-1 .product_img .slick-next {
    right: 15px;
    transform: translate(50%, -50%);
}

.productSlider-1 .product_img .slick-next:before {
    background-image: url(https://cdn1.npcdn.net/userfiles/22734/image/5-ARROW-RIGHT.png);
}

.productSlider-1 .slick-track .slick-slide {
    margin: 15px;
    border-radius: 0;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
    min-height: auto;
    padding: 15px;
}

.productSlider-1 .product_img .product_box {
    margin: 0;
    border: none;
    background-color: transparent;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.productSlider-1 .product_img .product_box .product_img_frame img {
    border-radius: 0;
}

.productSlider-1 .product_img .product_box .content {
    text-align: center !important;
    margin-top: 0 !important;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.productSlider-1 .product_img .product_box .content a:first-child {
    display: none;
}

.productSlider-1 .product_img .product_box .content a h6 {
    font-weight: normal !important;
    font-size: 16px;
    margin-bottom: 0;
    line-height: normal;
    transition: all 0.50s;
    color: #000000;
}

.productSlider-1 .product_img .product_box .content a h6:hover {
    color: #e8bf56;
}

.productSlider-1 .product_img .product_box .content p {
    display: none;
}

.productSlider-1 .product_img .product_box .content .align-top {
    font-weight: bold !important;
    font-size: 16px;
    margin-bottom: 0;
    line-height: normal;
}

.productSlider-1 .product_img .product_box .content .align-top a {
    color: #000000;
    display: block;
}

.productSlider-1 .product_img .product_box .content .align-top a:hover {
    color: #e8bf56;
}

.productSlider-1 .product_img .product_box .cut_price {
    display: none;
}

.productSlider-1 .slick-dots {
    bottom: 0;
    padding: 15px;
    display: flex;
    justify-content: center;
    gap: 5px;
}

.productSlider-1 .slick-dots li {
    width: auto;
    height: auto;
    margin: 0;
}

.productSlider-1 .slick-dots li button {
    width: 50px;
    height: 2.5px;
    padding: 0;
    background: #000000;
}

.productSlider-1 .slick-dots li.slick-active button {
    width: 150px;
    background: linear-gradient(to right, #ffd05c, #fff6b7, #fbcf5d);
}

.productSlider-1 .slick-dots li button:before {
    display: none;
}

/* solution */

.index_wrapper_8 {
    padding-top: 100px;
    padding-bottom: 100px;
    position: relative;
}

.index_wrapper_8:before {
    content: '';
    background: url(https://cdn1.npcdn.net/userfiles/22734/image/F_PRODUCT-ELEMENT.png)
                center / cover no-repeat;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 75px;
    height: 75px;
    animation: 5s linear hp-rotate infinite alternate;
}

@keyframes hp-rotate {
    0% {
        transform: translate(-50%, -50%) rotate(0deg) scale(1);
    }
    
    100% {
        transform: translate(-50%, -50%) rotate(360deg) scale(0.5);
    }
}

.index_wrapper_8 #index_8 {
    padding-right: 0;
    padding-left: 0;
}

.hp_solution_content {
    gap: 25px;
}

.hp_solution_side {
    gap: 15px;
}

.hp_solution_side h3 {
    font-size: 25px;
    line-height: normal;
}

.hp_solution_button a {
    display: flex;
    justify-content: center;
    position: relative;
}

.hp_solution_button a:before {
    content: '';
    background: linear-gradient(to right, #ffd05c, #fff6b7, #fbcf5d);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 50%;
    height: 2.5px;
    z-index: -1;
    transition: all 0.50s;
}

.hp_solution_button a:hover:before {
    width: 25%;
}

.hp_solution_button a img {
    max-width: 25px;
}

/* gallery */

.index_wrapper_9 {
    padding-bottom: 100px;
    background: url(https://cdn1.npcdn.net/userfiles/22734/image/H_ALBUM-BG.jpg)
                bottom / contain no-repeat;
}

.index_wrapper_9 #index_9 {
    padding-right: 0;
    padding-left: 0;
}

.hp_gallery_content {
    gap: 25px;
}

.hp_photoGallerySlider_type3 {
    background-color: transparent;
}

.hp_photoGallerySlider_type3 .photo-gallery3 .slick-arrow {
    width: auto;
    height: auto;
}

.hp_photoGallerySlider_type3 .photo-gallery3 .slick-prev {
    left: 0;
    transform: translate(-50%, -50%);
}

.hp_photoGallerySlider_type3 .photo-gallery3 .slick-next {
    right: 0;
    transform: translate(50%, -50%);
}

.hp_photoGallerySlider_type3 .photo-gallery3 .slick-arrow:before {
    text-shadow: none;
    opacity: 1;
    filter: invert(0);
}

.hp_photoGallerySlider_type3 .photo-gallery3 {
    padding: 0;
}

.hp_photoGallerySlider_type3 .photo-gallery3 .outline_box {
    opacity: 1 !important;
    transform: none !important;
}

.hp_photoGallerySlider_type3 .photo-gallery3 .outline_box .gallery_box {
    background-color: transparent;
}

.hp_photoGallerySlider_type3 .photo-gallery3 .outline_box .gallery_box img {
    padding: 0;
    object-fit: cover;
}

/* contact */

.index_wrapper_10 {
    padding-top: 100px;
    padding-bottom: 100px;
    background: url(https://cdn1.npcdn.net/userfiles/22734/image/I_CONTACT-BG.jpg)
                center / cover no-repeat;
}

.index_wrapper_10 #index_10 {
    padding-right: 0;
    padding-left: 0;
}

.hp_contact {
    padding: 50px;
}

.hp_contact:before {
    content: '';
    background-color: #000000;
    position: absolute;
    top: 15px;
    left: 15px;
    width: 15px;
    height: 15px;
    border-radius: 100%;
}

.hp_contact_content {
    gap: 25px;
}

.hp_contact_content .hp_title {
    font-size: 35px;
}

.hp_contact_content div.d-flex.align-items-center {
    gap: 15px;
}

.hp_line {
    background-color: #000000;
    height: 1px;
}

.hp_contact_content .hp_button {
    flex: none;
}

/* footer */

.footer_type8 {
    background: linear-gradient(#000000, #3f1800);
    color: #ffffff;
    padding-top: 100px !important;
    padding-bottom: 100px !important;
    line-height: 1.75;
    padding-right: 0;
    padding-left: 0;
    overflow: hidden;
}

.footer_type8 .col-12.text-center {
    padding: 15px;
}

.footer_type8 .row.pb-0.pb-md-5 {
    padding-bottom: 0 !important;
}

.footer_type8 .logo {
    height: 100px;
    min-height: 100%;
}

.footer_type8 .logo img {
    position: static;
    transform: none;
    max-height: 100%;
}

.footer_type8 p {
    margin-bottom: 0;
}

.footer_type8 .social_media {
    gap: 15px;
    margin-top: 50px !important;
}

.footer_type8 .social_media a {
    margin-left: 0;
    margin-bottom: 0 !important;
    border-color: #ffffff;
    color: #ffffff;
    border-radius: 100%;
    padding: 15px;
    width: 0;
    height: 0;
    align-items: center;
    justify-content: center;
}

.footer_type8 .social_media a:hover {
    border-color: #e8bf56;
    color: #e8bf56;
}

.footer_type8 .social_media a i {
    font-size: 16px;
    line-height: normal;
    margin: 0;
}

/*
.footer_type8 a .icon_s {
    padding: 15px;
    border-radius: 0;
    width: 16px;
}
*/

/*
.footer_type8 a .icon_s img {
    filter: brightness(0) invert(1);
    height: 16px;
    transition: all 0.50s;
}
*/

/*
.footer_type8 a:hover .icon_s img {
    filter: none;
}
*/

.footer_type8 .title h5 {
    font-weight: bold;
    line-height: normal;
    text-transform: uppercase;
    background: -webkit-linear-gradient(left, #ffd05c, #fff6b7, #fbcf5d);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.footer_type8 .location {
    margin-bottom: 15px;
}

.footer_type8 .list-unstyled {
    margin-bottom: 0;
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.footer_type8 .list-unstyled li p.mb-1 {
    margin-bottom: 0 !important;
}

.footer_type8 a {
    color: #ffffff;
}

.footer_type8 a:hover {
    color: #e8bf56;
}

.footer_type8 .col-12.mb-3.mb-md-0 {
    padding: 15px;
}

.footer_type8 .copy_right {
    line-height: 1.75;
}

.footer_type8 .copy_right p.mb-2, .footer_type8 p.mb-1.text-center {
    margin-bottom: 0 !important;
}

.footer_type8 .copy_right div.my-2 {
    margin: 0 !important;
}

/* page */

.page_title {
    text-align: center !important;
}

.page_title b {
    font-size: 35px;
    color: #000000;
    font-weight: normal;
    text-transform: uppercase;
}

.wspages {
    padding: 100px 0;
    min-height: auto !important;
    font-size: 1rem;
}

#main_contactus {
    padding-top: 100px;
    padding-bottom: 100px;
    font-size: 1rem;
}

#main_contactus #contactus_1_1 .ws_contact {
    display: flex;
    flex-direction: column-reverse;
}

#main_contactus #contactus_1_1 .col-12.col-md-4.ws_contact {
    margin-bottom: 15px !important;
}

#main_contactus #contactus_1_1 .ws_contact .col-12.p-0.contact_map.mb_10 {
    display: flex;
    margin-bottom: 0;
}

#main_contactus #contactus_1_1 .ws_contact .col-12.p-0.contact_map.mb_10 iframe {
    height: 500px;
    max-width: 1240px;
    margin: 0 auto;
    padding: 15px;
}

/* */

/* tablet */

@media only screen and (min-width: 768px) and (max-width: 1140px) {

/* banner */

.hp_banner_content:before {
    bottom: -50%;
    height: 100%;
}

.hp_banner_content h2 {
    font-size: 35px;
}

/* why */

.index_wrapper_3 section .col-12.col-sm-4.p-3:first-child .hp_why {
    margin-right: 0;
}

.index_wrapper_3 section .col-12.col-sm-4.p-3:last-child .hp_why {
    margin-left: 0;
}

/* category */

.index_wrapper_4 {
    margin: auto 15px;
}

/* contact */

.index_wrapper_10 section .col-12.col-sm-5.p-3 {
    flex: 0 0 65%;
    max-width: 65%;
}

}

/* */

/* mobile */

@media only screen and (max-width: 767px) {

/* header */

.hp_header {
    display: none;
}

/* menu */

.navbar_mobile {
    background-color: #000000;
    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: #ffffff;
    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 .logo_img {
    max-height: 75px;
}

.navbar_mobile .row_1 .col {
    padding: 15px;
}

.side_menu {
    background-color: #000000;
}

.side_menu input {
    border-radius: 0;
    height: auto;
    padding: 5px 15px;
    border: none;
    background-color: #ffffff;
    color: #000000;
}

.side_menu input::placeholder {
    color: #000000 !important;
}

.side_menu button {
    right: 15px !important;
    font-size: 16px !important;
    padding: 0;
    color: #000000 !important;
    transition: all 0.50s;
}

.side_menu button:hover {
    color: #e8bf56 !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;
    text-transform: uppercase;
}

.side_menu .list-group .list-group-item a:hover {
    color: #e8bf56;
}

.side_menu .social_media a {
    color: #ffffff;
}

.side_menu .social_media a:hover {
    color: #e8bf56;
}

.m_default_member a:hover, .m_default_languagebar a:hover {
    color: #e8bf56;
}

/* banner */

.slider_banner .item img {
    height: 500px !important;
    object-fit: cover;
}

.hp_banner_content {
    width: 100% !important;
    margin-left: 15px;
}

.hp_banner_content:before {
    bottom: -35%;
    left: 0;
    height: 100%;
}

/* why */

.index_wrapper_3 section .col-12.col-sm-4.p-3:first-child {
    order: 1;
}

.index_wrapper_3 section .col-12.col-sm-4.p-3:first-child .hp_why {
    margin-right: 0;
}

.index_wrapper_3 section .col-12.col-sm-4.p-3:last-child .hp_why {
    margin-left: 0;
}

.hp_why_box {
    flex-direction: column;
}

.index_wrapper_3 section .col-12.col-sm-4.p-3:last-child .hp_why .hp_why_box {
    flex-direction: column-reverse;
}

.hp_why_box_content {
    text-align: center !important;
}

/* category */

.index_wrapper_4 {
    margin: auto 15px;
}

/* about */

.hp_title {
    font-size: 30px;
}

/* product */

.productSlider-1 {
    margin: auto 15px;
}

.productSlider-1 .slick-dots li button {
    width: 15px;
}

.productSlider-1 .slick-dots li.slick-active button {
    width: 25px;
}

/* contact */

.hp_contact_content .hp_title {
    font-size: 25px;
}

.hp_contact_content .hp_title br {
    display: none;
}

}

/* */