﻿/* Common */
@font-face {
    font-family: 'Roboto-Bold';
    src: url('../fonts/Roboto-Bold.woff') format('woff');
}

@font-face {
    font-family: 'Roboto-Medium';
    src: url('../fonts/Roboto-Medium.woff') format('woff');
}

@font-face {
    font-family: 'roboto-regular';
    src: url('../fonts/roboto-regular.woff') format('woff');
}

@font-face {
    font-family: 'FontAwesome';
    src: url('../fonts/FontAwesome.otf') format('opentype');
}
@font-face {
    font-family: 'RobotoSlab-Bold';
    src: url('https://toyotabacgiang.com.vn/Asset/font-text/RobotoSlab-Bold.ttf') format('truetype');
}

@font-face {
    font-family: 'RobotoSlab-Light';
    src: url('https://toyotabacgiang.com.vn/Asset/font-text/RobotoSlab-Light.ttf') format('truetype');
}

@font-face {
    font-family: 'RobotoSlab-Regular';
    src: url('https://toyotabacgiang.com.vn/Asset/font-text/RobotoSlab-Regular.ttf') format('truetype');
}

@font-face {
    font-family: 'RobotoSlab-Thin';
    src: url('https://toyotabacgiang.com.vn/Asset/font-text/RobotoSlab-Thin.ttf') format('truetype');
}
.fa {
    font-family: FontAwesome !important;
}
.fa-times:before {
    content: "\f00d";
}
.fa-angle-double-down:before {
    content: "\f103";
}
#header.affix .btn-nhangiauudai {
    padding: 7px 4px!important;
    font-size: 9px!important;
    border-radius: 6px!important;
}
.btn-nhangiauudai-group {
    text-decoration:none;
}
.btn-nhangiauudai {
    background: #d02028;
    padding: 6px 8px;
    font-size: 12px;
    color: #FFF;
    border-radius: 25px;
    text-transform: uppercase;
    font-weight: bold;
    box-shadow: 0px 2px 3px #777;
    cursor: pointer;
}

#data-notify .modal-body {
    background: #FFF;
    padding: 0px 0px;
}

    #data-notify .modal-body .form-title, #btn-nhanbaogia .form-title {
        font-size: 23px;
        font-family: Roboto-Bold;
        color: #d30606;
        text-align: center;
        text-transform: uppercase;
    }

    #data-notify .modal-body .from-description, #btn-nhanbaogia .from-description {
        font-size: 13px;
        font-family: roboto-regular;
        color: #333;
        text-align: center;
    }

    #data-notify .modal-body a, #btn-nhanbaogia a{
        font-size: 15px;
        text-transform: uppercase;
        color: #d30606;
        text-decoration: none;
    }

        #data-notify .modal-body .form-sale-price, #btn-nhanbaogia .form-sale-price {
            background: #621200;
            margin: 5px 10%;
            padding: 10px;
        }

        #data-notify .modal-body .form-sale-price .form-control, #btn-nhanbaogia .form-sale-price .form-control {
            background-color: #eee;
            height: 35px;
            border-radius: 6px;
            margin-bottom: 15px;
        }

            #data-notify .modal-body .form-sale-price .btn-send, #btn-nhanbaogia .form-sale-price .btn-send {
                width: 100%;
                height: 50px;
                text-align: center;
                text-transform: uppercase;
                color: #FFF;
                font-family: Roboto-Bold;
                background-color: #d30606;
                border: 1px solid#d30606;
                border-radius: 25px;
                font-size: 18px;
                box-shadow: 0px 2px 5px #333;
                margin-top:10px;
            }

            #data-notify .wrap-sale, #btn-nhanbaogia .wrap-sale {
                margin-right: 10px;
                margin-bottom: 50px;
            }

    #data-notify .wrap-sale p, #btn-nhanbaogia .wrap-sale p {
        margin: 0;
        font-size: 12px;
        line-height: 18px;
        padding: 0px 10px;
    }
.hidden{
    display:none!important;
}
/*scroll*/
.overscroll {
    display: block;
    background: #fff;
    overflow-y: hidden;
    overflow-x: auto;
    -ms-overflow-style: none;
    -ms-scroll-snap-type: mandatory;
    -ms-scroll-snap-points-x: snapInterval(0%, 100%);
    -ms-scroll-chaining: chained;
    -webkit-overflow-scrolling: touch;
    width: 100%;
    position: relative;
    z-index: 2;
    margin-bottom: 0;
}
/* hotline*/
.wrap-icon.affix {
    width: auto;
    position: fixed !important;
    top: 35%;
    right: 5px !important;
    left: auto;
    display: block;
    align-items: center;
    z-index: 99;
}
.hotline-phone-ring-wrap {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 999999;
}

.hotline-phone-ring {
    position: relative;
    visibility: visible;
    background-color: transparent;
    width: 70px;
    height: 75px;
    margin: 0px 15px;
    z-index: 11;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    transition: visibility .5s;
    left: 0;
    bottom: 0;
    display: block;
}

.hotline-phone-ring-circle {
        width: 65px;
    height: 65px;
    top: 23px;
    left: 22px;
    position: absolute;
    background-color: transparent;
    border-radius: 100%;
    border: 2px solid #f600ff;
    -webkit-animation: phonering-alo-circle-anim 1.2s infinite ease-in-out;
    animation: phonering-alo-circle-anim 1.2s infinite ease-in-out;
    transition: all .5s;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    opacity: 0.5;
}

.hotline-phone-ring-circle-fill {
    width: 45px;
    height: 45px;
    top: 33px;
    left: 33px;
    position: absolute;
    background-color: rgba(255, 172, 3,.56);
    border-radius: 100%;
    border: 2px solid transparent;
    -webkit-animation: phonering-alo-circle-fill-anim 2.3s infinite ease-in-out;
    animation: phonering-alo-circle-fill-anim 2.3s infinite ease-in-out;
    transition: all .5s;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}

.hotline-phone-ring-img-circle {
    background-color: rgba(255, 218, 0, 0.34);
    width: 65px;
    height: 65px;
    top: 23px;
    left: 22px;
    position: absolute;
    background-size: 20px;
    border-radius: 100%;
    border: 2px solid transparent;
    -webkit-animation: phonering-alo-circle-img-anim 2s infinite ease-in-out;
    animation: phonering-alo-circle-img-anim 2s infinite ease-in-out;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .hotline-phone-ring-img-circle .pps-btn-img {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }

.hotline-bar {
    position: absolute;
    background: rgb(49, 74, 166);
    border-radius: 3px;
    padding: 0 15px 0 0;
    background-size: 100%;
    cursor: pointer;
    transition: all 0.8s;
    -webkit-transition: all 0.8s;
    z-index: 9;
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.1);
    border-radius: 50px !important;
    /* width: 175px !important; */
    left: 33px;
    bottom: 37px;
}

    .hotline-bar > a {
        color: #fff;
        text-decoration: none;
        font-size: 15px;
        font-weight: bold;
        text-indent: 50px;
        display: block;
        letter-spacing: 1px;
        line-height: 40px;
        font-family: Arial;
    }

        .hotline-bar > a:hover,
        .hotline-bar > a:active {
            color: #fff;
        }
.hotline-phone-ring-img-circle .img-circle {
    max-width: 38px;
}

