
.about_product{
    margin:0 auto 20px auto;
    font-size: 13px;
    line-height: 25px;
    color: #999999;
    max-width: 770px;
    text-align: center;
}
.about_product .red{
    color: #c6000c;
}
.about_product .black{
    color: #000000;
}
.grid-spare-parts{
    margin-bottom: 20px;
    background: #f7f7f7;
    overflow: hidden;
}
.grid-spare-parts .row-spare-parts{
    margin-right: -2px;
    border-bottom: 2px solid #e5e5e5;
}
.grid-spare-parts .row-spare-parts .item{
    width: 25%;
    float: left;
    border-right: 2px solid #e5e5e5;
}
.grid-spare-parts .row-spare-parts .item:hover{
    cursor: pointer;
}
.grid-spare-parts .row-spare-parts .item:nth-child(4n+4){
    border-right: 2px solid transparent;
}
.grid-spare-parts .row-spare-parts .item .i-image{
    width: 100%;
    overflow: hidden;
    background-color: #000000;
}
.grid-spare-parts .row-spare-parts .item .i-image img{
    width: 100%;
    -webkit-transition:all 0.8s cubic-bezier(0.44, 0.185, 0.575, 0.86);
    -moz-transition:all 0.8s cubic-bezier(0.44, 0.185, 0.575, 0.86);
    -o-transition:all 0.8s cubic-bezier(0.44, 0.185, 0.575, 0.86);
    transition:all 0.8s cubic-bezier(0.44, 0.185, 0.575, 0.86);
}
.grid-spare-parts .row-spare-parts .item:hover .i-image img{
    -webkit-transform:scale(1.08);
    -moz-transform:scale(1.08);
    -o-transform:scale(1.08);
    -ms-transform:scale(1.08);
    transform:scale(1.08);
    opacity: 0.8;
}
.grid-spare-parts .row-spare-parts .item .i-desc{
    height: 140px;
    overflow: hidden;
    padding: 14px;
}
.grid-spare-parts .row-spare-parts .item .i-title{
    font-size: 14px;
    line-height: 20px;
    color: #333333;
    height: 20px;
    overflow: hidden;
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    margin-bottom: 5px;
}
.grid-spare-parts .row-spare-parts .item .i-price{
    font-size: 22px;
    line-height: 30px;
    color: #bc0d06;
    padding-bottom: 5px;
    margin-bottom: 5px;
    border-bottom: 1px dotted #d9d9d9;
    overflow: hidden;
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
}
.grid-spare-parts .row-spare-parts .item .i-label{
    font-size: 13px;
    line-height: 20px;
    overflow: hidden;
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    color: #999999;
}
.grid-spare-parts .row-spare-parts .item .i-from{
    font-size: 13px;
    line-height: 20px;
    overflow: hidden;
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    color: #999999;
}
.div_filter{
    margin-bottom: 30px;
    background: #f2f2f2;
    padding: 15px;
}
.div_filter .choose_car{
    width: 270px;
}
.div_filter .form-control{
    -webkit-border-radius:0;
    -moz-border-radius:0;
    -o-border-radius:0;
    -ms-border-radius:0;
    border-radius:0;
}
.div_filter .input-group{
    width: 270px;
}
.div_filter .input-group .input-group-text{
    padding-left: 20px;
    display: table-cell;
    white-space: nowrap;
    vertical-align: middle;
}
.margin_bottom_none{
    margin-bottom: 0 !important;
}
.desc_prod{
    font-size: 14px;
    line-height: 25px;
    color: #333333;
}
.desc_prod .div_title{
    font-size: 20px;
    line-height: 30px;
    font-weight: bold;
    color: #333333;
    font-family: 'Roboto Condensed', sans-serif;
    margin-bottom: 10px;
    padding-bottom: 15px;
    position: relative;
    text-transform: uppercase;
    border-bottom: 1px solid #cbced0;
}
.desc_prod .div_title:after{
    position: absolute;
    content: '';
    width: 100%;
    height: 1px;
    top: 100%;
    left: 0;
    background-color: #ffffff;
    margin-top: 1px;
}
.grid_product{
}
.grid_product .row_product{
    border-bottom: 1px solid #d9d9d9;
}
.grid_product .row_product .item{
    width: 33.3333%;
    float: left;
    border-right: 1px solid #d9d9d9;
    -webkit-transition:all 0.5s ease;
    -moz-transition:all 0.5s ease;
    -o-transition:all 0.5s ease;
    transition:all 0.5s ease;
    position: relative;
}
.grid_product .row_product .item:hover{
    -webkit-box-shadow: 0 0 30px rgba(0,0,0,0.2);
    -moz-box-shadow: none;
    -o-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: 0 0 30px rgba(0,0,0,0.2);
    z-index: 1;
}
.grid_product .row_product .item .i-image{
    overflow: hidden;
}
.grid_product .row_product .item .i-image a{
    display: block;
    position: relative;
    overflow: hidden;
    padding-top: 65.56%;
}
.grid_product .row_product .item .i-image img{
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    -webkit-transition:transform 0.8s cubic-bezier(0.44, 0.185, 0.575, 0.86);
    -moz-transition:transform 0.8s cubic-bezier(0.44, 0.185, 0.575, 0.86);
    -o-transition:transform 0.8s cubic-bezier(0.44, 0.185, 0.575, 0.86);
    transition:transform 0.8s cubic-bezier(0.44, 0.185, 0.575, 0.86);
}
.grid_product .row_product .item:hover .i-image img{
    -webkit-transform:scale(1.08);
    -moz-transform:scale(1.08);
    -o-transform:scale(1.08);
    -ms-transform:scale(1.08);
    transform:scale(1.08);
}
.grid_product .row_product .item .i-desc{
    position: relative;
}
.grid_product .row_product .item .i-desc:after{
    position: absolute;
    content: '';
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-bottom: 12px solid #ffffff;
    top: -12px;
    left: 20px;
}
.grid_product .row_product .item .i-desc .desc-right{
    width: 135px;
    float: right;
}
.grid_product .row_product .item .i-desc .desc-left{
    margin-right: 135px;
    padding: 8px 20px 5px 20px;
}
.grid_product .row_product .item .i-desc .i-price{
    background-color: #f3f3f3;
    margin-bottom: 1px;
    font-size: 13px;
    line-height: 20px;
    padding: 10px 10px 10px 35px;
    text-transform: uppercase;
    color: #333333;
    white-space: nowrap;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    position: relative;
    -webkit-transition:all 0.5s ease;
    -moz-transition:all 0.5s ease;
    -o-transition:all 0.5s ease;
    transition:all 0.5s ease;
}
.grid_product .row_product .item:hover .i-desc .i-price{
    color: #ffffff;
    background: #337ab7;
}
.grid_product .row_product .item .i-desc .i-price:after{
    position: absolute;
    font-family: "fontawesome";
    content: '\f02c';
    left: 14px;
    top: 50%;
    -webkit-transform:translate(0,-50%);
    -moz-transform:translate(0,-50%);
    -o-transform:translate(0,-50%);
    -ms-transform:translate(0,-50%);
    transform:translate(0,-50%);
    color: #247eca;
}
.grid_product .row_product .item:hover .i-desc .i-price:after{
    color: #ffffff;
}
.grid_product .row_product .item .i-desc .i-price span{
    color: #d00e07;
    font-weight: bold;
}
.grid_product .row_product .item:hover .i-desc .i-price span{
    color: #ffffff;
}
.grid_product .row_product .item .i-desc .i-link{
    background-color: #f3f3f3;
    font-size: 13px;
    line-height: 20px;
    text-transform: uppercase;
    color: #333333;

}
.grid_product .row_product .item .i-desc .i-link a{
    display: block;
    font-size: 13px;
    line-height: 20px;
    padding: 10px 10px 10px 35px;
    white-space: nowrap;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    position: relative;
}
.grid_product .row_product .item .i-desc .i-link a:after{
    position: absolute;
    font-family: "fontawesome";
    content: '\f138';
    left: 14px;
    top: 50%;
    -webkit-transform:translate(0,-50%);
    -moz-transform:translate(0,-50%);
    -o-transform:translate(0,-50%);
    -ms-transform:translate(0,-50%);
    transform:translate(0,-50%);
    color: #247eca;
}
.grid_product .row_product .item .i-desc .i-title{
    font-size: 18px;
    line-height: 22px;
    height: 44px;
    overflow: hidden;
    text-transform: uppercase;
}
.grid_product .row_product .item .i-desc .i-title a{
    font-size: 18px;
    line-height: 22px;
}
.grid_product .row_product .item:hover .i-desc .i-title a{
    color: #337ab7;
}
.grid_product .row_product .item .i-desc .i-content{
    font-size: 13px;
    line-height: 20px;
    height: 20px;
    color: #999999;
}
.grid_product .row_product .item:hover .i-desc .i-content{
    color: #333333;
}
.group_product{
    margin-bottom: 30px;
}
.group_product .div_title{
    font-size: 40px;
    line-height: 50px;
    color: #333333;
    text-transform: uppercase;
    font-family: 'Roboto Condensed', sans-serif;
    padding-bottom: 18px;
    border-bottom: 1px solid #e5e5e5;
    position: relative;
    margin-bottom: 20px;
}
.group_product .div_title h2{
    font-size: 40px;
    line-height: 50px;
    font-weight: normal;
}
.group_product .div_title:after{
    position: absolute;
    content: '';
    top: 100%;
    left: 0;
    width: 70px;
    height: 1px;
    background-color: #4a4f54;
}

