/* desktop */

body {
    color: #212529;
    line-height: 1.5;
}

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;
    margin-bottom: -150px;
}

/* menu */

.navbar_ecommerceDropdown {
    padding: 0;
    position: relative;
}

.navbar_ecommerceDropdown .container.d-flex.justify-content-between {
    padding: 0;
    align-items: center;
}

.nav_logo {
    padding: 1vw;
}

.nav_logo a {
    display: flex;
}

.navbar_ecommerceDropdown .nav_logo img {
    max-height: 3.25vw;
}

.navbar_ecommerceDropdown .nav_search {
    padding: 1vw;
    justify-content: flex-end;
    margin-right: 1vw;
}

.nav_bottom .menu {
    gap: 3.25vw;
}

.nav_bottom .menu .nav_item:hover {
    background-color: transparent;
}

.nav_bottom .menu .nav_item .dropdown a {
    padding: 0;
    color: #212529;
    text-transform: uppercase;
    font-size: 1vw;
}

.hp_header_contact {
    padding: 1.65vw;
    gap: 1vw;
    background-color: #ba091b;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}

.hp_header_contact:before {
    content: '';
    background-color: #ba091b;
    position: absolute;
    top: 0;
    left: -1vw;
    width: 1vw;
    height: 100%;
}

.hp_header_contact a {
    font-size: 1vw;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 0;
    height: 0;
    border: 1px solid #ffffff;
    color: #ffffff;
    border-radius: 100%;
    padding: 1vw;
}

.hp_header_contact a:hover {
    border-color: #212529;
    color: #212529;
}

/* dropdown */

.nav_bottom .menu .nav_item .dropdown .dropdown_menu {
    top: 100%;
    border-top: 0;
    max-width: 100%;
}

.nav_bottom .menu .nav_item .dropdown .dropdown_menu .dropdown_body {
    box-shadow: none;
    padding: 0;
    border: 1px solid #212529;
    left: 50%;
    transform: translateX(-50%);
}

.nav_bottom .menu .nav_item .dropdown .dropdown_menu .dropdown_body ul li a {
    padding: 5px 15px !important;
    font-weight: bold;
}

.nav_bottom .menu .nav_item .dropdown .dropdown_menu .dropdown_body ul li a:hover {
    background-color: #ba091b;
    color: #ffffff;
}

/* banner */

.slider_banner {
    margin-bottom: 0 !important;
}

.slider_banner .slick-dots {
    position: absolute;
    bottom: 15px;
    right: 3.25vw;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    flex-direction: column;
    gap: 15px;
    padding: 15px;
}

.slider_banner .slick-dots li {
    width: auto;
    height: auto;
    margin: 0;
}

.slider_banner .slick-dots li button {
    width: 5px;
    height: 50px;
    padding: 0;
    border: 1px solid #ffffff;
    background-color: transparent;
}

.slider_banner .slick-dots li.slick-active button {
    background-color: #ffffff;
}

.slider_banner .slick-dots li button:before {
    display: none;
}

.slider_banner .banner_content {
    overflow: hidden;
    opacity: 1 !important;
}

.hp_banner_content {
    gap: 25px;
}

.hp_banner_content h3 {
    font-size: 22.5px;
    line-height: normal;
    font-family: "Chakra Petch", sans-serif;
}

.hp_banner_line {
    background-color: #ba091b;
    height: 5px;
    width: 125px;
    margin-top: 5px;
}

.hp_banner_content h2 {
    font-size: 40px;
    line-height: 1;
    font-family: "Chakra Petch", sans-serif;
}

.hp_banner_button a button {
    transition: all 0.50s;
    background-color: #ba091b;
    color: #ffffff;
    padding: 10px 25px;
    border: 0;
}

.hp_banner_button a:hover button {
    background-color: #ffffff;
    color: #ba091b;
}

.hp_banner_button a button b {
    font-weight: 600;
}

/* why */

.index_wrapper_3 {
    padding-top: 100px;
    padding-bottom: 200px;
    position: relative;
    z-index: 0;
}

.index_wrapper_3:before {
    content: '';
    background-image: url(https://cdn1.npcdn.net/userfiles/18891/image/b-wcu-bg.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.index_wrapper_3 #index_3 {
    padding-right: 0;
    padding-left: 0;
}

.hp_why_content {
    gap: 25px;
}

.hp_subtitle {
    gap: 15px;
}

.hp_subtitle img {
    max-width: 25px;
    animation: 1s linear hp-rotate infinite;
}

@keyframes hp-rotate {
    100% {
        transform: rotate(360deg);
    }
}

.hp_subtitle h3 {
    font-size: 20px;
    line-height: normal;
    color: #ba091b;
}

.hp_title {
    font-size: 35px;
    line-height: normal;
    font-family: "Chakra Petch", sans-serif;
}

.hp_why_box {
    gap: 25px;
    padding: 25px;
    background-color: #f2f2f2;
    z-index: 0;
}

.hp_why_box:after {
    content: '';
    background: linear-gradient(45deg, #ba091b, #000000);
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 10px;
    transition: all 0.50s;
    z-index: -1;
}

.hp_why_box:hover:after {
    height: 100%;
}

.hp_why_box img {
    max-width: 75px;
    max-height: 75px;
    transition: all 0.50s;
}

.hp_why_box:hover img {
    transform: scaleX(-1);
}

.hp_why_box h3 {
    font-size: 16px;
    line-height: normal;
    transition: all 0.50s;
}

.hp_why_box:hover h3 {
    color: #ffffff;
}

.hp_why_box p {
    transition: all 0.50s;
}

.hp_why_box:hover p {
    color: #ffffff;
}

.hp_why_box p b {
    font-weight: 500;
}

/* about */

.index_wrapper_4 {
    margin-top: -50px;
    padding-top: 50px;
    padding-bottom: 100px;
    background-image: url(https://cdn1.npcdn.net/userfiles/18891/image/c-about-bg.png);
    background-repeat: no-repeat;
    background-position: top right;
    background-size: cover;
    position: relative;
}

.index_wrapper_4 .row.outerRow_4 {
    align-items: center;
}

.index_wrapper_4 #index_4 {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
}

.index_wrapper_4 #index_4 #index_4_1 {
    position: relative;
    z-index: 0;
}

.index_wrapper_4 #index_4 #index_4_1:before {
    content: '';
    background-color: #ba091b;
    position: absolute;
    bottom: 0;
    left: -50px;
    width: calc(50% + 50px);
    height: calc(100% + 125px);
    z-index: -1;
}

.index_wrapper_4 #index_6 {
    padding-right: 0;
    padding-left: 0;
}

