/*			Home				*/
/*Duy CSS */
#row-wrap-content, #row-new-product, #row-wrap-category {
  float: left;
  width: 100%;
  margin-top: 0px;
}
#row-new-product {
  display: block;
  margin:4% 0 2% 0;
}
.row-box{
  float: left;
  width: 100%;
}
.content-box-1 {
  float: left;
  width: 100%;
}
/*CSS cho khung sản phẩm mới*/
#name-sp-moi {
  float: left;
  width: 100%;
  background: #232628;
}
#name-sp-moi h2 {
  color: #fff;
  font-family: arial;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.2;
  margin: 0;
  padding: 25px 15px;
  text-transform: uppercase;
}
#name-color{
  color: #cc6119;
  font-family: arial;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.2;
  margin: 0;
  text-transform: uppercase;
}
#inner-name-sp-moi {
  float: left;
  padding: 0 15px;
  width: 100%;
  box-sizing:border-box;
}
#inner-name-sp-moi h4{
  background: #fff;
  font-family: arial;
  color: #cc6119;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  line-height: 44px;
  padding: 0 25px;
  margin:0;
  display:inline-block;
}
#row-new-product{
  margin-bottom: 2%;
  margin-top: 4%;
}
#row-new-product *{
	box-sizing:border-box;
}
.sp-new {
  float: left;
  width: 25%;
  padding:0 15px;
  box-sizing:border-box;
  margin-bottom:20px;
}
#row-new-product img{
  width: 100%;
  vertical-align:middle;
}
#xe-dep{
  float: left;
  width: 100%;
}
.img-xe-dep1{
  float: left;
  width: 100%;
}
.info-xe1 {
  background: #fff;
  float: left;
  margin-top: 10px;
  width: 100%;
}
.inner-info-xe1 {
  float: left;
  padding: 10px 0;
  width: 100%;
}
.info-xe-top1 {
	display: table;
	float: left;
	width: 100%;
}
.info-xe-bottom1{
  float: left;
  width: 100%;
}
.car-title{
	color: #232628;
    font-size: 14px;
    font-weight: 700;
    line-height: 18px;
    overflow: hidden;
    text-transform: uppercase;
	display:table-cell;
	vertical-align:top;
}
.inner-price {
  background-color: #6c98e1;
  float: right;
  margin-left:18px;
  padding:6px 10px 4px 4px;
  position: relative;
  text-align: right;
  min-width:110px;
  min-height:45px;
}
.inner-price::before{
	background-color: #6c98e1;
	content: "";
	display: block;
	height: 100%;
	left: -12px;
	position: absolute;
	top: 0;
	transform: skew(-14deg, 0deg);
	-webkit-transform: skew(-14deg, 0deg);
	-ms-transform: skew(-14deg, 0deg);
	width: 32px;
	z-index: 5;
}
.inner-price>span.amount{
	color: #fff;
    font-size: 13px;
    line-height: 45px;
	font-weight:bold;
	margin:0;
	z-index:6;
	position:relative;
}
.inner-price>del>span{
	color:#000;
	text-decoration: line-through;
	font-size:12px;
	line-height:20px;
	margin:0;
	display:block;
}
.inner-price>ins{
	text-decoration: none;	
}
.inner-price>ins>span{
	color: #fff;
    font-size: 13px;
    line-height: 20px;
	font-weight:bold;
	margin:0;
}
/*Hết CSS cho khung sản phẩm mới*/