@-webkit-keyframes phonering-alo-circle-img-anim {
    0% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
    }

    10% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
    }

    20% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg);
    }

    30% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
    }

    40% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg);
    }

    50% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
    }

    100% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
    }
}
/*end*/
    .overscroll::-webkit-scrollbar {
        width: 0;
        height: 0
    }

    .overscroll::-webkit-scrollbar-track {
        -webkit-border-radius: 10px;
        border-radius: 10px
    }

    .overscroll::-webkit-scrollbar-thumb {
        -webkit-border-radius: 10px;
        border-radius: 10px
    }

.restaurantscroll {
    clear: both;
    display: block;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    flex: 1 100%;
    padding-left: 0;
    margin: 0
}

.listscroll {
    /*    background: #FFF;*/
    padding-bottom: 10px;
    width: max-content;
    padding-top: 5px;
}
.logo-noel {
    position: absolute;
    left: 14%;
    top: -5px;
    width: 26px;
}

.affix .logo-noel {
    left: 7%;
}

.btn-view-more {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    margin: 10px 0px;
    padding: 10px 0px;
}

#thongsokythuat .content-thongsokythuat {
    max-height: 450px;
    overflow: hidden;
}

#thongsokythuat.show .content-thongsokythuat {
    max-height: 100% !important;
}

body {
    background: #ececec;
    font-family: Arial, Helvetica, sans-serif;
    margin: 0px auto;
    max-width: 768px;
    overflow-x: hidden;
    padding: 0px;
}

.fa {
    font-family: FontAwesome !important;
}

.fa-angle-left:before {
    content: "\f104";
}
/*thông báo*/
#notifypasgo .modal-dialog {
    margin-top: 20%;
}

#notifypasgo .modal-header {
    padding: 0px;
    border: none;
}

#notifypasgo .modal-body .close {
    position: absolute;
    top: -10px;
    right: -6px;
    border-radius: 50%;
    border: 1px;
    border-color: transparent;
    width: 30px;
    height: 30px;
    z-index: 10;
    margin: 0;
    padding: 0;
    background: #fff;
    opacity:1;
    overflow: hidden;
}

#notifypasgo .modal-body {
    padding: 0px;
}
/* Header */
header {
    background: #eee;
    box-shadow: 0 1px 3px rgba(0, 0, 0, .25);
}

/* Footer */
footer {
    min-height: 200px;
    background: #fff;
    margin-bottom: 6px;
    float: left;
    
}
.footer-menu {
    background: #333;
    position: relative;
    display: block;
    padding: 10px 6px 100px 6px;
}
    .footer-menu ul{
        padding:0px;
        margin:0px 0px 15px 0px;
    }
    .footer-menu ul li{
        list-style:none;
        margin:8px 10px; 
    }
        .footer-menu ul li a {
            text-decoration: none;
            font-size: 14px;
            color: #b1b1b1;
        }
    .footer-menu .col-xs-6 h4 {
        color: #dcdcdc;
        font-size: 14px;
        text-transform: uppercase;
        margin: 25px 10px;
        font-weight: bold;
    }
.rm-btn-send-phone {
    height: 44px;
    background: #333;
    border-color: #00a652;
    width: 103px;
    margin: 0 6px;
    color: #FFF;
    padding: 2px 10px;
    font-size: 15px;
    text-align: center;
    font-family: Arial,Helvetica,sans-serif;
    position: relative;
    display: inline-block;
    white-space: nowrap;
    vertical-align: middle;
    border: 1px solid transparent;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.dmca-badge{
    margin: 25px 0px;
    display:inline-block;

}
.footer-infor{
    padding: 6px 6px;
    margin:10px 0px;
    text-align:center;
    position:relative;
    display:block;
}
    .footer-infor h3 {
        color: #4e4d4d;
        font-size: 18px;
        line-height: 26px;
    }
    .footer-infor h4 {
        color: #333;
        font-size: 14px;
        line-height: 26px;
        text-transform:uppercase;
        margin:10px 0px;
        font-weight:bold;
        text-align:left;
    }
    .footer-infor h5 {
        margin:0px;
        color: #333;
        font-size: 14px;
        line-height: 22px;
        text-transform: uppercase;
        font-weight: bold;
        text-align: center;
    }
    .footer-infor p {
        color: #424242;
        font-size: 14px;
    }
.form-send-data input {
    margin: 10px 0px;
    background: #eee;
    height: 36px;
}
.footer-infor p a {
    color: #ce3204;
    font-weight: bold;
}
.rm-btn-send-email {
    height: 44px;
    background: #ce3204;
    border-color: #00a652;
    width: 103px;
    border-radius: 25px;
    margin: 16px 6px;
    color: #FFF;
    padding: 2px 10px;
    font-size: 15px;
    text-align: center;
    font-family: Arial,Helvetica,sans-serif;
    position: relative;
    display: inline-block;
    white-space: nowrap;
    vertical-align: middle;
    border: 1px solid transparent;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
    .rm {
        font-family: FontAwesome;
    }

.rm-header-title {
    clear: both;
}

    .rm-header-title p {
        text-align: center;
        font-family: Roboto-Medium;
        font-size: 18px;
        padding: 20px 0px 21px 0px;
        margin: 0px;
    }

        .rm-header-title p a {
            color: #d02028;
            text-decoration: none;
        }

#rm-menu-footer ul {
    padding: 0px;
    margin: 0px;
    border-bottom: 2px solid#d02028;
}

    #rm-menu-footer ul li {
        list-style: none;
        width: 100%;
        display: block;
        padding: 4px 6px;
        border-bottom: 1px solid#ebebeb;
    }

        #rm-menu-footer ul li:first-child {
            border-top: 1px solid#ebebeb;
        }

        #rm-menu-footer ul li a {
            text-decoration: none;
            color: #3f3f3f;
            font-family: Roboto-Medium;
            width: 100%;
            display: inline-block;
            padding: 3px 0px 10px 0px;
        }

        #rm-menu-footer ul li ul {
            display: none;
        }


.icon-menu-down, .icon-menu-up {
    float: right;
    padding-right: 20px;
    font-style: normal;
}

    .icon-menu-down:before {
        content: "\f107";
    }

    .icon-menu-up:before {
        content: "\f106";
    }

.rm-register-news {
    text-align: center;
    padding: 20px 6px;
    background: #ce3204;
    position: relative;
    padding-bottom: 28px;
    margin-top:10px;
}

    .rm-register-news h3 {
        font-family: Roboto-Medium;
        font-size: 18px;
        line-height: 24px;
        margin: 5px 0px 15px 0px;
        text-transform: uppercase;
        color: #FFF;
    }

    .rm-register-news p {
        font-size: 14px;
        font-family: roboto-regular;
        line-height: 24px;
        margin: 0px;
        color: #e6e6e6;
    }

/* Class Common */
.rm-text-center {
    text-align: center;
}

.rm-red {
    color: #666;
    font-size: 14px;
    font-family: Roboto-Medium;
    display: inline-block;
    width: 100%;
}

.rm-brown {
    color: #777777;
    font-size: 13px;
    font-family: Roboto-Medium;
    text-decoration: line-through;
    display: inline-block;
    width: 100%;
}

.rm-img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
}
/* Menu */
.navhead {
    padding-bottom: 38px;
}

.opensearch {
    display: inline-block;
    position: relative;
    background: #ececec;
    width: 86%;
    padding: 6px 10px;
    border-radius: 20px;
    float: left;
    clear: both;
    margin: 0 0 38px 10px;
    border: 1px solid #d2f2f9;
    color: #585858;
}