.hp_about_content {
    gap: 25px;
}

.hp_about_content .hp_title {
    color: #212529;
}

.hp_button a button {
    transition: all 0.50s;
    background-color: #ba091b;
    color: #ffffff;
    padding: 10px 25px;
    border: 0;
}

.hp_button a:hover button {
    background-color: #212529;
    color: #ba091b;
}

.hp_button a button b {
    font-weight: 600;
}

/* category */

.index_wrapper_7 {
    padding-bottom: 100px;
    position: relative;
    z-index: 0;
}

.index_wrapper_7:before {
    content: '';
    background: linear-gradient(#f7f7f7, #ffffff);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.index_wrapper_7:after {
    content: '';
    background-image: url(https://cdn1.npcdn.net/userfiles/18891/image/category_bg_1.png);
    background-repeat: no-repeat;
    background-position: top right;
    background-size: contain;
    position: absolute;
    top: 15px;
    right: 0;
    width: 55%;
    height: 100%;
    z-index: -1;
}

.index_wrapper_7 #index_7 {
    padding-right: 0;
    padding-left: 0;
}

.hp_category_content {
    gap: 25px;
}

.hp_category .slick-arrow {
    z-index: 1;
    width: auto;
    height: auto;
}

.hp_category .slick-arrow:before {
    text-shadow: none;
    font-size: 16px;
    line-height: normal;
    opacity: 1;
    background-color: #212529;
    padding: 15px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 0;
    height: 0;
    transition: all 0.50s;
}

.hp_category .slick-arrow:hover:before {
    background-color: #ba091b;
    color: #212529;
}

.hp_category .slick-prev {
    left: -15px;
    transform: translate(-50%, -50%);
}

.hp_category .slick-next {
    right: -15px;
    transform: translate(50%, -50%);
}

.hp_category_item {
    padding: 15px;
}

.hp_category_item_box {
    background: linear-gradient(to right, #ba091b, #000000);
    height: 250px;
    cursor: pointer;
}

.hp_category_item_box h3 {
    font-size: 16px;
    line-height: normal;
    padding: 15px;
}

.hp_category_item_box h3 strong {
    font-weight: 600;
}

.hp_category_item_box_image {
    bottom: 0;
    right: -15px;
    max-width: calc(100% - 25px);
}

.hp_c_2 {
    right: -30px;
    transform: scale(0.75);
}

.hp_category_button {
    background-color: #ba091b;
    padding: 15px;
}

.hp_category_button p {
    transition: all 0.50s;
}

.hp_category_item_box:hover .hp_category_button p {
    color: #212529;
}

.hp_category_button p b {
    font-weight: 500;
}

/* product */

.index_wrapper_8 {
    padding-bottom: 100px;
}

.index_wrapper_8 #index_8 {
    padding-right: 0;
    padding-left: 0;
}

.hp_product_content {
    gap: 25px;
}

.productSlider-1 .product_img .slick-arrow {
    width: auto;
    height: auto;
}

.productSlider-1 .product_img .slick-prev {
    left: -15px;
    transform: translate(-50%, -50%);
}

.productSlider-1 .product_img .slick-next {
    right: -15px;
    transform: translate(50%, -50%);
}

.productSlider-1 .product_img .slick-arrow::before {
    padding: 15px;
    text-shadow: none;
    font-size: 16px;
    line-height: normal;
    opacity: 1;
    background-color: #212529;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 0;
    height: 0;
    transition: all 0.50s;
}

.productSlider-1 .product_img .slick-arrow:hover:before {
    color: #212529;
    background-color: #ba091b;
}

.productSlider-1 .slick-track .slick-slide {
    margin: 15px;
    border-radius: 0;
    box-shadow: none;
    min-height: auto;
    padding: 15px;
    border: 1px solid #212529;
    transition: all 0.50s;
}

.productSlider-1 .slick-track .slick-slide:hover {
    border-color: #ba091b;
}

.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;
    object-fit: contain !important;
}

