﻿@charset "utf-8";
/* CSS style */

/*NEWS PAGE*/
.news-page .news-hot .news-hot-left {
	float:left;
	width:65.5%;
}
.news-page .news-hot .news-info {
	padding:10px;
}
.news-page .news-hot .news-big .news-img {
	margin-bottom:12px;
}
.news-page .news-hot .news-info .news-info-fd {
	font-size:11px;
	min-width:85px;
	width:85px;
	height:30px;
	line-height:30px;
}
.news-page .news-hot .news-info .news-info-title .news-info-tit {
	font-size:20px;
}
.news-page .news-hot .news-info .news-info-title .news-info-dt {
	font-size:11px;
}
.news-page .news-hot .news-big .news-big-desc {
	font-size:13px;
	line-height:20px;
}
.news-page .news-hot .sub-news {
	margin-left:-3%;
}
.news-page .news-hot .sub-news li {
	width:30.33%;
	margin-left:3%;
}
.news-page .news-hot .sub-news li .sub-news-img img {
	width:100%;
}
.news-page .news-hot .news-hot-lst {
	float:right;
	width:32%;
}
.news-page .news-hot .news-hot-lst .lst-news li {
	margin-bottom:28px;
}
.news-page .news-hot .news-hot-lst .lst-news li:last-child {
	margin-bottom:0;
}
.news-page .news-hot .news-hot-lst .lst-news li a {
	font-weight:700;
	display:block;
	line-height:22px;
}
.news-page .late-news .late-news-lst li {
	border-bottom:3px solid #f7f7f7 ;
}
.news-page .late-news .late-news-lst li:last-child {
	margin-bottom:20px;
}
.pagination-select {
	text-align: center;
}
.pagination-select .paginations {
	display:inline-block;
	padding:12px 0;
}
.pagination-select .paginations li {
	float:left;
	padding-right:26px;
}
.pagination-select .paginations li:last-child {
	padding-right:0;
}
.pagination-select .paginations li a {
	font-weight:700;
	font-size:18px;
}
.pagination-select .paginations li a.active,
.pagination-select .paginations li:last-child a,
.pagination-select .paginations li:first-child a {
	color:#2c89c0;
}
.pagination-select .paginations li:first-child a span {
	transform:rotate(180deg);
	display:block;
}
.pagination-select .select-date {
	display:inline-block;
	border:1px solid #ffb400;
	width:250px;
	height:42px;
	border-radius:4px;
	/*overflow:hidden;*/
	background-color:#f7f7f7;
	color:#000;
	font-weight:700;
	margin-right:20px;
}
.pagination-select .select-date .label-icon {
	width:40px;
	float:left;
	vertical-align:middle;
	text-align:center;
	height:100%;
	background-color:#ffd50d;
	display:flex;
	justify-content: center;
    align-items: center;
	cursor:pointer;
}
.pagination-select .select-date .input-date {
	width:calc(100% - 40px);
	height:100%;
	background-color:#f7f7f7;
	text-align:center;
	color:#000;
	border:none;
}
.pagination-select .select-date .input-date::placeholder {
	color:#000;
}

