/*css c?c n?t b?o gi? xe v? ??ng k? l?i th?*/
#box_contact_car {
    display: none;
}

#message_box {
    margin-top: 10px;
}

#message_box a {
    font-size: 2.0rem;
    display: block;
    text-align: center;
    padding: 6px 0;
    color: #c83d14;    
    background-color: #FEF1AC;
    text-decoration: none;
    border-radius: 3px;   
	border:1px solid #F0CC97;
	
	
}

#message_box_img1{
    width: 56px;
    margin-right: 12px;
    display: inline-block;
    margin-top: -7px;
}

#message_box_img2 {
    width: 46px;
    margin-right: 12px;
}

#message_box a:hover {
    background-color: #EDD762;
}

#message_box a:first-child {
    margin-bottom: 10px;
}

/*css ph?n báo giá xe*/
#car_quote {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000;
    background: rgba(33, 33, 33, .5);
    display: none;
}

#car_quote_box {
    border: 1px solid #dedede;
    width: 600px;
    height: auto;
    margin: auto;
    background-color: #ffffff;
    padding: 10px 30px 20px;
    margin-top: 30px;
}

#car_quote_box .title {
    font-size: 18px;
    font-weight: bold;
    color: #045ab5;
    padding-bottom: 10px;
    border-bottom: 1px dotted #d9d9d9;
}
#car_quote_box .title span {color:red}
#car_quote_box .title h3 {
    margin: 0;
    padding: 0;
}

#car_quote_box .title span {
    font-size: 35px;
    text-align: right;
    cursor: pointer;
    padding: 0;
    margin-top: -18px;
    margin-right: 5px;
	float:right;
}

#car_quote_box .notification {
    
    text-align: center;
    padding: 5px 10px 0px;
}

#car_quote_box .content .item {
    margin-top: 10px;
}

#car_quote_box .content .item:first-child {
    margin-top: 0;
}

#car_quote_box .content .item:last-child {
    margin-bottom: 20px;
}

#car_quote_box .content .item label {
    font-size: 12px;
    text-align: left;
	width:30%;
}

#car_quote_box  .col-xs-12 {width:70%}
#car_quote_box .content .item label span {
    color: #EB2727;
    margin-left: 3px;
}

#message_choose_car {
    height: 25px;
    border: 1px solid #ccc;
    box-shadow: inset 0 -31px 40px -35px #d0d2d0;
    -webkit-box-shadow: inset 0 -31px 40px -35px #d0d2d0;
    -moz-box-shadow: inset 0 -31px 40px -35px #d0d2d0;
    -o-box-shadow: inset 0 -31px 40px -35px #d0d2d0;
    font-size: 13px;
    padding-left: 5px;
    padding-right: 5px;
    cursor: default;
    position: relative;
}

#message_choose_car span:first-child {
    float: left;
    margin-top: 3px;
}

#message_choose_car span:last-child {
    float: right;
    margin-top: 1px;
}

#message_box_cars {
    position: absolute;
    z-index: 999999;
    background: #FFFFFF;
    display: none;
    top: 35px;
}

#message_box_cars ul {
    padding: 0;
    border: 1px solid #ccc;
    box-shadow: inset 0 -31px 40px -35px #d0d2d0;
    -webkit-box-shadow: inset 0 -31px 40px -35px #d0d2d0;
    -moz-box-shadow: inset 0 -31px 40px -35px #d0d2d0;
    -o-box-shadow: inset 0 -31px 40px -35px #d0d2d0;
}

#message_box_cars ul li {
    list-style: none;
    padding: 3px 0;
    cursor: default;
    padding-left: 5px;
    font-size: 13px;
}

#message_box_cars ul li:hover {
    background-color: #039dfc;
    color: #FFFFFF;
}

#car_quote_box .content .item input {
    height: 25px;
    border: 1px solid #ccc;
    box-shadow: inset 0 -31px 40px -35px #d0d2d0;
    -webkit-box-shadow: inset 0 -31px 40px -35px #d0d2d0;
    -moz-box-shadow: inset 0 -31px 40px -35px #d0d2d0;
    -o-box-shadow: inset 0 -31px 40px -35px #d0d2d0;
    font-size: 13px;
    padding-left: 5px;
    padding-right: 5px;
}

