.news__para a:hover,
.news__para a:focus {
    color: #0000ff !important;
}

.news__para a {

    color: #0000ff !important;
}

.img_100px {
    height: 100px !important;
    max-width: 100%;
    object-fit: cover;
    overflow: hidden;
}

.img_110px {
    height: 110px !important;
    max-width: 100%;
    object-fit: cover;
    overflow: hidden;
}

.img_120px {
    height: 120px !important;
    max-width: 100%;
    object-fit: cover;
    overflow: hidden;
}

.img_130px {
    height: 130px !important;
    max-width: 100%;
    object-fit: cover;
    overflow: hidden;
}

.img_140px {
    height: 140px !important;
    max-width: 100%;
    object-fit: cover;
    overflow: hidden;
}

.img_150px {
    height: 150px !important;
    max-width: 100%;
    object-fit: cover;
    overflow: hidden;
}

.img_160px {
    height: 160px !important;
    max-width: 100%;
    object-fit: cover;
    overflow: hidden;
}

.img_180px {
    height: 180px !important;
    max-width: 100%;
    object-fit: cover;
    overflow: hidden;
}

.img_190px {
    height: 190px !important;
    max-width: 100%;
    object-fit: cover;
    overflow: hidden;
}

.img_200px {
    height: 200px !important;
    max-width: 100%;
    object-fit: cover;
    overflow: hidden;
}

.img_210px {
    height: 210px !important;
    max-width: 100%;
    object-fit: cover;
    overflow: hidden;
}

.img_220px {
    height: 220px !important;
    max-width: 100%;
    object-fit: cover;
    overflow: hidden;
}

.img_240px {
    height: 240px !important;
    max-width: 100%;
    object-fit: cover;
    overflow: hidden;
}

.img_260px {
    height: 260px !important;
    max-width: 100%;
    object-fit: cover;
    overflow: hidden;
}

.img_280px {
    height: 280px !important;
    max-width: 100%;
    object-fit: cover;
    overflow: hidden;
}

.img_290px {
    height: 290px !important;
    max-width: 100%;
    object-fit: cover;
    overflow: hidden;
}

.img_300px {
    height: 300px !important;
    max-width: 100%;
    object-fit: cover;
    overflow: hidden;
}

.img_310px {
    height: 310px !important;
    max-width: 100%;
    object-fit: cover;
    overflow: hidden;
}

.img_320px {
    height: 320px !important;
    max-width: 100%;
    object-fit: cover;
    overflow: hidden;
}

.img_340px {
    height: 340px !important;
    max-width: 100%;
    object-fit: cover;
    overflow: hidden;
}

.img_360px {
    height: 360px !important;
    max-width: 100%;
    object-fit: cover;
    overflow: hidden;
}

.img_380px {
    height: 380px !important;
    max-width: 100%;
    object-fit: cover;
    overflow: hidden;
}

.img_400px {
    height: 400px !important;
    max-width: 100%;
    object-fit: cover;
    overflow: hidden;
}

.img_420px {
    height: 420px !important;
    max-width: 100%;
    object-fit: cover;
    overflow: hidden;
}

.img_460px {
    height: 460px !important;
    max-width: 100%;
    object-fit: cover;
    overflow: hidden;
}

.img_480px {
    height: 480px !important;
    max-width: 100%;
    object-fit: cover;
    overflow: hidden;
}

.img_540px {
    height: 540px !important;
    max-width: 100%;
    object-fit: cover;
    overflow: hidden;
}

.img_600px {
    height: 600px !important;
    max-width: 100%;
    object-fit: cover;
    overflow: hidden;
}

.img_620px {
    height: 620px !important;
    max-width: 100%;
    object-fit: cover;
    overflow: hidden;
}

.radius-6 {
    border-radius: 6px;
}

.ymh_menu .menu-item {
    display: inline-block;
    text-transform: uppercase;
    font-family: "Oswald", sans-serif;
    padding: 10px 12px;
    padding-top: 14px;
    font-size: 20px;
}

.ymh_menu .menu-item.current-menu-parent,
.ymh_menu .menu-item.current-menu-item {
    border-bottom: 3px solid #c40101;
    color: #111;
    font-size: 24px;
    padding-bottom: 9px;
}

.ymh_menu .menu-item:hover {
    border-bottom: 3px solid #c40101a0;
    color: #222;
}