/*PHOTO-PAGE*/
.photo-page .wrap {
	max-width:1360px;
	padding:0 20px;
}
.photo-page .container-photo-bar {
	width:22%;
	float:left;
	background-color:#f4f4f4;
	padding:20px 20px 50px 30px;
	box-shadow: 2px 4px 8px #d0d0d0;
}
.photo-page .container-photo-bar .title-bar {
	color:#438eb9;
	font-family:Oswald;
	font-size:24px;
	text-transform:uppercase;
	margin-bottom:20px;
}
.photo-page .container-photo-bar .lst-sidebar li {
	display:flex;
	margin-bottom:10px;
}
.photo-page .container-photo-bar .lst-sidebar li .icon-angle {
	width:12px;
	margin-right:30px;
}
.photo-page .container-photo-main {
	width:78%;
	float:right;
}
.photo-page .container-photo-main .main-content {
	width:100%;
}
.photo-page .container-photo-main .photo-lst {
	margin-left:-1.5%;
}
.photo-page .container-photo-main .photo-lst li {
	margin-bottom:25px;
	float:left;
	width:23.5%;
	margin-left:1.5%;
}
.photo-page .container-photo-main .photo-lst li:nth-child(4n+1) {
	clear:both;
}
.photo-page .container-photo-main .photo-lst li .photo-lst-img {
	margin-bottom:13px;
}
.photo-page .container-photo-main .photo-lst li .lst-title {
	margin-bottom:5px;
}
.photo-page .container-photo-main .photo-lst li .lst-title a {
	color:#438eb9;
	font-family:Oswald;
	line-height:24px;
	text-transform:uppercase;
}
.photo-page .container-photo-main .photo-lst li .lst-title a:hover {
	color:#3c3c3c;
}
.photo-page .container-photo-main .photo-lst li .photo-lst-store {
	font-size:14px;
	display:block;
	padding-bottom:5px;
	color:#3c3c3c;
}
.photo-page .container-photo-main .photo-lst li .views-dateTime {
	font-size:14px;
	color:#3c3c3c;
}
.photo-page .container-photo-main .lst-ads {
	text-align:center;
}
.photo-page .container-photo-main .lst-ads li {
	display:inline-block;
	padding:25px 30px;
}
/*evaluate-page*/
.evaluate-page .late-news .late-news-lst li {
	border-bottom:3px solid #f7f7f7;
}
.evaluate-page .sub-news {
	margin-left:-3%;
}
.evaluate-page .sub-news li {
	width:30.33%;
	margin-left:3%;
}
.evaluate-page .sub-news li .sub-news-text {
	font-size:16px;
	line-height:normal;
}
.evaluate-page .sub-news li .sub-news-img img {
	width:100%;
}
.search-control {
	margin-left:-2%;
	margin-bottom:30px;
}
.search-control > li {
	float:left;
	width:24%;
	margin-left:2%;
}
.search-control > li .dropdown-toggle {
	border:none;
	border-top:2px solid #d9d9d9;
	border-radius:0;
	background-color:#f4f4f4;
	text-align:center;
	padding:8px;
}
.search-control > li .dropdown-toggle .filter-option {
	text-align:center;
}
.search-control > li .dropdown-toggle:focus {
	outline:none !important;
	background-color:#f4f4f4;
	box-shadow:none;
	border-top-color:#438eb9;
}
.search-control > li .dropdown-menu {
	background-color: transparent;
	border:none;
	border-radius:0;
	padding:0;
}
.search-control > li .dropdown-menu li a {
	padding:7px;
	text-align:center;
	background-color:#d9d9d9;
	border-bottom:1px solid #fff;
}
.search-control > li .dropdown-menu li a:hover {
	background-color:#438eb9;
}
.search-control > li .dropdown-menu li:last-child a {
	border:none;
}
.search-control .dropdown-toggle .filter-option {
	width:auto !important;
	float:none !important;
	padding-right:5px;
}
.search-control .dropdown-toggle .caret {
	border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 6px dashed;
    top: inherit !important;
    right: inherit !important;
    position: inherit !important;
    margin-top: inherit !important;
}
.search-control > li:last-child {
	width:20%;
}
.search-control > li:last-child .btn {
	font-size:18px;
}
.search-control .btn-search {
	background-color:#438eb9;
	color:#fff;
	border-radius:0;
	width:100%;
	padding:5px;
}

/*lstPice-page*/
.lstPice-page .title-cmn {
	background-color:#f4f4f4;
}
.lstPice-page .title-cmn .carets {
	border-left-color: #f4f4f4;
}
.lstPice-page .lst-price {
	margin-left:-2%;
}
.lstPice-page .lst-price > li {
	width:31.33%;
	float:left;
	margin-left:2%;
	margin-bottom:30px;
}
.lstPice-page .lst-price > li:nth-child(3n+1){
	clear:both;
}
.lstPice-page .lst-price > li .photo img {
	width:100%;
}
.lstPice-page .lst-price > li .lst-name {
	display:block;
	background-color:#3c3c3c;
	height:50px;
	padding:0 5px;
	text-align:center;
	font-family:Oswald;
	font-size:22px;
	color:#fff;
	line-height:50px;
	overflow:hidden;
}
.lstPice-page .lst-price > li .lst-price-car {
	display:block;
	color:#ec5918;
	font-size:38px;
	text-align:center;
	height:60px;
	line-height:60px;
	background-color:#f4f4f4;
	font-family:Oswald;
	overflow:hidden;
	margin-bottom:10px;
}
.view-detail-car li {
	display:flex;
	font-size:15px;
	margin-bottom:8px;
	font-family:Myriad Pro;
}
.view-detail-car li .icon {
	text-align:center;
	width:38px;
	min-width:38px;
	font-size:24px;
	margin-right:7px;
}
.view-detail-car li .detail-txt {
	padding-top:2px;
	line-height:normal;
}
.lst-price-btn {
	display:block;
	height:42px;
	line-height:42px;
	padding:0 5px;
	text-align:center;
	background-color:#969696;
	color:#fff;
	text-transform:uppercase;
	font-size:24px;
	border-radius:4px;
	margin-bottom:15px;
}
.lst-price-btn:last-child {
	margin-bottom:0;
}
.lst-price-btn:hover {
	background-color:#b4b4b4;
}

