.clearfix:after{
    clear: both;
    content: '';
    display: block;
}
.firtTitle img{
    display: none;
}

/*******------- Header -------*******/
.topbar{
    background: #35363d;
    padding: 7px;
}
.topbar-hotline, .topbar-email{
    float: left;
    margin-right: 20px;
}
.topbar-icon{
    margin-right: 5px;
}
.topbar-icon i, .topbar-title{
    color: rgba(255,255,255,0.65);
}
.topbar-icon i{
    font-size: 17px;
}
.topbar-left a:hover>.topbar-icon i, .topbar-left a:hover>.topbar-title, .topbar-right a:hover>.topbar-title, .topbar-right a:hover>.topbar-icon i{
    color: #fff;
}
/*.topbar-hotline:hover, .topbar-email:hover, .topbar-contact:hover, .topbar-user-login:hover, .topbar-user-logout:hover{*/
    /*border-bottom: 1px solid #fff;*/
/*}*/
.topbar-contact, .topbar-user{
    float: right;
    margin-left: 20px;
}
.topbar-user-login{
    float: left;
}
.topbar-user-logout{
    margin-left: 20px;
    display: inline-block;
    float: left;
}
.header-lg{
    border-bottom: 1px solid #dde0eb;
}
.header-pc{
    display: flex!important;
    align-items: center;
    padding: 5px 0;
}
.header-logo a, .header-cart{
    display: flex;
    justify-content: center;
    align-items: center;
}
.header-logo img{
    width: 60%;
}
.txtSearch{
    border-radius: 100px!important;
    padding: 17px!important;
    color: rgba(46,48,57,.5);
    border: 1px solid #dde0eb!important;
}
.header-search{
    position: relative;
}
.header-search-btn{
    position: absolute;
    top: 2px;
    right: 17px;
    background: transparent;
}
.header-search-btn i{
    color: #dde0eb;
    font-size: 15px;
}
.header-cart-icon i{
    font-size: 30px;
    padding-bottom: 5px;
}
.header-cart-title{
    font-size: 20px;
    margin: 0 10px;
    text-transform: uppercase;
    font-weight: bold;
}
.header-cart-count{
    font-size: 17px;
    background: #ff5335;
    height: 25px;
    width: 25px;
    text-align: center;
    border-radius: 50%;
    color: #fff;
}
.header-cart span{
    display: inline-block;
}
.header-cart a{
    display: flex;
    align-items: center;
}
.menu-categories{
    float: left;
    width: 20%;
    box-sizing: border-box;
    position: relative;
}
.menu-categories-title i{
    margin-right: 10px;
}
.main-nav{
    float: left;
    width: 80%;
    box-sizing: border-box;
}
.nav>li>a{
    font-size: 15px;
    padding: 15px 45px;
}
.nav-lv2{
    display: none;
}
.nav>li>a:hover, .nav>li>a:focus{
    background: transparent;
}
.has-child{
    position: relative;
}
.nav-item:hover>.nav-lv2{
    display: block;
    position: absolute;
    z-index: 1000;
    background: #f4f4f4;
    width: 220px;
    top: 100%;
    left: 0;
}
.cate-list-lv1-content{
    display: none;
}
.menu-categories-list{
    display: none;
}
.menu-categories-list ul.cate-list-lv1{
    margin-top: 5px;
}
.menu-categories-title{
    display: block;
}
.menu-categories:hover>.menu-categories-list{
    width: 300px;
    position: absolute;
    z-index: 10000;
    background: #f4f4f4;
    top: 100%;
    left: 0;
    display: block;
    border-top: 1px solid #dde0eb;
}
.menu-categories-title{
    text-transform: uppercase;
    font-weight: 600;
    font-size: 17px;
    padding: 15px 10px;
}
.cate-list-lv1 .nav-link{
    text-transform: inherit;
}
.nav-item:hover>.cate-list-lv1-content{
    display: block;
    position: absolute;
    left: 100%;
    width: 500px;
    background: #f4f4f4;
    top: -1px;
    border-top: 1px solid #dde0eb;
    border-left: 1px solid #dde0eb;
    overflow-y: scroll;
}
.cate-list-lv1 .nav-item{
    position: inherit;
}
.site-list {
    width: 50%;
    float: left;
}
.cate-list-title{
    padding: 8px 0 8px 20px;
    font-size: 20px;
    font-weight: bold;
}
.cate-list-lv1-content-list{
    box-sizing: border-box;
}
.cate-list-menu{
    float: left;
    width: 50%;
    box-sizing: border-box;
}
.cate-list-content.nav{
    border-left: 1px solid #dde0eb;
}
.cate-list-lv2 .nav-link{
    text-transform: inherit;
    font-weight: normal;
}
.cate-list-content .nav-link{
    text-transform: inherit;
}
.cate-list-img{
    padding-right: 30px;
}
.cate-list-img img{
    width: 100%;
}
.cate-list-lv1 .nav-item a{
    padding: 8px 30px!important;
}
.cate-list-lv1 a.nav-link{
    padding: 11.5px 30px!important;
}
.cate-list-lv1 .cate-list-lv2 .nav-item a,.cate-list-lv1 .cate-list-content li a{
    padding: 7px 20px !important;
}
.container{
    padding: 0 9px;
}
.icon-nav{
    position: absolute;
    top: 17px;
    right: 17px;
    width: 16px;
    height: 16px;
    object-fit: contain;
}
.nav-link{
    position: relative;
}
.nav-link i{
    position: absolute;
    right: 25px;
}
.nav>li i{
    position: absolute;
    top: 17px;
    right: 25px;
}
.cate-list-brand-title{
    padding: 8px 0 8px 20px;
    font-size: 20px;
    font-weight: 500;
}
.installment-cart{
    display: none;
}

