.h-100{
    height: 100% !important;
}
.row.row-5
{
    margin-left: -5px;
    margin-right: -5px;
}

.row.row-5 > [class*=col]
{
    padding-left: 5px;
    padding-right: 5px;
}

.row.row-10
{
    margin-left: -10px;
    margin-right: -10px;
}

.row.row-10 > [class*=col]
{
    padding-left: 10px;
    padding-right: 10px;
}

@media (min-width: 768px)
{
    .col-20
    {
        width: 20%;
    }
}


a
{
    color: inherit;
}

img
{
    max-width: 100%;
}

/*.b-car-details__tabs.tab-content */
.row
{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    /*margin-right: -0.75rem;*/
    /*margin-left: -0.75rem;*/
}

.text-white
{
    color: #fff !important;
}

.navbar-fixed-top, .navbar-fixed-bottom
{

        box-shadow: 0 2px 5px 0 rgb(0 0 0 / 15%);
}

.top-bar li .icon
{
    font-size: 14px;
    padding-right: 5px;
}

.header-navibox-1
{
    padding: 0;
}

.header.header-logo-black .scroll-logo
{
    max-height: 60px;
}

body:not(.header-demo) .header.header.navbar-scrolling .navbar
{
    padding: 5px 0;
}

.header-navibox-3
{
    margin: 8px 0px;
    margin-left: 20px;
}

body.fixed-header .header.header-logo-black .scroll-logo
{
    padding-top: 3px;
    max-height: 60px;
    width: auto;
}

.yamm
{
    position: static;
}

.navbar .container
{
    /*position: relative;*/
}

.yamm.main-menu > li:hover .dropdown-menu
{
    opacity: 1;
    visibility: visible;
}

body:not(.header-demo) .header.navbar-scrolling .navbar .navbar-nav > li:hover > a, .header.navbar-scrolling .navbar .navbar-nav > li a:hover
{
    color: #fff !important;
    background-color: #d01818;
}
body:not(.header-demo) .header.navbar-scrolling .navbar .navbar-nav > li:hover > a b, .header.navbar-scrolling .navbar .navbar-nav > li a:hover b{
    color: #fff;
    opacity: 1;
}

.navbar .btn
{
    font-size: 16px;
    border-radius: 5px;
    box-shadow: 0 2px 5px rgb(0 0 0 / 16%), 0 2px 10px rgb(0 0 0 / 12%);
}

.navbar .btn > i
{
    color: #fff;
    font-size: 15px;
}

.nav li
{
    position: static;
}

.dropdown-mega-menu
{
    list-style: none;
    display: block;
    transition: all 0.3s ease;
    min-width: 100%;
    max-height: 80vh;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    transform-origin: top center;
    border: 1px solid #cecece;
    background-color: #fff;
    left: 0;
    right: 0;
    margin: 0;
    box-shadow: 0px 0px 18px 0 rgba(0, 0, 0, 0.05);
    padding: 10px;
    position: absolute;
    top: calc(100%);
    z-index: 1000;
    float: left;
    overflow-y: auto;

}

li:hover > ul.dropdown-mega-menu
{
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
}

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


    .header-navibox-1
    {
        padding: 10px 0;
    }

    [data-off-canvas*=mobile-slidebar]
    {
        padding: 15px;
    }

    .navbar-nav > li > .dropdown-menu
    {
        display: block;
        position: absolute;
        opacity: 0;
        visibility: hidden;
    }

    .navbar-nav .open .dropdown-menu
    {
        opacity: 1;
        visibility: visible;
    }

    .navbar-nav .open .dropdown-menu > li > a
    {
        padding: 0;
    }

    .navbar-nav .open .dropdown-menu > li > a .product-item
    {
        background-color: #fff;
    }

    .navbar-nav .open .dropdown-menu > li > a .product-item .product-description .product-title
    {
        margin-bottom: 5px;
    }
}

/* intro */
@media screen and (max-width: 767px)
{
    .section-advantages-1
    {
        margin-top: 50px;
    }
    .slider-pro img.sp-image{
        min-height: 100%;
    }
}

/* intro */

.sp-image-container
{
    display: flex;
    justify-content: center;
    align-items: center;
}

.sp-image-container > img
{
    max-width: unset;
    min-width: 100%;
    height: auto !important;
}