.gird_sale_car{
    margin-bottom: 20px;
    background: #f7f7f7;
    overflow: hidden;
}
.gird_sale_car .row_sale_car{
    margin-right: -2px;
    border-bottom: 2px solid #e5e5e5;
}
.gird_sale_car .row_sale_car .item{
    width: 25%;
    float: left;
    border-right: 2px solid #e5e5e5;
}
.gird_sale_car .row_sale_car .item:nth-child(4n+4){
    border-right: 2px solid transparent;
}
.gird_sale_car .row_sale_car .item .i-image{
    width: 100%;
    overflow: hidden;
    background-color: #000000;
}
.gird_sale_car .row_sale_car .item .i-image img{
    width: 100%;
    -webkit-transition:all 0.8s cubic-bezier(0.44, 0.185, 0.575, 0.86);
    -moz-transition:all 0.8s cubic-bezier(0.44, 0.185, 0.575, 0.86);
    -o-transition:all 0.8s cubic-bezier(0.44, 0.185, 0.575, 0.86);
    transition:all 0.8s cubic-bezier(0.44, 0.185, 0.575, 0.86);
}
.gird_sale_car .row_sale_car .item:hover .i-image img{
    -webkit-transform:scale(1.08);
    -moz-transform:scale(1.08);
    -o-transform:scale(1.08);
    -ms-transform:scale(1.08);
    transform:scale(1.08);
    opacity: 0.8;
}
.gird_sale_car .row_sale_car .item .i-desc{
    height: 140px;
    overflow: hidden;
    padding: 14px;
}
.gird_sale_car .row_sale_car .item .i-title{
    font-size: 14px;
    line-height: 20px;
    color: #333333;
    height: 20px;
    overflow: hidden;
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    margin-bottom: 5px;
}
.gird_sale_car .row_sale_car .item .i-title a{
    font-size: 14px;
    line-height: 20px;
    font-weight: normal;
    color: #333333;
}
.gird_sale_car .row_sale_car .item .i-title a:hover{
    color: #0059a9;
}
.gird_sale_car .row_sale_car .item .i-price{
    font-size: 22px;
    line-height: 30px;
    color: #bc0d06;
    padding-bottom: 5px;
    margin-bottom: 5px;
    border-bottom: 1px dotted #d9d9d9;
    overflow: hidden;
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
}
.gird_sale_car .row_sale_car .item .i-label{
    font-size: 13px;
    line-height: 20px;
    overflow: hidden;
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    color: #999999;
}
.gird_sale_car .row_sale_car .item .i-from{
    font-size: 13px;
    line-height: 20px;
    overflow: hidden;
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    color: #999999;
}
#menu_fixed{
    margin-bottom: 30px;
}
#menu_scroll{
    background: #ffffff;
    z-index: 400;
    width: 100%;
    max-width: 1150px;
}
.menu_product{
    overflow: hidden;
}
.menu_product ul{
    margin-left: -20px;
}
.menu_product ul li{
    width: 33.33333%;
    float: left;
    border-left: 20px solid #ffffff;
    height: 90px;

}
.menu_product ul li a{
    display: block;
    padding: 5px;
    width: 100%;
    height: 100%;
    color: #666666;
    background-color: #f2f2f2;
    border-bottom: 1px solid #e5e5e5;
    -webkit-transition:all 0.8s ease;
    -moz-transition:all 0.8s ease;
    -o-transition:all 0.8s ease;
    transition:all 0.8s ease;
}
.menu_product ul li.active a,
.menu_product ul li:hover a{
    background: #c2130e;
    color: #ffffff;
}
.menu_product ul li .image{
    width: 120px;
    height: 80px;
    background: #ffffff;
    float: left;
    position: relative;
    overflow: hidden;
}
.menu_product ul li .image img{
    width: 100%;
}
.menu_product ul li .name{
    margin-left: 140px;
    padding: 20px 15px 20px 0;
    font-size: 30px;
    line-height: 40px;
    white-space: nowrap;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    text-transform: uppercase;
}
/*===========BEGIN: COMMENT=============*/
.comment{
    margin-bottom: 20px;
}
.comment .pagination ul{
    text-align: left;
}
.comment .title{
    font-size: 25px;
    line-height: 33px;
    margin-bottom: 10px;
    text-transform: uppercase;
    color: #d5261f;
    font-family: 'Roboto Condensed', sans-serif;
}
.formComment .form-control{
    height: 38px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
.formComment textarea.form-control{
    resize: vertical;
    -webkit-transition:all 0.5s ease;
    -moz-transition:all 0.5s ease;
    -o-transition:all 0.5s ease;
    transition:all 0.5s ease;
}
.formComment .input-group-btn{
    padding-left: 5px;
    vertical-align: top;
}
.formComment button.btn{
    height: auto;
    font-size: 16px;
    line-height: 24px;
    color: #ffffff;
    padding: 7px 10px;
    text-transform: uppercase;
    background: #67635c;
    border: 0;
}
.formComment button.btn span{
    color: #ffffff;
}
.formComment .w_content{
    display: table-cell;
    width: 100%;
}
.formComment .w_content .content-info{
    padding: 15px;
    clear: both;
    background-color: #ffffff;
    -webkit-box-shadow: 0 0 5px rgba(0,0,0,0.3);
    -moz-box-shadow: 0 0 5px rgba(0,0,0,0.3);
    -o-box-shadow: 0 0 5px rgba(0,0,0,0.3);
    -ms-box-shadow: 0 0 5px rgba(0,0,0,0.3);
    box-shadow: 0 0 5px rgba(0,0,0,0.3);
    display: none;
}
.formComment .w_content .content-info .info-title{
    margin-bottom: 10px;
}
.formComment .w_content .content-info .form-control{
    float: none;
    margin-bottom: 10px;
}
/*=================================*/
.grid-comment{
    margin-bottom: 20px;
}
.grid-comment .node-commnet{
    padding: 20px 0;
    border-bottom: 1px solid #e5e5e5;
}
.grid-comment .node-commnet .avatar{
    width: 55px;
    float: left;
}
.grid-comment .node-commnet .avatar img{
    width: 100%;
}
.grid-comment .node-commnet .info-comment{
    margin-left: 70px;
}
.grid-comment .node-commnet .info-comment .info-preson{
    font-size: 12px;
    line-height: 25px;
    color: #7c7c7c;
}
.grid-comment .node-commnet .info-comment .info-preson .name{
    font-size: 14px;
    color: #333333;
    font-weight: bold;
}
.grid-comment .node-commnet .info-comment .linkanswer{
    margin-bottom: 10px;
    text-align: right;
    font-size: 12px;
    line-height: 24px;
    font-weight: bold;
    color: #263415;
}
.grid-comment .node-commnet .info-comment .linkanswer a{
    position: relative;
    display: inline-block;
    padding-right: 12px;
    color: #263415;
}
.grid-comment .node-commnet .info-comment .linkanswer a:hover{
    text-decoration: underline;
}
.grid-comment .node-commnet .info-comment .linkanswer a:after{
    position: absolute;
    font-family:"fontawesome";
    content:"\f054";
    top:2px;
    right: 0;
    color: #263415;
    font-size: 7px;
}
.listanswer .nodeanswer{
    background-color: #dddddd;
    margin-bottom:1px;
    padding: 10px;
}
.divAdv{
    margin-bottom: 20px;
}
.divAdv img{
    width: 100%;
}
.list_news{
    margin-bottom: 20px;
}
.list_news .item_new{
    padding: 10px 0;
    border-bottom: 1px dashed #d1d1d1;
}
.list_news .item_new .i-image{
    width: 90px;
    float: left;
}
.list_news .item_new .i-title{
    margin-left: 100px;
    font-size: 13px;
    line-height: 20px;
}
.list_news .item_new .i-title a{
    font-size: 13px;
    line-height: 20px;
}
.comment-facebook{
    margin-bottom: 30px;
}
/*==============END: COMMENT===================*/
.div_facebook{
    margin-bottom: 30px;
}

.car_old_orther{
    margin-bottom: 30px;
    overflow: hidden;
}
.car_old_orther .div_title{
    font-size: 25px;
    line-height: 35px;
    margin-bottom: 20px;
    text-transform: uppercase;
    color: #d5261f;
    font-family: 'Roboto Condensed', sans-serif;
}
.car_old_orther .div_title h2{
    font-size: 25px;
    line-height: 35px;
    font-weight: normal;
}
.gird_sale_car{
    margin-bottom: 20px;
    background: #f7f7f7;
    overflow: hidden;
}
.car_old_slider{
    margin-right: -2px;
    border-bottom: 2px solid #e5e5e5;
}
.car_old_slider .item{
    border-right: 2px solid #e5e5e5;
}
.car_old_slider .item .i-image{
    width: 100%;
    overflow: hidden;
    background-color: #000000;
}
.car_old_slider .item .i-image img{
    width: 100%;
    -webkit-transition:all 0.8s cubic-bezier(0.44, 0.185, 0.575, 0.86);
    -moz-transition:all 0.8s cubic-bezier(0.44, 0.185, 0.575, 0.86);
    -o-transition:all 0.8s cubic-bezier(0.44, 0.185, 0.575, 0.86);
    transition:all 0.8s cubic-bezier(0.44, 0.185, 0.575, 0.86);
}
.car_old_slider .item:hover .i-image img{
    -webkit-transform:scale(1.08);
    -moz-transform:scale(1.08);
    -o-transform:scale(1.08);
    -ms-transform:scale(1.08);
    transform:scale(1.08);
    opacity: 0.8;
}
.car_old_slider .item .i-desc{
    height: 140px;
    overflow: hidden;
    padding: 14px;
}
.car_old_slider .item .i-title{
    font-size: 14px;
    line-height: 20px;
    color: #333333;
    height: 20px;
    overflow: hidden;
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    margin-bottom: 5px;
}
.car_old_slider .item .i-title a{
    font-size: 14px;
    line-height: 20px;
    font-weight: normal;
    color: #333333;
}
.car_old_slider .item .i-title a:hover{
    color: #0059a9;
}
.car_old_slider .item .i-price{
    font-size: 22px;
    line-height: 30px;
    color: #bc0d06;
    padding-bottom: 5px;
    margin-bottom: 5px;
    border-bottom: 1px dotted #d9d9d9;
    overflow: hidden;
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
}
.car_old_slider .item .i-label{
    font-size: 13px;
    line-height: 20px;
    overflow: hidden;
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    color: #999999;
}
.car_old_slider .item .i-from{
    font-size: 13px;
    line-height: 20px;
    overflow: hidden;
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    color: #999999;
}
/*===========BEGIN: TAB==============*/
.tab_wrapper {
    margin-top:20px;
    margin-bottom:20px;
}
ul.tab_nav {
    padding:0 !important;
    margin-top:10px;
    position: relative;
    z-index: 10;
    border-bottom: 1px solid #e5e5e5;
}
ul.map_nav {
    border-bottom:0;
}

ul.map_nav li, ul.tab_nav li {
    list-style:none;
    padding:0;
    position: relative;
    margin-right: 1px;
    float: left;
}
ul.tab_nav li a {
    font-size: 14px;
    line-height: 22px;
    display: block;
    text-align:center;
    text-decoration:none;
    padding:12px 25px;
    position:relative;
    overflow:hidden;
    margin-bottom:0;
    color: #333333;
    background-color: #e5e5e5;
    text-transform: uppercase;
    -webkit-transition:all 0.5s ease;
    -moz-transition:all 0.5s ease;
    -o-transition:all 0.5s ease;
    transition:all 0.5s ease;
    border: none;
}
ul.tab_nav li a.active,
ul.tab_nav li a:hover{
    background-color: #0179cf;
    color: #ffffff;
}
ul.map_nav li a {
    background:#ccc;
    padding:8px 15px;
    font-weight:normal;
}

.tab_content {
    padding: 25px 0;
    text-align: justify;
    border-top: none;
}
.tab_content img{
    max-width: 100%;
}

.info_product{
    margin-bottom: 30px;
}
.info_product .info_img{
    width: calc(50% - 30px);
    float: left;
}
.info_product .info_detail{
     width: 50%;
    float: right;
}
.info_product .title_main{
    font-size: 40px;
    line-height: 50px;
    font-family: 'Roboto Condensed', sans-serif;
    text-transform: uppercase;
    color: #000000;
    margin-bottom: 20px;
}
.info_product .title_main h1{
    font-size: 40px;
    line-height: 50px;
    font-weight: normal;
}
.info_product .info_detail .grid_detail{
    margin-bottom: 25px;
}
.info_product .info_detail .grid_detail .row_detail{
    margin-bottom: 5px;
    padding: 5px 0;
    border-bottom: 1px dotted #cccccc;
    color: #666666;
}
.info_product .info_detail .grid_detail .row_detail:first-child{
    border-top: 1px dotted #cccccc;
}
.info_product .info_detail .grid_detail .row_detail .row_left{
    width: 140px;
    float: left;
    padding-right: 15px;
    position: relative;
}
.info_product .info_detail .grid_detail .row_detail .row_left:after{
    position: absolute;
    content: '';
    top: -1px;
    right: 0;
    font-weight: normal;
}
.info_product .info_detail .grid_detail .row_detail .row_right{
    width: calc(100% - 140px);
    float: right;
}

.support_hotline{
    display: inline-block;
    margin-bottom: 30px;
    color: #ffffff;
    font-size: 14px;
    line-height: 20px;
    font-style: italic;
    padding: 12px 25px 12px 75px;
    position: relative;
    background: #337ab7;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
}
.support_hotline span{
    font-size: 20px;
    line-height: 20px;
    text-transform: uppercase;
    font-style: normal;
    font-weight: bold;
    padding-left: 5px;
}
.support_hotline:after{
    position: absolute;
    font-family: "fontawesome";
    content: '\f095';
    top: 50%;
    left: -8px;
    width: 70px;
    height: 70px;
    border: 5px solid #ffffff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    background: #337ab7;
    -webkit-transform:translate(0,-50%);
    -moz-transform:translate(0,-50%);
    -o-transform:translate(0,-50%);
    -ms-transform:translate(0,-50%);
    transform:translate(0,-50%);
    font-size: 30px;
    line-height: 60px;
    text-align: center;
}

/*========BEGIN: MENU SCROLL=========*/
.menuScroll{
    position: relative;
    background-color:#1d222a;
    width: 100%;
}
.menuScroll .divFixed{
    background-color:#1d222a;
    width: 100%;
}
.menuScroll .divFixed .menu_scroll{
    width: calc(100% - 102px);
    float: left;
    padding: 11px 0;
}
.menuScroll .divFixed.activeFixed{
    position: fixed;
    top:0;
    left: 0;
    z-index: 50;
}
.menuScroll .divFixed .menu_scroll ul:after{
    display: block;
    content:"";
    clear: both;
}
.menuScroll .divFixed .menu_scroll ul li{
    float: left;
    padding: 0 15px;
    position: relative;
    font-size: 16px;
    line-height: 28px;
    text-transform: uppercase;
    font-family: 'Roboto Condensed', sans-serif;
    color: #ffffff;
    font-weight: bold;
}
.menuScroll .divFixed .menu_scroll ul li a{
    font-size: 16px;
    line-height: 28px;
    color: #ffffff;
    -webkit-transition:all 0.5s ease;
    -moz-transition:all 0.5s ease;
    -o-transition:all 0.5s ease;
    transition:all 0.5s ease;
}
.menuScroll .divFixed .menu_scroll ul li a.active,
.menuScroll .divFixed .menu_scroll ul li a:hover{
    color: #45a9ff;
}
.menuScroll .divFixed .menu_scroll ul li a:focus{
    text-decoration: none;
}
.menuScroll .divFixed .menu_scroll ul li:first-child{
    padding-left: 0;
}
.menuScroll .divFixed .menu_scroll ul li:last-child{
    padding-right: 0;
}
.menuScroll .divFixed .menu_scroll ul li ~ li{
    border-left: 1px dotted #555555;
}
.menuScroll .divFixed .menu_quick{
    width: 102px;
    float: right;
}
.menuScroll .divFixed .menu_quick ul:after{
    content: '';
    clear: both;
    display: block;
}
.menuScroll .divFixed .menu_quick ul li{
    float: left;
    margin-left: 1px;
}
.menuScroll .divFixed .menu_quick ul li a{
    display: block;
    width: 50px;
    height: 50px;
    background: #337ab7;
    color: #ffffff;
    -webkit-transition:all 0.5s ease;
    -moz-transition:all 0.5s ease;
    -o-transition:all 0.5s ease;
    transition:all 0.5s ease;
    text-align: center;
    font-size: 20px;
    line-height: 50px;
}
.menuScroll .divFixed .menu_quick ul li a i{
    font-size: 20px;
    line-height: 50px;
}
.menuScroll .divFixed .menu_quick ul li a:hover{
    background: #cd211e;
}

/*========END: MENU SCROLL=========*/
.infoProduct{
    padding: 50px 0;
    text-align: center;
}
.infoProduct .wrap_title{
    margin-bottom: 20px;
    padding-bottom: 20px;
    position: relative;
}
.infoProduct .wrap_title:before{
    position: absolute;
    content: '';
    top: 100%;
    left: 50%;
    width: 570px;
    height: 1px;
    margin-left: -285px;
    background: rgba(0, 0, 0, 0.1);
}
.infoProduct .wrap_title:after{
    position: absolute;
    content: '';
    top: 100%;
    left: 50%;
    width: 70px;
    height: 1px;
    margin-left: -35px;
    background: #4a4f54;
}
.infoProduct .div_title{
    font-size: 50px;
    line-height: 60px;
    text-transform: uppercase;
    color: #333333;
    font-family: 'Roboto Condensed', sans-serif;
}
.infoProduct .div_title h2{
    font-size: 50px;
    line-height: 60px;
    font-weight: normal;
    margin-bottom: 10px;
}
.infoProduct .div_slogan{
    color: #cd211e;
    text-transform: uppercase;
    font-size: 20px;
    line-height: 30px;
}
.infoProduct .div_content{
    width: 800px;
    margin: 0 auto;
}
.infoComment .div_title{
    background-color: #337ab7;
    font-size: 40px;
    line-height: 50px;
    color: #ffffff;
    text-transform: uppercase;
    text-align: center;
    padding: 15px;
    font-family: 'Roboto Condensed', sans-serif;
}
.infoComment .div_title h2{
    font-size: 40px;
    line-height: 50px;
    font-weight: normal;
}
.infoComment .div_content{
    padding: 40px 0;
}
.infoSale .div_title{
    font-size: 40px;
    line-height: 50px;
    color: #ffffff;
    text-transform: uppercase;
    text-align: center;
    padding: 15px;
    font-family: 'Roboto Condensed', sans-serif;
    background: #cd211e;
}
.infoSale .div_title h2{
    font-size: 40px;
    line-height: 50px;
    font-weight: normal;
}
.infoSale .div_content{
    padding: 40px 0;
    background: url("../images/bg-sale.png") no-repeat 100% 100% #feeded;
}
.infoSale .div_content .wrap_content{
    width: 750px;
    margin: 0 auto;
    text-align: center;
}
.infoSale .div_content .wrap_content .bold{
    font-weight: bold;
    font-size: 18px;
    line-height: 25px;
}
.infoSale .div_content .wrap_content .c_hotline{
    color: #cd211e;
    font-weight: bold;
    font-size: 20px;
    line-height: 30px;
}
/*========BEGIN: CHIA S? M?NG XÃ H?I=========*/
.share_social{
    width: 100%;
    background-color: #e2e5e8;
    padding: 40px 0;
    border-bottom: 1px solid #ffffff;
}
.share_social .title{
    text-align: center;
    font-size: 23px;
    line-height: 32px;
    margin-bottom: 10px;
    text-transform: uppercase;
}
.share_social ul{
    text-align: center;
}
.share_social ul li{
    display: inline-block;
    padding: 8px;
    position: relative;
    font-size: 45px;
}
.share_social ul li a{
    font-size: 45px;
    line-height: 45px;
}
.share_social ul li a:hover{
    color: #0059a9;
}
/*========END: CHIA S? M?NG XÃ H?I=========*/
/*========BEGIN: TÍNH NANG=========*/
.divSlide{
    margin-bottom: 1px;
}
.divSlide .item{
    min-height: 470px;
    padding: 30px 0;
    color: #444444;
    position: relative;
}
.divSlide.slideodd .item{
    background-color: #e2e5e8;
}
.divSlide .item .node-content{
    width: 50%;
    position: relative;
    padding-right: 30px;
}
.divSlide .item .node-content .i-title1{
    position: relative;
    font-size: 20px;
    line-height: 30px;
    text-transform: uppercase;
    font-family: 'Roboto Condensed', sans-serif;
    color: #cd211e;
    margin-bottom: 30px;
    padding-bottom: 10px;
}
.divSlide .item .node-content .i-title1:before{
    position: absolute;
    content:"";
    bottom:0;
    left:0;
    width:270px;
    height: 1px;
    background-color: rgba(74,79,84,0.1);
}
.divSlide.slideodd .item .node-content .i-title1:before{
    background-color: rgba(181,176,171,0.1);
}
.divSlide .item .node-content .i-title1:after{
    position: absolute;
    content:"";
    bottom:0;
    left:0;
    width:40px;
    height: 1px;
    background-color: #4a4f54;
}
.divSlide .item .node-content .i-title{
    font-size: 35px;
    line-height: 45px;
    text-transform: uppercase;
    font-family: 'Roboto Condensed', sans-serif;
    margin-bottom: 20px;
}
.divSlide .item .node-content .i-title h3{
    font-size: 35px;
    line-height: 45px;
    font-weight: normal;
}
.divSlide .item .node-content .i-content{
    margin-bottom: 15px;
    font-size: 14px;
    line-height: 25px;
    text-align: justify;
}
.divSlide .item .node-images{
    position: absolute;
    top:0;
    left: 50%;
    height: 100%;
    width: 50%;
    overflow: hidden;
}
.divSlide .item .node-images .imageDetail{
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-size:cover;
    background-position: 50% 50%;
}
.divSlide .slick-dots{
    bottom:60px;
    padding-left: -webkit-calc((100% - 1170px)/2 + (1170px * 0.3333) + 20px);
    padding-left: -moz-calc((100% - 1170px)/2 + (1170px * 0.3333) + 20px);
    padding-left: calc((100% - 1170px)/2 + (1170px * 0.3333) + 20px);
    display: none !important;
}
.divSlide .slick-counter{
    bottom:20px;
    left: 50%;
    margin-left: -100px;
    position: absolute;
    font-size: 20px;
    line-height: 30px;
    color: #999999;
    font-family: 'Roboto Condensed', sans-serif;
    width: 50px;
    overflow: hidden;
    text-align: center;
}
.divSlide .slick-dots li{

}
.divSlide .slick-dots li.slick-active{
    background-position: 0 0;
}
.divSlide .slick-dots li button{
    text-indent: -9999px;
}
.divSlide .slick-prev,.divSlide .slick-next{
    height: 30px;
    top: auto;
    bottom:20px;
    -webkit-transform:translate(0,0);
    -moz-transform:translate(0,0);
    -o-transform:translate(0,0);
    -ms-transform:translate(0,0);
    transform:translate(0,0);
}
.divSlide .slick-prev{
    left: 50%;
    margin-left: -125px;
}
.divSlide .slick-next{
    right: auto;
    left: 50%;
    margin-left: -45px;
}
.divSlide .slick-prev:after{
    width: 100%;
    height: 100%;
    position: absolute;
    font-family:"fontawesome";
    content:"\f104";
    top: 0;
    left: 0;
    color: #999999;
    font-size: 20px;
    line-height: 30px;
    -webkit-transition:all 0.5s ease;
    -moz-transition:all 0.5s ease;
    -o-transition:all 0.5s ease;
    transition:all 0.5s ease;
}
.divSlide .slick-next:after{
    width: 100%;
    height: 100%;
    position: absolute;
    font-family:"fontawesome";
    content:"\f105";
    top: 0;
    left: 0;
    color: #999999;
    font-size: 20px;
    line-height: 30px;
    -webkit-transition:all 0.5s ease;
    -moz-transition:all 0.5s ease;
    -o-transition:all 0.5s ease;
    transition:all 0.5s ease;
}
.divSlide .slick-prev:hover:after,
.divSlide .slick-next:hover:after{
    color: #0059a9;
}
/*========END: TÍNH NANG=========*/
/*========BEGIN: NGO?I TH?T=========*/
.mausac{
    width: 100%;
    padding: 50px 0 50px 0;
    background-color: #e2e5e8;
}
#slide_ngoaithat{
    position: relative;
    margin-bottom:40px;
}
#slide_ngoaithat .item{
    width: 100%;
    height: 500px;
    overflow: hidden;
    position: relative;
}
#slide_ngoaithat .item .wrapper{
    position: relative;
    height: 100%;
}
#slide_ngoaithat .item .wrapper img{
    position: absolute;
    top: 50%;
    left: 50%;
    max-width: 100%;
    max-height: 100%;
    -webkit-transform:translate(-50%, -50%);
    -moz-transform:translate(-50%, -50%);
    -o-transform:translate(-50%, -50%);
    -ms-transform:translate(-50%, -50%);
    transform:translate(-50%, -50%);
}
#slide_ngoaithat .slick-dots{
    text-align: center;
}
#slide_ngoaithat .slick-dots li{
}
#slide_ngoaithat .slick-dots li.slick-active{
    background-position: 0 0;
}
#slide_ngoaithat .slick-dots li button{
    text-indent: -9999px;
}
#slide_ngoaithat .slick-prev, #slide_ngoaithat .slick-next{
    width: 55px;
    height: 55px;
    background: #717274;
    -webkit-transition:all 0.5s ease;
    -moz-transition:all 0.5s ease;
    -o-transition:all 0.5s ease;
    transition:all 0.5s ease;
}
#slide_ngoaithat .slick-prev:hover, #slide_ngoaithat .slick-next:hover{
    background: #0059a9;
}
#slide_ngoaithat .slick-prev{
    background-position: 0 0;
    left: 70px;
}
#slide_ngoaithat .slick-next{
    background-position: -55px 0;
    right: 70px;
}
#slide_ngoaithat .slick-prev:after, #slide_ngoaithat .slick-next:after{
    position: absolute;
    font-family: "fontawesome";
    top: 50%;
    left: 50%;
    -webkit-transform:translate(-50%,-50%);
    -moz-transform:translate(-50%,-50%);
    -o-transform:translate(-50%,-50%);
    -ms-transform:translate(-50%,-50%);
    transform:translate(-50%,-50%);
    font-size: 30px;
    line-height: 30px;
    color: #ffffff;
}
#slide_ngoaithat .slick-prev:after{
    content: '\f104';
}
#slide_ngoaithat .slick-next:after{
    content: '\f105';
}
.linkcolor ul {
    text-align: center;
}
.linkcolor ul li{
    display: inline-block;
    margin:0 5px;
}
.linkcolor ul li a{
    display: block;
    width: 42px;
    height: 42px;
    background-position: 50% 50%;
    position: relative;
    border:1px solid #ffffff;
}
.linkcolor ul li a:before{
    width: 100%;
    height: 100%;
    position: absolute;
    content:"";
    top: 0;
    left: 0;
    border: 5px solid transparent;
    -webkit-transition:all 0.5s ease;
    -moz-transition:all 0.5s ease;
    -o-transition:all 0.5s ease;
    transition:all 0.5s ease;
}
.linkcolor ul li a:after{
    width: 100%;
    height: 100%;
    position: absolute;
    content:"";
    top: 0;
    left: 0;
    border: 4px solid transparent;
    -webkit-transition:all 0.5s ease;
    -moz-transition:all 0.5s ease;
    -o-transition:all 0.5s ease;
    transition:all 0.5s ease;
}
.linkcolor ul li a.active:before,
.linkcolor ul li a:hover:before{
    border-color: #ffffff;
}
.linkcolor ul li a.active:after,
.linkcolor ul li a:hover:after{
    border-color: #000000;
}
#loadAjax{
    position: relative;
}
#loadAjax .loadding{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 9;
    background: rgba(226, 229, 232, 0.9);
}
#loadAjax .loadding img{
    width: 50px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform:translate(-50%, -50%);
    -moz-transform:translate(-50%, -50%);
    -o-transform:translate(-50%, -50%);
    -ms-transform:translate(-50%, -50%);
    transform:translate(-50%, -50%);
}

