@import url('//fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

/* desktop */

body {
    color: #212529;
    font-size: 15px !important;
    line-height: normal;
}

a {
    text-decoration: none !important;
    transition: 0.25s !important;
}

#main_index {
    overflow: hidden;
    padding-bottom: 0 !important;
}
.item.slick-slide img{
    min-height: 350px;
    object-fit: cover;
}

.font-top {
    font-weight: bold;
    text-transform: uppercase;
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.font-top:before {
    content: '';
    border-top: 2.5px dashed #ffffff;
    margin: 0 15px 0 0;
    flex: 1 0 15px;
}

.font-top:after {
    content: '';
    border-top: 2.5px dashed #ffffff;
    margin: 0 0 0 15px;
    flex: 1 0 15px;
}

#main_index .navbar_type8 {
    display: block;
    height: auto;
    padding: 15px 15px 0;
    text-align: center;
    border-bottom: none;
    background-color: #fff
}

.navbar_type8 {
    display: block;
    height: auto;
    padding: 15px 15px 0;
    text-align: center;
    border-bottom: 2.5px solid #004aad;
    background-color: #fff;
}

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

.navbar_type8 .logo img {
    position: inherit;
    padding: 0;
    width: 6%;
}

.navbar_type8 .nav_tab {
    justify-content: center;
    padding-left: 0;
    padding-right: 0;
    margin-top: 15px;
    min-height: 55px;
}

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

.navbar_type8 .nav_tab .nav_item a {
    font-weight: bold;
    color: #333;
}

.navbar_type8 .nav_tab .nav_item a:hover {
    background-color: #004aad;
    color: #ffffff;
}

.navbar_type8 .nav_tab .nav_item.login a:hover, .navbar_type8 .nav_tab .nav_item.shopping a:hover {
    background-color: inherit;
}

.navbar_type8 .nav_tab .nav_item.login a .login {
    margin-right: 0 !important;
}

.navbar_type8 .nav_tab .login i, .navbar_type8 .nav_tab .shopping i {
    transform: scale(1);
    font-size: 25px;
}

.navbar_type8 .nav_tab .active {
    color: #ffffff !important;
    transition: 0.25s;
}

.navbar_type8 .nav_tab .active:hover, .navbar_type8 .nav_tab .nav_item.login:hover .active,
.navbar_type8 .nav_tab .shopping a:hover {
    color: #0099b0 !important;
}

.navbar_type8 .nav_tab .dropdown .dropdown-menu {
    background-color: #0099b0;
    top: 100%;
    min-width: auto;
    padding: 15px;
    margin: 0 auto;
    border-radius: 0;
}

.navbar_type8 .nav_tab .dropdown .dropdown-menu .dropdown-item {
    background-color: transparent;
    max-width: 100%;
    min-width: auto;
    display: block;
    margin-bottom: 10px;
}

.navbar_type8 .nav_tab .dropdown .dropdown-menu .dropdown-item:last-child {
    margin-bottom: 0;
}

.navbar_type8 .nav_tab .dropdown .dropdown-menu .dropdown-item a {
    color: #ffffff;
    padding: 0;
}

.navbar_type8 .nav_tab .dropdown .dropdown-menu .dropdown-item a:hover {
    color: #212529 !important;
}

.dark_nav {
    background-color: #58595B !important;
    height: 84.8px;
    display: flex !important;
    padding: 15px;
    max-width: 1140px;
    left: 50%;
    transform: translate(-50%, 0);
}

.dark_nav:before {
    content: '';
    background-color: #fff;
    width: 101%;
    height: 84.8px;
    position: absolute;
    top: 0;
    left: 0;
    transform: translate(-50%, 0);
    z-index: -1;
    border-bottom: 2.5px solid #004aad;
}

.dark_nav:after {
    content: '';
    background-color: #fff;
    width: 100%;
    height: 84.8px;
    position: absolute;
    top: 0;
    right: 0;
    transform: translate(50%, 0);
    z-index: -1;
    border-bottom: 2.5px solid #004aad;
}

.dark_nav .logo img {
    position: absolute;
    width: 100%;
}

.dark_nav .nav_tab {
    justify-content: flex-end;
    margin-top: 0;
}

.space {
    padding-top: 50px;
    padding-bottom: 50px;
}

.space2 {
    padding-top: 50px;
}