/*CSS cho khung xe đẹp*/
#xe-dep{
  float: left;
  width: 100%;
}
#xe-dep-title{
  float: left;
  width: 100%;
}
#xe-dep-title h2{
  color: #fff;
  font-family: arial;
  font-size: 36px;
  line-height: 1.2;
  padding-top: 15px;
  text-align: center;
  text-transform: uppercase;
}
#xe-dep-bottom{
  background: rgba(0, 0, 0, 0) url("images/bg-xedep-bottom.png") no-repeat scroll center center;
  float: left;
  height: 30px;
  width: 100%;
}
#xe-dep-content {
  float: left;
  margin-bottom: 20px;
  width: 100%;
  margin-top: 15px;
}
.img-xe-dep{
  float: left;
  width: 100%;
}
.info-xe {
  background: #373c3f none repeat scroll 0 0;
  float: left;
  margin-top: 10px;
  width: 100%;
}
.inner-info-xe {
  float: left;
  width: 100%;
  padding: 15px;
  box-sizing:border-box;
}
.info-xe-top {
  border-bottom: 1px solid #4e5254;
  float: left;
  width: 100%;
  padding-bottom: 15px;
  min-height:60px;
  display:table;
}
.info-xe-bottom{
  float: left;
  width: 100%;
}
#xe-dep-content  .name {
  color: #cc6119;
  font-family: arial;
  font-weight: bold;
  line-height: 18px ;
  overflow: hidden;
  text-align: left;
  text-decoration: none;
  font-size: 15px;
  text-transform: uppercase;
}

#xe-dep-content .inner-price::before{
  transform: skew(-18deg, 0deg);
  -moz-transform:skew(-18deg, 0deg);
	-o-transform:skew(-18deg, 0deg);
	-ms-transform:skew(-18deg, 0deg);
	-webkit-transform:skew(-18deg, 0deg);
	transform:skew(-18deg, 0deg);
}
#xe-dep-content h3.car-title{
  color: #fff;
  font-size: 16px ;
  font-weight: 700 ;
  line-height: 18px ;
  overflow: hidden;
  text-align: left;
  text-decoration: none;
  text-transform: uppercase;
  font-family: arial;
}
.info-xe-bottom a.thongso {
  color: #c9c9c9;
  font-family: arial;
  line-height: 13px;
  text-transform: uppercase;
  font-weight: normal;
  font-size: 14px;
  margin-top:10px;
  display:block;
  text-align:center;
}
#xe-dep .owl-prev {
  background:  url("images/xe-dep-pre.png") no-repeat scroll 0 1px;
}
#xe-dep .owl-next {
  background: rgba(0, 0, 0, 0) url("images/xe-dep-next.png") no-repeat scroll 4px 1px;
}
#xe-dep .owl-theme .owl-nav [class*="owl-"]{
	opacity:1;
}
#xe-dep .owl-theme .owl-dots .owl-dot.active span,#xe-dep .owl-theme .owl-dots .owl-dot:hover span{
  background: #6C98E1 !important;
}
#xe-dep .owl-theme .owl-dots{
	display: inline-block;
    margin: 0 7px;
    position: relative;
    top: 5px;
    vertical-align: middle;
	width:100%;
	left:0;
}
/*CSS cho khung skype*/
#skype-title h2{
  color: #232628;
  font-family: arial;
  font-size: 36px;
  line-height: 1.2;
  text-align: center;
  text-transform: uppercase;
  padding-top: 15px;
}
.skype-box{
	float: left;
    padding-bottom: 35px;
    padding-top: 30px;
    width: 100%;
}
.skype-contact{
	float:left;
	width:25%;
	text-align:center;
	padding:0 10px;
	box-sizing:border-box;
	perspective: 1000;
	 -moz-perspective: 1000;
    -webkit-perspective: 1000;
}
.skype-image{
	float:left;
	width:100%;
	position:relative;
	transform-style: preserve-3d;
	-webkit-transform-style: preserve-3d; 
	-moz-transform-style: preserve-3d;
    transition: all 1s ease;
}
.skype-contact:hover .skype-image{
	transform: rotateY(180deg);
	-webkit-transform: rotateY(180deg);
}
.face {
  width: 100%;
  height: auto;
}
.face.contact-email{
  display: block;
  transform: rotateY(180deg);
  -webkit-transform: rotateY(180deg);
  box-sizing: border-box;
  color: white;
  text-align: center;
  background-color: rgba(0,0,0,0.5);
  position:absolute;
  top:0;
  left:0;
  backface-visibility: hidden;
}
#skype .contact-email p{
	font-size:15px;
	margin-top:60%;
	word-break:break-all;
}
.skype-image img{
	width:100%;
	vertical-align:middle;
}
.skype-name{
	color: #2194d2;
	font-size:20px;
    margin: 5px 0;
	float:left;
	width:100%;
}
.skype-action{
	margin:5px 0;
	float:left;
	width:100%;
}
.skype-action a{
	display:inline-block;
	margin:0 5px;
}
/*CSS cho khung slogal*/
#slogal{
  background: url("images/bg-slogal.jpg") no-repeat no-repeat fixed 0 0 / cover;
}
#box-slogal {
  background: #f3b43e none repeat scroll 0 0;
  float: left;
  margin:80px 0 80px 2%;
  opacity: 0.9;
  padding: 40px;
  width: 40%;
  position:relative;
}
#box-slogal h2{
  font-family: arial;
  font-size: 36px;
  font-weight: 700;
  color: #232628;
  text-transform: uppercase;
}
#text-name{
  font-family: arial;
  font-size: 36px;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
}
#box-slogal p {
  color: #232628;
  font-family: arial;
  font-size: 14px;
  line-height: 20px;
  margin:10px 0;
}
#box-slogal:hover{
  opacity: 1;
}