/*article-page*/
.article-page .article-info-top {
	padding-bottom:15px;
}
.breadcrumb-page {
	display:inline-block;
	background:url(../img/breadcrumb-bg-arrow.jpg) 100% 50% no-repeat #f4f4f4;
	padding:0 160px 0 20px;
	height:60px;
	border-left:3px solid #ffd50d;
}
.breadcrumb-page .breadcrumb-lst {
	display:flex;
	height:100%;
	align-items: center;
}
.breadcrumb-page .breadcrumb-lst li {
	display:inline-block;
	padding-right:5px;
}
.breadcrumb-page .breadcrumb-lst li a {
	display:inline-block;
	margin-right:3px;
	font-size:18px;
}
.article-page .breadcrumb-page {
	float:left;
}
.article-page .social-top {
	float:right;
}
.article-page .social-top li {
	float:left;
	margin-left:10px;
	font-size:45px;
}
.article-page .social-top li a::before {
	margin:0;
}
.article-page .social-top li .social-face {
	color:#2b81d2;
}
.article-page .social-top li .social-twitter {
	color:#07b2f9;
}
.article-page .social-top li .social-skype {
	color:#28b3e7;
}
.article-page .social-top li .social-gplus {
	color:#dd0707;
}
.article-page .article-title {
	font-size:30px;
	font-family:Oswald;
	color:#438eb9;
	text-transform:uppercase;
	line-height:normal;
}
.article-page .article-detail {
	margin-bottom:15px;
}
.article-page .article-detail .article-detail-hd {
	font-weight:700;
	font-size:15px;
	border-bottom:1px solid #dfdfdf;
	padding-bottom:15px;
	margin-bottom:15px;
}
.article-page figcaption {
	color:#b72f00;
	font-size:14px;
	text-align:center;
	padding-top:10px;
}
.article-page .article-social {
	border-top:1px solid #dfdfdf;
	padding-top:10px;
}
.article-page .article-social li {
	margin-right:35px;
	float:left;
	margin-right:33px;
	margin-bottom:20px;
}
.article-page .article-social li:last-child {
	margin-right:0;
}
.article-page .article-social li .btn {
	width:100px;
	height:38px;
	border-radius:4px;
	font-size:18px;
	text-align:center;
	color:#fff;
	padding:5px 3px;
}
.article-page .article-social li .btn-likeFace {
	background-color:#4267b2;
}
.article-page .article-social li .btn-Tweet {
	background-color:#1b95e0;
}
.article-page .article-social li .btn-Pin {
	background-color:#dd0707;
}
.article-page .article-social li .btn-Share {
	background-color:#fe7758;
}
.article-page .article-author {
	margin-bottom:20px;
}
.article-page .article-author li {
	background-color:#f7f7f7;
	border-radius:2px;
	margin-bottom:15px;
	padding:20px 15px 15px 10px;
}
.article-page .article-author li .author-name {
	font-size:20px;
	text-transform:uppercase;
	font-family:Oswald;
	display:block;
	padding-bottom:5px;
}
.article-page .article-author li .author-name .name {
	color:#07b2f9;
	font-size:25px;
}
.article-page .article-author li .author-add {
	font-size:15px;

}
.article-page .creat-comment .title-cmn {
	float:left;
}
.article-page .creat-comment .sort-comment {
	float:right;
	font-size:18px;
	font-family:Oswald;
	text-transform:uppercase;
	padding:15px 0;
}
.article-page .creat-comment .sort-comment span {
	cursor:pointer;
	display:inline-block;
	color:#7b7b7b;
}
.article-page .creat-comment .sort-comment span.active {
	color:#731c38;
}
.article-page .creat-comment .comment-area {
	height:150px;
	background-color:#f7f7f7;
	border:none;
	padding:12px;
	border-radius:0;
	resize:none;
	box-shadow: none;
	font-size:20px;
}
.btn-submit {
	background-color:#438eb9;
	padding: 5px 15px;
	border:1px solid #346b8a;
	font-size:20px;
	color:#fff;
	font-weight:700;
}
.article-page .comment-lst {
	margin-bottom:10px;
}
#liked-comment > li.clearfix.comment-item:nth-child(2n+1) {
	background-color: #f9f9f9;
}
.article-page .comment-lst li {
	background:url(../img/line-comment.jpg) no-repeat;
	padding-left:30px;
	min-height:30px;
	font-size:15px;
	padding-top:5px;
	margin-bottom:5px;
}
.article-page .comment-lst .comment-info {
	text-transform:uppercase;
	padding-bottom:12px;
}
.article-page .comment-lst .comment-info span {
	display:inline-block;
	padding:0 13px;
}
.article-page .comment-lst .comment-info span:first-child {
	padding-left:0;
}