.sidenav {
    height: 100%;
    width: 300px;
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    background-color: #FFF;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 16px;
    padding-bottom: 38px;
    display: none;
}

    .sidenav a {
        padding: 10px 5px 10px 10px;
        text-decoration: none;
        font-size: 15px;
        color: #555;
        display: flex;
        transition: 0.25s;
        width: 100%;
        border-bottom: 1px solid#dcdcdc;
        justify-content: flex-start;
        align-items: center;
    }

        .sidenav a:last-child {
            border-bottom: none;
        }

        .sidenav a:hover, .offcanvas a:focus {
            color: #f1f1f1;
        }

        .sidenav a.closebtn {
            position: absolute;
            top: 5px;
            right: 0px;
            font-size: 36px !important;
            padding: 2px 5px 2px 2px;
            display: block;
            width: auto;
        }

        .sidenav a img.img-responsive {
            float: left;
            margin-right: 10px;
            max-width: 26px;
        }

.slidenavoverlay {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 10;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0, 0.25);
    overflow-y: auto;
    overflow-x: hidden;
    text-align: center;
    opacity: 0;
    transition: opacity 0.5s;
}
/*menu cấp 2*/
.iconnav {
    position: relative;
    top: -1px;
    display: inline-block;
    font-family: FontAwesome;
    -webkit-font-smoothing: antialiased;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    float: right;
}

a.accordion {
    background-color: #f7f7f7;
    color: #555;
    cursor: pointer;
    padding: 7px 10px 6px 10px;
    width: 100%;
    border-left: 6px solid#efefef;
    text-align: left;
    border-bottom: none;
    outline: none;
    font-size: 15px;
    transition: 0.4s;
    font-family: helveticaneue, Arial, Helvetica, sans-serif;
    margin-bottom: 1px;
    display: flex;
    justify-content: space-between;
}

    a.accordion.active, a.accordion:hover {
        background-color: #fff9f0;
        color: #333;
    }

    a.accordion .iconnav:after {
        content: '\f107';
        font-size: 25px;
        color: #777;
        float: right;
        margin-left: 5px;
    }

    a.accordion.active .iconnav:after {
        content: "\f106";
    }

div.panel {
    padding: 0 18px;
    background-color: #fff9f0;
    max-height: 0;
    overflow: hidden;
    transition: 0.25s ease-in-out;
    opacity: 0;
    margin: 0px;
    border: none;
}

    div.panel.show {
        opacity: 1;
        max-height: 800px;
    }
/* Menu */

#rm-menu {
    height: 50px;
    border-bottom: 2px solid#d02028;
    overflow:hidden;
}

    #rm-menu .show {
        display: block;
    }

    #rm-menu ul {
        margin: 0px;
        padding: 0px;
    }

        #rm-menu ul li {
            float: left;
            list-style: none;
            position: relative;
            border-right: 1px solid#e2e2e2;
        }

            #rm-menu ul li:nth-child(1) {
                width: 16.66666667%;
            }

            #rm-menu ul li:nth-child(2) {
                width: 66.66666667%;
                text-align: center;
                display: flex;
                justify-content: center;
                align-items: center;
            }

                #rm-menu ul li:nth-child(2) a:first-child, #rm-menu ul li:nth-child(2) a:first-child i {
                    float: left;
                    display: flex;
                    align-items: center;
                    justify-content: space-between;
                    text-decoration: none;
                }

                    #rm-menu ul li:nth-child(2) a:first-child span {
                        color: #fff580;
                        font-size: 16px;
                        font-family: 'SVN-Aguda-Black',Arial,sans-serif;
                    }

            #rm-menu ul li:nth-child(3) {
                width: 16.66666667%;
                border-right: none;
            }

            #rm-menu ul li a img {
                display: block;
                margin-left: auto;
                margin-right: auto;
                max-width: 100%;
                padding-top: 6px;
            }

    #rm-menu .menu-dropdown {
        display: block;
        height: 50px;
        padding: 0px 0px;
        background-color: transparent !important;
    }

    #rm-menu .menu-dropdown-click {
        background-image: url(/Html/Images/icon/icon-menu-close.png) !important;
    }

    #rm-menu .rm-cart-number {
        background: #fff580;
        border-radius: 50%;
        color: #000;
        font-size: 12px;
        padding: 3px;
        position: absolute;
        right: 6px;
        text-align: center;
        top: 4%;
        width: 22px;
        height: 22px;
    }
.navfooter p {
   padding:10px 10px;
   font-size:14px;
   line-height:24px;
   margin:0px 0px;
}
.dropdown {
    /*display: inline-block;*/
    position: relative;
}

.dropdown-content {
    background-color: #f9f9f9;
    box-shadow: 0px 8px 16px 0px #000000;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    display: none;
    overflow: auto;
    position: absolute;
    top: 49px;
    width: 100%;
    z-index: 999999;
}

    .dropdown-content a {
        color: black;
        display: block;
        padding: 6px 6px;
        text-decoration: none;
    }

.dropdown a:hover {
    background-color: #FFF;
}

.navigation .rm-iconmobile-telephone {
    background-position: -362px -126px;
    height: 24px;
    margin: 6px 0px;
    width: 27px;
}

#header.affix {
    width: 100%;
    z-index: 10;
    top: 0px;
}
.rm-search-mobile {
    float: right;
    width: 46px;
    border-left: 1px solid #eee;
    display: none;
}

#header.affix .rm-search-mobile{
    display:block!important;
}

#header.affix .logo .rm-iconmobile-logo {
    margin-top: 4px;
}
#header.affix #btnPopoverCart .rm-iconmobile-cart {
    background-position: -240px -152px;
}
#header.affix #rm-menu .rm-cart-number {
    top: -43%;
}
/*.item .rm-iconmobile-telephone {
    background-position: 1px -39px;    
    margin: 3px;      
}*/
.navigation .rm-iconmobile-car {
    background-position: -24px 0;
    height: 30px;
    margin: 2px;
    width: 30px;
}

.navigation .rm-iconmobile-mapping {
    background-position: -56px 0px;
    height: 30px;
    margin: 2px 8px;
    width: 26px;
}

.navigation .rm-iconmobile-fashion {
    background-position: -83px 0px;
    height: 32px;
    margin: 3px 8px;
    width: 22px;
}

.navigation .rm-iconmobile-technologytoys {
    background-position: -1px 0;
    height: 28px;
    margin: 0 7px;
    width: 26px;
}

.navigation .rm-iconmobile-showroom {
    background-position: -154px 0px;
    height: 30px;
    margin: 4px 7px;
    width: 30px;
}

.navigation .rm-iconmobile-cornerremax {
    background-position: -246px 0px;
    height: 26px;
    margin: 2px 8px;
    width: 22px;
}

.navigation .rm-iconmobile-quetion {
    background-position: -186px 0px;
    height: 28px;
    margin: 1px 6px;
    width: 26px;
}

.navigation .rm-iconmobile-remaxtv {
    background-position: -214px 0px;
    height: 30px;
    margin: 0px 5px;
    width: 28px;
}

.navigation .rm-iconmobile-login {
    background-position: -308px -110px;
    height: 30px;
    margin: 5px 8px;
    width: 28px;
}

.rm-list-product .rm-iconmobile-khuyenmainhanh {
    background-position: -344px -99px;
    height: 21px;
    margin-top: -9px;
    width: 20px;
}

.rm-icon-accessories .rm-iconmobile-cusac {
    background-position: 0px -34px;
    height: 30px;
    margin-left: 8px;
    margin-top: 5px;
    width: 21px;
}