.bg1 {
    background-image: url(https://cdn1.npcdn.net/img/1698658481sec1-bg1.jpg);
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: cover;
}

.font-big {
    font-size: 35px;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
}

.font-big img {
    width: 5%;
    height: auto;
    margin: auto 15px;
}

.big1 {
    background-color: #004aad;
    border-radius: 50px;
    padding: 15px;
    color: #ffffff;
    /*border-bottom: 2.5px solid #212529;*/
}

.font-small {
    font-size: 15px;
    line-height: 2;
}

.font-small span {
    text-transform: uppercase;
}

.small1 {
    max-width: 75%;
    margin: 0 auto;
}

.img1 {
    position: relative;
    overflow: hidden;
    border-radius: 20px 0px 0px 20px;
}

.img1 img {
    transition: 0.25s;
}

.img1:hover img {
    transform: scale(1.25);
    filter: grayscale(1);
}

.font-title {
    font-size: 25px;
    font-weight: bold;
    position: absolute;
    top: 0;
    right: 0;
    width: 35%;
    height: 100%;
    background-color: #004aad;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px;
    transition: 0.25s;
}

.img1:hover .font-title {
    width: 100%;
    background-color: #0000009e;
    /*opacity: 0.6;*/
}

.btn1 {
    font-weight: bold;
    text-transform: uppercase;
    color: #ffffff;
    position: absolute;
    bottom: -15%;
    right: 0;
    width: 35%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px;
}

.btn1:hover {
    color: #fff;
}

.img1:hover .btn1 {
    width: 100%;
}

.bg2 {
    background-attachment: fixed;
    background-image: url("https://cdn1.npcdn.net/img/1698656611sec3-bg.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.five-full {
    flex: 0 0 20%;
    max-width: 20%;
}

.five-full img {
    padding: 20px 60px;
    filter: brightness(0) invert(0);
    transition: 0.25s;
}

.five-full:hover img {
    filter: inherit;
    transform: scale(1.25);
    animation: 1s swing;
}

.font-sub a {
    color: #212529;
    font-weight: bold;
}

.five-full:hover .font-sub a {
    color: #004aad;
}

.index_wrapper_5 {
    padding-bottom: 50px;
}

.index_wrapper_5 {
    background-color: #252323;
    padding-bottom: 50px;
}

.border1 {
    /*border-top: 2.5px solid #212529;*/
}

.custom_slider_banner .item {
    padding: 0 15px;
}

.custom_slider_banner .item img {
    background-color: #f2f2f2;
    padding: 25px;
    transition: 0.25s;
}

.custom_slider_banner .item img:hover {
    background-color: #ffffff;
}

.custom_slider_banner .slick-prev {
    left: -25px !important;
}

.custom_slider_banner .slick-next {
    right: -25px !important;
}

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

.row1 i {
    font-size: 50px;
    margin-right: 15px;
    animation: 1s pulse infinite alternate;
    color: #212529;
}

.font-icon {
    font-weight: 600;
    text-align: left;
}

.footer_type7 {
    background-color: #58595B;
    padding-top: 50px !important;
    padding-bottom: 0 !important;
}

.footer_type7 .p-3 {
    padding: 15px !important;
}

.footer_type7 p {
    line-height: 25px;
    margin-bottom: 0 !important;
}

.footer_type7 .title h5 {
    font-size: 25px;
    font-weight: bold;
    color: #0099b0;
}

.footer_type7 .col-md-3 .list-unstyled li {
    width: 50%;
    float: left;
}

.footer_type7 .col-md-3 .list-unstyled li a:hover {
    color: #0099b0;
}

.footer_type7 .col-md-3 .list-unstyled li a p {
    margin-bottom: 10px !important;
    text-transform: uppercase;
}

.footer_type7 .col-md-3 .list-unstyled li:nth-child(5) a p,
.footer_type7 .col-md-3 .list-unstyled li:last-child a p {
    margin-bottom: 0 !important;
}

.footer_type7 i {
    color: #0099b0;
}

.footer_type7 .col-md-6 {
    border-top: 1px solid #ffffff;
    padding: 15px !important;
}

.footer_type7 .text-md-left small, .footer_type7 .text-md-left strong {
    font-size: 15px !important;
}

.page_title {
    margin: 50px auto;
}

.page_title b {
    font-size: 35px;
}

.wspages .page_title {
    display: none;
}

#main_contactus {
    padding-bottom: 50px;
}

#main_contactus .page_title {
    text-align: left !important;
}