/*******------- Footer -------*******/
.footer-hotline{
    font-size: 20px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.footer-hotline a{
    color: #ff5335;
    display: flex;
    align-items: center;
}
.footer-icon{
    font-size: 40px;
    color: #ff5335;
}
.footer-subscribe-label{
    text-transform: capitalize;
    opacity: 0.5;
    margin-left: 15px;
}
.footer-title{
    margin-left: 15px;
}
.footer-contact-label{
    font-size: 20px;
    text-transform: capitalize;
    font-weight: bold;
    margin-left: 15px;
}
.contact-label{
    display: flex;
    align-items: center;
}
.footer-contact-label{
    font-size: 20px;
    text-transform: capitalize;
    font-weight: bold;
    margin-left: 15px;
}
.contact-form{
    position: relative;
    margin: 0;
}
#contactFormSubmit{
    position: absolute;
    top: 0;
    right: 0;
    background: #ff5335;
    color: #fff;
    font-weight: bold;
    font-size: 15px;
    height: 35px;
    width: 25%;
}
.footer-email{
    display: flex;
    align-items: center;
}
#contactFormEmail{
    height: 35px;
    width: 76%;
    padding: 17px;
    color: rgba(46,48,57,.5);
    border: 1px solid #dde0eb;
}
.footer-subscribe{
    background: #f5f6f9;
    padding: 20px 0;
    border-top: 1px solid #dde0eb;
    margin-top: 40px;
}
.site-footer{
    padding: 40px;
}
.footer-logo img{
    width: 60%!important;
}
.footer-social-icon i{
    color: #fff;
    font-size: 27px;
    margin-right: 15px;
}
.footer-social-icon{
    margin: 30px 0;
}
.footer-menu-list p{
    margin-bottom: 15px;
}
.footer-link{
    color: #fff;
    font-size: 17px;
    text-transform: capitalize;
}
.payment-icon{
    display: inline-flex;
    width: 55px;
    height: 35px;
    border: 1px solid #dde0eb;
    padding: 10px;
    margin-left: 30px;
}
.footer-bottom-info{
    padding: 10px 0;
    display: inline-block;
    float: left;
}
.footer-bottom-info p:first-child{
    font-size: 17px;
    font-weight: 400;
}
.footer-bottom-info p:last-child{
    font-size: 12px;
    opacity: 0.5;
    letter-spacing: -0.4px;
}
.footer-bottom-payment{
    display: inline-block;
    float: right;
}
.footer-bottom .row{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.footer-bottom .row:after, .footer-bottom .row:before{
    display: none;
}
.bo-cong-thuong img{
    width: 150px!important;
    height: auto!important;
}

/*******------- Index -------*******/
.firtTitle h2 a{
    text-transform: uppercase;
}
.blog_post_heading{
    height: 91px;
}
.blog_post_heading h2 a{
    height: 40px;
}
.sale-products, .new-products, .single_blog_post_box, .productNew .container, .prod-detail-content .container, .offcanvas-siderbars .container{
    box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.08),
                0 1px 2px 0 rgba(0, 0, 0, 0.2);
}
.row.row-1{
    padding-bottom: 30px;
}
.home-header{
    margin: 30px 0;
}
.product-item{
    border: 1px solid #f5f6f9;
}
.col-md-custom{
    width: 20%;
    float: left;
}
.col-md-custom .blog_post_heading{
    border-bottom: none;
    height: auto;
}
.sale-products, .new-products{
    margin: 0 9px;
}
.news-item{
    margin-bottom: 10px;
}