.list-images ul{
    margin: 0 -15px 0 -15px;
    position: relative;
    overflow: hidden;
    width: 100%;
}
.list-images ul li{
    width: calc(100% / 3 - 10px);
    padding: 0 15px 30px 15px;
}
.list-images ul li .img{
    width: 100%;
    height: 100%;
    position: relative;
}
.list-images ul li .img a{
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
}
.list-images ul li .img a:after{
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../images/icon-zoom.png) no-repeat 50% 50% transparent;
    background-size: 0 0;
    -webkit-transition:all 0.5s ease;
    -moz-transition:all 0.5s ease;
    -o-transition:all 0.5s ease;
    transition:all 0.5s ease;
}
.list-images ul li .img:hover a:after{
    background: url(../images/icon-zoom.png) no-repeat 50% 50% rgba(0,0,0,0.6);
    background-size: 50px 50px;
}
.list-images ul li .img img{
    width: 100%;
}
.popupthumb .fancybox-next span{
    width: 55px;
    height: 55px;
    background: url(../images/navT-55-55.png) no-repeat -55px 0;
}
.popupthumb .fancybox-prev span{
    width: 55px;
    height: 55px;
    background: url(../images/navT-55-55.png) no-repeat 0 0;
}
.popupthumb .fancybox-close{
    background: none;
    width: auto;
    height: auto;
    top: -30px;
    right: 0;
    font-size: 20px;
    line-height: 30px;
    text-transform: uppercase;
    color: #cacaca;
}
.popupthumb .fancybox-close span{
    color: #927865;
    font-weight: bold;
}
.fancybox-lock .fancybox-overlay{
    background: #000000;
}