#main_contactus .ws_contact, #main_contactus .ws_contact .contact_form, #main_contactus .mb_10 {
    margin-bottom: 0 !important;
}

/* mobile */
@media all and (max-width:1024px){
    .font-title{
        font-size: 21px;
    }
}

@media all and (max-width:992px){
    .font-title{
        font-size: 16px;
    }
    .five-full img {
    padding: 5px 30px;
        
    }
}

@media all and (max-width:768px){
    .font-big img {
    width: 70px;
        
    }
    
    .small1{
        max-width: 100%;
    }
    
     .font-title{
        font-size: 21px;
    }
    
    .five-full img {
    padding: 5px 10px;
        
    }
    
    .item.slick-slide img {
    min-height: 250px;
        
    }
}


@media only screen and (max-width: 550px) {

.navbar_type8 {
    display: none !important;
}


.m_nav_type5 .d-flex {
    margin: 0 auto !important;
    padding: 0;
}

.m_nav_type5 .d-flex .col-8 {
    padding: 0;
}

.m_nav_type5 .company_logo {
    width: 95%;
}

.m_nav_type5 .member, .m_nav_type5 .shopping {
    font-size: 25px;
    padding: 0;
}

.m_nav_type5 .member:hover, .m_nav_type5 .shopping:hover {
    color: #212529;
}

.m_side_menu_type5 {
    border-top: 2.5px solid #0099b0;
}

.m_side_menu_type5 .nav_item {
    font-size: 15px;
    font-weight: bold;
    text-transform: uppercase;
}

.font-big {
    display: block;
}

.font-big img {
    width: 25%;
}

.small1 {
    max-width: 100%;
}

.font-title, .btn1 {
    width: 50%;
}

.five-full {
    flex: 0 0 50%;
    max-width: 50%;
}

/*.five-full img {*/
/*    padding: 25px 50px;*/
/*}*/

.custom_slider_banner .slick-prev {
    left: -10px !important;
}

.custom_slider_banner .slick-next {
    right: -10px !important;
}

.footer_type7 {
    padding-bottom: 25px !important;
}

.footer_type7 .col-md-6 {
    margin-bottom: 0 !important;
}

.footer_type7 .col-md-6:last-child {
    border-top: none;
}

.sec6-icon img{
    margin-left: 60px;
}

}


@media only screen and (max-width: 480px) {
    .item.slick-slide img {
    min-height: 200px;
        
    }
}

@media only screen and (max-width: 380px) {
    .item.slick-slide img {
    min-height: 150px;
        
    }
}


.footer_type3{
    background-color:#004aad;
    border-top: 1px solid #fff;
}


.sec6-icon img{
    filter: brightness(0) invert(1);
    width: 70px;
    padding: 5px 15px 5px 5px;
}

/*running logo*/
.hp_news{
    padding-bottom: 20px;
}

.news_bottom_box {ca
    margin-top: 25px;
}

.imageMarquee {
    height: 80px;
    background-image: url('https://cdn1.npcdn.net/img/1698655016sec5-running-logo.png');
    background-size:cover;
    animation: imageMovement 40s linear infinite;
}

@keyframes imageMovement {
    100% {
        background-position-x: -6256px;
    }
}

.category_list_type4 .category_box .img_frame img{
    object-fit: contain;
}

#v-pills-tab.nav.flex-row.nav-pills{
    justify-content:left!important;
    margin-bottom:1em;
}





@media (prefers-color-scheme:light) {
    .m_nav_type5 .menu_bar .bar1, .m_nav_type5 .menu_bar .bar2, .m_nav_type5 .menu_bar .bar3{
        background-color: #333!important;
        filter: unset;
    }
}

@media (prefers-color-scheme:dark) {
    .m_nav_type5 .menu_bar .bar1, .m_nav_type5 .menu_bar .bar2, .m_nav_type5 .menu_bar .bar3{
        background-color: #004aad!important;
        filter: brightnes(0) invert(1);
    }
}

/*.m_nav_type5 .menu_bar .bar1, .m_nav_type5 .menu_bar .bar2, .m_nav_type5 .menu_bar .bar3{*/
/*    background-color: #000!important;*/
/*    filter: brightness(0) invert(1);*/
/*}*/