#car_quote_box .content .item textarea {
    height: 100px;
    border: 1px solid #ccc;
    box-shadow: inset 0 -31px 40px -35px #d0d2d0;
    -webkit-box-shadow: inset 0 -31px 40px -35px #d0d2d0;
    -moz-box-shadow: inset 0 -31px 40px -35px #d0d2d0;
    -o-box-shadow: inset 0 -31px 40px -35px #d0d2d0;
    font-size: 13px;
    padding-left: 5px;
    padding-right: 5px;
}

#car_quote_box .confirm {
    display: block;
    margin: auto;
    background-color: #028de3;
    padding: 8px 14px 8px 14px;
    font-size: 16px;
    color: #ffffff;
    font-weight: bold;
    border: 1px solid #028de3;
    border-radius: 4px;
    cursor: pointer;
    z-index: 99999;
}

#car_quote_box .confirm:hover {
    background-color: #039dfc;
}

#car_quote_box .content .warning {
    margin: 5px 0 -7px;
    display: none;
    font-size: 12px;
    color: #EB2727;
    padding: 0 5px;
	float:right;
}

#message_box_cars_mobile {
    border: 1px solid #dedede;
    width: 100%;
    height: 100%;
    background-color: #ffffff;
    display: none;
    z-index: 99999;
}

#message_box_cars_mobile .title_message_box_cars {
    background-color: #d0d2d0;
    text-align: center;
    color: red;
    padding: 8px 10px;
}

#message_box_cars_mobile h3 {
    margin: 0;
}

#message_box_cars_mobile .content {
    background: #fff;
}

#message_box_cars_mobile .content ul {
    padding-left: 0;
    margin-bottom: 0;
}

#message_box_cars_mobile .content ul li {
    list-style: none;
    border-bottom: 1px solid #d9d9d9;
    padding: 8px 0 8px 15px;
    cursor: default;
    font-size: 16px;
}

#message_box_cars_mobile .content ul li:hover {
    background-color: #028de3;
    color: #fff;
}

#message_box_cars_mobile .title_message_box_cars .back {
    float: left;
    cursor: pointer;
    font-size: 38px;
	margin-top:-14px;
}

/*css cho ph?n hotline*/
.glyphicon {
    top: 0 !important;
}

#hotline {
    font-weight: bold;
    font-size: 20px;
    cursor: pointer;
    height: 50px;
    position: fixed;
    bottom: 10px;
    left: 0;
}

#hotline a {
    color: #FFFFFF;
    text-decoration: none;
    background-color: #028de3;
    padding: 5px 15px;
    display: inline-block;
    border-radius: 30px;
}

#hotline a:hover {
    background-color: #039dfc;
}

#hotline span {
    padding: 10px 14px;
    background-color: #FFFFFF;
    color: #028de3;
    border-radius: 50%;
    font-size: 17px;
    margin-right: 5px;
}

/*css cho ph?n xem th?m v? r?t g?n n?i dung c?a salon*/
#contact_text .content_text {
    text-align: center;
    display: none;
}

/*?n slider_mobile m?i khi ? màn h?nh pc*/
.lazy {
    display: none !important;
}

/*!*?n slider_mobile khi ? màn h?nh pc*!*/
/*#slider_mobile {*/
    /*display: none;*/
/*}*/
/*căn ?nh chính gi?a cho ?nh to ngoài salon*/
#list_img_left .medium_img {
    display: block;
    height: 267px;
    overflow: hidden;
    width: 100%;
}

#list_img_left img {
    height: 100%;
    border: 1px solid #dedede;
    padding: 1px;
    /*width: 108%;*/
    position: relative;
    left: 50%;
    top: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
    -moz-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
}

/*két thúc căn ?nh chính gi?a cho ?nh to ngoài salon*/
/*thêm padding right cho ?nh to ngoài salon*/
#list_img_left {
    padding-right: 0;
}

#header_top {
    height: 68px;
}

#header_bot {
    margin-top: 10px;
}