.comment-list .comment-footer {margin-bottom:10px;}
.comment-list .comment-footer-actions{margin-top:10px;}
.comment-list .comment-footer .reply-form{display:none;margin-top:10px;}
.comment-list .actions {text-align: right}
.comment-list .actions > li{display: inline; background: none}
.comment-form .form-group .control-label {
	margin-bottom: 5px;
}
.comment-form .form-group.required .control-label:after {
	content: "*";
	color: red;
	padding-left: 3px;
}

.article-page .sub-news {
	margin-left:-3%;
}
.article-page .sub-news li {
	width:30.33%;
	margin-left:3%;
}
.article-page .sub-news li .sub-news-text {
	font-size:16px;
	line-height:normal;
}
.article-page .sub-news li .sub-news-img img {
	width:100%;
}
.article-page .view-detail-link {
	padding-left:70px;
	margin-bottom:30px;
}
.article-page .view-detail-link li {
	padding:5px 0;
}
.article-page .view-detail-link li a {
	color:#438eb9;
	font-weight:700;
}
.assess-info {
	display:flex;
	background: #f4f4f4;
	padding: 10px;
}
.assess-car .assess-info .assess-info-img {
	float:left;
	width:65%;
}
.assess-car .assess-info .assess-info-img .slide-car {
	margin-bottom:12px;
	position:relative;
}
.assess-car .assess-info .assess-info-img .slide-car .slick-slide img {
	width:100%;
}
.assess-car .assess-info .assess-info-img .slide-car .fade {
	opacity:1;
}
.assess-car .assess-info .assess-info-img .slide-car .slick-dots {
	bottom:15px;
}
.assess-car .assess-info .assess-info-img .slide-car .slick-dots li {
	margin:0 4px;
}
.assess-car .assess-info .assess-info-img .slide-car .slick-dots li button {
	border:2px solid #438eb9;
	width:12px;
	height:12px;
	border-radius:50%;
}
.assess-car .assess-info .assess-info-img .slide-car .slick-next {
	right:20px;
}
.assess-car .slick-prev, 
.assess-car .slick-next {
	font-size:50px;
	color:#fff;
	text-indent:0;
}
.assess-car .assess-info .assess-info-img .slide-car .slick-dots li.slick-active button {
	background-color:#438eb9;
}
.assess-car .assess-info .assess-info-img .assess-info-name {
	background-color:#3c3c3c;
	font-size:30px;
	height:60px;
	display:block;
	text-align:center;
	color:#fff;
	line-height:60px;
	overflow:hidden;
	padding:0 5px;
	font-family:Oswald;
}
.assess-car .assess-info .assess-info-text {
	float:right;
	width:32.8%;
	position:relative;
	margin-left:15px;
}
.assess-car .assess-info .assess-info-text .assess-info-title {
	font-size:18px;
	color:#000;
	padding:10px 5px;
	background-color:#ddd;
	text-align:center;
	text-transform:uppercase;
	margin-bottom:12px;
}
.assess-car .assess-info .assess-info-text .price-car {
	font-family:Oswald;
	font-size:34px;
	color:#3c3c3c;
	text-align:center;
	background-color:#ffd50d;
	border-bottom:4px solid #3c3c3c;
	height:60px;
	line-height:56px;
	overflow:hidden;
	position:absolute;
	width:100%;
	bottom:0;
}
.assess-link {
	background-color:#efefef;
	margin-bottom:30px;
}
.assess-link td {
	padding:0;
	text-align:center;
}
.assess-link td a {
	padding:0 5px;
	text-transform:uppercase;
	display:table;
	display:table;
	height:48px;
	vertical-align:middle;
	text-align:center;
	width:100%;
}
.assess-link td a span {
	display:table-cell;
	width:100%;
	height:100%;
	vertical-align:middle;
	padding:0 10px;
}
.assess-link td a:hover,
.assess-link td a.active {
	background-color:#438eb9;
	color:#fff;
}
.assess-car .video-wrapper {
	height:450px;
	margin-bottom:15px;
}
.assess-car .video-lst {
	margin-left:-1.5%;
	margin-bottom:60px;
}
.assess-car .video-lst li {
	float:left;
	width:18.5%;
	margin-left:1.5%;
	margin-bottom:10px;
}
.assess-car .video-lst li:nth-child(5n+1){
	clear:both
}
.assess-car .video-box .video-box-lst {
	margin-left:-1.3%;
}
.assess-car .video-box .video-box-lst li {
	float:left;
	width:23.7%;
	margin-left:1.3%;
	margin-bottom:25px;
}
.assess-car .video-box .video-box-lst li:nth-child(4n+1){
	clear:both;
}
.assess-car .video-box .video-box-lst li .video-box-img {
	margin-bottom:8px;
}
.assess-car .video-box .video-box-lst li .video-box-img img {
	width:100%;
}