/*================BEGIN: CẢM NHẬN KHÁCH HÀNG==================*/
.vnt-feelling{
    padding: 40px 0;
    padding-bottom: 65px;
    background: url("../images/bg-feelling.jpg") no-repeat 50% 100% fixed;
    -webkit-background-size: cover;
    background-size: cover;
    position: relative;
}
.vnt-feelling::before{
    background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.vnt-feelling .title-cat{
    font-size: 40px; 
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 30px;
}
.vnt-feelling .title-cat h2{
    font-family: 'Roboto Condensed', sans-serif;
    color: #ffffff;
    font-weight: normal;
    line-height: 1.4em;
}
.vnt-feelling .title-cat h2 span{
    font-weight: bold;
}

.slider-feelling{
    padding: 0 25px;
}

#slider-feelling{
    margin-bottom: 30px;
}
#slider-feelling.slick-initialized .item,
#slider-feelling .item:first-child{
    display: block;
}
#slider-feelling .item{
    //display: none;
}

#slider-feelling .slick-arrow{
    width: 60px;
    height: 60px;
    background: none;
    -webkit-transition:all 0.5s ease;
    -moz-transition:all 0.5s ease;
    -o-transition:all 0.5s ease;
    transition:all 0.5s ease;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
    color: rgba(255, 255, 255, 0.5);
}
#slider-feelling .slick-arrow:hover{
   
}
#slider-feelling .slick-arrow:after {
    position: absolute;
    font-family: fontawesome;
    top: 50%;
    left: 50%;
    -webkit-transform:translate(-50%,-50%);
    -moz-transform:translate(-50%,-50%);
    -o-transform:translate(-50%,-50%);
    -ms-transform:translate(-50%,-50%);
    transform:translate(-50%,-50%);
    font-size: 60px;
    line-height: 30px;
}
#slider-feelling .slick-arrow:hover::after{
    color: rgba(255, 255, 255, 1);
}