.item_box {
    border-right: none !important;
}

#logo_nav {
    display: none;
}

#login ul {
    float: left;
    padding-left: 0px;
    background: #F4F1F1;
    border-radius: 4px;
    float: right;
    border-color: #ccc;
}

#login ul li {
    float: left;
    border-right: 1px solid #CECECE;
    list-style: none;
    padding: 2px 10px 3px;
    font-size: 13px;
}

#login ul li:last-child {
    border-right: none;
}

#login ul li a {
    color: #3532AB;
}

#nav_container {
    padding-left: 0px;
}

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

.nav_item a {
    color: #0331c4 !important;
    font-weight: bold;
    border-right: 1px solid #e7e7e7;
}

#nav_default {
    margin-bottom: 10px;
    min-height: 35px;
}

.navbar-nav > li:hover {
    background: #fcfbfb;
}

.navbar {
    min-height: 35px;
}

.main_slider {
    display: none;
}

#main_contact {
    border: 1px solid #dedede;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}
#main_contact h1 
{
	border-top-left-radius:4px;
	border-top-right-radius:4px;
	text-transform: uppercase;
	}
#contact_title {
    background: #f0f0f0;
    font-size: 16px;
    font-weight: bold;
    padding: 6px 15px;
    border-bottom: 1px solid #dedede;
	margin:0px;
}

.mar_0 {
    margin-top: 0px !important;
}

#contact_text {
    padding: 10px 0 10px 15px;
}



.contact_text_description{
    line-height: 18px;
    font-size: 13px;
    color: #555;
    margin-bottom: 0px !important;
}

#demo-test-gallery a {
    width: 33.33333333%;
    display: inline-block;
}

#main_img {
    margin-top: 20px;
}

#img_title {
    background: #f0f0f0;
    font-size: 15px;
    font-weight: bold;
    padding: 6px 15px;
    border-top: 1px solid #dedede;
    border-right: 1px solid #dedede;
    border-left: 1px solid #dedede;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
	margin:0px;
}

#list_img {
    background: #F9F9F9;
    border: 1px solid #dedede;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 0px;
    padding-right: 0px;
    margin-left: 0px;
    margin-right: 0px;
}
/*xóa ph?n code list_img_left đ? comment phía dư?i dùng đ? ch?nh witdh cho ?nh to c?a salon */
/*#list_img_left img {*/
    /*width: 100%;*/
    /*border: 1px solid #dedede;*/
    /*padding: 1px;*/
/*}*/

#list_img_right {
    padding-right: 0px;
}

#list_img_right ul {
    padding-left: 0px;
}

#list_img_right #demo-test-gallery a {
    padding-left: 0px;
    padding-right: 0px;
    margin-bottom: 15px;
    padding-right: 15px;
}

.pswp__bg {
    opacity: 0.2 !important;
}

.pswp__zoom-wrap img {
    border: 2px solid #ccc;
    padding: 1px;
}

#list_img_right a img {
    width: 100%;
    height: 79px;
    border: 1px solid #dedede;
    padding: 1px;
}

#main_products {
    margin-top: 20px;
    /*border-bottom: none;*/
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border: 1px solid #dedede;
    background-color: #F9F9F9;

}

#product_title {
    background: #f0f0f0;
    font-size: 15px;
    font-weight: bold;
    padding: 6px 15px;
	margin:0px;
	border-top-left-radius:4px;
	border-top-right-radius:4px;
}

.pagging {
    width: 100%;
    height: 35px;
    float: left;
    margin-top: 3px;
    border-bottom: 1px solid #ccc;
}

.cpage {
    float: left;
    height: 20px;
    width: 215px;
    margin-top: 5px;
    margin-left: 10px;
}

.navpage {
    height: 20px;
    float: left;
    text-align: center;
    margin-top: 3px;
    margin-left: 5px;
}

.pactive {
    background: #005cc6;
}

.navpage a, .navpage span {
    display: block;
    border-left: 1px solid #ccc;
    float: left;
    text-align: center;
    padding: 0 5px 0 5px;
}