.product-item
{
    position: relative;
    top: 0;
    display: flex;
    flex-direction: column;
    border: 1px solid #ddd;
    margin-bottom: 15px;
    padding: 0.75rem;
    position: relative;
    overflow: hidden;
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -ms-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
}

.product-item:hover
{
    top: -5px;
    -webkit-box-shadow: 1px 1px 5px #999;
    -moz-box-shadow: 1px 1px 5px #999;
    box-shadow: 1px 1px 5px #999;
}

.product-item:hover .border-effect .border
{
    width: 109%;
}

.product-item .border-effect
{
    position: absolute;
    bottom: 0;
    left: -2px;
    width: 100%;
    height: 5px;
}

.product-item .border-effect .border
{
    display: block;
    background-color: #d01818;
    width: 0;
    height: 5px;
    -webkit-transition: width 0.6s ease-in-out;
    -moz-transition: width 0.6s ease-in-out;
    -ms-transition: width 0.6s ease-in-out;
    -o-transition: width 0.6s ease-in-out;
    transition: width 0.6s ease-in-out;
}

.product-item .badge
{
    border-radius: 50%;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    height: 42px;
    right: -10px;
    line-height: 36px;
    position: absolute;
    text-align: center;
    top: -10px;
    width: 42px;
    z-index: 5;
    background-color: #d01818;
}

.product-item .product-image
{
    width: 100%;
    position: relative;
    overflow: hidden;
}