#bottom-slogal {
	margin-top:0;
	position:absolute;
	top:100%;left:0;
	width:0;
	height:0;
	border-top:12px solid transparent;
	border-bottom:12px solid transparent;
	border-right:55px solid rgba(250,182,55,.9);
	-moz-transform:skew(0deg,23deg);
	-o-transform:skew(0deg,23deg);
	-ms-transform:skew(0deg,23deg);
	-webkit-transform:skew(0deg,23deg);
	transform:skew(0deg,23deg)
}
/*CSS cho khung lý do*/
#ly-do {
  float: left;
  padding-bottom: 35px;
  width: 100%;
  padding-top:  30px;
}
#ly-do-box1, #ly-do-box2, #ly-do-box3, #ly-do-box4 {
  float: left;
  padding:0 10px;
  box-sizing:border-box;
  width: 25%;
}
#ly-do-title{
  float: left;
  width: 100%;
}
#ly-do-title h2 {
  color: #232628;
  font-family: arial;
  font-size: 36px;
  line-height: 1.2;
  text-align: center;
  text-transform: uppercase;
  padding-top: 15px;
}
#ly-do-bottom {
  background: url("images/bg-lydo.png") no-repeat scroll center center;
  height: 30px;
  float: left;
  width: 100%;
}
#bg-lydo{
  background: #F0F2F5 !important;
}
#ly-do-box1{
  background: url("images/ld-icon1.png") no-repeat 10px 0;
}

#ly-do-box2{
  background: url("images/ld-icon2.png") no-repeat 10px 0;
}
#ly-do-box3{
  background: url("images/ld-icon3.png") no-repeat 10px 0;
}
#ly-do-box4{
  background: url("images/ld-icon4.png") no-repeat 10px 0;
}
.ly-do-content{
	float: left;
    padding-left: 70px;
    width: 100%;
	box-sizing: border-box;
}
#ly-do h3 {
  color: #232628;
  font-family: arial;
  font-size: 14px;
  font-weight: 700;
  line-height: 18px;
  margin-bottom: 10px;
  text-transform: uppercase;
}
#ly-do p {
  color: #888888;
  font-family: arial;
  font-size: 13px;
  line-height: 16px;
  text-align: justify;
}
#botton-lhe{
  float: left;
  width: 100%;
  margin-bottom:30px;
}
#button a{
  background: #6c98e1 url("images/lhe-icon.png") no-repeat scroll left 15px center;
  font-family: arial;
  font-weight: 700;
  padding: 16px 25px 15px 45px;
  border-radius: 3px;
  box-shadow: 0 2px 0 #567ab4;
  position: relative;
  visibility: inherit;
  color: #fff;
  text-transform:uppercase;
  letter-spacing: 0.3px;
  box-sizing:border-box;
  display:inline-block;
}
#button a:hover{
  text-decoration: none;
}
/* Hết CSS cho khung lý do*/
/*CSS cho khung giới thiêu*/
#gioi-thieu{
  float: left;
  width: 100%;
  background: rgba(0, 0, 0, 0) url("images/bg-gioi-thieu.jpg") no-repeat fixed 0 0 / cover;
  padding:100px 0;
  box-sizing:border-box;  
}
#gioi-thieu-left,#gioi-thieu-right{
  float: left;
  width: 50%;
  padding:0 15px;
  box-sizing:border-box;
}
#inner-gt-right,#inner-gt-left {
  float: left;
  opacity: 0.9;
  padding: 40px 50px 40px 110px;
  width: 100%;
  box-sizing:border-box;
}
#inner-gt-right{
	background: #ff4848 url("images/gt-icon-oto2.png") no-repeat scroll left 15px center;
}
#inner-gt-left {
  background: #e7aa39 url("images/gt-icon-oto1.png") no-repeat scroll left 15px center;
}
#gioi-thieu h3 {
  color: #232628;
  font-family: arial;
  font-size: 24px;
  font-weight: 700;
  line-height: 28px;
}
#gioi-thieu p {
  color: #fff;
  font-family: arial;
}
#inner-gt-left:hover{
  opacity: 1;
  transition: all 0.25s ease 0s;
}
#inner-gt-right:hover{
  opacity: 1;
  transition: all 0.25s ease 0s;
}
/*Hết CSS cho khung giới thiêu*/