.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: 600 !important;
    font-size: 16px;
    margin-bottom: 0;
    line-height: normal;
    transition: all 0.50s;
    color: #212529;
}

.productSlider-1 .product_img .product_box .content a h6:hover {
    color: #ba091b;
}

.productSlider-1 .product_img .product_box .content p {
    display: none;
}

.productSlider-1 .product_img .product_box .content .align-top {
    font-weight: 500 !important;
    font-size: 16px;
    margin-bottom: 0;
    line-height: normal;
}

.productSlider-1 .product_img .product_box .content .align-top a {
    color: #ba091b;
    display: block;
}

.productSlider-1 .product_img .product_box .content .align-top a:hover {
    color: #212529;
}

.productSlider-1 .product_img .product_box .cut_price {
    display: none;
}

/* client */

.index_wrapper_9 {
    padding-bottom: 100px;
}

.index_wrapper_9 #index_9 {
    padding-right: 0;
    padding-left: 0;
}

.hp_client div {
    padding: 15px;
}

/* video */

.index_wrapper_10 {
    padding-top: 100px;
    padding-bottom: 100px;
    background-image: url(https://cdn1.npcdn.net/userfiles/18891/image/e-vid-bg.png);
    background-repeat: no-repeat;
    background-position: top right;
    background-size: cover;
}

.index_wrapper_10 #index_10 {
    padding-right: 0;
    padding-left: 0;
}

.hp_video_content {
    gap: 25px;
}

.new_video {
    padding: 0 15px !important;
}

.new_video .all_video_wrapper .col-12.col-md-6.mb-5 {
    padding: 15px;
    margin-bottom: 0 !important;
}

.new_video .all_video_wrapper .slick-arrow {
    z-index: 1;
    width: auto;
    height: auto;
}

.new_video .all_video_wrapper .slick-arrow:before {
    text-shadow: none;
    font-size: 16px;
    line-height: normal;
    opacity: 1;
    background-color: #212529;
    border-radius: 100%;
    width: 0;
    height: 0;
    padding: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.50s;
}

.new_video .all_video_wrapper .slick-arrow:hover:before {
    background-color: #ba091b;
    color: #212529;
}

.new_video .all_video_wrapper .slick-prev {
    left: -15px;
    transform: translate(-50%, -50%);
}

.new_video .all_video_wrapper .slick-next {
    right: -15px;
    transform: translate(50%, -50%);
}