.rm-icon-accessories .rm-iconmobile-capsac {
    background-position: -23px -30px;
    height: 33px;
    margin: 2px;
    width: 28px;
}

.rm-icon-accessories .rm-iconmobile-oplung {
    background-position: -57px -32px;
    height: 29px;
    margin: 4px 0px 0px 6px;
    width: 28px;
}

.rm-icon-accessories .rm-iconmobile-tainghe {
    background-position: -87px -33px;
    height: 27px;
    margin: 5px 5px;
    width: 30px;
}

.rm-icon-accessories .rm-iconmobile-loabluetooth {
    background-position: -122px -34px;
    height: 25px;
    margin: 5px 6px;
    width: 30px;
}

.rm-icon-accessories .rm-iconmobile-pinduphong {
    background-position: -148px -32px;
    height: 29px;
    margin: 4px 4px;
    width: 25px;
}

.rm-icon-accessories .rm-iconmobile-giadodienthoai {
    background-position: -181px -27px;
    height: 30px;
    margin: 0px 8px;
    width: 25px;
}

.rm-icon-accessories .rm-iconmobile-kinh {
    background-position: -210px -28px;
    height: 35px;
    margin-left: 8px;
    margin-top: 0px;
    width: 21px;
}

.rm-icon-accessories .rm-iconmobile-thenho {
    background-position: -234px -28px;
    height: 30px;
    margin: 1px;
    width: 36px;
}

.rm-icon-accessories .rm-iconmobile-phukienkhac {
    background-position: -271px -29px;
    height: 28px;
    margin: 2px;
    width: 30px;
}

.navigation div {
    background: #eceadf;
    border-radius: 30px;
    height: 36px;
    margin: auto;
    width: 36px;
    display: flex;
    justify-content: center;
    align-items: center;
}

#btnPopoverCart .rm-iconmobile-cart {
    background-position: -244px -151px;
    height: 39px;
    width: 30px;
    margin-top: 7px;
}

.logo .rm-iconmobile-logo {
    background-position: -64px -189px;
    height: 39px;
    width: 143px;
    margin: 6px 0px 0px 0px;
}

[class^="rm-iconmobile-"], [class*="rm-iconmobile-"] {
    background-image: url('/Images/icon/iconmobile@2x2-300ppi.png');
    background-repeat: no-repeat;
    background-size: 465px 551px;
    display: inline-block;
    height: 30px;
    line-height: 30px;
    vertical-align: middle;
    width: 30px;
}
.dropdown .rm-iconmobile-menu {
    background-position: -296px 9px;
    height: 39px;
    width: 37px;
    margin: 0px 10px;
}
.rm-iconmobile-video {
    position: absolute;
    top: 50%;
    left: 36%;
    width: 72px;
    height: 40px;
    z-index: 10;
    background-position: 0px -184px;
}
.rm-tartbar .rm-iconmobile-goingay {
    background-position: -34px -104px;
    width: 29px;
    height: 30px;
}

.rm-tartbar .rm-iconmobile-muangay {
    background-position: -65px -104px;
    width: 29px;
    height: 30px;
}

.rm-tartbar .rm-iconmobile-chatngay {
    background-position: -96px -104px;
    width: 29px;
    height: 30px;
    margin-left: 3%;
}
.rm-iconmobile-searchfixed {
    background-position: -432px -65px;
    width: 30px;
    height: 30px;
    margin: 10px -8px;
}
.navigation a {
    float: left;
    min-height: 80px;
    margin: 0 0 1.9% 0;
    text-decoration: none;
    width: 24%;
}
#m-tags .item a {   
    margin: 0 0 1.9% 6px;    
    width: 18%;
}

.navigation a h3 {
    color: #000;
    display: block;
    font-size: 12px;
    font-weight: normal;
    line-height: 1.3em;
    margin: 0px;
    outline: none;
    padding: 4px 0px;
    text-align: center;
}

.rm-icon-accessories a {
    height: 80px;
    width: 19.6%;
}

.rm-icon-accessories a h3 { color: #8d8d8d; }

/* Setup Nav */

.rm-overlay-up {
    -moz-transition: all 0.2s;
    -webkit-transition: all 0.2s;
    background: #fff;
    bottom: 0;
    height: 0;
    left: 0;
    overflow-x: hidden;
    overflow-y: auto;
    position: fixed;
    transition: 0.2s;
    width: 100%;
    z-index: 999999;
}

/* Search Box */
.rm-search-box {
    background: white;
    padding: 8px;
}

.rm-text-search {
    height: 38px;
    background: #ebebeb;
    border-radius: 4px;
    width: 100%;
    display: block;
    border: 1px solid#ebebeb;
    font-size: 14px;
    cursor: pointer;
    background-image: url(/Images/icon/tim-kiem.png);
    background-size: 20px;
    background-repeat: no-repeat;
    background-position: 96%50%;
    text-indent: 10px;
}

/* Nav Search */

#navSearch a:hover, .overlay a:focus {
    color: #1b1a1a;
}

#navSearch .closebtn {
    font-size: 60px;
    position: absolute;
    right: 45px;
    top: 20px;
}