.wp-caption-text {
    text-align: center;
    font-size: 14px;
    font-style: italic;
    color: #888;
}

.bg-dark-gradient {
    background: linear-gradient(to top, rgba(10, 10, 10, 0.881), rgba(10, 10, 10, 0.5), rgba(10, 10, 10, 0));
}

.news.knowledges.single .news__para ol,
.news.knowledges.single .news__para ul {
    list-style: none !important;
    padding-left: 25px;
    margin-bottom: 18px;
}

.news.knowledges.single .news__para ul li::before {
    content: "•";
    color: var(--black);
    font-weight: bold;
    display: inline-block;
    width: 3em;
    margin-left: -25px;
    position: absolute;
    font-size: 20px;
}

.list-counter {
    list-style-type: none;
    padding-left: 20px;
    counter-reset: css-counters 0;
    /* intializes counter, set -1 for zero-based counters */
}

.list-counter li:before {
    counter-increment: css-counters;
    content: "#" counters(css-counters, " ") " ";
    font-size: 30px;
    line-height: 1;
    font-weight: normal;
    margin-right: 25px;
    font-family: 'Oswald';
    font-style: italic;
    align-self: flex-start;
    padding-top: 3px;
    /* generates inherited counters from parents */
}

/* TABS */
.tags {
    background: url(../img/tags.svg) no-repeat left top;
    padding-left: 35px;
    background-size: auto 28px;
    min-height: 52px;
    height: 100%;
    position: relative;
    background-position: 0px 16px;
    padding-top: 15px;
    padding-bottom: 6px;
    margin-left: 15px;
    position: relative;
    align-content: center;
    align-items: center;
    align-self: center;
}

.tags .post_tags {
    display: block;
    position: relative;
    width: 100%;
}

.tags .post_tags li.tag.item {
    display: inline !important;
    position: relative;
    float: left;
    margin: 0px 8px;
    margin-bottom: 10px;
}

.tags .tag.item .tag-item {
    border: 1px solid #999999a0;
    display: block;
    padding: 5px 8px;
    font-size: 14px;
    font-style: italic;
    border-radius: 15px;
}

.tags .tag-item:hover {
    border: 1px solid #e90101ea !important;
    color: #e30505f4;
}

.fb-share-button {
    position: absolute !important;
    right: 15px;
    top: 33%;
    width: 100%;
    height: 100%;
}

.bike-category .background-image {
    overflow: hidden;
    height: 630px;
}

.news__info-item {
    font-size: 13px;
    margin-right: 20px;
}

.italic {
    font-style: italic;
}

.populate-items .swiper-button-prev--custom,
.populate-items .swiper-button-next--custom {
    background-color: var(--white);
    width: 40px;
    height: 40px;
    position: relative;
    display: inline-flex;
}

.populate-items .swiper-button-prev,
.populate-items .swiper-container-rtl .swiper-button-next {
    left: 0;
    right: auto;
}

.populate-items .swiper-button-next,
.populate-items .swiper-container-rtl .swiper-button-prev {
    right: 0;
    left: auto;
}

#loadmore_videos:hover {
    color: #c40101 !important;
    border: 1px solid #c40101 !important;
}

.news__para {
    line-height: 25px;
}

.news__detail-thumb {
    padding-left: 14px;
}

.populate-items .swiper-scrollbar {
    background: #cdcccc;
}