.new_video .video_box {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.new_video .video_box .video_frame_outline {
    border: 0;
    border-radius: 0;
    background-color: transparent;
}

.new_video .video_box .video_frame_outline .video_frame .video {
    padding-bottom: 0;
    padding-top: 0;
    height: 100%;
    border-radius: 0;
    display: flex;
}

.new_video .video_box .video_frame_outline .video_frame .video iframe {
    position: static;
    height: 250px;
}

.new_video .video_box .video_title {
    font-size: 16px;
    margin: 0;
    text-align: center;
}

/* testimonial */

.index_wrapper_11 {
    padding-bottom: 100px;
    background-image: url(https://cdn1.npcdn.net/userfiles/18891/image/g-review-bg.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.index_wrapper_11 .row.outerRow_11 {
    align-items: center;
}

.index_wrapper_11 #index_11 {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
}

.index_wrapper_11 #index_11 #index_11_1 {
    position: relative;
    z-index: 0;
}

.index_wrapper_11 #index_11 #index_11_1:before {
    content: '';
    background-color: #ba091b;
    position: absolute;
    bottom: 50%;
    left: -50px;
    transform: translateY(50%);
    width: calc(75% + 50px);
    height: calc(100% + 125px);
    z-index: -1;
}

.index_wrapper_11 #index_13 {
    padding-right: 0;
    padding-left: 0;
}

.hp_testimonial_content {
    gap: 25px;
}

.hp_testimonials_type2 {
    padding: 0;
}

.hp_testimonials_type2 .testimonial_type_2_header {
    display: none;
}

.hp_testimonials_type2 .slick-arrow {
    z-index: 1;
    width: auto;
    height: auto;
}

.hp_testimonials_type2 .slick-arrow:before {
    text-shadow: none;
    font-size: 16px;
    line-height: normal;
    opacity: 1;
    background-color: #212529;
    padding: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 0;
    height: 0;
    border-radius: 100%;
    transition: all 0.50s;
}

.hp_testimonials_type2 .slick-arrow:hover:before {
    background-color: #ba091b;
    color: #212529;
}

.hp_testimonials_type2 .slick-prev {
    left: -15px;
    transform: translate(-50%, -50%);
}

.hp_testimonials_type2 .slick-next {
    right: -15px;
    transform: translate(50%, -50%);
}

.hp_testimonials_type2 .testimonial_box {
    opacity: 1 !important;
    min-height: auto;
    margin-top: 0 !important;
    padding: 15px;
}

.hp_testimonials_type2 .testimonial_box .testimonial_card {
    border-radius: 0;
    max-width: 100%;
    min-height: auto;
    background-color: #f2f2f2;
    border: 0;
    flex-direction: column-reverse;
    padding: 25px;
    gap: 25px;
}

.hp_testimonials_type2 .testimonial_box .testimonial_card .img {
    top: auto;
    left: 25px;
    height: 65px;
    width: 65px;
    border: 0;
    border-radius: 100%;
    box-shadow: none;
}

.hp_testimonials_type2 .testimonial_box .testimonial_card .name {
    margin-top: 0 !important;
    text-align: left;
}

.hp_testimonials_type2 .testimonial_box .testimonial_card .name h6 {
    color: #212529;
    margin-bottom: 0;
    font-weight: 600;
    line-height: normal;
}

.hp_testimonials_type2 .testimonial_box .testimonial_card .text_area {
    margin: 0 !important;
}

.hp_testimonials_type2 .testimonial_box .testimonial_card .text_area .col:first-child {
    display: none;
}

.hp_testimonials_type2 .testimonial_box .testimonial_card .text_area .align-self-center.text-center {
    text-align: left !important;
}

.hp_testimonials_type2 .testimonial_box .testimonial_card .text_area .text {
    margin-bottom: 0;
}

.hp_testimonials_type2 .testimonial_box .testimonial_card .text_area .col {
    padding: 0;
    position: relative;
}

.hp_testimonials_type2 .testimonial_box .testimonial_card i {
    font-size: 25px;
    color: #212529;
    margin-left: 0;
    position: absolute;
    top: -35px;
    right: 0;
}

/* news */

.index_wrapper_14 {
    padding-top: 100px;
    padding-bottom: 100px;
}

.index_wrapper_14 #index_14 {
    padding-right: 0;
    padding-left: 0;
}

.hp_news_content {
    gap: 25px;
}

#main_index .latest_new_type4 {
    margin-bottom: 0;
    padding: 0 15px;
}