#slider-feelling .slick-prev:after{
    content: '\f104';
}
#slider-feelling .slick-next:after{
    content: '\f105';
}
#slider-feelling .slick-prev{
    left: -50px;
}
#slider-feelling .slick-next{
    right: -50px;
}


.slider-feelling .item{
    text-align: left;
    padding: 0 15px;
}
.slider-feelling .item .i-image{
    display: block;
    width: 100%;
    margin: 0;
    position: relative;
}

.slider-feelling .item .i-image a{
    display: block;
    overflow: hidden;
}
.slider-feelling .item  .i-content{
    font-size: 13px;
    line-height: 22px;
    overflow: hidden;
    color: #666666;
    height: 175px; 
    background: #e2e5e8;
    padding: 10px 12px;
    padding-left: 20px;
    font-family: "Open Sans";
}
.slider-feelling .item  .i-content .short{
    padding-left: 10px;
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 5px;
}
.slider-feelling .item  .i-content .short::before{
    content: '\0201c';
    font-size: 24px;
    font-family: "Open Sans";
    position: absolute;
    left: -5px; top: 5px;
    color: #000000;
}
.slider-feelling .item  .i-content .short::after{
    content: '';
    height: 2px; 
    width: 36px; 
    background: #9ea0a2;
    position: absolute;
    bottom: 0; left: 0;
}