/*******------- Contact-------*******/
.section_maps iframe{
    width: 100%!important;
}

/*******------- Agency -------*******/
#map{
    height: 500px;
}
.top-bar-newstores {
    background: #333;
    padding: 12px 0;
    vertical-align: middle;
    color: #fff;
}
.top-bar-newstores .title-topnews {
    font-size: 16px;
}
.top-bar-newstores span {
    display: inline-block;
    color: #fff;
}
.top-bar-newstores .title-topnews:before {
    margin-right: 5px;
    content: "";
    display: inline-block;
    width: 12px;
    height: 12px;
    background: url('../img/icon-stars.gif');
}
.loading a, a, a:focus, a:hover {
    text-decoration: none;
}
.top-bar-newstores .name-topnews {
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.5px;
}
.top-bar-newstores .address-topnews {
    color: #fff;
    font-weight: 300;
    letter-spacing: 0.5px;
}
.top-bar-newstores .date-topnews {
    border: 1px solid #e32124;
    background: #e32124;
    border-radius: 12px;
    padding: 1px 5px;
    font-size: 10px;
    line-height: 15px;
    vertical-align: top;
    margin-left: 8px;
}
.top-bar-newstores .space {
    width: 27px;
}
.top-bar-findstores {
    padding: 20px 0;
}
.item-col-4 {
    max-width: 25%;
}
.item-col-4 .content-right {
    display: inline-block;
    vertical-align: top;
    padding: 5px 0 0 6px;
}
.item-col-4 .content-right .text-top {
    color: #e32124;
    font-size: 30px;
}
.item-col-4 .content-right .text-bot {
    font-size: 15px;
    color: #333;
}
.item-col-4:hover img {
    transform: rotateY(360deg);
}
.item-col-4 img {
    transform: rotateY(0deg);
    transition: all ease 0.5s;
}
.title-store {
    color: #333;
    font-size: 16px;
    background: #f6f6f6;
    border: 1px solid #e0e0e0;
    padding: 10px;
    font-weight: bold;
}
.title-store span {
    color: #3d3d3d;
    font-size: 12px;
    text-transform: uppercase;
}
.wrapper-dropdown.list-store {
    max-height: 500px;
    overflow-y: auto;
}
.list-store {
    padding: 0 0 10px;
    border-left: 1px solid #e0e0e0;
    border-right: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
}
.list-store ul {
    margin: 0;
    padding: 0;
}
.list-store .all-submenu-1 .sub-item1:nth-child(odd) {
    background: #fff;
}
.list-store ul li {
    line-height: 30px;
    color: #333;
    cursor: pointer;
    list-style: none;
    font-size: 12px;
}
.list-store ul li a{
    display: block;
    text-align: left;
    white-space: inherit;
}
.list-store .all-submenu-1 .sub-item1:nth-child(even) {
    background: #f6f6f6;
}
.listMap .storeMap{
    display: none;
}
.listMap .storeMap.storeMap-active{
    display: block;
}
.banners-small {
    margin: 20px 0;
}
.banners-small p {
    margin: 20px 0;
    text-align: center;
}
.slider-collection-store img{
    width: 100%;
}
.item-col-3 {
    max-width: 33.33333%;
}
.bottom-bar{
    margin-bottom: 20px;
}
.right-side {
    text-align: left;
    color: #333;
    font-size: 16px;
    line-height: 23px;
    vertical-align: top;
    margin-top: -5px;
}
.chontinhthanh{
    padding: 0 !important;
}
.chontinhthanh #cityId, .storeSelect{
    margin: 0 !important;
    font-size: 13px;
}