#main_index .latest_new_type4 .col-lg-4.col-md-6.col-12.mb-3.p-0 {
    padding: 15px !important;
    margin-bottom: 0 !important;
}

#main_index .latest_new_type4 .news_box {
    padding: 0;
}

#main_index .latest_new_type4 .news_box a {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

#main_index .latest_new_type4 .news_box .img_frame {
    height: 250px;
    margin-bottom: 0;
}

#main_index .latest_new_type4 .news_box .img_frame img {
    position: static;
    transform: none;
    object-fit: contain;
}

#main_index .latest_new_type4 .news_box:hover .img_frame img {
    width: 100%;
    height: 100%;
}

#main_index .latest_new_type4 .news_box a p {
    margin-bottom: 0;
}

#main_index .latest_new_type4 .news_box .badge-primary {
    background-color: #212529;
    letter-spacing: normal;
    border-radius: 5px;
    font-size: 16px;
    line-height: normal;
    padding: 5px 15px;
}

#main_index .latest_new_type4 .news_box .date {
    font-size: 16px;
    margin-bottom: 0;
    color: #212529;
}

#main_index .latest_new_type4 .row:nth-child(2) {
    display: none;
}

/* contact */

.index_wrapper_15 #index_15 {
    padding-right: 0;
    padding-left: 0;
}