#pagination {
    padding: 5px 0px 5px 15px;
    border-bottom: 1px solid #ccc;
    font-size: 13px;
}

#pagination span:last-child {
    margin-left: 180px;
    padding: 2px 5px;
    background: #005CC6;
    color: white;
    border-radius: 4px;
    font-weight: bold;
    font-size: 15px;
}

#pagination_2 {
    padding: 5px 0px 5px 15px;
    border-bottom: 1px solid #ccc;
    font-size: 13px;
}

#pagination_2 span:last-child {
    margin-left: 180px;
    padding: 2px 5px;
    background: #005CC6;
    color: white;
    border-radius: 4px;
    font-weight: bold;
    font-size: 15px;
}

#product_box ul {
    padding-left: 0;
    margin-left: 0;
    margin-right: 0;
    text-align: center;
    margin-bottom: 0;
}

#see_more_cars {
    text-align: center;
    padding: 5px 10px 10px 10px;
}

#see_more_cars a {
    border-radius: 3px;   
    display: block;
    width: 100%;
    padding: 10px;
    font-size: 16px;
    font-weight: bold;
    text-decoration: none;
    background-color: #028de3;
    color: #ffffff;
}

#see_more_cars a:hover {
    background-color: #149df2;
}

.box_content_car {
    border: 1px solid #dedede;
    /*padding: 5px;*/
    background-color: white;
}

.box_content_car:hover {
    box-shadow: 0 5px 10px 0 rgba(36,50,56,0.2);
    /*transform: translateY(-6px);*/
}

#product_box ul li {
    list-style: none;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 6px;
    padding-right: 6px;
    
}

#product_box ul li .item_title {
   
    margin-bottom: 5px;
    height:50px;
}

#product_box ul li .item_title a {
    color: #0331c4;
}

#product_box ul li .item_title span {
    font-size: 12px
    font-weight: normal;
    color: #aaa;
}


#product_box ul li .item_img {
    margin-bottom: 5px;
}

#product_box ul li .item_img a {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0.1);
    width: 100%;
    height: 130px;
    display: block;
    overflow: hidden;
	border-radius:2px;
}

#product_box ul li .item_img img {
    border: 1px solid #dedede;
    padding: 1px;
    width: 100%;
    position: relative;
    left: 50%;
    top: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
    -moz-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
}

#product_box ul li .item_description {
    margin-bottom: 5px;
    font-size: 12px;
    color: #555;
	min-height:35px;
    
}

#product_box ul li .item_price {
    padding-top: 3px;
}

#product_box ul li .item_price b {
    color: darkgreen;
    font-weight: bold;
    font-size: 1.8rem;
}

#product_box ul li .item_price span {
    font-weight: bold;
}

#bor_r_none {
    border-right: none !important;
}

#map_box {
    border: 1px solid #F0CC97;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    height: 416px;
}

#map_title {
    background: #FEF1AC;
    font-size: 16px;
    font-weight: bold;
    color: #c83d14;
    padding: 6px 15px;
    border-bottom: 1px solid #F0CC97;
}

#map_salons {
    height: 379px;
}

#cars_box {
    margin-top: 20px;
    border: 1px solid #b9def0;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

#car_title {
    height: 35px !important;
    background: #E2F1F9;
    font-size: 16px;
    font-weight: bold;
    color: #1b3f74;
    padding: 10px 15px 0px 15px;
    border-bottom: 1px solid #b9def0;
}

.car_list {
    margin-left: 0px !important;
    margin-right: 0px !important;
    padding: 10px;
}

.car_list .car_list_img {
    padding-left: 0px;
    padding-right: 0px;
}

.car_list .car_list_img a {
    width: 100%;
    height: 90px;
    display: block;
    overflow: hidden;
}

.car_list .car_list_img img {
    padding: 1px;
    border: 1px solid #cccccc;
    width: 108%;
    position: relative;
    left: 50%;
    top: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
    -moz-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
}

.car_list .car_list_content {
    padding-right: 0px;
    margin-top: -2px;
}

.car_list .car_list_content span a {
    color: #0331c4;
}

.car_list .car_list_content span {
    font-size: 12px;
}