.listAgency > h2{
    display: block;
    padding: 5px 0;
    margin: 0;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: bold;
}
.listAgency > span{
    display: block;
}
.main-map{
    padding-bottom: 40px;
}

/*******------- Product View -------*******/
#fea-nav ul li .child_img img{
    height: 100px;
    object-fit: contain;
}
#fea-nav .owl-item{
    display: flex;
    justify-content: center;
}
#fea-nav{
    margin-top: 10px;
}
.hidden1.compatible-accessories, .hidden1 i{
    display: none;
}

/*******------- Introduce Page -------*******/
.section-introduce{
    margin: 40px 0;
    text-align: justify;
}
.section-introduce-title{
    margin-bottom: 20px;
    font-weight: 500;
}

/*******------- Mobile navigation -------*******/
.menuMobile{
    width: 70%;
    transform: translateX(100%);
    overflow: auto;
    position: fixed;
    -webkit-overflow-scrolling: touch;
    top: 0;
    bottom: 0;
    right: 0;
    padding: 0;
    max-width: 95%;
    z-index: 9999;
    background-color: #fff;
    border-right: 1px solid #e9e9e9;
    transition: all .4s cubic-bezier(.46,.01,.32,1);
}
.menuMobile-title{
    background: #000;
    padding: 10px;
}
.menuMobile-title h3{
    margin: 0;
    color: #fff;
    text-transform: uppercase;
}
.mobile-nav{
    padding: 0;
    margin: 0;
}
.mobile-nav .nav-item{
    width: 100%;
}
.mobile-nav .nav-item i{
    position: absolute;
    top: 13px;
    right: 20px;
    font-size: 22px;
}
.lv2 .nav-item{
    padding-left: 20px;
}
.lv2, .lv3{
    transition: all .4s cubic-bezier(.46,.01,.32,1);
}
html.open-drawer{
    overflow: hidden;
}
.open-drawer .overlay_chir.menu{
    display: block !important;
}
.open-drawer .menuMobile{
    transform: translateX(0px);
}
.mobile-nav .li-1:not(:last-child){
    border-bottom: 1px solid #ebebeb;
}
.overlay_chir{
    background: rgba(0,0,0,.6);
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 9;
    display: none;
}
#boxMenu{
    display: none;
}
.mobile-header{
    display: none;
}
.sticky{
    position: fixed;
    z-index: 1;
    top: 0;
    width: 100%;
}
.price-sale{
    height: 50px;
}
#settingSkins{
    display: none;
}
.product-related.box .image_container, .product-related.box .image_container img{
    height: 100%;
}
/*#content *{*/
/*    max-width: unset!important;*/
/*}*/

