@media only screen and (max-width: 576px) {
  .section4__wrapper .box-header {
  	width: 95%;
  }
}

@media only screen and (max-width: 768px) {
  .section2 .tab-pane .box-main {
  	overflow: hidden;
  }
  .section2 .tab-pane .bg-section {
  	transform: scale(1.4);
    margin-top: 25px;
  }
}

.fixed-button >div:first-child {
	display: none;
}

.form-buy-car .right form.form .dropdown .text{
	white-space: normal;
}

@media(max-width: 900px) {
	.section2 .tab-content #tabs11.tab-pane .img .box-main .content-img {
		top: 6%;
	}
}

@media(max-width: 900px) and (min-width: 769px) {
	.section2 .tab-content #tabs14.tab-pane .img .box-main .content-img {
		width: 190px;
	}
}

@media(max-width: 1024px) {
  .form-buy-car .form-car {
  	padding-bottom: 70px;
  }
}

@media(min-width: 1025px) {
	.section8 .section8__box video {
  		object-position: bottom;
  	}
}

.section4__wrapper .swiper-wrapper #myVideo {
	object-position: bottom left;
}

.section4__wrapper .section4__box .box-header {
	top: 0;
  left: 0;
}
.fixed-button >div:first-child{
 display : block!important;
}

#popup-register {
 z-index: 300;	 
}

.list-section10 .item__description ul{
  height:80%!important;
    overflow-y: auto;
}
@media(max-width: 1440px) {
  .list-section10 .item__description ul{
      height:70%!important;
  }
}