.car_list .car_list_content span:first-child {
    font-weight: bold;
    font-size: 14px;
}

.car_list .car_list_content span:last-child {
    font-size: 14px;
}

.car_list .car_list_content span b {
    color: darkgoldenrod;
}

#footer {
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 20px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    margin-bottom: 20px;
    background-color: #f8f8f8;
    border: 1px solid #e7e7e7;
}

#footer_top {
    text-align: center;
    border-bottom: 1px solid #e7e7e7;
    padding: 15px;
}

#footer_top span {
    padding: 0px 10px;
    border-right: 1px solid #337ab7;
    font-size: 12px;
}

#footer_top span:last-child {
    border-right: none;
}

#footer_top span a {
    color: #0331c4 !important;
    font-weight: bold;
}

#footer_top span a:hover {
    color: #23527c !important;
}

#footer_bot {
    text-align: center;
    font-size: 14px;
    padding: 20px 0px;
}

#footer_bot p {
    line-height: 24px;
    margin-bottom: 0px;
}

.color_footer {
    color: black;
}

.color_footer2 {
    color: darkblue;
}

.nav > li > a {
    padding: 7px 15px !important;
}

.navbar-nav > li > a {
    padding-bottom: 0px;
    padding-top: 0px;
}

#slider {
    display: none !important;
}

.navbar-brand {
    height: auto !important;
}

.swiper-slide {
    background-position: center;
    background-size: cover;
}

.swiper-slide img {
    width: 100%;
    height: 350px;
}

.swiper-container {
    width: 100%;
    height: 350px;
}

.slider_move {
    display: none;
    border: 1px solid #ccc;
    background: #F9F9F9;
}

#slider1_container {
    margin-top: 15px !important;
    margin-bottom: 15px !important;
}

.div_tip {
    background-color: #ffffe1;
    border: 1px solid #ce5802;
    font-family: arial, tahoma, verdana;
    font-size: 13px;
    padding: 5px 15px 25px;
    width: 300px
}

.div_tip h3 {
    float: right;
    margin: 0 0 10px 0;
    font-size: 13px;
    color: darkblue
}

#footer_2 {
    display: none;
}

.panel.with-nav-tabs .panel-heading {
    padding: 0px !important;
}

.nav-tabs > li > a {
    border: none !important;
    border-radius: 0px !important;
    margin-right: 0px !important;
}

.nav-tabs > li {
    border-right: 1px solid #ddd;
}

.highslide:hover img {
    border-color: white !important;
}

.highslide img {
    border: none !important;
}

@media only screen and (max-width: 1199px) {
    #login {
        width: 50%;
    }

    #logo {
        width: 50%;
    }

    
}