.slider-feelling .item .text1{
    font-size: 13px; color: #666666;
    font-style: italic; line-height: 24px;
}
.slider-feelling .item .i-name{}
.slider-feelling .item .i-name a{
    font-size: 13px;
    font-weight: bold;
    color: #333333;
}
.slider-feelling .item .i-name a:hover{
    color: #4db2ec;
}
.box_button{
    text-align: center;
}
.box_button a{
    display: inline-block;
    height: 45px; line-height: 39px;
    border:3px solid #e2e5e8; 
    padding: 0 40px;
    font-size: 14px; 
    text-transform: uppercase;
    color: #ffffff;
    font-weight: 700px; 
}
/*================END: CẢM NHẬN KHÁCH HÀNG==================*/

/*========BEGIN: VIDEO=========*/
.div_video{
    width: 100%;
    padding-top: 100px;
    background: url(../images/bg-video.jpg) no-repeat;
    background-size: cover;
    overflow: hidden;
    margin-bottom: 1px;
}
.div_video .title{
    font-size: 40px;
    line-height: 50px;
    margin-bottom: 30px;
    color: #cacaca;
    font-family: 'RobotoCondensedRegular';
    text-transform: uppercase;
    text-align: center;
}

.div_video .title .h2{
    font-weight: normal;
}
.div_video .title span{
    display: inline-block;
    font-weight: normal;
    padding-bottom: 20px;
    position: relative;
}
.div_video .title span:before{
    position: absolute;
    content:"";
    bottom:-1px;
    left:50%;
    margin-left: -135px;
    width: 270px;
    height: 1px;
    background-color: #383c40;
}
.div_video .title span:after{
    position: absolute;
    content:"";
    bottom:-1px;
    left:50%;
    margin-left: -15px;
    width: 30px;
    height: 1px;
    background-color: #cacaca;
    -moz-animation:laplanh 3s cubic-bezier(.65,.19,.32,.85) infinite;
    -ms-animation:laplanh 3s cubic-bezier(.65,.19,.32,.85) infinite;
    -o-animation:laplanh 3s cubic-bezier(.65,.19,.32,.85) infinite;
    -webkit-animation:laplanh 3s cubic-bezier(.65,.19,.32,.85) infinite;
    animation:laplanh 3s cubic-bezier(.65,.19,.32,.85) infinite;
}
.bg_video {
    width: 100%;
    background: url(../images/bg_video.png) no-repeat 50% 50%;
    height: 100%;
    overflow: hidden;
}
.w_video{
    height: 492px;
    position: relative;
}
.content_video{
    width:640px;
    height: 361px;
    background-color: #26292c;
    margin: 0 auto;
    position: relative;
    top: 22px;
    left: -3px;
}
#sliderVideo .slick-dots{
    margin-top:  40px;
    text-align: center;
    bottom: -90px;
}
#sliderVideo .slick-dots li{
    width: auto;
    height: auto;
    margin: 0;
}
#sliderVideo .slick-dots li button{
    width: auto;
    height: auto;
    font-size: 34px;
    line-height: 50px;
    -webkit-transition:all 0.5s ease;
    -moz-transition:all 0.5s ease;
    -o-transition:all 0.5s ease;
    transition:all 0.5s ease;
    color: #ffffff;
    font-family: 'Roboto Condensed', sans-serif;
}
#sliderVideo .slick-dots li button:before{
    content: '';
}
#sliderVideo .slick-dots li.slick-active{
    background-position: 0 0;
}
#sliderVideo .slick-dots li.slick-active button{
    font-size: 50px;
    line-height: 50px;
}
/*========END: VIDEO=========*/
#slide_support{
    margin: 0 -15px;
}
#slide_support .item{
    margin: 0 15px;
}
#slide_support .item .i-image{
    overflow: hidden;
    background-color: #000000;
    margin-bottom: 15px;
}
#slide_support .item .i-image img{
    width: 100%;
    -webkit-transition:all 0.8s cubic-bezier(0.44, 0.185, 0.575, 0.86);
    -moz-transition:all 0.8s cubic-bezier(0.44, 0.185, 0.575, 0.86);
    -o-transition:all 0.8s cubic-bezier(0.44, 0.185, 0.575, 0.86);
    transition:all 0.8s cubic-bezier(0.44, 0.185, 0.575, 0.86);
}
#slide_support .item .i-image:hover img{
    -webkit-transform:scale(1.12);
    -moz-transform:scale(1.12);
    -o-transform:scale(1.12);
    -ms-transform:scale(1.12);
    transform:scale(1.12);
    opacity: 0.7;
}
#slide_support .item .i-title{
    font-size: 16px;
    line-height: 25px;
    margin-bottom: 10px;
    font-weight: bold;
    text-transform: uppercase;
}
#slide_support .item .i-title a{
    font-size: 16px;
    line-height: 25px;
}
#slide_support .item .i-content{
    font-size: 13px;
    line-height: 23px;
    color: #999999;
}
#slide_support .slick-prev, #slide_support .slick-next{
    width: 55px;
    height: 55px;
    background: #717274;
    -webkit-transition:all 0.5s ease;
    -moz-transition:all 0.5s ease;
    -o-transition:all 0.5s ease;
    transition:all 0.5s ease;
}
#slide_support .slick-prev:hover, #slide_support .slick-next:hover{
    background: #0059a9;
}
#slide_support .slick-prev{
    background-position: 0 0;
    left: -60px;
}
#slide_support .slick-next{
    background-position: -55px 0;
    right: -60px;
}
#slide_support .slick-prev:after, #slide_support .slick-next:after{
    position: absolute;
    font-family: "fontawesome";
    top: 50%;
    left: 50%;
    -webkit-transform:translate(-50%,-50%);
    -moz-transform:translate(-50%,-50%);
    -o-transform:translate(-50%,-50%);
    -ms-transform:translate(-50%,-50%);
    transform:translate(-50%,-50%);
    font-size: 30px;
    line-height: 30px;
    color: #ffffff;
}
#slide_support .slick-prev:after{
    content: '\f104';
}
#slide_support .slick-next:after{
    content: '\f105';
}