.rm-overlay-content .rm-close-search {
    background: #FFF !important;
    border-color: #FFF;
    border-radius: 0px !important;
    color: #484848;
    padding: 0px 4px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.rm-btn-default {
    height: 34px;
    border-radius: 30px;
    background: #00a652;
    border-color: #00a652;
    width: 80px;
    margin: 0 6px;
    color: #FFF;
    padding: 2px 10px;
    font-size: 15px;
    text-align: center;
    font-family: Arial,Helvetica,sans-serif;
    position: relative;
    display: inline-block;
    white-space: nowrap;
    vertical-align: middle;
    border: 1px solid transparent;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.rm-overlay-content .rm-input-group-btn, .rm-overlay-content .rm-input-group .rm-form-control {
    border: none;
    border-radius: 0px !important;
    color: #000;
}

.rm-input-group .rm-form-control {
    height: 46px;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    background-color: #FFF;
    border: 1px solid#e5e3e3;
    border-right-color: #FFF;
    box-shadow: none!important;
    text-indent: 10px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    display: table-cell;
    position: relative;
    font-size: 14px;
    z-index: 0;
    float: left;
    width: 100%;
    margin-bottom: 0;
    margin: 0px;
}

.rm-input-group-btn {
    position: relative;
    font-size: 0;
    white-space: nowrap;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    background: #333;
    border: 1px solid#333;
    border-left: none;
    display: table-cell;
    box-sizing: border-box;
    width: 1%;
    white-space: nowrap;
    vertical-align: middle;
}

.rm-overlay-content .rm-input-group .rm-form-control {
    background-color: #ebebeb;
    border-right-color: #ebebeb;
    height: 34px;
}

.rm-overlay-content .rm-btn-default {
    background: #313131;
    border-radius: 0px;
    margin: 0px;
    width: 46px;
}
.rm-overlay-content .rm-btn-default .fa-angle-left {
    font-size:30px;
}
.rm-overlay-content .rm-input-group {
    padding: 6px;
}

.rm-input-group {
    position: relative;
    display: table;
    border-collapse: separate;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 12px;
}

.rm-overlay-content .rm-iconmobile-search {
    background-position: -331px -4px;
    height: 26px;
    margin-left: 0px;
    margin-top: 4px;
    width: 28px;
}

.rm-overlay-content ul {
    margin: 0px;
    padding: 0px;
}

.rm-overlay-content ul li {
border-bottom: 1px solid #e4e4e4;
clear: both;
list-style: none;
padding: 6px 6px;
position: relative;
text-align: left;
}

.rm-overlay-content ul li:first-child {
    border-top: 1px solid #e4e4e4;
}

.rm-overlay-content ul li a {
    color: #333333;
    cursor: pointer;
    display: block;
    font-size: 13.5px;
    line-height: 18px;
    padding: 8px;
    text-decoration: none;
    transition: 0.3s;
    font-family:Roboto-Medium;
}

.rm-nav-search {
    background-color: #f1f1f1;
    color: #909090;
    font-family: Roboto-Medium;
    font-size: 13.5px;
    line-height: 22px;
    margin: 0px;
    padding: 10px 0px 10px 10px;
    text-align: left;
    text-transform: uppercase;
    font-weight:normal;
    overflow: hidden;
}

.rm-nav-search a {
    color: #e20f11;
    float: right;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13.5px;
    padding: 0px 10px;
    text-decoration: none;
    text-transform: none;
}

.rm-search-product li a img {
    float: left;
    padding-right: 6px;
    width: 44px;
    border:1px solid#ebebeb;
    margin-right:10px;
}

.rm-search-product li a span {
    color: #e20f11;
    font-family: Roboto-Medium;
    font-size: 13.5px;
}

/* Popup Cart */

.form-control {
    background-color: #ffffff;
    border: 1px solid #cccccc;
    border-radius: 4px;
    color: #555555;
    display: block;
    font-size: 14px;
    height: 34px;
    line-height: 1.428571429;
    padding: 6px 12px;
    vertical-align: middle;
    width: 100%;
}

.input-group {
    border-collapse: separate;
    display: table;
    position: relative;
}

.input-group-addon {
    background-color: #eee;
    border: 1px solid #ccc;
    border-radius: 4px;
    color: #00a652;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    padding: 6px 12px;
    text-align: center;
}

.input-group .form-control {
    float: left;
    margin-bottom: 0;
    position: relative;
    width: 100%;
    z-index: 2;
}

.rm-color select {
    color: #00a652;
    width: 90%;
}

.input-group-addon, .input-group-btn {
    position: relative;
    vertical-align: middle;
    white-space: nowrap;
    width: 1%;
    z-index: 4;
}

.input-group .form-control, .input-group-addon, .input-group-btn { display: table-cell; }

.input-group-addon:first-child {
    -ms-border-bottom-right-radius: 0;
    border-bottom-right-radius: 0;
    -ms-border-top-right-radius: 0;
    border-top-right-radius: 0;
    border-right: 0;
}

.input-group-addon:last-child {
    -ms-border-bottom-left-radius: 0;
    border-bottom-left-radius: 0;
    -ms-border-top-left-radius: 0;
    border-top-left-radius: 0;
    border-left: 0;
}

.input-group .form-control:not(:first-child):not(:last-child) { border-radius: 0px; }

.rm-color {
    display: block;
    position: relative;
    width: 100%;
}

#rm-cart:before {
    border-bottom: 10px solid #f7f7f7;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    content: '';
    height: 0;
    position: absolute;
    right: 26px;
    top: -10px;
    width: 0;
    z-index: 9;
}
#btnPopoverCart {
    position: relative;
    margin: 0px 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    align-self: center;
}
.rm-add-buy {
    background: #f7f7f7;
    border-bottom: 1px solid #eae3e3;
    border-top: 1px solid #f5ecec;
    padding: 10px 6px;
}

.rm-add-buy a {
    color: #00a652;
    font-family: roboto-regular;
    font-size: 14px;
    text-decoration: none;
}

.rm-menuleft:before {
    color: #00a652;
    content: "\f104";
    font-family: FontAwesome;
    font-size: 18px;
    padding-right: 8px;
}

.rm-cart-content {
    background: #FFF;
    margin-bottom: 6px;
    min-height: 150px;
    padding: 0px 6px;
    padding-bottom: 15px;
}

.img-product-cart {
    border: none;
    height: 50px;
    margin: 6px 4px;
    width: 50px;
    display: block;
    background-color: black;
}

.rm-cart-content .price-head ul {
    margin: 0px;
    padding: 0px;
}

.rm-cart-content .price-head ul li {
    float: left;
    list-style: none;
}

.rm-cart-content .price-head ul li:first-child {
    text-align: center;
    width: 20%;
}

.rm-cart-content .price-head ul li:first-child a {
    color: #3f3f3f;
    display: block;
    font-size: 13px;
    text-decoration: none;
    width: 100%;
}

.rm-cart-content .price-head ul li:first-child a span {
    background: #cccccc;
    border-radius: 50%;
    color: #FFF;
    height: 18px;
    padding: 1px 5px 1px 5px;
    width: 18px;
}

.rm-cart-content .price-head ul li:last-child { width: 80%; }

.rm-cart-content .rows .cols-xs-6 { width: 48%; }

.rm-cart-content select {
    color: #00a652;
    padding: 0px 2px;
}

.rm-cart-content .rows .cols-xs-6:first-child { padding-right: 10px; }

.text-info-detail span {
    float: left;
    font-family: roboto-regular;
    font-size: 15px;
    line-height: 18px;
    padding: 5px 0px 5px 0px;
}

.text-info-detail span:first-child {
    color: #716d6d;
    width: 60%;
}

.text-info-detail span:last-child { width: 40%; }

.text-info-detail span:last-child b {
    color: #dc0000;
    float: right;
    padding-right: 6px;
}

.price-head {
    border-bottom: 1px solid #e4e4e4;
    display: block;
    margin-bottom: 10px;
    min-height: 100px;
    padding: 10px 0px 10px 0px;
    position: relative;
}

.table-price {
    font-family: roboto-regular;
    font-size: 14px;
    padding: 0px 6px 10px 6px;
}

.table-price p {
    line-height: 22px;
    margin: 0px;
    padding: 0px;
}

.text-right {
    float: right;
    text-align: right;
}

b.text-right { color: #ff0000; }

.btn-thanh-toan {
    background: #fcd100;
    border: 1px solid #fcd100;
    border-radius: 4px;
    color: #000;
    display: block;
    font-size: 16px;
    margin-top: 10px;
    padding: 10px 0px;
    width: 100%;
}

.btn-thanh-toan-online {
    background: #00a652;
    border: 1px solid #00a652;
    border-radius: 4px;
    color: #fff;
    display: block;
    font-size: 16px;
    width: 100%;
    margin-bottom: 20px;
    padding: 10px 15px;
    text-align: center;
}

.btn-thanh-toan-online:hover,
.btn-thanh-toan-online:visited {
    color: #fff;
    text-decoration: none;
}

.btn-thanh-toan-online p {
    font-family: Roboto-Medium;
    font-size: 14px !important;
    margin: 0px;
    padding: 0px !important;
}

.btn-thanh-toan-online span { font-size: 13px; }

.text-giaonhanhang {
    margin-top: 8px;
    padding: 10px 2px;
}

.text-giaonhanhang p{
    text-align:justify;
    font-size:13px;
    margin:0px;    
    line-height:25px;
    color:#888b93;
}

.frm-thongtin { padding: 10px 6px; }

.frm-delivery .form-control {
    border-radius: 3px;
    height: 22px;
    margin: 5px 0px;
    width: 92%;
}

.frm-thongtin .form-control {
    border-radius: 3px;
    height: 22px;
    margin: 5px 0px;
    width: 93%;
}

.form-group {
    display: block;
    position: relative;    
}

.discountcode {
    margin: 10px 0px 0px 0px;
    padding-bottom: 10px;
}

.discountcode .input-group-btn .btn-default {
    background: #00a652;
    color: #FFF;
}

.discountcode .form-control {
    border-bottom-right-radius: 0px;
    border-top-right-radius: 0px;
    width: 93%;
}

#myCart {
    box-shadow: 1px 5px 10px #505050;
    display: none;
}