@media only screen and (max-width: 1024px) {
    #login {
        display: none;
    }

    .box_content_car:hover {
        box-shadow: none;
    }

}
/*Hien thi day du 4 cot (them cot hot car,ban do)*/
@media only screen and (min-width: 992px) {
.box_content_car {padding:5px;}
}
@media only screen and (max-width: 991px) {
    /*css cho ph?n select ch?n lo?i xe báo giá ho?c đăng k? đi th?*/
    #message_box_cars {
        top: 52px;
    }
	#message_box {
		margin: 30px 10px;
	}
	#message_box a {padding:12px}
    #message_choose_car span:first-child {
        margin-top: 6px;
    }

    #message_choose_car span:last-child {
        margin-top: 4px;
    }

    /*css cho ph?n báo giá và đăng k? xe*/
    #car_quote_box {
        width: 100%;
        height: 100%;
        margin-top: 0;
        padding: 10px 10px 20px;
        z-index: 99999;
    }

    #message_choose_car {
        height: 30px;
    }

    #car_quote_box .content .item input {
        height: 30px;
    }

    /*Khi vào màn h?nh ipad tr? xu?ng hotline s? hi?n gi?a màn h?nh*/
    #hotline {
        text-align: center;
    }

    /*slider_mobile m?i nh?t*/
    .lazy {
        display: block !important;
    }

    .slick-dotted.slick-slider {
        margin-bottom: 10px !important;
    }

    .lazy img{
        width: 100%;
    }

    .slick-prev {
        background: #888 !important;
        opacity: 0.5 !important;
        left: 5px !important;
        width: 35px !important;
        height: 40px !important;
        z-index: 999 !important;
    }

    .slick-next {
        background: #888 !important;
        opacity: 0.5 !important;
        right: 5px !important;
        width: 35px !important;
        height: 40px !important;
        z-index: 999 !important;
    }

    .slick-prev:before, .slick-next:before {
        font-size: 25px !important;
    }

    .slick-dots li button:before {
        font-size: 35px !important;
        color: #FFFFFF !important;
        opacity: 1 !important;
    }

    .slick-dots li.slick-active button:before {
        color: darkred !important;
    }

    .slick-dots li {
        margin: 0 !important;
        height: 60px !important;
    }

    /* ?n ph?n slider ?nh salon khi ? màn h?nh mobile*/
    #main_img #list_img {
        display: none;
    }

    /*!*hi?n th? slider_mobile khi ? màn h?nh mobile*!*/
    /*#slider_mobile {*/
        /*display: block;*/
    /*}*/
    /*!*ch?nh kích thư?c ?nh c?a slider_mobile*!*/
    /*#slider_mobile img {*/
        /*width: 100%;*/
    /*}*/

    #list_img_right .all_box {
        overflow-x: auto;
    }

    #demo-test-gallery {
        width: 176%;
    }

    #demo-test-gallery a {
        display: inline-block;
        width: 140px;
        height: 100px;
    }

    #product_box ul li .item_img a {
        height: 120px;
    }

    .pswp__bg {
        opacity: 1 !important;
    }

    #list_img_right {
        margin-top: 10px;
        padding-left: 0px;
    }

    #list_img_left {
        padding-left: 0px;
        padding-right: 0px;
    }

    #list_img_right a img {
        width: 100%;
        height: auto;
    }

    #list_img_right #demo-test-gallery a {
        padding-right: 5px;
        padding-left: 5px;
    }

    .div_tip {
        display: none;
    }

    #main_right {
        display: block;
    }

    #map_box {
        display: none;
    }

    #cars_box {
        display: none;
    }

    .slider_move {
        display: block;
    }

    .main_slider {
        display: block;
    }

    #footer {
        margin-top: 10px;
    }

    #footer_top span {
        font-size: 14px;
    }

    #footer_bot {
        font-size: 13px;
    }

    #map_box {
        margin-top: 10px;
        height: 338px;;
    }

    #map_salons {
        height: 300px;;
    }

    #product_box ul li .item_title {
        font-size: 1.4rem;
        
    }

    #product_box ul li .item_title span {
        font-size: 12px;
    }

    #product_box ul li .item_description {
        margin-bottom: 10px;
        margin-top: 13px;
        font-style: italic;
        font-size: 1.2rem;
       height: 40px;
    }

    #product_box ul li .item_img {
        margin-bottom: 5px;
        padding-left: 5px;
        padding-right: 5px;
    }

    #product_box ul li .item_price span {
        font-size: 14px;
    }

    #contact_text p:last-child {
        font-size: 14px;
    }

    #main_img {
        margin-top: 10px;
    }

    #main_products {
        margin-top: 10px;
    }
	
}

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

    #product_box ul li .item_description {
        min-height: 40px;
    }

    #product_box ul li .item_price {
        font-size: 1.6rem;
    }

    #list_img {
        padding-bottom: 0px;
    }

    #wrapper {
        width: 100%;
    }

    #main_left {
        padding-left: 0px;
        padding-right: 0px;
    }

    #main_right {
        padding-left: 0px;
        padding-right: 0px;
        margin-left: 1px;
        margin-right: 1px;
    }

    #header_bot {
        padding-right: 0px;
        padding-left: 0px;
        margin-left: 1px;
        margin-right: 1px;
    }

    .main_slider {
        display: block;
    }

    #nav_container {
        padding-left: 15px;
    }

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

    #logo {
        width: 100%;
    }

    #login {
        display: none;
    }

    #nav_container {
        padding-left: 0px;
    }

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

    .item img {
        width: 100%;
        height: 377px !important;
    }

    #pagination {
        font-size: 14px;
    }

    #pagination_2 {
        font-size: 14px;
    }

    #product_box ul li .item_title span {
        display: none;
    }

    #product_box ul li .item_title {
    
        font-size: 18px;
    }

    #product_box ul li .item_description {
        margin-bottom: 10px;
        margin-top: 13px;
    }

    #product_box ul li .item_price span {
        font-size: 14px;
    }

    #map_box {
        height: 300px;
    }

    #main_right {
        margin-top: 10px;
    }

    #map_salons {
        height: 262px;
    }

    #footer {
        margin-top: 10px;
        margin-left: -15px;
        margin-right: -15px;
    }

    #main_img {
        margin-top: 10px;
    }

    #main_products {
        margin-top: 10px;
    }

    #contact_text p:last-child {
        font-size: 14px;
    }

    #contact_text p {
        font-size: 15px;
    }

    #footer_top span {
        font-size: 14px;
    }

    #footer_bot {
        font-size: 13px;
    }

    .container-fluid > .navbar-collapse, .container-fluid > .navbar-header, .container > .navbar-collapse, .container > .navbar-header {
        margin-left: 0px !important;
        margin-right: 0px !important;
    }

    .navbar-nav {
        margin: 0px !important;
    }

    #nav_container {
        padding-right: 0px;
    }

    #footer {
        display: none;
    }

    #footer_2 {
        display: block;
        margin-top: 5px;
        background: #f8f8f8;
        text-shadow: 1px 1px white;
        border-top-left-radius: 4px;
        border-top-right-radius: 4px;
        padding-top: 32px;
        padding-bottom: 15px;
        font-size: 12px;
        color: #555;
        line-height: 19px;
        border: 1px solid #e7e7e7;
    }

    #footer_bot_2 p {
        margin-bottom: 0px;
        line-height: 20px;
    }

}
#total_car_number {position:absolute;margin-top:-24px;right:30px;}
@media only screen and (max-width: 768px) {
#total_car_number {position:absolute;margin-top:-24px;right:10px;}
}
@media only screen and (max-width: 530px) {
#total_car_number {display:none}
}
/*Hien thi 3 cot */
@media only screen and (max-width: 768px) {
    #img_phone_salon {
        display: inline-block;
        width: 16px;
        position: relative;
        top: -2px;
        margin-right: 5px;
    }
    #img_email_salon {
        display: inline-block;
        width: 20px;
        position: relative;
        top: -2px;
        margin-right: 4px;
    }
    #box_contact_car {
        display: block;
        position: fixed;
        bottom: 0;
        font-size: 16px;
        /*margin: 20px 10px 0 10px;*/
        text-align: center;
        z-index: 1000;
    }

    #box_contact_car a:first-child{
        text-decoration: none;
        color: #FFF;
        background: #4CAF50;
        z-index: 999999999;
        padding: 12px 0;
		font-size: 18px;
    }

    #box_contact_car a:last-child{
        text-decoration: none;
        color: #FFF;
        background: #4387FD;
        z-index: 999999999;
        padding: 12px 0;
		font-size: 18px;	
		
    }

    #product_box ul li {
        width: 33.33333333%;
        float: left;
    }


    #product_box ul li .item_description {
        height: 40px;
        margin-bottom: 5px;
        font-size: 1.2rem;
    }

    #product_box ul li .item_title {
        height: 48px;
        font-size: 1.7rem;
		overflow:hidden;
    }

    #footer_2 {
        border-left: none;
        border-right: none;
    }

    #main_contact {
        border-right: none;
        border-left: none;
        border-top-left-radius: 0px;
        border-top-right-radius: 0px;
    }

    .slider_move {
        border-right: none;
        border-left: none;
    }

    #img_title {
        border-right: none;
        border-left: none;
        border-top-left-radius: 0px;
        border-top-right-radius: 0px;
    }

    #main_products {
        border-right: none;
        border-left: none;
        border-top-left-radius: 0px;
        border-top-right-radius: 0px;
    }

    .navbar-collapse.collapse {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }

    .navbar-nav {
        margin: 0px -15px !important;
    }

    #logo {
        display: none;
    }

    #logo_nav {
        display: block;
        padding: 0px;
        margin-left: 15px;
    }

    .nav_item a {
        border-right: none;
        border-bottom: 1px solid #fff;
        border-left: 1px solid #ccc;
        border-right: 1px solid #ccc;;
        text-transform: uppercase;
    }

    #nav_default {
        background: none;
        border-color: white;
    }

    .navbar-nav {
        background: #e7e7e7;
    }

}