.grid_thongso{
    margin-bottom: 30px;
}
.grid_thongso .node_thongso{
    margin-bottom: 10px;
}
.grid_thongso .node_thongso .node_title{
    border-bottom: 1px solid #d9d9d9;
    font-size: 20px;
    line-height: 30px;
    padding-bottom: 5px;
    text-transform: uppercase;
    font-weight: bold;
    font-family: 'Roboto Condensed', sans-serif;
    cursor: pointer;
    -webkit-transition:all 0.5s ease;
    -moz-transition:all 0.5s ease;
    -o-transition:all 0.5s ease;
    transition:all 0.5s ease;
}
.grid_thongso .node_thongso .node_title:hover{
    color: #cd211e;
}
.grid_thongso .node_thongso .node_title span{
    position: relative;
    padding-left: 30px;
    display: block;
}
.grid_thongso .node_thongso .node_title span:after{
    position: absolute;
    top: 50%;
    left: 0;
    font-family: "fontawesome";
    content: '\f067';
    -webkit-transform:translate(0,-50%);
    -moz-transform:translate(0,-50%);
    -o-transform:translate(0,-50%);
    -ms-transform:translate(0,-50%);
    transform:translate(0,-50%);
}
.grid_thongso .node_thongso.active .node_title span:after{
    content: '\f068';
}
.grid_thongso .node_thongso.active .node_content{
    display: none;
}
.div_table{
    width: 100%;
}
.div_table .row_table{
    border-bottom: 1px solid #EDEDED;
}
.div_table .row_table:nth-child(even){
    background-color: #f7f7f7;
}
.div_table .row_table .row_left{
    float: left;
    padding: 10px 15px;
    width: 370px;
}
.div_table .row_table .row_right{
    float: right;
    padding: 10px 15px;
    width: calc(100% - 370px);
}
.tooltip-inner{
    background: #e2e5e8;
    color: #333333;
    padding: 8px 15px;
}
.tooltip.top .tooltip-arrow {
    border-top-color: #e2e5e8;
}
.tooltip.top-left .tooltip-arrow {
    border-top-color: #e2e5e8;
}
.tooltip.top-right .tooltip-arrow {
    border-top-color: #e2e5e8;
}
.tooltip.right .tooltip-arrow {
    border-right-color: #e2e5e8;
}
.tooltip.left .tooltip-arrow {
    border-left-color: #e2e5e8;
}
.tooltip.bottom .tooltip-arrow {
    border-bottom-color: #e2e5e8;
}
.tooltip.bottom-left .tooltip-arrow {
    border-bottom-color: #e2e5e8;
}
.tooltip.bottom-right .tooltip-arrow {
    border-bottom-color: #e2e5e8;
}

#vnt-rating{
    padding: 0px 0px;
}
#vnt-rating .title{
    text-align: center;
    font-size: 20px;
    line-height: 30px;
    font-weight: 900;
    color:#004688;
    margin-bottom: 20px;
}
#vnt-rating label{
    font-size: 16px;
    line-height: 24px;
    font-weight: bold;
}
#vnt-rating label span{
    color:#ee0000;
    font-weight: normal;
}
#vnt-rating input,
#vnt-rating textarea{
    width: 100%;
    height: 40px;
    padding-left: 10px;
    border:solid 1px rgba(0,0,0,0.1);
}
#vnt-rating textarea{
    height: 125px;
    resize: none;
}
#vnt-rating button{
    width: 100%;
    height: 40px;
    background: #004688;
    color:#ffffff;
    text-transform: uppercase;
    font-weight: bold;
    border:none;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
#vnt-rating button:hover{
    background: #333333;
}
#vnt-rating .rev-field ul{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
}
#vnt-rating .rev-field ul li{
    margin-right: 5px;
}
#vnt-rating .rev-field ul li:last-child{
    margin-right: 0;
}
#vnt-rating .rev-field ul li a{
    display: block;
    width: 30px;
    height: 30px;
    font-size: 30px;
    line-height: 38px;
    color:#f0c600;
    position: relative;
}
#vnt-rating .rev-field ul li a:before{
    content: "\f006";
    font-family: fontAwesome;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
#vnt-rating .rev-field ul li a.active:before,
#vnt-rating .rev-field ul li.active a:before{
    content: "\f005";
}
#vnt-rating .rev-field ul li a input{
    display: none;
}
.star_title{
    margin-bottom: 8px;
}
.star_title .star{
    display: inline-block;
    vertical-align: top;
    font-size: 15px;
    line-height: 26px;
    color: #1d222a;
    margin-right: 3px;
}
.star_title .star i.fa.fa-star,
.star_title .star i.fa.fa-star-half{
    color: #f0c600;
}
.star_title .i-name{
    display: inline-block;
    vertical-align: top;
    font-weight: bold;
    color: #004688;
}
.star_title .i-date{
    font-size: 12px;
    line-height: 20px;
    color: #7c7c7c;
    display: inline-block;
}

@media all and (max-width: 1200px){
    .menuScroll .divFixed .menu_scroll ul li{
        padding: 0px 10px;
    }
    .menuScroll .divFixed .menu_scroll ul li a{
        font-size: 14px;
        line-height: 22px;
    }
}