/*Responsive*/

@media only screen and (max-width: 767px) {
/*CSS cho khung sản phẩm mới*/
.sp-new{
  width: 50%;
}
#name-sp-moi h2,#name-color{font-size:26px;}
/*Hết CSS cho khung sản phẩm mới*/

/*CSS cho khung slogal*/
#box-slogal {
  width: 100%;
  margin-left:0;
  box-sizing:border-box;
}
/*Hết CSS cho khung slogal*/

/*CSS cho khung lý do*/
#ly-do-box1, #ly-do-box2, #ly-do-box3, #ly-do-box4 {
  width: 100%;
  margin-bottom:10px;
}
/* Hết CSS cho khung lý do*/
.content-box-1 {
	width: 100%;
}
#gioi-thieu{padding:30px 0;}
.skype-contact{width:50%;}
}

@media only screen and (min-width: 768px) and (max-width: 979px) {
.list-new-post h4 {
	width: 70%;
}
.sp-new{
	width:33.33%;
}
.sp-new:nth-child(n+7){
	display:none;
}
/*Hết CSS cho khung sản phẩm mới*/
}
@media only screen and (max-width: 900px) {
    .sp-new {
    padding: 0 10px;
  }
}
@media only screen and (max-width: 400px) {
.sp-new{
	width:100%;
  padding: 0;
}	
}
@media only screen and (max-width: 480px) {
/*CSS cho khung gioi thieu Mua - Ban*/
/*#inner-gt-left {
  background: #e7aa39 url("images/gt-icon-oto1.png") no-repeat scroll 30px 0;
  padding: 70px 30px 30px 30px;
}
#inner-gt-right {
  background: #ff4848 url("images/gt-icon-oto2.png") no-repeat scroll 30px 0;
  padding: 70px 30px 30px 30px;
}*/
#gioi-thieu h3 {
	font-size:20px;
}
#gioi-thieu p {
  text-align: justify;
}
/*Hết CSS cho khung gioi thieu Mua - Ban*/
#box-slogal h2,#text-name{font-size: 26px;}	
.skype-contact{width:50%;margin-bottom:10px;}
}
@media only screen and (max-width: 480px) {
  #gioi-thieu-left, #gioi-thieu-right{
    width:100%;
    margin-bottom:20px;
  }
  .skype-box {
    padding-bottom: 10px;
    padding-top: 15px;
  }
  #ly-do {
    padding-bottom: 25px;
    padding-top: 20px;
    display: flex;
    flex-wrap: wrap;
  }
  #ly-do-box1, #ly-do-box2, #ly-do-box3, #ly-do-box4 {
    background-size: 50px;
  }
  .ly-do-content {
    padding-left: 55px;
  }
}
@media only screen and (max-width: 450px) {
    #ly-do-box1, #ly-do-box2, #ly-do-box3, #ly-do-box4,
    .sp-new {
    width: 100% !important;  
  }
  .sp-new{
    padding: 0;
  }
  .inner-price::before {
  top: 0.1px;
}

}
@media only screen and (max-width: 400px) {
  .skype-contact{width:100%;}
}