@media only screen and (max-width: 717px) {
    #demo-test-gallery {
        width: 200%;
    }
}

@media only screen and (max-width: 658px) {
    #logo_nav {
        width: 80%;
    }

    #logo_nav img {
        width: 100%;
    }
}

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

    .nav_item a {
        border-right: none;
        text-transform: uppercase;
    }

    .navbar-collapse.collapse {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }

    .navbar-nav {
        margin: 0px -15px !important;
    }

    .navbar {
        border-bottom: none !important;
    }

}

@media only screen and (max-width: 632px) {
    #demo-test-gallery {
        width: 260%;
    }
}
/* Hien thi 2 cot */
@media only screen and (max-width: 599px) {
    #product_box ul li {
        width: 50%;
		padding: 6px 3px;
    }
	
    #product_box ul li .item_img a {
        height: 135px;
    }

    #product_box ul li .item_description {
        
    }
}

@media only screen and (max-width: 544px) {
    #product_box ul li .item_description {
        height: 40px;
    }
}

@media only screen and (max-width: 488px) {
    #product_box ul li .item_description {
        margin-top: 0;
    }

    #demo-test-gallery {
        width: 310%;
    }

    #product_box ul li .item_img a {
        height: 115px;
    }
}

@media only screen and (max-width: 482px) {
    #logo_nav {
        width: 80%;
    }

    #logo_nav img {
        width: 100%;
    }
}