#myCart:before {
    border-bottom: 10px solid #deaeae;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    content: '';
    height: 0;
    position: absolute;
    right: 26px;
    top: -10px;
    width: 0;
    z-index: 9;
}

#myCart.toggleCart {
    background-color: #FFF;
    box-shadow: 1px 5px 10px #505050;
    box-sizing: border-box;
    color: #000;
    display: block !important;
    font-size: 25px;
    min-height: 50px;
    padding: 0px;
    position: fixed;
    top: 50px;
    width: 100%;
    z-index: 999;
}

.myCart {
    padding: 0;
}

.myCart hr {
    margin-top: 10px;
    margin-bottom: 10px;
}

.rm-buy-more {
    background: #f7f7f7;
    font-size: 25px;
    /*border-top: 1px solid#f5ecec;*/
    border-bottom: 1px solid #eae3e3;
    margin: 0px;
    padding: 2px 10px 8px 10px;
}

    .rm-buy-more a {
        color: #2366e4;
        font-family: roboto-regular;
        font-size: 14px;
        text-decoration: none;
    }

.rm-color a {
    color: #3f3f3f;
    display: block;
    font-size: 13px;
    left: 8px;
    line-height: 13px;
    position: relative;
    text-decoration: none;
    top: -2px;
    width: 100%;
}

.rm-color a span {
    background: #a2a2a2;
    border-radius: 50%;
    color: #FFF;
    height: 18px;
    padding: 1px 5px 1px 5px;
    width: 18px;
}

.rm-select-color div {
    margin-left: 5px;
    margin-right: 3px;
}

.rm-select-color p {
    color: #000;
    float: left;
    font-family: roboto-regular;
    font-size: 13px;
    line-height: 15px;
    height: 26px;
    margin: 6px 0 20px 0;
    word-spacing: -1px;
}

.rm-select-color .form-control {
    color: #00a652;
    font-size: 12px;
    padding-left: 5px;
    padding-right: 0px;
}

.rm-count {
    margin-left: 3px;
    margin-right: 5px;
}

.rm-count p {
    color: #dc0000;
    float: left;
    font-family: roboto-regular;
    font-size: 16px;
    line-height: 18px;
    height: 26px;
    margin: 6px 0 20px 0;
    width: 100%;
}

.rm-count p b {
    float: right;
    margin-right: 3px;
}

.rm-count .input-group .input-group-addon {
    background-color: white;
}

.rm-count .input-group input {
    text-align: center;
}

.rm-thanhtoan { padding: 0px 6px; }

/* Item Product */

.item-product {
    border: 1px solid#f0f0f0;
    background: #FFF;
    border-right: none;
    position: relative;
    padding-bottom: 20px;
    min-height:286px;
}

.item-product a {
    text-decoration: none;
}

.item-product .text-new {
    position: absolute;
    top: 6px;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: #00a652;
    color: #FFF;
    font-size: 13px;
    border: 1px solid#00a652;
    right: 6px;
    padding: 8px 0 0 4px;
    z-index: 999;
}

.item-product .text-discount {
    position: absolute;
    top: 6px;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: #e20f11;
    color: #FFF;
    font-size: 13px;
    border: 1px solid#e20f11;
    right: 6px;
    padding: 8px 0 0 4px;
    z-index: 999;
}

.item-product .text-outofstock {
    display: inline-block;
    border: 1px dotted #e20f11;
    border-radius: 20px;
    color: #e20f11;
    font-family: Roboto-Medium;
    font-size: 14px;
    margin: 10px 0px;
    padding: 4px 25px;
    background: #FFF;
}

.text-outofstock:hover,
.text-outofstock:active,
.text-outofstock:focus {
    text-decoration: none;
    color: #e20f11;
}

.item-product .text-goods-are-coming {
    display: inline-block;
    border: 1px dotted #00c1ff;
    border-radius: 20px;
    color: #00c1ff;
    font-family: Roboto-Medium;
    font-size: 14px;
    margin: 10px 0px;
    padding: 4px 10px;
    z-index: 999;
    background: #FFF;
}

.text-goods-are-coming:hover,
.text-goods-are-coming:active,
.text-goods-are-coming:focus {
    text-decoration: none;
    color: #00c1ff;
}

.price-size{
    font-size:14px!important;
}
.item-product p {
    text-align: center;
    font-size: 13px;
    color: #000;
    padding: 2px 6px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    max-height: 58px;
    text-transform:uppercase;
}
.item-product .information-vehicle {
    display: block;
    font-size: 12px;
    font-family: Gilroy,sans-serif;
    padding:5px 15px;
}

.information-vehicle span {
    display: inline-block;
    width: 100%;
    text-align: left;
}

    .information-vehicle span:before {
        font-family: FontAwesome;
        content: "\f00c";
        padding-right: 6px;
        font-weight: normal;
        color: #00a652;
    }
/* Show loc gia */
.frmFilter {
    clear: both;
}

.list-funtion {
    position: relative;
}

.list-funtion .rm-iconmobile-down {
    background-position: -272px -139px;
    width: 30px;
    height: 9px;
}
.rm-iconmobile-chiduong {
    background-position: -88px -364px;
    width: 29px;
    height: 28px;
}
.rm-header-tag ul li {
    list-style: none;
    float: left;
    width: 33.33333%;
    text-align: center;
    padding: 14px 0px;
    color: #777;
}

#rmprice {
    cursor: pointer;
}

.rmlist-price {
    display: none;
    overflow: visible;
    background: #fff;
    border: 1px solid #ece9e9;
    border-bottom: none;
    border-radius: 4px;
    box-shadow: 0 10px 10px 0 rgba(0,0,0,.1);
    padding: 5px 0px 0px 0px;
    position: absolute;
    right: -6px;
    top: 48px;
    z-index: 9999999;
    min-height: 100px;
    width: 300px;
    text-align: left;
}

.rmlist-price:before, .rmlist-price:after {
    content: '';
    width: 0;
    height: 0;
    position: absolute;
    bottom: 100%;
    right: 41px;
    border-bottom: 10px solid#f5e8e8;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
}

.rmlist-price div {
    padding: 6px 15px 10px 15px;
    border-bottom: 1px solid#e6e6e6;
    color: #817e7e;
}

.rmlist-price .price {
    position: relative;
    top: 2px;
    margin-right: 10px;
}

.rmlist-price label {
    float: left;
    width: 100%;
    display: block;
    padding: 10px 15px;
    border-bottom: 1px solid#e6e6e6;
    cursor: pointer;
}

.rmlist-price p {
    text-align: center;
    margin: 0px;
}

.rmlist-price p .rm-btn-price {
    padding: 12px 10px;
    display: inline-block;
    width: 100%;
    background: #00a652;
    color: #FFF;
    font-size: 15px;
    font-weight: bold;
    border-radius: 3px;
}

.rm-viewmore {
    text-align: center;
    color: #00a652;
    font-family: Arial, Helvetica, sans-serif;
    text-decoration: none;
    display: block;
    padding: 14px 0;
}