/*BY PAGE*/
.buy-page .buy-wrapper .buy-img {
	float:left;
	width:54.5%;
}
.buy-page .buy-wrapper .buy-img .buy-img-big {
	margin-bottom:20px;
}
.buy-page .buy-wrapper .buy-img .buy-img-big img {
	width:100%;
}
.buy-page .buy-wrapper .buy-img .buy-img-thumb {
	margin-left:-2%;
}
.buy-page .buy-wrapper .buy-img .buy-img-thumb li {
	float:left;
	width:23%;
	margin-left:2%;
	margin-bottom:10px;
	cursor:pointer;
}
.buy-page .buy-wrapper .buy-img .buy-img-thumb li:nth-child(4n+1){
	clear:both;
}

.buy-page .buy-wrapper .buy-info {
	float:right;
	width:43.2%;
}
.buy-page .buy-wrapper .buy-info .info-name {
	padding:15px 3px;
	font-size:18px;
	background-color:#3c3c3c;
	color:#fff;
	text-align:center;
	font-family:Oswald;
	display:block;
}
.buy-page .buy-wrapper .buy-info .info-price {
	color:#3c3c3c;
	background-color:#ffd50d;
	text-align:center;
	font-size:25px;
	text-align:center;
	font-family:Oswald;
	display:block;
	padding:15px 3px;
	margin-bottom:25px;
}
.buy-page .filter-same .filter-car .filter-car-info,
.buy-page .filter-same .filter-car .filter-car-img {
	width:100%;
	float:none;
}
.buy-page .filter-same .filter-car .filter-car-img img {
	width:100%;
}
.buy-page .filter-same .filter-car .filter-car-name {
	margin-bottom:5px;
	overflow: hidden;
	max-height: 32px;
	margin: 0 0 3px;
	color: #333;
	/* font-size: 13px; */
	font-weight: 500;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.buy-page .filter-same .filter-car li {
	margin-bottom:20px;
}
.buy-page .filter-same .filter-car .filter-car-info .filter-car-price {
	font-size:24px;
	padding-bottom:6px;
}
.buy-page .lst-price > li .lst-name {
	font-size:20px;
	height:44px;
	line-height:44px;
}
.buy-page .lst-price > li .lst-price-car {
	font-size:28px;
	height:44px;
	line-height:44px;
	color:#fa770d;
}

/*PHOTO PAGE*/
.block-galleria {
    position: relative;
    margin-bottom: 20px;
}
.photo-page .gallery-list {
	margin:0 -4px 30px;
}
.photo-page .gallery-list li {
	width:20%;
	float:left;
	margin-bottom:10px;
}
.photo-page .gallery-list li:last-child{
	clear:both;
}
.photo-page .gallery-list .list-inner {
    padding: 4px;
}
.photo-page .gallery-list li a {
	display:block;
}
.photo-detail .container-photo-main {
	float:none;
	width:100%;
}
.photo-detail .container-photo-main .photo-lst {
	margin-left:-2%;
}
.photo-detail .container-photo-main .photo-lst li {
	width:31.33%;
	margin-left:2%;
}
.photo-detail .container-photo-main .photo-lst li:nth-child(4n+1) {
    clear: none;
}
.photo-detail .container-photo-main .photo-lst li:nth-child(3n+1) {
    clear: both;
}
/*technology-page*/
.technology-wrap .title-arrow {
	height:40px;
	line-height:43px;
	background-size:76px auto;
	font-size:15px !important;
	padding-right:80px;
	min-width:230px;
	margin-bottom:15px;
	display:block;
}
.technology-wrap .row {
	padding:0;
	margin:0;
}
.technology-wrap .holder {
	margin-bottom:30px;
}
.technology-wrap .holder li {
	background: #fff;
	padding: 7px 0;
}

.technology-wrap .holder li:nth-child(2n+1) {
	background: #f7f7f7;
}

/*UPDATE 20-12-2017*/
.compare-row {
	margin:0 -10px;
}
.compare-row .main-content, .compare-row .content-right {
	float:none;
	width:auto;
}
.compare-row .compare-col-left {
	float:left;
	width:150px;
	padding:0 10px
}
.compare-row .compare-col-right {
	float:right;
	width:calc(100% - 165px);
	margin-left:15px;
}

.compare-row .compare-add-car {
	margin-bottom:20px;
}
.compare-row .compare-add-car .compare-col-left {
	background-color:#efefef;
	padding:20px 10px;
}
.compare-row .compare-add-car .compare-col-left .btn-compare {
	width:100%;
	max-width:200px;
}
.compare-row .compare-add-car .compare-col-right {
	background-color:#efefef;
	padding:10px 0;
}
.compare-row .compare-add-car .compare-col-right .compare-col-car {
	position:relative;
	padding:0 10px;
}
.compare-row .compare-add-car .compare-col-right .compare-col-car .compare-name {
	padding:10px 0 5px;
	text-align:center;
}
.compare-row .compare-add-car .compare-col-right .compare-col-car .compare-name a {
	color:#438eb9;
}
.compare-row .compare-add-car .compare-col-right .compare-col-car .btn-view-comment {
	width:100%;
	height:32px;
	line-height:32px;
	padding:0 10px;
	display:block;
	border-radius:4px;
	text-align:center;
	font-size:14px;
}
.compare-row .compare-add-car .compare-col-right .compare-col-car .remove-compare-car {
	color:#fff;
	position:absolute;
	top:5px;
	right:10px;
	cursor:pointer;
	font-size:24px;
}
.compare-row .compare-add-car .compare-col-right .compare-col-car .compare-photo {
	text-align:center;
}
.compare-row .compare-add-car .compare-col-right .compare-col-car .compare-photo img {
	width:100%;
}
.compare-row .compare-add-car .compare-col-right .compare-col-car .remove-compare-car:hover {
	color:#333;
}
.d-flex {
	display:flex;
}

@media screen and (max-width: 1220px) {
	.photo-page #header .gNavi .menu > li > a {
		font-size:13px;
	}
}
@media screen and (max-width: 990px) {
	.photo-page .container-photo-bar {
		width:100%;
		margin:0 auto 20px;
		float:none;
	}
	.photo-page .container-photo-main {
		width:100%;
		float:none;
	}
	.photo-page .wrap {
		padding:0 10px;
	}
	.photo-page .container-photo-main .photo-lst {
		margin-left:-3%;
	}
	.photo-page .container-photo-main .photo-lst li {
		width:47%;
		margin-left:3%;
	}
	.photo-page .container-photo-main .photo-lst li .photo-lst-img {
		text-align:center;
	} 
	.photo-page .container-photo-main .lst-ads li {
		width:47%;
		padding:20px 1.5%;
	}
	.photo-page .container-photo-main .photo-lst li:nth-child(2n+1) {
		clear:both;
	}
	.photo-detail .container-photo-main .photo-lst li:nth-child(3n+1) {
		clear: none;
	}
}
@media screen and (max-width: 767px) {
	.news-page .news-hot .news-hot-left,
	.news-page .news-hot .news-hot-lst {
		width:100%;
		float:none;
	}
	.news-page .news-hot .news-hot-lst .lst-news li {
		margin-bottom:7px;
		padding-bottom:5px;
		border-bottom:1px dotted #dadada;
	}
	.news-page .news-hot .news-hot-lst .lst-news li a {
		font-size:14px;
	}
	.lstPice-page .lst-price {
		margin-left:-3%;
	}
	.lstPice-page .lst-price > li {
		width:47%;
		float:left;
		margin-left:3%;
	}
	.lstPice-page .lst-price > li:nth-child(2n+1){
		clear:both;
	}
	.lstPice-page .lst-price > li:nth-child(3n+1){
		clear:none;
	}
	.lstPice-page .lst-price > li .lst-name {
		font-size:15px;
		height:30px;
		line-height:30px;
	}
	.lstPice-page .lst-price > li .lst-price-car {
		font-size:24px;
		height:40px;
		line-height:40px;
	}
	.view-detail-car li {
		font-size:14px;
	}
	.view-detail-car li .icon {
		font-size:18px;
	}
	.lst-price-btn {
		font-size:16px;
		height:35px;
		line-height:35px;
	}
	.breadcrumb-page {
		height:40px;
		background-size:auto 40px;
		padding-right:105px;
	}
	.breadcrumb-page .breadcrumb-lst li a {
		font-size:14px;
	}
	.article-page .social-top li {
		font-size:30px;
	}
	.article-page .article-social li {
		margin-right:10px;
	}
	.article-page .article-social li .btn {
		width: 80px;
		height: 30px;
		font-size: 14px;
	}
	.article-page .creat-comment .sort-comment {
		font-size:14px;
	}
	.article-page .comment-lst li {
		font-size:14px;
		padding-left:15px;
	}
	.article-page .article-author li {
		padding:15px;
	}
	.article-page .article-author li .author-name {
		font-size:15px;
	}
	.article-page .article-author li .author-name .name {
		font-size:20px;
	}
	.assess-info {
		display:block;
	}
	.assess-car .assess-info .assess-info-img,
	.assess-car .assess-info .assess-info-text {
		float:none;
		width:100%;
		margin-left:0;
		margin-bottom:15px;
	}
	.assess-car .assess-info .assess-info-img .assess-info-name,
	.assess-car .assess-info .assess-info-text .price-car {
		font-size:16px;
		height:40px;
		line-height:40px;
		position:inherit;
	}
	.assess-car .assess-info .assess-info-text .assess-info-title {
		font-size:16px;
		padding:10px;
	}
	.assess-link td {
		display:block;
		width:100%;
		border-bottom:3px solid #fff;
	}
	.assess-link td a {
		text-align:left;
		height:40px;
	}
	/*UPDATE 20-12-2017*/
	.d-flex {
		display:block;
	}
	.compare-row .compare-add-car .compare-col-left,
	.compare-row .compare-add-car .compare-col-right {
		width:100%;
	}
	.compare-row .compare-add-car .compare-col-right .compare-col-car {
		margin-bottom:20px;
	}
	.compare-row .technology-wrap .title-arrow {
		display:block;
	}
	.compare-row .technology-wrap .holder {
		display:none;
	}
	.compare-row .holder .compare-col-left {
		width:100px;
	}
	.compare-row .holder .compare-col-right {
		width:calc(100% - 115px);
	}
	.compare-row .holder .compare-col-right .row > div {
		padding:5px;
	}

}
@media screen and (max-width: 480px) {
	.search-control {
		margin-bottom:10px;
		margin-left:0;
	}
	.search-control > li {
		width:100% !important;
		margin-left:0;
		margin-bottom:7px;
	}
	.lstPice-page .lst-price {
		margin-left:0%;
	}
	.lstPice-page .lst-price > li {
		width:100%;
		float:none;
		margin-left:0;
	}
	.assess-car .video-wrapper {
		height:270px;
	}
	.assess-car .video-lst {
		margin-left:-2%;
		margin-bottom:30px;
	}
	.assess-car .video-lst li {
		width:31.33%;
		margin-left:2%;
	}
	.assess-car .video-lst li:nth-child(3n+1){
		clear:both;
	}
	.assess-car .video-lst li:nth-child(5n+1){
		clear:none;
	}
	.assess-car .video-box .video-box-lst {
		margin-left:-3%;
	}
	.assess-car .video-box .video-box-lst li {
		float:left;
		width:47%;
		margin-left:3%;
		margin-bottom:15px;
	}
	.assess-car .video-box .video-box-lst li:nth-child(2n+1){
		clear:both;
	}
	.photo-page .gallery-list li {
		width:33.33%;
	}
}
table.price-table {
	width: 100%;
}
table.price-table tr:nth-child(1) {
	height: auto;
	border: 0;
}
table.price-table tr.price-table-hd {
	width: 100%;
	height: 41px;
	font-weight: 700;
	color: #00508c;
	margin-bottom: 5px;
	background: #adadad;
	background: -moz-linear-gradient(top, #adadad 0, #dbdbdb 2%, #dbdbdb 46%, #c7c7c7 51%, #c7c7c7 98%, #868686 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #adadad), color-stop(2%, #dbdbdb), color-stop(46%, #dbdbdb), color-stop(51%, #c7c7c7), color-stop(98%, #c7c7c7), color-stop(100%, #868686));
	background: -webkit-linear-gradient(top, #adadad 0, #dbdbdb 2%, #dbdbdb 46%, #c7c7c7 51%, #c7c7c7 98%, #868686 100%);
	background: -o-linear-gradient(top, #adadad 0, #dbdbdb 2%, #dbdbdb 46%, #c7c7c7 51%, #c7c7c7 98%, #868686 100%);
	background: -ms-linear-gradient(top, #adadad 0, #dbdbdb 2%, #dbdbdb 46%, #c7c7c7 51%, #c7c7c7 98%, #868686 100%);
	background: linear-gradient(to bottom, #adadad 0, #dbdbdb 2%, #dbdbdb 46%, #c7c7c7 51%, #c7c7c7 98%, #868686 100%);
	filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#adadad', endColorstr='#868686', GradientType=0);
}
tr.price-table-hd th {
	border-right: 1px solid #969696;
	height: 32px;
	line-height: 32px;
	margin: 4px 0;
	text-align: center;
}
table.price-table tr {
	width: 100%;
	text-align: center;
	border-right: 1px solid #969696;
	border-left: 1px solid #969696;
	height: 97px;
	border-top: solid 1px #acacac;
	border-bottom: solid 2px #696868;
}
.price-table tr:nth-child(2n+1) {
	background: #dbdbdb;
}
.others-brand-wrapper {
	padding-bottom: 50px;
}
.others-brand-wrapper ul {
	margin-left: 0;
	margin-right: 0;
}
.others-brand-wrapper ul li {
	float: left;
	display: inline;
	margin-top: 8px;
	margin-left: 10px;
	padding: 12px 0;
	text-align: center;
	background: #adadad;
	background: -moz-linear-gradient(top, #adadad 0, #dbdbdb 2%, #dbdbdb 46%, #c7c7c7 51%, #c7c7c7 98%, #868686 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #adadad), color-stop(2%, #dbdbdb), color-stop(46%, #dbdbdb), color-stop(51%, #c7c7c7), color-stop(98%, #c7c7c7), color-stop(100%, #868686));
	background: -webkit-linear-gradient(top, #adadad 0, #dbdbdb 2%, #dbdbdb 46%, #c7c7c7 51%, #c7c7c7 98%, #868686 100%);
	background: -o-linear-gradient(top, #adadad 0, #dbdbdb 2%, #dbdbdb 46%, #c7c7c7 51%, #c7c7c7 98%, #868686 100%);
	background: -ms-linear-gradient(top, #adadad 0, #dbdbdb 2%, #dbdbdb 46%, #c7c7c7 51%, #c7c7c7 98%, #868686 100%);
	background: linear-gradient(to bottom, #adadad 0, #dbdbdb 2%, #dbdbdb 46%, #c7c7c7 51%, #c7c7c7 98%, #868686 100%);
	filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#adadad', endColorstr='#868686', GradientType=0);
}
.others-brand-wrapper ul, .others-brand-wrapper ul li {
	display: list-item;
	list-style: none;
}
.others-brand-wrapper ul, .others-brand-wrapper ul li {
	display: list-item;
	list-style: none;
}
.others-brand-wrapper ul li a {
	width: 155px;
	height: 28px;
	line-height: 28px;
	display: block;
	overflow: hidden;
	font-weight: 700;
	color: #00508c;
}
.others-brand-wrapper ul li p {
	padding-top: 5px;
	line-height: 1.4em;
}
.loading-wrap {
	background-color: rgba(0, 0, 0, 0.6);
	position: fixed;
	z-index: 99999;
	width: 100%;
	height: 100%;
	background-image: url(../img/loading.gif);
	background-size: 80px 80px;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	top: 0;
	left: 0;
}
.view-detail-agency{
	min-height: 135px;
}
.gmap {
	overflow: hidden;
	position: relative;
	border: 1px solid #ccc;
	border-radius: 2px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	-webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	margin-bottom: 10px;
}
.social-app-header{
	display: none;
}
.article-detail p {    margin: 15px 0;}
.container-page{padding-left: 0px;padding-right: 0px;}
@media screen and (max-width: 767px) {
	.container-page{
		padding-left: 0px;
		padding-right: 0px;
	}
	.btn-submit {
		padding: 6px 12px;
		font-size: 16px;
	}
}
.imgSetDefault{width: 100%;height: auto}
/*STYLE SLECT BOOTSTRAP*/
.bootstrap-select .dropdown-toggle {
	border:none;
	border-top:2px solid #d9d9d9;
	border-radius:0;
	background-color:#ededed;
	text-align:center;
	padding:8px;
}
.bootstrap-select .dropdown-toggle .filter-option {
	text-align:center;
}
.bootstrap-select .dropdown-toggle:focus {
	outline:none !important;
	background-color:#f4f4f4;
	box-shadow:none;
	border-top-color:#438eb9;
}
.bootstrap-select .dropdown-menu {
	background-color:none;
	border:none;
	border-radius:0;
	padding:0;
}
.bootstrap-select .dropdown-menu li a {
	padding:7px;
	text-align:center;
	background-color:#d9d9d9;
	border-bottom:1px solid #fff;
}
.bootstrap-select .dropdown-menu li a:hover {
	background-color:#438eb9;
}
.bootstrap-select .dropdown-menu li:last-child a {
	border:none;
}
.bootstrap-select .dropdown-toggle .filter-option {
	width:auto !important;
	float:none !important;
	padding-right:5px;
}
.bootstrap-select .dropdown-toggle .caret {
	border-top: 6px solid transparent;
	border-bottom: 6px solid transparent;
	border-left: 6px dashed;
	top: inherit !important;
	right: inherit !important;
	position: inherit !important;
	margin-top: inherit !important;
}
/*END STYLE SLECT BOOTSTRAP*/

.single-imgs img {
	width: 100%;
	margin-bottom: 10px;
}

a.btn:hover {
	border: solid 1px transparent;
}
.pagination-select .paginations li a.active {
	background: #ffd50d;
	padding: 5px;
}