@media only screen and (max-width: 480px) {
    .item_box {
        border-right: 1px solid #dedede !important;
    }

    #footer_top span {
        font-size: 12px;
    }

    #map_box {
        height: 248px;
    }

    #map_salons {
        height: 210px;
    }

    .item img {
        height: 300px !important;
    }

    #contact_text p:last-child {
        font-size: 12px;
    }

    .navpage a, .navpage span {
        width: auto !important;
    }

}

@media only screen and (max-width: 420px) {
    #logo_nav {
        width: 78%;
		margin-left:6px;
    }
	
}

@media only screen and (max-width: 417px) {
    #demo-test-gallery {
        width: 350%;
    }
}

@media only screen and (max-width: 389px) {
    #product_box ul li .item_title {
        height: 45px;
        font-size: 1.5rem;
    }

    #product_box ul li .item_description {
        font-size: 1.2rem;
    }

    #product_box ul li .item_description {
        
    }

    #product_box ul li .item_img a {
        height: 90px;
    }

    #product_title {
        font-size: 15px;
    }
}

@media only screen and (max-width: 360px) {
    .item img {
        height: 220px !important;
    }

    #map_box {
        height: 198px;
    }

    #map_salons {
        height: 160px;;
    }

    #footer_top span {
        display: block;
        font-size: 14px;
        border-right: none;
        padding: 1px 10px;
    }

    .swiper-container {
        height: 280px;
    }

    .swiper-slide img {
        height: 280px;
    }

    .navpage a, .navpage span {
        width: 20px !important;
    }

    #demo-test-gallery {
        width: 380%;
    }
}
/*hien thi 1 cot*/
@media only screen and (max-width: 349px) {
    #product_box ul li {
        width: 100%;
    }

    #product_box ul li .item_title {
        height:auto;
    }

    #product_box ul li .item_img a {
        height: 175px;
    }

    #product_box ul li .item_description {
         height:auto;
		font-size:1.4rem;
    }
}

@media only screen and (max-width: 325px) {
    #product_box ul li .item_img a {
        height: 150px;
    }
}


#gad
{
width:100%;padding:12px 0px;
}
@media only screen and (max-width: 1024px) {

}





