/* Clear grid bootrap */
.container {
    padding-left: 0;
    padding-right: 0;
}

.row {
    margin-left: 0;
    margin-right: 0;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    padding-left: 0;
    padding-right: 0;
}

@media all and (min-width: 360px) {
    .rm-cart-number { right: 25%; }
}

/*Quận huyện*/
.region-box {
    position: relative;
}

.rmlistdistrict .rm-iconmobile-search, .rmlistprovince .rm-iconmobile-search {
    background-position: -333px 0px;
    width: 22px;
    height: 36px;
    margin-left: 18px;
    margin-top: -6px;
}

.rmprovince, .rmdistrict {
    float: left;
    width: 100%;
    border: 1px solid #d9d9d9;
    background: #fff;
    border-radius: 3px;
    line-height: 38px;
    font-size: 14px;
    color: #333;
    padding: 0 3px;
}
.rmprovince{
    margin-right:8px;
}
.rmlistprovince,.rmlistdistrict {
    display: none;
    overflow: visible;
    position: absolute;
    top: 45px;
    left: 0px;
    right: 0px;
    z-index: 10;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
    padding-bottom: 10px;
}

.rmlistprovince .scroll, .rmlistdistrict .scroll{
    display: block;
    overflow-y: auto;
    overflow-x: hidden;
    max-height: 210px;
    -webkit-overflow-scrolling: touch;
}

.rmprovince:before{
    content: '';
    width: 0;
    right: 0;
    border-top: 6px solid #999;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    display: inline-block;
    vertical-align: middle;
    margin: 16px 5px 0 0;
    float: right;
}
.rmdistrict:after {
    content: '';
    width: 0;
    right: 0;
    border-top: 6px solid #999;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    display: inline-block;
    vertical-align: middle;
    margin: 16px 5px 0 0;
    float: right;
}
.rmlistdistrict:before, .rmlistdistrict:after {
    content: '';
    position: absolute;
    bottom: 100%;
    right: 70px;
    width: 0;
    height: 0;
    border-bottom: 10px solid #ccc;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
}
.rmlistprovince:before, .rmlistprovince:after{
    content: '';
    position: absolute;
    bottom: 100%;
    left: 50px;
    width: 0;
    height: 0;
    border-bottom: 10px solid #ccc;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
}
.rm-checkexist{
    padding:0px;
    margin:0px;
}

.rm-checkexist:nth-child(1){
    padding-right: 3px;
}

.rm-checkexist:nth-child(2){
    padding-left: 3px;
}

.rm-cart-content .rm-checkexist li{
    position:relative;
    display:block;
    float:left;
    width:50%!important;
}
.input-search {
    display: block;
    overflow: hidden;
    padding: 10px 10px 0;
}
.input-search div {
    display: block;
    border: 1px solid #d9d9d9;
    border-radius: 4px;
    background: #fff;
    position: relative;
}
.input-search .submit {
    position: absolute;
    top: 0;
    right: 0;
    padding: 8px 10px;
    background: #fff;
    height: 16px;
    border-radius: 0 3px 3px 0;
    border: 0;
    height: 34px;
}
.input-search input {
    display: block;
    border: 0;
    background: #fff;
    padding: 5px;
    height: 34px;
    border-radius: 4px;
    width: 90%;
    outline: none;
}
.rmlistprovince aside,.rmlistdistrict aside{
    float: left;
    width: 50%;
}
.rmlistprovince a,.rmlistdistrict a {
    display: block;
    padding: 10px 10px 0;
    font-size: 14px;
    color: #00a652;
}
input[type=text], input[type=tel], textarea {
    -webkit-appearance: none;
}

.rmdistrict span {
    float: left;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    /*width: 80%;*/
}

/* Three dot */
.tree-dot {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(255,255,255,.75);
    z-index: 999999;
    display: none;
}

.tree-dot .wrap-dot {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}

.tree-dot .wrap-dot .dot {
    width: 12px;
    height: 12px;
    border: 1px solid #288ad6;
    background: #288ad6;
    border-radius: 50%;
    float: left;
    margin: 0 5px;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-animation: fx 1000ms ease infinite 0ms;
    animation: fx 1000ms ease infinite 0ms;
}

.tree-dot .wrap-dot .dot:nth-child(2) {
    -webkit-animation: fx 1000ms ease infinite 300ms;
    animation: fx 1000ms ease infinite 300ms;
}

.tree-dot .wrap-dot .dot:nth-child(3) {
    -webkit-animation: fx 1000ms ease infinite 600ms;
    animation: fx 1000ms ease infinite 600ms;
}

@-webkit-keyframes fx {
    50% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }
    100% {
        opacity: 0
    }
}

@keyframes fx {
    50% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }
    100% {
        opacity: 0
    }
}

/* Lazy */
.owl-carousel .owl-item img{
    width: auto;
}

.lazy-container {
    display: block;
    position: relative;
    height: 0;
}

.lazy-container img {
    position: absolute;
    top: 0;
    left: 0;
}

.rm-list-group-item .lazy-container {
    padding-bottom: 100%;
}

.item-product .lazy-container {
    padding-bottom: 58%;
}

.rm-system .lazy-container {
    padding-bottom: 55%;
}

.gocremaxBig .lazy-container {
    padding-bottom: 58%;
}

.rm-video .lazy-container {
    padding-bottom: 54%;
}

/* Other */
.disabled-events {
    pointer-events: none;
}

.label-error, label.error{
    font-size: 12px;
    color: #dd4b39;
    margin-bottom: 5px;
}

.input-error, input.error {
    box-shadow: none !important;
    border-color: #dd4b39 !important;
}

.summary-error {
    margin: 0;
    padding-left: 15px;
    overflow: hidden;
}

.summary-error li {
    font-size: 12px;
    color: #dd4b39;
    margin-bottom: 5px;
}

.summary-error li:first-child {
    margin-top: 8px;
}

/* Cart empty */
#myCart .cartEmpty .modal-content {
    position: relative;
    background-color: #fff;
    border: none;
    border-radius: 0px;
    -webkit-box-shadow: none;
    box-shadow: none;
}
#myCart .cartEmpty .modal-header {
    padding:0px;
}
#myCart .cartEmpty .modal-header {
    border-bottom: none;
}

#myCart .cartEmpty .modal-body {
    text-align: center;
    padding-bottom: 15px;
}

#myCart .cartEmpty .img-cart{
    width: 80px;
    height: 80px;
    margin: 0 auto;
    margin-top: 25px;
    border-radius: 50%;
    background-color: #fcd100;
    padding: 17px 0;
}

#myCart .cartEmpty .img-cart img {
    margin: 0 auto;
    width: 50px;
}

#myCart .cartEmpty h3 {
    font-size: 14px;
    font-weight: bold;
    margin-top: 20px;
    margin-bottom: 3px;
}

#myCart .cartEmpty p {
    font-size: 12px;
    margin-top: 5px;
}

#myCart .cartEmpty #bntTiepTucMuaHang {
    background: #00a652;
    border: 1px solid #00a652;
    border-radius: 4px;
    color: #fff;
    display: block;
    font-size: 16px;
    width: 98%;
    padding: 10px 15px;
    text-align: center;
    margin: 0 auto;
}

/*Đặt hàng  thành công*/
#rmmodal-ordering-success .modal-dialog {
    background-color: #fff;
}

#rmmodal-ordering-success .modal-header {
    background: #ed1b2f;
    height: 130px;
    padding-top: 15px;
}