.hp_contact {
    background-image: url(https://cdn1.npcdn.net/userfiles/18891/image/i-contact-bg.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 100px;
    gap: 15px;
}

.hp_contact_content {
    gap: 25px;
}

.hp_contact_content:last-child {
    margin-top: 100px;
}

.hp_contact_content .hp_button a button {
    background-color: #ffffff;
    color: #ba091b;
}

.hp_contact_content .hp_button a:hover button {
    background-color: #212529;
    color: #ffffff;
}

/* footer */

.footer_type10 {
    padding-top: 250px !important;
    background-color: transparent;
    background-image: url(https://cdn1.npcdn.net/userfiles/18891/image/j-footer-bg.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.footer_type10 .col-12.col-md-6.col-lg-6.col-xl-3.mb-md-0.pt-5 {
    padding: 15px !important;
}

.footer_type10 .col-12.col-md-6.col-lg-6.col-xl-3.mb-md-0.pt-5:first-child .sub_title {
    display: none;
}

.footer_type10 .sub_title {
    border-color: #ffffff;
}

.footer_type10 .sub_title p {
    font-weight: bold !important;
    text-transform: uppercase;
    padding-bottom: 10px;
}

.footer_type10 .logo {
    padding-top: 0;
    height: 100px;
    min-height: auto;
}

.footer_type10 .logo img {
    position: static;
    transform: none;
    max-height: 100%;
    background-color: #ffffff;
    padding: 15px;
}

.footer_type10 .d-inline-flex {
    align-items: center;
}

.footer_type10 .icon {
    padding: 0;
}

.footer_type10 .social_media {
    padding: 0 !important;
    align-items: center;
    gap: 15px;
}

.footer_type10 .social_media a {
    display: flex;
    margin-right: 0;
}

.footer_type10 .social_media a .icon_s {
    padding: 0;
    width: auto;
    height: auto;
}

.footer_type10 .social_media a .icon_s i {
    transition: all 0.50s;
}

.footer_type10 .social_media a:hover .icon_s i {
    color: #212529;
}

/*
.footer_type10 .social_media a .icon_s img {
    height: 25px;
    transition: all 0.50s;
}
*/

.footer_type10 .list-unstyled {
    margin-bottom: 0;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.footer_type10 a:hover {
    color: #212529;
}

.footer_type10 .list-unstyled li a p {
    margin-bottom: 0 !important;
}

.footer_type10 .col-12.col-md-6.col-lg-6.col-xl-3.mb-md-0.pt-5:nth-child(3) div:last-child .d-inline-flex {
    margin-top: 15px;
}

.footer_type10 .col-12.col-md-6.col-lg-6.col-xl-3.mb-md-0.pt-5:nth-child(3) div:last-child .text_contact p {
    margin-left: -5px;
}

.footer_type10 .col-12.col-md-6.col-lg-6.col-xl-3.mb-md-0.pt-5:nth-child(3) div:last-child .text_contact p a i {
    display: none;
}

.footer_type10 .footer_map_class {
    display: flex;
}

.footer_type10 .text-light {
    color: #ffffff !important;
}

.footer_type10 .text-light .line_top {
    border-color: #ffffff;
}

.footer_type10 .text-light .line_top .col-12.d-flex p {
    margin-bottom: 0 !important;
}

.footer_type10 .text-light .line_top .col-12.d-flex p small {
    font-weight: normal;
}

.footer_type10 .text-light .line_top .text-left {
    margin-bottom: 0 !important;
}

.footer_type10 .privacy_policy, .footer_type10 .footer_terms, .footer_type10 .footer_returns {
    padding: 0 !important;
}

.footer_type10 .col-12.col-md-12 .mb-1 {
    margin-bottom: 0 !important;
}

.footer_type10 .col-12 .mb-1 {
    margin-bottom: 0 !important;
}

/* page */

.page_title {
    text-align: center !important;
}

.page_title b {
    font-size: 35px;
    color: #212529;
    font-weight: bold;
    font-family: "Chakra Petch", sans-serif;
    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) {

/* menu */

.navbar_ecommerceDropdown .nav_search {
    justify-content: center;
}

}

/* */

/* mobile */

@media only screen and (max-width: 767px) {

/* menu */

.navbar_mobile {
    background-color: #ffffff;
    border-bottom: 0;
    height: auto;
}

.navbar_mobile .row_1 {
    flex-direction: row-reverse;
    margin-bottom: 0;
    padding-top: 0 !important;
}

.navbar_mobile .row_1 .col.pl-4 {
    padding: 15px !important;
    justify-content: flex-end;
}

.navbar_mobile .btn-outline-light {
    border-radius: 0 !important;
    border: 0;
    font-size: 16px !important;
    padding: 0;
    line-height: normal;
    display: flex;
}

.navbar_mobile .btn-outline-light:hover {
    color: #212529;
    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: 35px;
}
*/

.navbar_mobile .row_1 .col {
    padding: 15px;
}

.side_menu {
    background-color: #212529;
}

.side_menu input {
    border-radius: 0;
    height: auto;
    padding: 5px 15px;
    border: none;
    background-color: #ffffff;
    color: #212529;
}

.side_menu input::placeholder {
    color: #212529 !important;
}

.side_menu button {
    right: 15px !important;
    font-size: 16px !important;
    padding: 0;
    color: #ba091b !important;
    transition: all 0.50s;
}

.side_menu button:hover {
    color: #212529 !important;
}

.side_menu .list-group .list-group-item {
    border-color: rgba(255, 255, 255, 0.25);
}

.side_menu .list-group .list-group-item a {
    color: #ffffff;
    font-weight: bold;
    text-transform: uppercase;
}

.side_menu .list-group .list-group-item a:hover {
    color: #ba091b;
}

.side_menu .social_media a {
    color: #ffffff;
}

.side_menu .social_media a:hover {
    color: #ba091b;
}

.m_default_member a:hover, .m_default_languagebar a:hover {
    color: #ba091b;
}

/* banner */

.slider_banner .item img {
    height: 700px !important;
    object-fit: cover;
}

.hp_table {
    flex-direction: column;
}

.hp_banner_content {
    width: 100% !important;
}

.hp_banner_image {
    width: 75% !important;
}

/* why */

.hp_title {
    font-size: 30px;
}

/* category */

.hp_category_content {
    text-align: center;
}

.hp_category_content .hp_subtitle {
    justify-content: center;
}

.index_wrapper_7 .hp_button {
    justify-content: center !important;
}

.hp_category {
    margin: auto 45px;
}

.hp_category_item_box_image {
    transform: scale(0.75);
}

/* product */

.productSlider-1 {
    margin: auto 45px;
}

/* video */

.hp_video_content {
    text-align: center;
}

.hp_video_content .hp_subtitle {
    justify-content: center;
}

.new_video {
    padding: 0 60px !important;
}

/* testimonial */

.index_wrapper_11 {
    padding-bottom: 0;
}

.index_wrapper_11 .row.outerRow_11 {
    gap: 25px;
}

.hp_testimonial_content {
    text-align: center;
}

.hp_testimonial_content .hp_subtitle {
    justify-content: center;
}

/* contact */

.hp_contact {
    padding: 100px 15px;
    flex-direction: column;
}

.hp_contact_content {
    width: 100% !important;
}

.hp_contact_content:last-child {
    margin-top: 0;
}

/* footer */

.footer_type10 {
    padding-bottom: 100px !important;
}

}

/* */