.product-item .product-image:hover img
{
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.product-item .product-image img
{
    border-radius: 5px;
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -ms-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
}

.product-item .product-description
{
    width: 100%;
    text-align: left;
    padding-top: 5px;
}

.product-item .product-description .product-title
{
    margin: 0;
    color: #d01818;
    font-size: 18px;
    font-weight: bold;
}

.product-item .product-description .product-title:hover
{
    color: #d01818;
}

.product-item .product-description .price
{
    color: #111;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 0;
}

.product-item .product-short
{
    color: #111;
    font-size: 13px;
    text-transform: none;
    text-align: justify;
}


.main-slider-1 .main-slider__title
{
    margin-bottom: 30px;
}

.featured-carousel
{
    padding-left: 2rem;
    padding-right: 2rem;
}

.featured-carousel .owl-item.active + .owl-item.active + .owl-item.active
{
    opacity: .2;
}

.featured-carousel .owl-item.active, .featured-carousel .owl-item.active + .owl-item.active + .owl-item.active
{
    opacity: 1;
}

.featured-carousel .owl-item.active + .owl-item.active
{
    pointer-events: auto;
}

.featured-carousel .b-goods-feat
{
    transition: .3s all;
    padding: 20px 10px;
}

.featured-carousel .b-goods-feat:hover
{
    box-shadow: 0 2px 5px 0 rgb(0 0 0 / 26%)
}

.b-goods-feat__label
{
    font-size: 15px;
}

.b-goods-feat__desc-item
{
    line-height: 40px;
    font-size: 13px;
}

.b-goods-feat__name
{
    text-transform: uppercase;
}

.b-goods-feat__info
{
    text-align: center;
    min-height: 96px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 4;
    display: -webkit-box;
    -webkit-box-orient: vertical;

}

.section-advantages-2
{
    margin-bottom: 90px;
}

.b-post-1 .entry-header .entry-meta
{
    padding-top: 20px;
}

.b-post-1 .entry-title
{
    margin: 15px 0 10px;
    padding: 0 0 0 23px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.b-post-1 .entry-content
{
    padding: 0;
    margin: 0 0 24px 23px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}
.entry-content img{
    max-width: 100% !important;
    height: auto !important;
}

.entry-content input{
    max-width: 100% !important;
    height: auto !important;
}
@media screen and (max-width: 767px)
{
    .section-advantages-2,
    .section-news
    {
        padding: 50px 0;
        margin-bottom: 0;
    }

    .b-post-1 .entry-main
    {
        padding: 0 10px 10px;
    }

    .b-post-1 .entry-title
    {
        padding-left: 18px;
    }

    .b-post-1 .entry-title:before
    {
        /*display: none;*/
    }

    .b-post-1 .entry-content
    {
        margin-left: 18px;
    }

    .ui-subtitle-block span, .ui-subtitle-block p
    {
        font-weight: 300;
        font-size: 14px !important;
        line-height: 1.3;
    }

    .featured-carousel
    {
        padding: 0 15px;
    }

    .featured-carousel .col-xs-6.col-md-4
    {
        padding: 0;
        margin-bottom: 10px !important;
    }

    .featured-carousel .col-xs-6.col-md-4:nth-child(odd)
    {
        padding-right: 5px;
    }

    .featured-carousel .col-xs-6.col-md-4:nth-child(even)
    {
        padding-left: 5px;
    }

    .featured-carousel .col-xs-6.col-md-4:nth-last-child(2), .featured-carousel .col-xs-6.col-md-4:last-child
    {
        margin-bottom: 0;
    }

    .featured-carousel .owl-item.active
    {
        pointer-events: auto;
    }

    .featured-carousel .b-goods-feat
    {
        padding: 10px 0 0;
        box-shadow: 0 2px 5px 0 rgb(0 0 0 / 26%);
    }

    .b-goods-feat__img
    {
        text-align: right;
    }

    .b-goods-feat__label
    {
        font-size: 12px;
        position: relative;
        padding: 5px 7px;
        right: 0;
        bottom: 5px;
    }

    .b-goods-feat__name
    {
        margin: 0;
        padding: 0 5px 5px;
        font-size: 14px;
        min-height: 35px;
    }

    .b-goods-feat__name:before
    {
        height: 2px;
        margin-right: 3px;
    }

}

/*end product*/
/*about us*/
.b-advantages-2
{
    padding: 35px 25px;
}

/*end about us*/
/*feedback*/
.section-reviews
{
    margin-bottom: 220px;
}

.b-blockquote-1
{
    z-index: 1;
    display: flex;
}

.b-blockquote-1:after
{
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    z-index: -1;
}

.b-blockquote-1 blockquote
{
    padding: 0;
    margin: 0 0 0 20px;
    width: calc(100% - 80px);
}

.b-blockquote-1 .b-blockquote__author
{
    margin-bottom: 10px;
}

@media screen and (max-width: 767px)
{
    .section-reviews
    {
        padding-top: 40px;
    }

    .b-blockquote-1
    {
        display: block;
        margin: 50px 0 30px;
    }

    .b-blockquote-1 blockquote
    {
        width: calc(100% - 20px);
    }

    .b-blockquote-1 .b-blockquote__img
    {

        margin-top: -70px;
        margin-bottom: 20px;
    }
}

/*end feedback*/
/*call action*/
.b-info_mod-a
{
    background-size: contain;
    background-position: left;
    padding: 82px 25% 90px 20%;
}

.b-info_mod-b
{
    background-size: contain;
    background-position: right;
    padding: 109px 15% 116px 20%
}

.b-info__title > span
{
    display: block;
    margin-top: 10px;
    font-size: 36px;
    text-transform: uppercase;
}


@media screen and (max-width: 767px)
{
    .b-info
    {
        padding: 50px 20px;
    }

    .b-info_mod-a
    {
        background-size: cover;
        background-position: right;
    }

    .b-info_mod-b
    {
        background-size: cover;
        background-position: left;
    }

    .b-info__title > span
    {
        font-size: 32px;
    }

    .sp-buttons
    {
        bottom: 100px;
    }
}

/*end call action*/
/* dmxe */
.section-list-brands
{
    margin-bottom: 30px;
}

.b-bnr
{
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.b-bnr .list
{
    margin-bottom: 0;
}

.b-bnr__label > span
{
    display: block;
    margin-bottom: 13px;
    font-size: 36px;
    font-weight: 700;
    color: #D01818;
    letter-spacing: .025em;
    line-height: 1.5;
}

.list-mark-3 li:before
{
    font-family: "Font Awesome 5 Pro";
}

.b-list-brands__link
{
    padding: 12px 0 0;
}

.featured-carousel.owl-theme_w-btn
{
    padding: 90px 0 0;
    margin-top: 35px;
}

.featured-carousel .owl-nav
{
    bottom: unset;
    top: 0;
}

@media screen and (max-width: 767px)
{
    .section-list-brands
    {
        padding: 0 15px;
    }

    .b-bnr
    {
        padding: 40px 15px;
    }

    .b-bnr__label > span
    {
        font-size: 32px;
    }
}

/* dmxe */

.b-post-1 .img-responsive
{
    width: 100%;
}

.b-post-1 .entry-footer__inner
{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.b-post-1:hover .entry-footer__inner
{
    padding-bottom: 30px;
}

.b-post-1 .b-post-social
{
    font-size: 11px;
}

.b-post-1 .b-post-social .social-icon
{
    color: #999;
    font-size: 14px;
}

.b-post-1 .b-post-social .social-icon.icon-fb
{
    color: #1773EA;
}

.b-post-1 .b-post-social .entry-meta
{
    /*border-left: 1px solid #999;*/
    margin-left: 10px;
    padding-left: 10px;
}

.b-post-1 .entry-footer .meta-title
{
    color: #222;
}

.b-post-1 .entry-footer .meta-text
{
    font-size: 14px;
}

.b-post-1 .entry-footer .entry-meta i
{
    font-weight: 600;
    font-size: 12px;
    color: #d01818;
}

/*end post*/
/*  */
.b-isotope
{
    padding-bottom: 90px;
}

.area-bg_op_90:after
{
    opacity: 1;
}

@media screen and (max-width: 767px)
{
    .section-isotope__header
    {
        padding: 50px 0 20px;
    }

    .b-isotope
    {
        padding-bottom: 50px;
    }

    .owl-theme .owl-nav div
    {
        transform: scale(.85);
        margin: 0;
    }
}

/*  */

.b-about-main
{
    padding: 0;
}

.b-about__inner
{
    padding-right: 0;
    background: unset;
}

.b-about-list
{
    padding-top: 0;
}

.sectionCallAction
{
    padding: 50px 0 30px;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-color: #BC1717;
}

.sectionCallAction .callActionMain
{
    display: flex;
    align-items: center;
}

.sectionCallAction .callActionMain .headingIcon
{
    font-size: 40px;
    line-height: 1;
    color: #1c1c1c;
}

.sectionCallAction .callActionMain .headingStyle
{
    margin: 0;
    padding: 0 15px;
}

.sectionCallAction .callActionMain .headingStyle .headingText, .sectionCallAction .callActionMain .headingStyle .headingLine
{
    font-size: 29px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 35px;
    margin-bottom: 0;
    text-align: left;
    color: #fff;
}

.sectionCallAction .callActionMain .headingStyle .headingSubText
{
    color: #d5d5d5;
    font-size: 15px;
}

.sectionCallAction .callActionMain .headingStyle:before, .sectionCallAction .callActionMain .headingStyle:after
{
    display: none;
}

.sectionContact
{
    border-bottom: 1px dashed #c0c0c0;
}

.sectionContact .headingTitle
{
    margin-bottom: 1.4rem;
    font-size: 1.6rem;
}

.sectionContact .contactMain
{
    width: 100%;
    position: relative;
    overflow: hidden;
    padding-left: 30px;
    color: #d01818;
}

.sectionContact .contactMain .contactInner
{
    position: relative;
    z-index: 2;
}

.sectionContact .contactMain .contactInner .contactForm .form-group .position-relative > i
{
    position: absolute;
    top: 15px;
    left: 15px;
    font-size: 0.9rem;
}

.sectionContact .contactMain .contactInner .contactForm .form-group input, .sectionContact .contactMain .contactInner .contactForm .form-group textarea
{
    box-shadow: none !important;
    outline: none !important;
    height: 44px;
    font-size: 1rem;
    border-radius: 0 !important;
    border-color: #c9c9c9;
}

.contactMain .contactInner .contactForm .form-group
{
    display: flex;
}

.contactMain .contactInner .contactForm .form-group .form-control
{
    margin-bottom: 0;
}

.contactMain .contactInner .contactForm .form-group .btn
{
    border-radius: 0;
    width: auto;
    position: absolute;
    top: 0;
    right: 0;
    min-width: 150px;
    height: 100%;
    line-height: 49px;
}

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

    .sectionCallAction
    {
        padding: 50px 0;
    }

    .sectionCallAction .callActionMain .headingIcon
    {
        display: none;
    }

    .sectionCallAction .callActionMain .headingStyle
    {
        padding: 0;
        margin-bottom: 20px;
    }

    .sectionContact .contactMain
    {
        padding: 10px;
        max-width: 100%;
    }

    .sectionContact .contactMain .contactInner
    {
        padding: 20px 10px 10px;
    }

    .sectionContact .contactMain .contactInner .headingTitle
    {
        font-size: 1.2rem;
    }

    .contactMain .contactInner .contactForm .form-group
    {
        margin-bottom: 0;
        flex-direction: column;
    }

    .contactMain .contactInner .contactForm .form-group .btn
    {
        position: relative;
        margin-top: 5px;
    }

    .sectionContact .contactMain .contactInner .contactForm .form-group .position-relative
    {
        margin-bottom: 1rem;
    }
}

/*footer section*/

.footer
{
    padding-top: 90px;
}

.footer-list__item
{
    padding-right: 20px;
}

.social-net__link
{
    font-size: 24px;
    position: relative;
}

.social-net__link.zalo_icon img
{
    transition: .3s all;

}

.social-net__link.zalo_icon:hover img:first-of-type
{
    opacity: 0;
}

.social-net__link.zalo_icon img:last-of-type
{
    visibility: hidden;
    position: absolute;
    left: 0;
    top: 3px;
}

.social-net__link.zalo_icon:hover img:last-of-type
{
    opacity: 1;
    visibility: visible;
}

.footer-contact .icon
{
    font-size: 14px;
    top: 4px;
}

.footer-contact .icon-lg
{
    font-size: 16px;
}

.tool-fixed
{
    position: fixed;
    top: 30%;
    right: 0;
    width: 40px;
    text-align: center;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    z-index: 200;
    border-radius: 10px 0 0 10px;
    opacity: 1;
}

.tool-fixed ul
{
    margin-bottom: 0;
    padding-left: 0;
    list-style: none;
}

.tool-fixed ul li
{
    position: relative;
    z-index: 999;
}

.tool-fixed ul li a.hover
{
    background-color: #d01818;
    padding: 7px;
    display: block;
    outline: none;
    box-shadow: none;
}

.tool-fixed ul li a img
{
    max-width: 100%;
}

.tool-fixed ul li .show
{
    position: absolute;
    top: 0;
    width: 150px;
    height: 38px;
    right: -200px;
    background-color: #c70000;
    transition: right 0.5s;
    line-height: 35px;
    z-index: -1;
}

.tool-fixed ul li .show a
{
    display: block;
    color: #fff;
    font-weight: bold;
}

.tool-fixed ul li:hover .show
{
    right: 35px;
}

.tool-fixed ul li:hover .hover
{
    background-color: #ee3345;
}

.tool-fixed ul li i
{
    font-size: 1.5rem;
    color: #fff
}

.modal-header
{
    padding: 0;
}

.modal-desc
{
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
    z-index: 1;
    padding: 70px 50px;
}

.modal-header button.close
{
    position: absolute;
    z-index: 1;
    right: 0;
    top: 0;
    transform: translate(30%, -30%);
    width: 26px;
    height: 26px;
    line-height: 25px;
    background: #d01818;
    color: #fff;
    border-radius: 100%;
}

.close:hover, .close:focus
{
    opacity: 1;
}

@media screen and (max-width: 768px)
{
    .footer
    {
        padding-top: 50px;
    }

    .footer-list__item
    {
        padding-right: 40px;
    }

    .footer-contact_lg
    {
        margin-bottom: 9px;
    }

    .tool-fixed
    {
        width: 100% !important;
        top: unset !important;
        bottom: 0;
        text-align: center;
        background: #d01818 !important;
        -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
        box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
        z-index: 9;
        border-radius: 0 !important;
        opacity: 1;
    }

    .tool-fixed ul
    {
        display: flex;
    }

    .tool-fixed ul li
    {
        width: 100%;
    }

    .tool-fixed ul li a.hover
    {
        display: block;
        width: 100%;
        padding: 5px !important;
    }

    .tool-fixed ul li .show
    {
        display: block;
        position: static !important;
        width: 100% !important;
        height: 18px !important;
        line-height: 35px;
    }

    .tool-fixed ul li .show a
    {
        display: block;
        line-height: 1;
        font-size: 9px;
        color: #fff !important;
    }
}


/*end footer section*/

/*contact us and form dk lai thu*/
.block-table.contactus
{
    margin-top: 128px;
}

.section-form-contacts
{
    padding: 120px 15% 70px;
}

.ggmap
{
    height: 100%;
}

label
{
    color: #222;
    font-size: 16px;
}

.section_gap
{
    padding: 90px 0;
}

.header-detail
{
    margin-bottom: 30px;
    text-align: center;
}

.header-detail .ui-title-block
{
    font-size: 30px;
    font-weight: 500;
    text-transform: uppercase;
}

@media screen and (max-width: 768px)
{
    .block-table.contactus
    {
        width: auto;
        margin-top: 80px;
    }

    .section-form-contacts
    {
        padding: 40px 20px;
    }

    .section_gap
    {
        padding: 50px 0;
    }

    .header-detail
    {
        margin-bottom: 20px;
    }

    .header-detail .ui-title-block
    {
        font-size: 25px;
    }

    #dangkylaithu-form .form-control
    {
        margin-bottom: 15px;
    }
}

/*contact us*/
/*post detail*/
.breadcrumb > li, .breadcrumb > li > a
{
    font-size: 14px;
    line-height: 1.6;
}

.breadcrumb > li + li:before
{
    font-family: "Font Awesome 5 Pro";
}

.b-post-full .entry-meta
{
    margin-top: 0;
}

.post-widget__media .img-responsive
{
    margin-top: 3px;
}

.post-widget__title
{
    padding-top: 0;
    transition: .22s all;
}

.post-widget__title:hover
{
    color: #D01818;
}

@media screen and (max-width: 768px)
{
    .breadcrumb{
        padding-top: 15px;
        padding-bottom: 0;
    }

    .b-post-full .entry-title
    {
        font-size: 25px;
    }
}

/*post detail*/

/*product list*/
.section-title-page
{
    height: 140px;
}

.area-bg__inner
{
    height: 100%;
}

.b-title-page
{
    margin: 0;
    position: absolute;
    width: 100%;
    padding: 30px 0;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.b-title-page:after
{
    height: 4px;
}

.l-main-content, .l-sidebar-3
{
    padding: 30px 0 30px;
}

.product-content .breadcrumb
{
    margin-bottom: 10px;
    padding-top: 15px;
    padding-bottom: 0;
    text-align: left;
}

.b-goods-1
{
    transition: .3s all;
    padding: 15px !important;
}

.b-goods-1:hover
{
    box-shadow: 0 2px 5px 0 rgb(0 0 0 / 26%);
}

.list-goods_th .b-goods-1__img
{
    position: relative;
}

.list-goods_th .b-goods-1__img:before
{
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.07);
}

.pagination > li.page-prev a
{
    margin-right: 15px;
}

.pagination > li.page-next a
{
    margin-left: 15px;
}

@media screen and (max-width: 768px)
{
    .b-post-full
    {
        margin-bottom: 0;
    }
}

/*product list*/

/*product detail*/
.b-car-details__header
{
    padding-bottom: 12px;
}

.slider-car-details .sp-image-container
{
    border: 1px solid #ececec;
}

.slider-car-details .sp-image-container:after
{
    background-color: rgba(0, 0, 0, 0);
}

.b-car-info .b-car-info__desc-dt, .b-car-info .b-car-info__desc-dd
{
    line-height: initial;
    text-transform: initial;
}

.car_detail_wrap .car_detail_info
{
    margin-top: 30px;
    margin-bottom: 50px;
}

.hinhthucte
{
    margin-bottom: 15px;
}

.section-default_top
{
    padding-top: 70px;
}

.related-carousel
{
    padding-bottom: 40px;
}

.related-carousel .owl-item.active
{
    padding: 5px;
}

.related-carousel.list-goods_th .b-goods-1
{
    margin-bottom: 0;
}


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

    .slider-pro .sp-image
    {
        height: unset !important;
    }

    .col-car-detail
    {
        max-width: 100vw;
    }

    .car_detail_wrap
    {
        margin-top: 30px;
    }

    .car_detail_wrap .car_detail_info
    {
        margin-top: 20px;
        margin-bottom: 35px;
    }

    .b-car-details__title
    {
        font-size: 25px;
    }

    .hinhthucte
    {
        margin-bottom: 30px;
    }

    .section-default_top
    {
        padding-top: 50px;
    }

    .b-goods-1_mod-a .b-goods-1__inner
    {
        padding: 0;
    }

    .list-goods_th .b-goods-1
    {
        box-shadow: 0 2px 5px 0 rgb(0 0 0 / 26%);
    }
}

/*end product detail*/

/*post list*/
.b-post-1 .entry-title:before
{
    top: 50%;
    transform: translateY(-50%);
}

.widget h3
{
    margin-top: 0;
}

/*post list*/

/*post detail*/
.b-post-full .entry-meta__group-right .entry-meta__item:not(:first-of-type)
{
    border-left: 1px solid #999;
    padding-left: 15px;
    margin-left: 0;
}

/*end post detail*/

/*contact*/
.section-form-contacts__title span
{
    margin-top: 0;
    margin-bottom: 12px;
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    display: block;
}

/*contact*/
/*Huy edit*/
.btn-tool{
    background: #d01818;
    color: #fff;
    padding: 8px 14px;
    text-align: center;
    transition: .3s ease-in-out;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
}
.btn-tool:hover{
    background: #bb1111;
}
.ui-title-block{
    font-weight: bold;
}
.h-title{
    font-weight: bold;
    letter-spacing: 0;
    text-align: center;
    font-size: 20px;
}
.h-desc{
    font-size: 14px;
}
.featured-carousel .b-goods-feat{
    border-radius: .625rem;
}
.ui-decor{
    height: 4px;;
}
.ui-decor::before, .ui-decor::after{
    display: none;
}
.dropdown-menu{
    max-width: 300px;
    top: 75%;
}
.dropdown-menu > li > a:hover{
    background: #d01818;
    color: #fff;
}
.yamm .dropdown-menu li > a{
    text-transform: none;
    font-size: 14px;
}
@keyframes buttonShine {
    0% {
        -webkit-transform: translate(-110px, -50px) rotate(45deg);
        -moz-transform: translate(-110px, -50px) rotate(45deg);
        -ms-transform: translate(-110px, -50px) rotate(45deg);
        -o-transform: translate(-110px, -50px) rotate(45deg);
        transform: translate(-110px, -50px) rotate(45deg)
    }
    10% {
        -webkit-transform: translate(280px, -50px) rotate(45deg);
        -moz-transform: translate(280px, -50px) rotate(45deg);
        -ms-transform: translate(280px, -50px) rotate(45deg);
        -o-transform: translate(280px, -50px) rotate(45deg);
        transform: translate(280px, -50px) rotate(45deg)
    }
    100% {
        -webkit-transform: translate(280px, -50px) rotate(45deg);
        -moz-transform: translate(280px, -50px) rotate(45deg);
        -ms-transform: translate(280px, -50px) rotate(45deg);
        -o-transform: translate(280px, -50px) rotate(45deg);
        transform: translate(280px, -50px) rotate(45deg)
    }
}
.btn:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 50px;
    height: 200px;
    background: rgba(255, 255, 255, 0.3);
    -webkit-transform: translate(-110px, -50px) rotate(45deg);
    -moz-transform: translate(-110px, -50px) rotate(45deg);
    -ms-transform: translate(-110px, -50px) rotate(45deg);
    -o-transform: translate(-110px, -50px) rotate(45deg);
    transform: translate(-110px, -50px) rotate(45deg);
    animation-name: buttonShine;
    animation-duration: 5000ms;
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-delay: 5000ms;
    animation-iteration-count: infinite;
}
.call {
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.7);
}
.headingIcon i{
    color: #fff;
    font-size: .9em;
}
.headingSubText{
    color: #ddd;
}
#subscribe-form{
    box-shadow: rgba(0, 0, 0, 0.16) 0px 2px 5px 0px, rgba(0, 0, 0, 0.12) 0px 2px 10px 0px; 
}
.iconMXH{
    width: 30px;
    height: 30px;
    line-height: 28px;
    font-size: 16px;
    text-align: center;
    display: inline-block;
    border-radius: 50%;
    margin-right: 7px;
    transition: .3s ease-in-out; 
}
.iconMXH:hover{
    transform: translateY(-5px);
}
.iconMXH.face {
    color: #fff;
    background: #0e8df2;
}
.iconMXH.phone {
    color: #fff;
    background: #dc1226;
}
.iconMXH.youtube {
    color: #fff;
    background: #ff0000;
}
.iconMXH.mail {
    color: #fff;
    background: #6a6a6a;
}
.footer .footer-section_list-columns{
    margin-left: 15px;
}
.b-blockquote-1 .b-blockquote__img{
    width: 200px;
}
.text-white{
    color: #fff i !important;
}
.text-bold{
    font-weight: bold;
}
.text-sup{
    font-size: 14px;
    text-transform: none;
}
.price-chitiet{
    text-align: center;
}
.sub-note{
    font-size: 14px;
    color: #f6f6f6;
    text-transform: none;
    display: block;
    font-weight: 400;
}
.b-car-info__desc{
    padding: 20px 25px;;
}
.action-button{
    text-align: center;
    padding: 10px 12px;
    font-size: 14px;
    line-height: 21px;
    transition: .3s;
    position: relative;
    border-radius: 4px;
    color: #fff;
    box-shadow: 0 16px 24px -8px rgb(0 82 163 / 40%);
    font-weight: bold;
    margin-bottom: 15px;
    display: block;
}
.action-button.phone{
    background: #d01818;
}
.action-button.phone:hover{
    background: #b61010;
}
.action-button.zalo{
    background: #0080ff;
}
.action-button.zalo:hover{
    background: #026fdd;
}
.action-button.form{
    background: #00C853;
}
.action-button.form:hover{
    background: #019c42;
}
.b-car-details__title{
    letter-spacing: 0;
    font-size: 28px;
}
.list-goods_th .b-goods-1_mod-a .b-goods-1__header{
    margin-bottom: 8px;
}
.list-goods_th .b-goods-1__section{
    padding-top: 8px;
}
.list-goods_th .b-goods-1__price_th{
    padding-right: 0;
}
.section-form-contacts{
    background: url(/public/upload/banner/footer-bg.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    background-color: #000;
    position: relative;
}
.b-car-info .b-car-info__desc-dt{
    float: left;
}
.section-title-page{
    background-size: cover;
    background-position: center;
}
.iconbutton{
    width: 60px;
    height: 60px;
    line-height: 55px;
    font-size: 26px;
    text-align: center;
    display: inline-block;
    border-radius: 20%;
    transition: .3s ease-in-out; 
    box-shadow: rgba(0, 82, 163, 0.3) 0px 16px 24px -8px;
    background: #fff;
    margin-bottom: 12px;
    color: #d01818;
}
@media (max-width: 768px){   
.iconbutton{
    width: 50px;
    height: 50px;
    line-height: 45px;
}
.section-default{
    padding-top: 20px;
}
.featured-carousel .b-goods-feat{
    box-shadow: 0 1px 2px 0 rgb(60 64 67 / 30%), 0 1px 3px 1px rgb(60 64 67 / 15%);
    padding: 15px 0;
}
.featured-carousel{
    padding: 5px 0;
}
.footer-list__item{
    padding-right: 0;
    width: 49%;
}
.footer .footer-section_list-columns{
    margin: 0;
}
.normal-logo{
    padding: 0px 15px 15px 15px;
    border-bottom: 1px solid #ccc;
}
.navbar-brand{
    display: block;
}
[data-off-canvas*=left]{
    width: 300px;
}
[data-off-canvas]{
    background: #fff;
    box-shadow: rgb(0 0 0 / 16%) 0px 2px 5px 0px, rgb(0 0 0 / 12%) 0px 2px 10px 0px;
}
[data-off-canvas] li a{
    padding: 15px;
    transition: .3s ease-in-out; 
}
[data-off-canvas] .navbar-nav .open .dropdown-menu a{
    padding: 15px;
    border-bottom: 1px solid #f6f6f6;
}
[data-off-canvas] li a:active{
    background: #d01818;
    color #fff;
}
.product-title{
    text-transform: none;
}
[data-off-canvas] .icon-mobile{
    float: right;
}
.nav .open > a, .nav .open > a:hover, .nav .open > a:focus{
    background: #d01818;
    color: #fff;
}
[data-off-canvas] li .dropdown.open a{
    background: #d01818;
    color: #fff;
}
[data-off-canvas] li:hover >a{
    background: unset;
    color: unset;
}
.navbar-nav > li > .dropdown-menu{
    transform: scaleY(0);
}
.navbar-nav .open .dropdown-menu{
    transform: scaleY(1);
}
.footer .copyright{
    padding-bottom: 70px;
    padding-right: 25px;
}
.footer{
    background-position: center;
}
.ui-subtitle-block span, .ui-subtitle-block p{
    line-height: 1.875;
}
.button-area{
    background: #f5f6f8;
    padding: 10px 0 15px 0;
}
}