/*******------- Mobile Layout Style -------*******/
@media(max-width: 991px){
    .bo-cong-thuong img{
        height: auto!important;
    }
    .mobile-header{
        display: flex;
        align-items: center;
        background: #fff;
        width: 100%;
        padding: 9px 0;
    }
    .header-cart, .fa.fa-bars{
        display: inline-block;
    }
    .fa.fa-shopping-cart{
        font-size: 25px;
    }
    .fa.fa-bars, .fa.fa-times{
        font-size: 25px;
        margin-right: 5px;
    }
    .header-cart{
        position: relative;
        margin-right: 27px;
    }
    .header-cart-count{
        font-size: 12px;
        height: 17px;
        width: 17px;
        position: absolute;
        top: -5px;
        right: -10px;
    }
    .nav-control{
        text-align: right;
    }
    .nav>li>a{
        padding: 15px 30px;
    }
    .product-item .image img{
        box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.2),
                    0 1px 2px 0 rgba(0, 0, 0, 0.25);
    }
    .price-sale{
        color: #217fbe!important;
    }
    .news-index .news-item{
        margin: 0 5px 10px;
    }
    .header-logo a{
        justify-content: left;
    }
    .footer-bottom-info{
        display: block;
        float: inherit;
        padding: 10px 15px;
    }
    .footer-bottom .row{
        display: block;
    }
    .footer-bottom-payment{
        display: block;
        float: inherit;
    }
    .footer-bottom-payment div:not(:last-child){
        width: 55px;
        margin-right: 15px;
        height: 35px;
        padding: 7px;
        border: 1px solid #c5c5c5;
        border-radius: 5px;
        display: flex;
    }
    .footer-bottom-payment div:not(:last-child) img{
        width: 100%;
        height: 100%;
        object-fit: contain;
    }
    .bo-cong-thuong img{
        width: 110px!important;
    }
    .footer-bottom-payment p{
        margin: 0;
    }
    .footer-bottom-payment{
        display: flex;
        align-items: center;
        padding: 15px;
    }
    .footer-hotline{
        font-size: 30px;
        padding: 0 20px 15px;
        justify-content: center;
    }
    .footer-icon{
        font-size: 30px;
    }
    .footer-contact-label{
        font-size: 15px;
    }
    #contactFormSubmit{
        font-size: 11px;
        width: 30%;
        padding: 6px 10px;
    }
    #contactFormEmail{
        width: 70%;
    }
    .contact-label{
        display: none;
    }
    .footer-subscribe-label {
        margin-left: 45px;
    }
    /*.site-footer .footer-logo{*/
    /*    display: none;*/
    /*}*/

    /*.site-footer a, .site-footer i, .site-footer p, .site-footer span {*/
    /*    color: #000;*/
    /*}*/
    .header-search{
        padding: 9px;
    }
    .header-search-btn{
        top: 11px;
    }
    .i-search{
        font-size: 23px;
        margin-right: 23px;
    }
    .topbar-contact, .topbar-user{
        margin-left: 0;
    }
    .h-search .header-search-btn{
        top: 7px;
    }
    .h-search{
        background: #ebebeb;
        padding: 5px;
    }
    .section-introduce-content table{
        width: 100%!important;
    }
    .section-introduce-content table img{
        width: 100%!important;
        height: auto!important;
    }
    .prod-detail-tab li{
        width: 50%;
        text-align: center;
    }
    .prod-detail-tab li a{
        margin: 0;
        padding: 15px 25px;
    }
    .products-block img{
        width: 100%;
        height: 100%;
        object-fit: contain;
    }
    .rating img{
        width: auto;
        height: auto;
    }
}
.banner_header a img{
    width: 100%;
}
a.view-more {
    display: flex;
    align-items: end;
    height: 25px;
    padding-left: 10px;
    color: #d83636;
    font-weight: 600;
}
.row.tp_product_betseller, .footer-email {
    display: none;
}
.contact-p1, .contact-p2 {
    width: 100%;
    font-size: 20px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.title-intro {
    padding: 20px 0;
    font-size: 14px;
    font-weight: 600;
    border-bottom: 1px solid #ccc;
    margin-bottom: 20px;
}
div#tab_video, div#tab_openbox, div#tab_rate {
    margin-top: 20px;
}
.title-intro {
    padding: 20px 0;
    margin-bottom: 20px;
    border-bottom: 1px solid;
    font-size: 20px;
    font-weight: 600;
}
.moreover {
    z-index: 2;
}
div#tab_openbox {
    position: relative;
}
.commentItem {
    margin-top: 30px;
}
.showSocial>h4 {
    padding-left: 9px;
    margin-top: 0;
}
.cm-heading {
    padding-left: 9px;
}
span.moreover.active {
    display: none !important;
}

div#loadmore {
    overflow: visible !important;
    height: 100% !important;
}
p.vote {
    padding-left: 9px;
}
.sale-products.clearfix .product-item {
    margin-bottom: 10px;
}
.prod-detail-tab {
    margin-top: 0;
}

.addthis_default_style>a>span {
    background: #888;
    display: inline-flex;
    width: fit-content;
    padding: 3px;
    color: #fff;
    font-size: 10px;
}

.addthis_default_style>a.addthis_button_facebook>span {
    background: #1877F2;
}

.addthis_default_style>a>span.pview-social {
    width: 22px;
    background: transparent;
}

.addthis_default_style {
    display: flex;
    gap: 5px;
}

.promotion-content {
    margin-top: 15px;
    background: #f1f1f1;
}

.pc-title {
    background: #d1d6dc;
    padding: 12px;
    color: red;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 16px;
}

.pc-content {
    padding: 30px 12px;
}

.pc-content>ul {
    list-style: disc;
    padding-left: 20px;
}

.pc-content ul li {
    margin-bottom: 10px;
}
.prod-detail-tab {
    font-family: "calibri" !important;
}