.populate-items .swiper-scrollbar {
    border-radius: 1px;
    height: 6px;
    width: 100%;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

.populate-items .swiper-scrollbar-drag {
    position: relative;
    background: rgba(249, 9, 9, 0.8) !important;
    border-radius: 1px;
    left: 0;
    top: 0;
}

.pagination-ajax .pagination {
    display: block;
    border-radius: 0;
    margin: auto;
}

.pagination-ajax .prev.page-numbers

/* ,
.pagination-ajax  .page-numbers */
    {
    display: none !important;
}

.pagination-ajax .next.page-numbers {
    display: block !important;
}

.swiper-navi.w_100 {
    max-width: 100% !important;
}

.swiper-pagination-bullet:last-child {
    margin-right: 0;
}

.product .rating_scales .swiper-navi.w_100 .swiper-pagination {
    justify-content: center;
    align-items: center;
    font-size: 18px;
    font-family: "Oswald", sans-serif;
    font-weight: 700;
    bottom: 0;
    position: relative;
    z-index: 1;
    color: var(--l-gray);
}


@media screen and (min-width: 960px) {
    .swiper-wrapper {
        height: unset;
    }

    .news.knowledges.single h1,
    .news.knowledges.single .news .title-news {
        font-size: 56px;
        margin-bottom: 18px;
        line-height: 1.3;
        text-align: left;
    }

    .news.knowledges.single .news__para h2 {
        font-size: 28px;
        margin-bottom: 17px;
    }

    .news.knowledges.single .news__para h3 {
        font-size: 22px;
    }

    .news.knowledges.single .news__para h4 {
        font-size: 19px;
    }

    .news.knowledges.single .news__para h5 {
        font-size: 17px;
    }

    .news.knowledges.single .news__para h6 {
        font-size: 15px;
    }

}

.banner__product.banner-full--pc .banner-inner {
    padding-top: 68vh;
    align-self: center;
    margin: 0 auto;
    justify-content: center;
    display: flex;

}

.banner__product.banner-full--mb .banner-inner {
    padding-top: 56%;
    align-self: center;
    margin: 0 auto;
    margin-left: calc(50% - 26vh);
}

@media screen and (max-width: 1480px) and (min-width: 1200px) {

    .container,
    .container-sm,
    .container-md,
    .container-lg {
        max-width: 960px;
    }
}

@media screen and (max-width: 1199px) and (min-width: 961px) {

    .container,
    .container-sm,
    .container-md,
    .container-lg {
        max-width: 767px;
    }
}

@media screen and (max-width: 960px) and (min-width: 767px) {

    .container,
    .container-sm,
    .container-md,
    .container-lg {
        max-width: 767px;
    }

    .banner__product.banner-full--mb .banner-inner {
        padding-top: 10%;
    }

    .news.knowledges.single h1,
    .news.knowledges.single .news .title-news {
        font-size: 32px;
        margin-bottom: 12px;
        line-height: 1.3;
        text-align: left;
    }

    .tags {
        padding-left: 30px;
        margin-left: 12px;
    }

    .knowledges h2,
    .news h2 {
        font-size: 26px;
    }

    .knowledges h3,
    .news h3 {
        font-size: 17px;
    }

    .knowledges h4,
    .news h4 {
        font-size: 16px;
    }

    .knowledges h5,
    .news h5 {
        font-size: 15px;
        font-weight: 600;
        line-height: 1.4;
    }

    .knowledges h6,
    .news h6 {
        font-size: 14px;
        font-weight: 600;
    }

    .news.knowledges.single .news__para h2 {
        font-size: 26px;
        margin-bottom: 18px;
    }

    .news.knowledges.single .news__para h3 {
        font-size: 20px;
    }

    .news.knowledges.single .news__para h4 {
        font-size: 18px;
    }

    .news.knowledges.single .news__para h5 {
        font-size: 16px;
        line-height: 1.3;
    }

    .news.knowledges.single .news__para h6 {
        font-size: 15px;
    }

    .overflow-x-auto {
        overflow-x: auto;
    }

    .ymh_menu .menu-container {
        width: max-content;
    }

    .ymh_menu .menu-container ul {
        width: max-content;
    }

    .cate__title h1 {
        font-size: 26px;
    }

    .list-counter {
        list-style-type: none;
        padding-left: 0px;
        counter-reset: css-counters 0;
    }

    .list-counter li:before {
        font-size: 30px;
        margin-right: 30px;
        line-height: 1;
    }

    .ymh_menu .menu-item {
        padding: 8px 6px !important;
        padding-top: 16px !important;
        font-size: 15px;
    }

    .ymh_menu .menu-item.current-menu-parent,
    .ymh_menu .menu-item.current-menu-item {
        border-bottom: 3px solid #c40101;
        color: #111;
        font-size: 18px;
        padding-bottom: 6px;
    }

    .fb-share-button {
        position: absolute !important;
        right: 10px;
        top: auto;
        bottom: -10px;
    }

    .img_1,
    .img_600px,
    .img_620px,
    .img_400px,
    .img_420px,
    .img_380px,
    .img_460px,
    .img_480px,
    .img_540px,
    .img_390px,
    .article__img_first {
        height: 320px !important;
    }

    .img_2,
    .img_320px,
    .img_310px,
    .img_290px,
    .img_300px,
    .img_280px,
    .img_240px,

    .article__img_second {
        height: 240px !important;
    }

    .img_100px,
    .img_110px,
    .img_120px,
    .img_140px,
    .img_150px,
    .img_160px,
    .img_3,
    .article--hoz .img_2,
    .img_4 {
        height: 120px !important;
    }
}

@media screen and (max-width: 769px) and (min-width: 450px) {

    .mbpr-0 {
        padding-right: 0px !important;
    }

    .mbpl-0 {
        padding-left: 0px !important;
    }

    .mbpt-0 {
        padding-top: 0px !important;
    }

    .mbpb-0 {
        padding-bottom: 0px !important;
    }

    .mbpr-15 {
        padding-right: 15px !important;
    }

    .mbpl-15 {
        padding-left: 15px !important;
    }

    .article__body {
        padding-bottom: 0px;
        padding-top: 0px;
    }

    .wp-caption-text {
        font-size: 14px;
    }

    .ymh_menu .menu-item {
        padding: 7px 5px !important;
        padding-top: 12px !important;
        font-size: 14px;
    }

    .ymh_menu .menu-item.current-menu-parent,
    .ymh_menu .menu-item.current-menu-item {
        border-bottom: 3px solid #c40101;
        color: #111;
        font-size: 17px;
        padding-bottom: 4px;
    }

    /* .article.mb-4{margin-bottom: 20px !important;} */

    .img_1,
    .img_600px,
    .img_620px,
    .img_400px,
    .img_420px,
    .img_380px,
    .img_460px,
    .img_480px,
    .img_540px,
    .img_390px,
    .article__img_first {
        height: 200px !important;
    }

    .img_2,
    .img_320px,
    .img_310px,
    .img_290px,
    .img_300px,
    .img_280px,
    .img_240px,
    .article__img_second {
        height: 180px !important;
    }

    .article--hoz .img_2,
    .img_3 {
        height: 100px !important;
    }

    .img_100px,
    .img_110px,
    .img_120px,
    .img_140px,
    .img_150px,
    .img_160px,
    .img_4 {
        height: 90px !important;
    }

    .news-items .article.col-6.pr-2:nth-child(even) {
        padding-right: 20px !important;
        padding-left: 15px !important;
    }

    .news-items .article.col-6.pr-2:nth-child(odd) {
        padding-right: 15px !important;
        padding-left: 20px !important;
    }

    .dong-co .article.col-lg-6.col-6:nth-child(odd),
    .news_item.article.col-lg-6.col-6:nth-child(odd) {
        padding-right: 10px !important;
    }

    .dong-co .article.col-lg-6.col-6:nth-child(even),
    .news_item.article.col-lg-6.col-6:nth-child(even) {
        padding-left: 10px !important;
    }

    /* .populate-items .swiper-pagination {
        width: 100% !important;
        background: var(--l-gray2);
        padding: 0;
        position: relative;
    }

    .populate-items .swiper-pagination-bullet {
        width: calc(20% + 1px);
        height: 6px;
        margin-right: 0px;
        display: inline-flex;
        justify-content: center;
        align-items: center;
        background: transparent;
        cursor: pointer;
        opacity: 1;
        position: relative;
        border-radius: 0;
    } 
    
    .populate-items .news__featured--custom .swiper-navi .swiper-pagination .swiper-pagination-bullet {
        background: red ;
        border: 0px solid rgb(225, 223, 223); 
        z-index: 2;
    }
    .populate-items .news__featured--custom .swiper-navi .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
        background-color: var(--l-gray2) !important;
        position: absolute;
        left: 0;
        width: 100%;
        z-index: -1;
    } 
 
    .populate-items .swiper-pagination-bullet:after {
        content: "";
        display: block;
        width: 0px;
        height: 0px;
        background: var(--white);
        -webkit-border-radius: 100%;
        -moz-border-radius: 100%;
        -ms-border-radius: 100%;
        -o-border-radius: 100%;
        border-radius: 100%;
    } */
    .banner__product.banner-full--mb .banner-inner {
        display: flex;
        justify-content: center;
        padding-top: 35%;
        margin-left: 0px;
    }

    .bike-category [class*=col-]:nth-child(3) {
        width: auto !important;
        flex: 0 0 100%;
        max-width: 50% !important;
    }
}

@media screen and (max-width: 450px) and (min-width: 381px) {
    .banner__product.banner-full--mb .banner-inner {
        display: flex;
        justify-content: center;
        padding-top: 55%;
        margin-left: 0px;
    }

    .bike-category [class*=col-]:nth-child(3) {
        width: auto !important;
        flex: 0 0 100%;
        max-width: 50% !important;
    }

    .img_210px {
        height: 100px !important;
    }
}

@media screen and (max-width: 380px) {
    .banner__product.banner-full--mb .banner-inner {
        display: flex;
        justify-content: center;
        padding-top: 55%;
        margin-left: 0px;
    }

    .bike-category [class*=col-]:nth-child(3) {
        width: auto !important;
        flex: 0 0 100%;
        max-width: 50% !important;
    }

    .img_210px {
        height: 100px !important;
    }
}

.featured .swiper-container {
    height: fit-content !important;
}

.container-fluid {
    height: fit-content !important;
}

.bike-category [class*=col-]:nth-child(3) {
    max-width: 50% !important;
}

.h-box .h-logo img.h-logo-1 {
    width: 175px !important;
}

@media screen and (min-width: 1401px) and (max-width: 1875px) {
    .h-box .h-logo img.h-logo-1 {
        width: 175px !important;
    }

    .container-fluid {
        max-width: 1280px !important;
    }
}

@media screen and (max-width: 1400px) {
    .h-box .h-logo img.h-logo-1 {
        width: 150px !important;
    }

    .container-fluid {
        max-width: 1280px !important;
    }
}

.container-online {
    color: black !important;
}

.fw-bold {
    font-weight:900;
}

.color-red {
    color: #c40101;
}

.container-online .div-address {
    background-color: #F2F2F2;
    padding: 20px 5px 10px 5px;
}

.bg-bisque {
    background-color: #ddd9c3;
}

.text-booking {
    color: #979690;
    font-size: 14px;
    font-weight: 700;
}

input[type="text"] {
    box-sizing: border-box;
    padding: 1px;
    margin: 0;

}



.btn-booking{
    display: block;
    z-index: 4;
    width: 50px;
    height: 100%;
    position: absolute;
    left: 0px;
    top: -1px;
    background-color: #DF121A !important;
    color: #FFFFFF;
    
}

.td-title-booking
{
    text-align: start; 
    border:5px solid #F2F2F2; 
    padding: 8px 0px 8px 5px;
}
.td-first
{
    width: 7%;
}
.td-booking
{
    text-align: start;
    white-space: nowrap;
    border:5px solid #F2F2F2;
    padding: 5px 0px;
    color: red;
}
.form-input
{
    width: 100% !important;
    height: 35px  !important;
    padding-left: 5px !important;
}
.text-end
{
    text-align: start;
}
.btn_item_booking
{
    background-color: #333537;
    color: white;
    width: 25px;
    height: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
}
#add_product_pca
{
    
    margin-left: 5px;
}
.h-box{
    background: #FFFFFF;
}
.h-box.normal {
    background: #FFFFFF;
}
.h-box.gradient {
    background: #FFFFFF;
}
body.menu-moto-hover .h-box.gradient{
    background: #FFFFFF;
}

.h-menu__item.active h6 a{
    color: #002a87;
}
.h-menu__item a {
    color: #000000;
}
.h-menu__item--submenu::after{
    background: #000000;
}
.h-menu__item--submenu:hover:after {
    background: #002a87;
}
.h-menu__item--submenu:hover h6 a {
    color: #002a87 !important;
}
.h-menu__category li.active{
    color: #002a87;
}
.h-menu__item .ic-search {
    background: #000;
}
.h-menu__item.mnuicon i, 
.h-menu__item.cart_count i {
    color: #000;
}
.h__list > li:hover a{
    color: #002a87;
}
.h__list > li:before{
    color: #002a87;
}

@media only screen and (max-width: 1024px) and (-webkit-min-device-pixel-ratio: 1) {
    .h-box.gradient {
        background: #fff !important;
    }
    .h-box.gradient.normal {
        background: #fff !important;
    }
    .h-box .h-box__wrapper {
        height: 100% !important;
    }
}
@media only screen and (max-width: 960px){
    .h-box .icon-menu > span {
        background-color: #000;
    }
}