#rmmodal-ordering-success .cartNotEmpty {
    width: 80px;
    height: 80px;
    margin: 0 auto;
    border-radius: 50%;
    background-color: #fff6cc;
    padding: 15px 0;
}

#rmmodal-ordering-success .cartNotEmpty img {
    margin: 0 auto;
}

.rm-model-content{
    padding-left:8px;
    padding-right:8px;
}

.rm-model-title {
    width: 250px;
    margin: 0 auto;
    height: 36px;
    color: #000;
    text-transform: uppercase;
    font-size: 16px;
    display: flex;
    background: #fff700;
    align-items: center;
    justify-content: center;
    border-radius: 20px;
    text-align: center;
    position: absolute;
    top: -20px;
    left: 12%;
    z-index: 10;
    padding: 6px 0;
}
#rmmodal-ordering-success .modal-content {
    -webkit-box-shadow: none;
    box-shadow: none;
}
#rmmodal-ordering-success .modal-body {
    position: relative;
    padding-top: 15px;
    padding-bottom: 10px;
    margin-bottom: 6px;
}
.rm-model-content h3{
    text-transform:uppercase;
    background:#ebebeb;
    padding:10px 10px;
    font-size:15px;
    font-family:Roboto-Medium;
    color:#000;
}

.thongTinGiaoHang p{
    margin: 0;
    line-height: 26px;
}
/*đặt chỗ ngay btn*/
.rm-btn-buynow {
    border: 1px dotted #e20f11;
    border-radius: 20px;
    color: #FFF;
    font-family: Roboto-Medium;
    font-size: 14px;
    margin: 10px 0px;
    padding: 4px 25px;
    text-decoration: none !important;
    background: #e20f11;
    display: inline-block;
}

.rm-btn-buynow:hover {
    color: #FFF;
    background: #e20f11;
}
@media (min-width: 360px) {
    .logo-noel {
        left: 20%;
    }
    .affix .logo-noel {
        left: 12%;
    }
}
@media (min-width: 375px) {
    .rm-model-title {
        left: 17%;
    }
    .item-product{
        min-height:300px;
    }    
}
@media (min-width: 414px) {
    .logo-noel {
        left: 22%;
    }
    .affix .logo-noel {
        left: 17%;
    }
}
@media (min-width: 425px) {
    .rm-model-title {
        left: 22%;
    }
}

@media (min-width: 768px) {
    .rm-model-title {
        left: 34%;
    }
    .logo-noel {
        left: 35%;
    }
    .affix .logo-noel {
        left: 32%;
    }
}



/*về top*/

.fa-angle-up:before {
    content: "\f106";
}
#myBtn {
    display: none;
    position: fixed;
    bottom: 136px;
    right: 8px;
    font-size: 18px;
    z-index: 99;
    border: none;
    outline: none;
    background-color: white;
    color: #151515;
    cursor: pointer;
    border-radius: 50% !important;
    padding: 12px 15px;
    border-radius: 10px;
    width: 50px;
    box-shadow: 0 2px 5px #a7a7a7;
}

#myBtn:hover {
    background-color: #FFF;
    color: #e20f11;
}
/*Common*/

.rm-md-12 {
    padding-right: 0px;
    padding-left: 0px;
}

.bg-gray {
    background: #fbfbfb;
    margin-bottom: 10px;
    box-shadow: 0 1px 6px #dcdcdc;
}

.rm-about {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    position: relative;
}

.rm-detail {
    text-align: justify;
    font-size: 14px;
    line-height: 18px;
    padding-bottom: 40px;
}

    .rm-detail img {
        margin-left: auto;
        margin-right: auto;
        display: block;
        max-width: 100%;
        height: auto;
    }

.text-h1 {
    font-size: 22px;
    font-family: Roboto-Medium;
    line-height: 30px;
    text-align: center;
    margin: 0px;
    color: #1a1a1a;
    padding: 30px 0px 10px 0px;
    font-weight: normal;
}

.rm-decription {
    color: #6c6c6c;
    font-size: 14px;
    font-family: roboto-regular;
    line-height: 18px;
    text-align: center;
}

.rm-about hr {
    border-top: 1px dashed;
    border-bottom: 1px dashed;
    border-color: #eee;
}
/*Table*/
table {
border: 1px solid#e2e2e2;
width: 100%;
position: relative;
display: table;
}

table tbody tr {
background: #FFF;
border-bottom: 1px solid#d4d4d4;
}

table tbody tr td {
padding: 5px 6px;
border-right: 1px solid#c7c7c7;
}

table tbody tr td:last-child {
border-right: none;
}
.rm-toolbar {
    background-color: #ce3204;
    height: 47px;
    float: left;
    width: 100%;
    position: fixed;
    bottom: 0px;
    z-index: 9999;
}
    .rm-toolbar .col-xs-2{
        padding:0px;
        margin:0px;
    }
.rm-common-call a, .rm-common-call-end a {
    color: #FFF;
    text-decoration: none;
    border-radius: 0px;
    padding: 0px 2px;
    font-size: 12px;
    height: 100%;
    text-align: center;
    display: inline-block;
}
    .rm-common-call a img{
        max-width: 20px;
        margin: 5px auto;
    }
    .rm-common-call-end a img {
        margin: -4px auto;
        max-width: 33px;
    }
.rm-common-call-end{
    text-align:center;
}
.zalo-chat-widget {
    left: 0px !important;
    bottom: 50px !important;
}

.rm-common-chat a {
    color: #FFF;
    text-decoration: none;
    background-color: #07cc00;
    border-radius: 20px;
    padding: 3px 8px;
    font-size: 12px;
    display: flex;
    align-items: center;
}

 .rm-common-chat {
    text-align: center;
    padding: 10px 10px;
    height: 42px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.fb_dialog_content iframe {
    bottom: 64px !important;
}

.rm-common-call {
    background-color: transparent;
    text-align: center;
    border-right: 1px solid#de4112;
}

.rm-common-chat {
    background-color: transparent;
}

.rm-iconmobile-callbox {
    background-position: -360px 0px;
}

.rm-iconmobile-chatbox {
    background-position: -87px -363px;
}
.design-by-techsoftplus {
    display: flex;
    border-top: 1px #2b2b2b dashed;
    padding-top: 25px;
    justify-content: center;
    align-items: end;
    padding-bottom:50px;
}

    .design-by-techsoftplus a {
        font-size: 12px;
        color: #7d8487;
        text-decoration: none;
    }
    .align-center{
        display:flex;
        align-items:center;
        justify-content:center;
    }
.btn-xem-them {
    display: none;
    background: #164891;
    color: #FFF;
    margin-bottom: 20px;
}
    .btn-xem-them:hover {
        color: #FFF;
    }
    .btn-xem-them.collapsed {
        display: block;
    }
.content-collapse{
    padding:10px;
}
.btn-thu-gon {
    display: block;
    background: #164891;
    color: #FFF !important;
    margin-bottom: 20px;
}

    .btn-thu-gon.collapsed {
        display: none;
    }
.text-red {
    color: #e10000;
    padding-left: 6px;
}
#data-notify .modal-body .text-popup {
    margin: 6px 0px;
    display: inline-block;
    color: #FFF;
}

    #data-notify .modal-body .text-popup, #data-notify .modal-body .text-popup a {
        font-size: 13px;
        text-transform: initial;       
        text-decoration: none;
    }
        #data-notify .modal-body .text-popup a {
            color: #428bca;
        }