@media all and (max-width: 991px){
    .grid_product .row_product .item{
        width: 50%;
    }
    .grid_product .row_product .item .i-desc .i-content{
        height: 21px;
        overflow: hidden;
    }
    .menuScroll .divFixed, .menuScroll{
        background-color: transparent;
    }
    .menuScroll .divFixed .menu_quick{   
        width: 100%;
        float: none;
        clear: both;
        padding: 10px 0;

    }
    .menuScroll .divFixed .menu_quick ul li{
        float: left;
        width: 50%;
        margin-left: 0;
    }
    
    .menuScroll .divFixed .menu_quick ul li a{
        display: block;
        height: 50px;
        background: #337ab7;
        color: #ffffff;
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease;
        text-align: left;
        font-size: 20px;
        line-height: 50px;
        padding-left: 10px;
        font-size: 14px;
        font-family: "Roboto";
        text-transform: uppercase;
        width: 100%;
    }
    .menuScroll .divFixed .menu_quick ul li:first-child a{
        background-color: #cd211e;
        margin-right: 1px;
    }
    .menuScroll .divFixed .menu_quick ul li a i{
        margin-right: 5px;
        margin-right: 5px;
    }
    /*========BEGIN: MENU SCROLL=========*/
    .menuScroll{
        position: relative;
        width: 100%;
    }
    .menuScroll .divFixed{
        width: 100%;
    }
    .menuScroll .divFixed .menu_scroll{
        padding: 0px;
    }
    .menuScroll .divFixed.activeFixed{
        position: fixed;
        top: 60px;
        left: 0;
        z-index: 50;
        background: #242932;
    }
    .menuScroll .divFixed.activeFixed .menu_quick{
        display: none;
    }
    /* .menuScroll .divFixed .menu_scroll ul:after{
        display: block;
        content:"";
        clear: both;
    }
    .menuScroll .divFixed .menu_scroll ul li{
        float: left;
        padding: 0 15px;
        position: relative;
        font-size: 16px;
        line-height: 28px;
        text-transform: uppercase;
        font-family: 'Roboto Condensed', sans-serif;
        color: #ffffff;
        font-weight: bold;
    }
    .menuScroll .divFixed .menu_scroll ul li a{
        font-size: 16px;
        line-height: 28px;
        color: #ffffff;
        -webkit-transition:all 0.5s ease;
        -moz-transition:all 0.5s ease;
        -o-transition:all 0.5s ease;
        transition:all 0.5s ease;
    }
    .menuScroll .divFixed .menu_scroll ul li a.active,
    .menuScroll .divFixed .menu_scroll ul li a:hover{
        color: #45a9ff;
    }
    .menuScroll .divFixed .menu_scroll ul li a:focus{
        text-decoration: none;
    }
    .menuScroll .divFixed .menu_scroll ul li:first-child{
        padding-left: 0;
    }
    .menuScroll .divFixed .menu_scroll ul li:last-child{
        padding-right: 0;
    }
    .menuScroll .divFixed .menu_scroll ul li ~ li{
        border-left: 1px dotted #555555;
    } */


    .menuScroll .divFixed .menu_scroll{
        position: relative;
        width: 100%;
    }
    .menuScroll .divFixed .menu_scroll .title{
        font-size: 26px;
        line-height:30px;
        padding: 10px 50px 10px 15px;
        background: #242932;
        cursor: pointer;
        display: none;
        font-size: 16px;
        text-transform: uppercase;
        font-family: 'Roboto Condensed', sans-serif;
        color: #ffffff;
        font-weight: bold;
        position: relative;
    }
    .menuScroll .divFixed .menu_scroll .menu ul li{
        padding: 0;
    }
    .menuScroll .divFixed .menu_scroll .title::before{
        content: '\f0d7';
        font-family: "FontAwesome";
        font-size: 18px;
        color: #ffffff;
        position: absolute;
        right: 20px;
    }

    .menuScroll .divFixed .menu_scroll .menu{
        width: 100%;
        text-align: center;
        background-color: #242932;
    }
    .menuScroll .divFixed .menu_scroll .menu ul{
        text-align: center;
    }
    .menuScroll .divFixed .menu_scroll .menu ul li{
        display: block;
        
        position: relative;
        font-size: 16px;
        line-height: 20px;
        text-transform: uppercase;
        font-family: 'Roboto Condensed', sans-serif;
        color: #ffffff;
        font-weight: bold;
        border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    }
    .menuScroll .divFixed .menu_scroll .menu ul li a{
        font-size: 14px;
        line-height: 25px;
        color: #ffffff;
        -webkit-transition:all 0.5s ease;
        -moz-transition:all 0.5s ease;
        -o-transition:all 0.5s ease;
        transition:all 0.5s ease;
        padding: 5px 15px;
        display: block;
    }


    .menuScroll .divFixed .menu_scroll .title{
            display: block;
        }
    .menuScroll .divFixed .menu_scroll .menu{
        position: absolute;
        left: 0px;
        top: 200%;
        z-index: 50;
        visibility: hidden;
        opacity: 0;
        -webkit-transition:all 0.5s ease;
        -moz-transition:all 0.5s ease;
        -o-transition:all 0.5s ease;
        transition:all 0.5s ease;
    }
    .menuScroll .divFixed .menu_scroll.show .menu{
        top: 100%;
        visibility: visible;
        opacity: 1;
    }
    .menuScroll .divFixed .menu_scroll .menu ul{
        -webkit-box-shadow:0px 2px 5px rgba(0,0,0,0.4);
        -moz-box-shadow:0px 2px 5px rgba(0,0,0,0.4);
        box-shadow:0px 2px 5px rgba(0,0,0,0.4);
    }
    .menuScroll .divFixed .menu_scroll .menu ul li{
        display: block;
        text-align: left;
        float: none;
        width: 100%;
    }
    .menuScroll .divFixed .menu_scroll .menu ul li a.active {
        background: #0059AF;
        color: #ffffff;
    }
    .infoProduct .div_content{
        width: 100%;
        text-align: justify;
    }
    #slide_ngoaithat .item{
        height: 300px;
    }
    #slide_ngoaithat .slick-prev, #slide_ngoaithat .slick-next{
        width: 30px;
        height: 30px;
    }
    #slide_ngoaithat .slick-prev{
        left: 10px;
    }
    #slide_ngoaithat .slick-next{
        right: 10px;
    }
    .divSlide .item .node-content{
        width: 100%;
        padding-right: 0;
        padding-bottom: 30px;
    }
    .divSlide .item .node-images{
        width: 100%;
        position: static;
        height: 300px;
    }
    .divSlide .slick-counter{
        bottom: 340px;
        right: 30px;
        left: inherit;
        margin-left: 0;
    }
    .divSlide .slick-prev, .divSlide .slick-next{
        bottom: 340px;
        left: inherit;
    }
    .divSlide .slick-prev{
        margin-left: 0;
        right: 85px;
    }
    .divSlide .slick-next{
        right: 10px;
    }
    .infoComment .div_title h2, .infoSale .div_title h2{
        font-size: 26px;
        line-height: 34px;
        font-weight: normal;
    }
    .list-images ul{
        margin: 0;
    }
    .list-images ul li{
        width: calc(100% / 2 - 1px);
        padding: 0 5px 15px 5px;
    }
    .list-images ul li:nth-child(2n+ 2){
        margin-right: 0;
    }
    #sliderVideo .item iframe{
        height: 360px;
        width: 100%;
    } 
    .content_video{
        width: 100%;
    }
    .infoSale .div_content{
        padding: 30px 10px;
    }
    .div_table .row_table .row_left{
        width: 30%;
    }
    .div_table .row_table .row_right{
        width: 70%;
    }
    .grid-spare-parts .row-spare-parts .item{
        width: 50%;
    }
    #dhtmltooltip{
        display: none!important;
    }

    .menu_product ul li{
        border-left: 10px solid #ffffff;
        height: 64px;
    }
    .menu_product ul{
        margin-left: -10px;
    }
    .menu_product ul li .image{
        width: 80px;
        height: 52px;
    }
    .menu_product ul li .name{
        margin-left: 95px;
        font-size: 18px;
        line-height: 27px;
        padding: 10px 15px 10px 0;
    }
    .gird_sale_car .row_sale_car .item{
        width: 50%;
    }
    .group_product .div_title h2{
        font-size: 30px;
        line-height: 45px;
    }
    .support_hotline{
        margin-left: 15px;
        padding: 12px 15px 12px 60px;
    }
    .support_hotline:after{
        left: -20px;
    }
}
@media all and (max-width: 767px){
    .grid_product .row_product .item{
        width: 100%;
    }
    .grid_news .row_news .item .i-desc .i-content{
        display: none;
    }
    /*  */
    .div_filter > div{
        width: 100%;
        margin-bottom: 10px;
    }
    .div_filter .choose_car{
        width: 100%;
    }
    .div_filter .input-group{
        width: 100%;
    }
    .div_filter .input-group .input-group-text{
        padding-left: 0;
    }
    .grid-spare-parts .row-spare-parts .item{
        width: 100%;
    }
    .gird_sale_car .row_sale_car .item{
        width: 100%;
    }
    .info_product .title_main h1{
        font-size: 25px;
        line-height: 37px;
    }
    .info_product .info_img{
        width: 100%;
        margin-bottom: 20px;
    }
    .info_product .info_detail{
        width: 100%;
    }
    ul.tab_nav li a{
        padding: 12px 15px;
    }
}