/*
Theme Name: Tròn Media Car
Author: Vương Thiện Long
Author URI: https://tronmedia.info/
Description: Theme ban xe chuyen nghiep
Version: 1.0
*/
body{
			   font-family: 'Hyundai Sans Text' !important;
			}

#before-preloader {
margin-top:150px;	
}
#before-preloader .spinner {
    position: absolute;
    z-index: 1001;
    top: 50%;
    left: 50%;
    display: block;
    width: 100px;
    height: 100px;
    margin-top: -50px;
    margin-left: -50px;
    -webkit-animation: spin 2.5s infinite linear;
    animation: spin 2.5s infinite linear;
    border: 3px solid transparent;
    border-top-color: #3cd225;
    border-radius: 50%;
}
#before-preloader .spinner:before {
    top: 5px;
    right: 5px;
    bottom: 5px;
    left: 5px;
    -webkit-animation: spin 2s infinite linear;
    animation: spin 2s infinite linear;
    border: 3px solid transparent;
    border-top-color: #2475ce;
}
#before-preloader .spinner:after {
    top: 15px;
    right: 15px;
    bottom: 15px;
    left: 15px;
    -webkit-animation: spin 1s infinite linear;
    animation: spin 1s infinite linear;
    border: 3px solid transparent;
    border-top-color: #002c5f;
}
#before-preloader  .spinner:before, #before-preloader  .spinner:after {
    position: absolute;
    content: '';
    border-radius: 50%;
}
.b-auto__main-nav {
    margin-top: 0px !important;
   
}
.danh-muc-tin h6 a{
    margin: 0 0 10px 0;
    font: 600 12px 'Hyundai Sans Head',sans-serif;
    text-transform: uppercase;
	color:#fff;
}
.b-nav__logo a img{
	width:80%;
	}
	
/*BOOSTRAP FADE*/
.carousel-fade .carousel-inner .item {
  opacity: 0;
  transition-property: opacity;
}

.carousel-fade .carousel-inner .active {
  opacity: 1;
}

.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  opacity: 0;
  z-index: 1;
}

.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}

.carousel-fade .carousel-control {
  z-index: 2;
}

/*
  WHAT IS NEW IN 3.3: "Added transforms to improve carousel performance in modern browsers."
  Need to override the 3.3 new styles for modern browsers & apply opacity
*/
@media all and (transform-3d), (-webkit-transform-3d) {
    .carousel-fade .carousel-inner > .item.next,
    .carousel-fade .carousel-inner > .item.active.right {
      opacity: 0;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.prev,
    .carousel-fade .carousel-inner > .item.active.left {
      opacity: 0;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.next.left,
    .carousel-fade .carousel-inner > .item.prev.right,
    .carousel-fade .carousel-inner > .item.active {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
}
/*END BOOTSTRAP FADE*/	
.carousel-indicators {
	bottom: -50px !important;
	}
@media screen and (min-width: 768px){
.carousel-indicators {
    bottom: -50px;
}	
}
.b-detail__head-price {
    width: 250px !important;
    
}
.b-detail__head-price-num {
    padding: 8px 10px important;
}
#mySpriteSpin canvas{
	width:100% !important;
	height:auto !important;
	}
.white-popup {
  position: relative;
  background: #FFF;
  padding: 20px;
  width: auto;
  max-width: 500px;
  margin: 20px auto;
}


.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
  opacity: 0;
  -webkit-backface-visibility: hidden;
  /* ideally, transition speed should match zoom duration */
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.mfp-with-zoom.mfp-ready .mfp-container {
    opacity: 1;
}
.mfp-with-zoom.mfp-ready.mfp-bg {
    opacity: 0.8;
}

.mfp-with-zoom.mfp-removing .mfp-container,
.mfp-with-zoom.mfp-removing.mfp-bg {
  opacity: 0;
}
.b-detail__main-aside form input.btn.m-btn{
	color: #fff;
	background-color: #002c5f;
    fill: #002c5f;
	font: 700 12px 'Hyundai Sans Head',sans-serif;
    display: inline-block;
    padding: 10px 20px 10px 27px;
    margin-top: 10px;
	}
#dang-ky-lai-thu{
	display:none;
	}
.button-ac a{
	background-color:#555;
	display:block;
	padding:10px;
	}	
.button-ac a i{
	font-size:40px;
	color:#FFF;
	}
.button-ac a h2{
	font-size:25px;
	color:#FFF;
	}
.button-ac a:hover {
	text-decoration:none;
	background-color:#002c5f;
	}
.button-ac a:visited,.button-ac a:active,.button-ac a:focus {
	text-decoration:none;
	
	}
.b-world__item-val-circles{
	font-size:20px;
	color:#002c5f;
	font-weight:600;
	}
.b-world__item a.none-style{
	background-color:transparent;
	border:none;
	padding:0px !important;
	
	}			
.b-world__item a.none-style:hover{
	background-color:transparent;
	border:none;
	
	}
.b-world__item a.none-style h2:hover{
	color:#002c5f !important;
	}
.page-content p,.page-content ol li{

	text-align:justify;
}
.page-content img{
    max-width: 100% !important;
    height: auto !important;
	}

.profile-nhanvien .b-personal__worker {
    padding: 0px !important;
}
.profile-nhanvien .b-personal__worker-img {
	margin-bottom:0px !important;
	}
.profile-nhanvien .b-detail__main-aside-about-call{
	margin-top:0px !important;
	}
.profile-nhanvien .b-detail__main-aside-about-call .hotphone span{
	display:block;
	font-size:12px;
	color:#FFF;
	}
.profile-nhanvien .b-detail__main-aside-about-call .hotphone {
	font-size:25px !important;
	color:#FFF;
	}
.profile-nhanvien .b-detail__main-aside-about-call	{
	padding-top:15px !important;
	padding-bottom:15px !important;
	}
.profile-nhanvien .b-personal__worker-name {
	margin-bottom:10px !important;
	}
.profile-nhanvien .b-personal__worker span.mail-nv {
	font-size:12px;
	color:#555;
	}
.profile-nhanvien .b-personal__worker span.mail-nv i{
	margin-right:5px;
	}
.profile-nhanvien .b-personal__worker p{
	background-color:#CCC;
	padding:5px 10px;
	font-style:italic;
	margin-top:5px;
	}		
.page-action a{
	display:block;
	background-color:#F60;
	padding:10px;
	margin-bottom:5px;
	text-decoration:none;
	text-align:center;
	text-transform:uppercase;
	color:#FFF;
	font-weight:700;
	border-left: 4px solid #555;
	border-right: 4px solid #555;
	}
.page-action a i{
	margin-right:5px;
	}
.page-action a:hover{
	background-color:#555;
	}
.b-info__latest h6.footer-title a{
	color:#FFF;
	font-weight:700;
	}
.b-blog__posts-one-body-head h2 a {
	color:#555;
	text-decoration:none;
	}
.b-blog__posts-one-body-head h2 a:hover {
	color:#F60;
	text-decoration:none;
	}
.s-form input[type='submit'] {
	color: #fff;
	background-color: #002c5f;
    fill: #002c5f;
	font: 700 12px 'Hyundai Sans Head',sans-serif;
    
    padding:10px 20px;
	}
.s-form input[type='submit']:hover {
	
	background-color: #555;
    fill: #555;
	
	}
.b-items__cars-one-img {
    max-width: 100% !important;
    height: auto !important;
    
}
.b-items__cars-one-img img{
    max-width: 100% !important;
    height: auto !important;
    
}
.b-search__main-type {
    margin-bottom: 0px !important;
    
}	
.carmode {
	text-align:center;
	}
.carmode a{
color:#555;
text-decoration:none;	
}
.carmode a svg{
	fill:#555 !important;
	}
.carmode a:hover{
color:#F60;
text-decoration:none;	
}
.qua-tang ul li,.qua-tang ul li span {color:#FFF !important;}	
.call-page-xe{
padding-top:5px !important;
padding-bottom:5px !important;	
}
.call-page-xe .hotline-call span{
	display:block;
	font-size:12px;
	}
.call-page-xe .hotline-call {
	font-size:25px !important; 
	}
.call-page-xe span.fa{
	
	padding: 45px 15px 0 15px !important;
	}
.b-nav__logo h3{
	font-size:20px;
	color:#555;
	font-weight:600;
	margin-top:5px;
	margin-left:auto;
	margin-right:auto;
	font-style:italic;
	}					
.b-nav__logo h3 strong{
	color:#F60;
	}
 .b-topBar__tel,.b-topBar__addr {
    padding: 10px 0 10px 0 !important;
	text-align:center;
	color:#fff;
  
}	
.b-topBar__addr span.fa,.b-topBar__tel span.fa{
color:#fff;
}
.slogan-topbar {
text-align:center;
}
.slogan-topbar h3 {
margin-top:0px !important;
margin-bottom:0px !important;
letter-spacing: 15px;
}
.slogan-topbar h3 strong{
color:#555;
}
.b-topBar {
   
    background-color:#002c5f;
}
.b-search__main {
margin-top:20px;
margin-bottom:20px;
}
.b-search{
height:auto;
}
.b-nav {
    padding: 10px 0 10px;
    position: relative;
    z-index: 99;
}
.btn-send{
margin-left:-5px;
border-radius:15px;
}
.btn-send:focus,.btn-send:active,.btn-send:visited{
outline:none;
}
#gioi-thieu img{
width:100%;
height:auto;
}

/*alo phone*/

.coccoc-alo-phone {
	position: fixed;
	visibility: hidden;
	background-color: transparent;
	width: 145px;
	height: 145px;
	cursor: pointer;
	z-index: 200000 !important;
	-webkit-backface-visibility: hidden;
	-webkit-transform: translateZ(0);
	-webkit-transition: visibility .5s;
	-moz-transition: visibility .5s;
	-o-transition: visibility .5s;
	transition: visibility .5s;
	left: -50px;
	bottom: 50px
}

.coccoc-alo-phone.coccoc-alo-show {
	visibility: visible
}

@-webkit-keyframes fadeInRight {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0)
	}

	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}

}

@-webkit-keyframes fadeInRightBig {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(2000px, 0, 0);
		transform: translate3d(2000px, 0, 0)
	}

	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}

}

@-webkit-keyframes fadeOutRight {
	0% {
		opacity: 1
	}

	100% {
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0)
	}

}

.fadeOutRight {
	-webkit-animation-name: fadeOutRight;
	animation-name: fadeOutRight
}

.coccoc-alo-phone.coccoc-alo-static {
	opacity: .6
}

.coccoc-alo-phone.coccoc-alo-hover,
.coccoc-alo-phone:hover {
	opacity: 1
}

.coccoc-alo-ph-circle {
	width: 160px;
	height: 160px;
	top: 20px;
	left: 20px;
	position: absolute;
	background-color: transparent;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	border: 2px solid rgba(30, 30, 30, 0.4);
	border: 2px solid #bfebfc 9;
	opacity: .1;
	-webkit-animation: coccoc-alo-circle-anim 1.2s infinite ease-in-out;
	-moz-animation: coccoc-alo-circle-anim 1.2s infinite ease-in-out;
	-ms-animation: coccoc-alo-circle-anim 1.2s infinite ease-in-out;
	-o-animation: coccoc-alo-circle-anim 1.2s infinite ease-in-out;
	animation: coccoc-alo-circle-anim 1.2s infinite ease-in-out;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
	-webkit-transform-origin: 50% 50%;
	-moz-transform-origin: 50% 50%;
	-ms-transform-origin: 50% 50%;
	-o-transform-origin: 50% 50%;
	transform-origin: 50% 50%
}

.coccoc-alo-phone.coccoc-alo-active .coccoc-alo-ph-circle {
	-webkit-animation: coccoc-alo-circle-anim 1.1s infinite ease-in-out !important;
	-moz-animation: coccoc-alo-circle-anim 1.1s infinite ease-in-out !important;
	-ms-animation: coccoc-alo-circle-anim 1.1s infinite ease-in-out !important;
	-o-animation: coccoc-alo-circle-anim 1.1s infinite ease-in-out !important;
	animation: coccoc-alo-circle-anim 1.1s infinite ease-in-out !important
}

.coccoc-alo-phone.coccoc-alo-static .coccoc-alo-ph-circle {
	-webkit-animation: coccoc-alo-circle-anim 2.2s infinite ease-in-out !important;
	-moz-animation: coccoc-alo-circle-anim 2.2s infinite ease-in-out !important;
	-ms-animation: coccoc-alo-circle-anim 2.2s infinite ease-in-out !important;
	-o-animation: coccoc-alo-circle-anim 2.2s infinite ease-in-out !important;
	animation: coccoc-alo-circle-anim 2.2s infinite ease-in-out !important
}

.coccoc-alo-phone.coccoc-alo-hover .coccoc-alo-ph-circle,
.coccoc-alo-phone:hover .coccoc-alo-ph-circle {
	border-color: #00aff2;
	opacity: .5
}

.coccoc-alo-phone.coccoc-alo-green.coccoc-alo-hover .coccoc-alo-ph-circle,
.coccoc-alo-phone.coccoc-alo-green:hover .coccoc-alo-ph-circle {
	border-color: #75eb50;
	border-color: #baf5a7 9;
	opacity: .5
}

.coccoc-alo-phone.coccoc-alo-green .coccoc-alo-ph-circle {
	border-color: #00aff2;
	border-color: #bfebfc 9;
	opacity: .5
}

.coccoc-alo-phone.coccoc-alo-gray.coccoc-alo-hover .coccoc-alo-ph-circle,
.coccoc-alo-phone.coccoc-alo-gray:hover .coccoc-alo-ph-circle {
	border-color: #ccc;
	opacity: .5
}

.coccoc-alo-phone.coccoc-alo-gray .coccoc-alo-ph-circle {
	border-color: #75eb50;
	opacity: .5
}

.coccoc-alo-ph-circle-fill {
	width: 100px;
	height: 100px;
	top: 50px;
	left: 50px;
	position: absolute;
	background-color: #000;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	border: 2px solid transparent;
	opacity: .1;
	-webkit-animation: coccoc-alo-circle-fill-anim 2.3s infinite ease-in-out;
	-moz-animation: coccoc-alo-circle-fill-anim 2.3s infinite ease-in-out;
	-ms-animation: coccoc-alo-circle-fill-anim 2.3s infinite ease-in-out;
	-o-animation: coccoc-alo-circle-fill-anim 2.3s infinite ease-in-out;
	animation: coccoc-alo-circle-fill-anim 2.3s infinite ease-in-out;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
	-webkit-transform-origin: 50% 50%;
	-moz-transform-origin: 50% 50%;
	-ms-transform-origin: 50% 50%;
	-o-transform-origin: 50% 50%;
	transform-origin: 50% 50%
}

.coccoc-alo-phone.coccoc-alo-active .coccoc-alo-ph-circle-fill {
	-webkit-animation: coccoc-alo-circle-fill-anim 1.7s infinite ease-in-out !important;
	-moz-animation: coccoc-alo-circle-fill-anim 1.7s infinite ease-in-out !important;
	-ms-animation: coccoc-alo-circle-fill-anim 1.7s infinite ease-in-out !important;
	-o-animation: coccoc-alo-circle-fill-anim 1.7s infinite ease-in-out !important;
	animation: coccoc-alo-circle-fill-anim 1.7s infinite ease-in-out !important
}

.coccoc-alo-phone.coccoc-alo-static .coccoc-alo-ph-circle-fill {
	-webkit-animation: coccoc-alo-circle-fill-anim 2.3s infinite ease-in-out !important;
	-moz-animation: coccoc-alo-circle-fill-anim 2.3s infinite ease-in-out !important;
	-ms-animation: coccoc-alo-circle-fill-anim 2.3s infinite ease-in-out !important;
	-o-animation: coccoc-alo-circle-fill-anim 2.3s infinite ease-in-out !important;
	animation: coccoc-alo-circle-fill-anim 2.3s infinite ease-in-out !important;
	opacity: 0 !important
}

.coccoc-alo-phone.coccoc-alo-hover .coccoc-alo-ph-circle-fill,
.coccoc-alo-phone:hover .coccoc-alo-ph-circle-fill {
	background-color: rgba(0, 175, 242, 0.5);
	background-color: #00aff2 9;
	opacity: .75 !important
}

.coccoc-alo-phone.coccoc-alo-green.coccoc-alo-hover .coccoc-alo-ph-circle-fill,
.coccoc-alo-phone.coccoc-alo-green:hover .coccoc-alo-ph-circle-fill {
	background-color: rgba(117, 235, 80, 0.5);
	background-color: #baf5a7 9;
	opacity: .75 !important
}

.coccoc-alo-phone.coccoc-alo-green .coccoc-alo-ph-circle-fill {
	background-color: rgba(0, 175, 242, 0.5);
	background-color: #a6e3fa 9;
	opacity: .75 !important
}

.coccoc-alo-phone.coccoc-alo-gray.coccoc-alo-hover .coccoc-alo-ph-circle-fill,
.coccoc-alo-phone.coccoc-alo-gray:hover .coccoc-alo-ph-circle-fill {
	background-color: rgba(204, 204, 204, 0.5);
	background-color: #ccc 9;
	opacity: .75 !important
}

.coccoc-alo-phone.coccoc-alo-gray .coccoc-alo-ph-circle-fill {
	background-color: rgba(117, 235, 80, 0.5);
	opacity: .75 !important
}

.coccoc-alo-ph-img-circle {
	width: 60px;
	height: 60px;
	top: 70px;
	left: 70px;
	position: absolute;
	background: rgba(30, 30, 30, 0.1) url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAAyCAYAAAAeP4ixAAAACXBIWXMAAAsTAAALEwEAmpwYAAABNmlDQ1BQaG90b3Nob3AgSUNDIHByb2ZpbGUAAHjarY6xSsNQFEDPi6LiUCsEcXB4kygotupgxqQtRRCs1SHJ1qShSmkSXl7VfoSjWwcXd7/AyVFwUPwC/0Bx6uAQIYODCJ7p3MPlcsGo2HWnYZRhEGvVbjrS9Xw5+8QMUwDQCbPUbrUOAOIkjvjB5ysC4HnTrjsN/sZ8mCoNTIDtbpSFICpA/0KnGsQYMIN+qkHcAaY6addAPAClXu4vQCnI/Q0oKdfzQXwAZs/1fDDmADPIfQUwdXSpAWpJOlJnvVMtq5ZlSbubBJE8HmU6GmRyPw4TlSaqo6MukP8HwGK+2G46cq1qWXvr/DOu58vc3o8QgFh6LFpBOFTn3yqMnd/n4sZ4GQ5vYXpStN0ruNmAheuirVahvAX34y/Axk/96FpPYgAAACBjSFJNAAB6JQAAgIMAAPn/AACA6AAAUggAARVYAAA6lwAAF2/XWh+QAAAB/ElEQVR42uya7W3CMBCG31QM4A1aNggTlG6QbpBMkHYC1AloJ4BOABuEDcgGtBOETnD9c1ERCH/lwxeaV8oPFGP86Hy+DxMREW5Bd7gRjSDSNGn4/RiAOvm8C0ZCRD5PSkQVXSr1nK/xE3mcWimA1ZV3JYBZCIO4giQANoYxMwYS6+xKY4lT5dJPreWZY+uspqSCKPYN27GJVBDXheVSQe494ksiEWTuMXcu1dld9SARxDX1OAJ4lgjy4zDnFsC076A4adEiRwAZg4hOUSpNoCsBPDGM+HqkNGynYBCuILuWj+dgWysGsNe8nwL4GsrW0m2fxZBq9rW0rNcX5MOQ9eZD8JFahcG5g/iKT671alGAYQggpYWvpEPYWrU/HDTOfeRIX0q2SL3QN4tGhZJukVobQyXYWw7WtLDKDIuM+ZSzscyCE9PCy5IttCvnZNaeiGLNHKuz8ZVh/MXTVu/1xQKmIqLEAuJ0fNo3iG5B51oSkeKnsBi/4bG9gYB/lCytU5G9DryFW+3Gm+JLwU7ehbJrwTjq4DJU8bHcVbEV9dXXqqP6uqO5e2/QZRYJpqu2IUAA4B3tXvx8hgKp05QZW6dJqrLTNkB6vrRURLRwPHqtYgkC3cLWQAcDQGGKH13FER/NATzi786+BPDNjm1dMkfjn2pGkBHkf4D8DgBJDuDHx9BN+gAAAABJRU5ErkJggg==") no-repeat center center;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	border: 2px solid transparent;
	opacity: .7;
	-webkit-animation: coccoc-alo-circle-img-anim 1s infinite ease-in-out;
	-moz-animation: coccoc-alo-circle-img-anim 1s infinite ease-in-out;
	-ms-animation: coccoc-alo-circle-img-anim 1s infinite ease-in-out;
	-o-animation: coccoc-alo-circle-img-anim 1s infinite ease-in-out;
	animation: coccoc-alo-circle-img-anim 1s infinite ease-in-out;
	-webkit-transform-origin: 50% 50%;
	-moz-transform-origin: 50% 50%;
	-ms-transform-origin: 50% 50%;
	-o-transform-origin: 50% 50%;
	transform-origin: 50% 50%
}

.coccoc-alo-phone.coccoc-alo-active .coccoc-alo-ph-img-circle {
	-webkit-animation: coccoc-alo-circle-img-anim 1s infinite ease-in-out !important;
	-moz-animation: coccoc-alo-circle-img-anim 1s infinite ease-in-out !important;
	-ms-animation: coccoc-alo-circle-img-anim 1s infinite ease-in-out !important;
	-o-animation: coccoc-alo-circle-img-anim 1s infinite ease-in-out !important;
	animation: coccoc-alo-circle-img-anim 1s infinite ease-in-out !important
}

.coccoc-alo-phone.coccoc-alo-static .coccoc-alo-ph-img-circle {
	-webkit-animation: coccoc-alo-circle-img-anim 0s infinite ease-in-out !important;
	-moz-animation: coccoc-alo-circle-img-anim 0s infinite ease-in-out !important;
	-ms-animation: coccoc-alo-circle-img-anim 0s infinite ease-in-out !important;
	-o-animation: coccoc-alo-circle-img-anim 0s infinite ease-in-out !important;
	animation: coccoc-alo-circle-img-anim 0s infinite ease-in-out !important
}

.coccoc-alo-phone.coccoc-alo-hover .coccoc-alo-ph-img-circle,
.coccoc-alo-phone:hover .coccoc-alo-ph-img-circle {
	background-color: #00aff2
}

.coccoc-alo-phone.coccoc-alo-green.coccoc-alo-hover .coccoc-alo-ph-img-circle,
.coccoc-alo-phone.coccoc-alo-green:hover .coccoc-alo-ph-img-circle {
	background-color: #75eb50;
	background-color: #75eb50 9
}

.coccoc-alo-phone.coccoc-alo-green .coccoc-alo-ph-img-circle {
	background-color: #00aff2;
	background-color: #00aff2 9
}

.coccoc-alo-phone.coccoc-alo-gray.coccoc-alo-hover .coccoc-alo-ph-img-circle,
.coccoc-alo-phone.coccoc-alo-gray:hover .coccoc-alo-ph-img-circle {
	background-color: #ccc
}

.coccoc-alo-phone.coccoc-alo-gray .coccoc-alo-ph-img-circle {
	background-color: #75eb50
}

@-moz-keyframes coccoc-alo-circle-anim {
	0% {
		-moz-transform: rotate(0) scale(.5) skew(1deg);
		opacity: .1;
		-moz-opacity: .1;
		-webkit-opacity: .1;
		-o-opacity: .1
	}

	30% {
		-moz-transform: rotate(0) scale(.7) skew(1deg);
		opacity: .5;
		-moz-opacity: .5;
		-webkit-opacity: .5;
		-o-opacity: .5
	}

	100% {
		-moz-transform: rotate(0) scale(1) skew(1deg);
		opacity: .6;
		-moz-opacity: .6;
		-webkit-opacity: .6;
		-o-opacity: .1
	}

}

@-webkit-keyframes coccoc-alo-circle-anim {
	0% {
		-webkit-transform: rotate(0) scale(.5) skew(1deg);
		-webkit-opacity: .1
	}

	30% {
		-webkit-transform: rotate(0) scale(.7) skew(1deg);
		-webkit-opacity: .5
	}

	100% {
		-webkit-transform: rotate(0) scale(1) skew(1deg);
		-webkit-opacity: .1
	}

}

@-o-keyframes coccoc-alo-circle-anim {
	0% {
		-o-transform: rotate(0) kscale(.5) skew(1deg);
		-o-opacity: .1
	}

	30% {
		-o-transform: rotate(0) scale(.7) skew(1deg);
		-o-opacity: .5
	}

	100% {
		-o-transform: rotate(0) scale(1) skew(1deg);
		-o-opacity: .1
	}

}

@-moz-keyframes coccoc-alo-circle-fill-anim {
	0% {
		-moz-transform: rotate(0) scale(.7) skew(1deg);
		opacity: .2
	}

	50% {
		-moz-transform: rotate(0) -moz-scale(1) skew(1deg);
		opacity: .2
	}

	100% {
		-moz-transform: rotate(0) scale(.7) skew(1deg);
		opacity: .2
	}

}

@-webkit-keyframes coccoc-alo-circle-fill-anim {
	0% {
		-webkit-transform: rotate(0) scale(.7) skew(1deg);
		opacity: .2
	}

	50% {
		-webkit-transform: rotate(0) scale(1) skew(1deg);
		opacity: .2
	}

	100% {
		-webkit-transform: rotate(0) scale(.7) skew(1deg);
		opacity: .2
	}

}

@-o-keyframes coccoc-alo-circle-fill-anim {
	0% {
		-o-transform: rotate(0) scale(.7) skew(1deg);
		opacity: .2
	}

	50% {
		-o-transform: rotate(0) scale(1) skew(1deg);
		opacity: .2
	}

	100% {
		-o-transform: rotate(0) scale(.7) skew(1deg);
		opacity: .2
	}

}

@-moz-keyframes coccoc-alo-circle-img-anim {
	0% {
		transform: rotate(0) scale(1) skew(1deg)
	}

	10% {
		-moz-transform: rotate(-25deg) scale(1) skew(1deg)
	}

	20% {
		-moz-transform: rotate(25deg) scale(1) skew(1deg)
	}

	30% {
		-moz-transform: rotate(-25deg) scale(1) skew(1deg)
	}

	40% {
		-moz-transform: rotate(25deg) scale(1) skew(1deg)
	}

	50% {
		-moz-transform: rotate(0) scale(1) skew(1deg)
	}

	100% {
		-moz-transform: rotate(0) scale(1) skew(1deg)
	}

}

@-webkit-keyframes coccoc-alo-circle-img-anim {
	0% {
		-webkit-transform: rotate(0) scale(1) skew(1deg)
	}

	10% {
		-webkit-transform: rotate(-25deg) scale(1) skew(1deg)
	}

	20% {
		-webkit-transform: rotate(25deg) scale(1) skew(1deg)
	}

	30% {
		-webkit-transform: rotate(-25deg) scale(1) skew(1deg)
	}

	40% {
		-webkit-transform: rotate(25deg) scale(1) skew(1deg)
	}

	50% {
		-webkit-transform: rotate(0) scale(1) skew(1deg)
	}

	100% {
		-webkit-transform: rotate(0) scale(1) skew(1deg)
	}

}

@-o-keyframes coccoc-alo-circle-img-anim {
	0% {
		-o-transform: rotate(0) scale(1) skew(1deg)
	}

	10% {
		-o-transform: rotate(-25deg) scale(1) skew(1deg)
	}

	20% {
		-o-transform: rotate(25deg) scale(1) skew(1deg)
	}

	30% {
		-o-transform: rotate(-25deg) scale(1) skew(1deg)
	}

	40% {
		-o-transform: rotate(25deg) scale(1) skew(1deg)
	}

	50% {
		-o-transform: rotate(0) scale(1) skew(1deg)
	}

	100% {
		-o-transform: rotate(0) scale(1) skew(1deg)
	}

}

@-moz-keyframes fadeInRight {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0);
		-ms-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0)
	}

	100% {
		opacity: 1;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none
	}

}

@-webkit-keyframes fadeInRight {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0);
		-ms-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0)
	}

	100% {
		opacity: 1;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none
	}

}

@-o-keyframes fadeInRight {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0);
		-ms-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0)
	}

	100% {
		opacity: 1;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none
	}

}

@keyframes fadeInRight {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0);
		-ms-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0)
	}

	100% {
		opacity: 1;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none
	}

}

@-moz-keyframes fadeOutRight {
	0% {
		opacity: 1
	}

	100% {
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0);
		-ms-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0)
	}

}

@-webkit-keyframes fadeOutRight {
	0% {
		opacity: 1
	}

	100% {
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0);
		-ms-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0)
	}

}

@-o-keyframes fadeOutRight {
	0% {
		opacity: 1
	}

	100% {
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0);
		-ms-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0)
	}

}

@keyframes fadeOutRight {
	0% {
		opacity: 1
	}

	100% {
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0);
		-ms-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0)
	}

}

@-moz-keyframes coccoc-alo-circle-anim {
	0% {
		transform: rotate(0) scale(.5) skew(1deg);
		opacity: .1
	}

	30% {
		transform: rotate(0) scale(.7) skew(1deg);
		opacity: .5
	}

	100% {
		transform: rotate(0) scale(1) skew(1deg);
		opacity: .1
	}

}

@-webkit-keyframes coccoc-alo-circle-anim {
	0% {
		transform: rotate(0) scale(.5) skew(1deg);
		opacity: .1
	}

	30% {
		transform: rotate(0) scale(.7) skew(1deg);
		opacity: .5
	}

	100% {
		transform: rotate(0) scale(1) skew(1deg);
		opacity: .1
	}

}

@-o-keyframes coccoc-alo-circle-anim {
	0% {
		transform: rotate(0) scale(.5) skew(1deg);
		opacity: .1
	}

	30% {
		transform: rotate(0) scale(.7) skew(1deg);
		opacity: .5
	}

	100% {
		transform: rotate(0) scale(1) skew(1deg);
		opacity: .1
	}

}

@keyframes coccoc-alo-circle-anim {
	0% {
		transform: rotate(0) scale(.5) skew(1deg);
		opacity: .1
	}

	30% {
		transform: rotate(0) scale(.7) skew(1deg);
		opacity: .5
	}

	100% {
		transform: rotate(0) scale(1) skew(1deg);
		opacity: .1
	}

}

@-moz-keyframes coccoc-alo-circle-fill-anim {
	0% {
		transform: rotate(0) scale(.7) skew(1deg);
		opacity: .2
	}

	50% {
		transform: rotate(0) scale(1) skew(1deg);
		opacity: .2
	}

	100% {
		transform: rotate(0) scale(.7) skew(1deg);
		opacity: .2
	}

}

@-webkit-keyframes coccoc-alo-circle-fill-anim {
	0% {
		transform: rotate(0) scale(.7) skew(1deg);
		opacity: .2
	}

	50% {
		transform: rotate(0) scale(1) skew(1deg);
		opacity: .2
	}

	100% {
		transform: rotate(0) scale(.7) skew(1deg);
		opacity: .2
	}

}

@-o-keyframes coccoc-alo-circle-fill-anim {
	0% {
		transform: rotate(0) scale(.7) skew(1deg);
		opacity: .2
	}

	50% {
		transform: rotate(0) scale(1) skew(1deg);
		opacity: .2
	}

	100% {
		transform: rotate(0) scale(.7) skew(1deg);
		opacity: .2
	}

}

@keyframes coccoc-alo-circle-fill-anim {
	0% {
		transform: rotate(0) scale(.7) skew(1deg);
		opacity: .2
	}

	50% {
		transform: rotate(0) scale(1) skew(1deg);
		opacity: .2
	}

	100% {
		transform: rotate(0) scale(.7) skew(1deg);
		opacity: .2
	}

}

@-moz-keyframes coccoc-alo-circle-img-anim {
	0% {
		transform: rotate(0) scale(1) skew(1deg)
	}

	10% {
		transform: rotate(-25deg) scale(1) skew(1deg)
	}

	20% {
		transform: rotate(25deg) scale(1) skew(1deg)
	}

	30% {
		transform: rotate(-25deg) scale(1) skew(1deg)
	}

	40% {
		transform: rotate(25deg) scale(1) skew(1deg)
	}

	50% {
		transform: rotate(0) scale(1) skew(1deg)
	}

	100% {
		transform: rotate(0) scale(1) skew(1deg)
	}

}

@-webkit-keyframes coccoc-alo-circle-img-anim {
	0% {
		transform: rotate(0) scale(1) skew(1deg)
	}

	10% {
		transform: rotate(-25deg) scale(1) skew(1deg)
	}

	20% {
		transform: rotate(25deg) scale(1) skew(1deg)
	}

	30% {
		transform: rotate(-25deg) scale(1) skew(1deg)
	}

	40% {
		transform: rotate(25deg) scale(1) skew(1deg)
	}

	50% {
		transform: rotate(0) scale(1) skew(1deg)
	}

	100% {
		transform: rotate(0) scale(1) skew(1deg)
	}

}

@-o-keyframes coccoc-alo-circle-img-anim {
	0% {
		transform: rotate(0) scale(1) skew(1deg)
	}

	10% {
		transform: rotate(-25deg) scale(1) skew(1deg)
	}

	20% {
		transform: rotate(25deg) scale(1) skew(1deg)
	}

	30% {
		transform: rotate(-25deg) scale(1) skew(1deg)
	}

	40% {
		transform: rotate(25deg) scale(1) skew(1deg)
	}

	50% {
		transform: rotate(0) scale(1) skew(1deg)
	}

	100% {
		transform: rotate(0) scale(1) skew(1deg)
	}

}

@keyframes coccoc-alo-circle-img-anim {
	0% {
		transform: rotate(0) scale(1) skew(1deg)
	}

	10% {
		transform: rotate(-25deg) scale(1) skew(1deg)
	}

	20% {
		transform: rotate(25deg) scale(1) skew(1deg)
	}

	30% {
		transform: rotate(-25deg) scale(1) skew(1deg)
	}

	40% {
		transform: rotate(25deg) scale(1) skew(1deg)
	}

	50% {
		transform: rotate(0) scale(1) skew(1deg)
	}

	100% {
		transform: rotate(0) scale(1) skew(1deg)
	}

}
/*end alo*/

.nhan-bao-gia{

bottom:20px;
left:10px;
position: fixed;

z-index:10000;
}
.nhan-bao-gia a{
color:#fff;
padding:10px 15px;
background-color:red;
font-size:12px;
border-radius:5px;
text-transform: uppercase;
text-decoration: none;


}
.nhan-bao-gia a:hover{
background-color:#555;
text-decoration: none;
}
.fixed-hotline{
    position: fixed;
    bottom: -1px;
    left: 10px;
    z-index: 999;
    background: red;
    border-radius: 4px 4px 0 0;
    padding: 5px 15px;
    font-weight: bold;
    font-size: 15px;
}
.fixed-hotline span{
    color: #fff;
}
.fixed-hotline span a{
    color: #fff;
}
.footer-name {
margin-bottom:10px;
}

.footer-name h3 a,.footer-name h3 a span{
color:#fff !important;
}
.footer-name p{
color:#fff !important;
font-weight: 300;
}
.footer-name p i{
margin-right:10px;

}
.left-price {
margin-top:10px;
font-size:25px;
color:#555;
font-weight: bold;
}
.khuyen-mai{
padding:10px 5px;
background-color:red;
color:#fff;
margin-top:10px;
font-size:16px;
}
.details-car{
padding: 0 0 50px 0 !important;
}
.button-scroll {
margin-top:10px;
}
.button-scroll ul{padding-left:0px !important;}
.button-scroll ul li{display:inline-block;list-style:none;width:calc((100% - 20px)/2);margin-right:15px; margin-bottom:5px;}
.button-scroll ul li:nth-child(2n+2){;margin-right:0px}
.button-scroll ul li a{
padding:0px 0px;
text-align:left;
display:block;
background-color:#002c5f;
color:#fff;
text-decoration:none;
text-transform:uppercase;
font-size:14px;
}
.button-scroll ul li a i{
margin-right:10px;
font-size:20px;
height:100%;
width:20%;
background-color:#555;
padding:10px;
}
.scroll-it-fix {
position: fixed;
width:100%;
left: 0px;
top: -11px;
z-index: 20;
box-shadow: 0 3px 0 rgba(0, 0, 0, .2);
background-color:#555;
}
.scroll-it-fix ul {
margin-left:auto;
margin-right:auto;
margin-bottom:0px;
}
.scroll-it-fix ul li{
display:inline-block;
width:auto;
margin-bottom:0px;
margin-right:0px;

}
.scroll-it-fix ul li:nth-child(2n+2){margin-right:0px;}
.scroll-it-fix ul li a {
padding:12px 22px; 
display:block;
}
.scroll-it-fix ul li a:hover, .scroll-it-fix ul li a.active {
background-color:#999;
color:#fff;
}
.scroll-it-fix ul li a i{
display:none;
}

.intro-item-head {
    text-align: center;
    font-weight: 700;
    position: relative;
    padding-bottom: 12px;
    font-size: 18px;
	margin-bottom:30px;
}

.intro-item-head:before {
    position: absolute;
    content: '';
    width: 100px;
    height: 3px;
    bottom: 0px;
    left: 50%;
    margin-left: -50px;
    background-color: #f4bc00;
}
.auto-container {
margin-bottom:20px;
}
.auto-container .general-content {
text-align:center;
}
.auto-container .general-content img{
max-width:100%;
height:auto;
}
@media screen and (max-width: 610px){
.button-scroll ,.scroll-it-fix{display:none;}
}
@media screen and (max-width: 910px){
.button-scroll ,.scroll-it-fix{display:none;}
}
.logo-mobile {
float:left;width:30% !important;
}
.logo-mobile img{
width:100%;
}
.menu-mobile{
float:left;width:100% !important;
text-align:left !important;
padding-left:0%;
padding-top:10px;
}
/*.b-nav {
	background-color:#333;
	}*/
.dia_chi_top {
	padding-top:5px;
	}
.hotline_top,.social-icon {
	padding-top:20px;
	}
.dia_chi_top .icon-map ,.hotline_top .icon-phone {
	padding-left:5px !important;
	padding-right:5px !important;
	}
.dia_chi_top .icon-map i{
	width:50px;
	height:50px;
	border:3px solid #F60;
	border-radius:25px;
	padding: 4px 11px;
	font-size:40px;
	color:#F60;
	}
.hotline_top .icon-phone i{
	width:50px;
	height:50px;
	border:3px solid #F60;
	border-radius:25px;
	padding: 4px 7px;
	font-size:40px;
	color:#F60;
	}	
.dia_chi_top .text-dia-chi {
	padding-left:5px !important;
	padding-right:5px !important;
	font-size:14px;
	color:#FFF;
	}
.hotline_top .text-dia-chi {
	padding-left:5px !important;
	padding-right:5px !important;
	font-size:14px;
	color:#FFF;
	}	
.dia_chi_top .text-dia-chi span,.hotline_top .text-dia-chi span{
	display:block;
	font-size:10px;
	color:#F60;
	}
.dia_chi_top h3{
color:#fff;
font: 600 40px 'Hyundai Sans Head',sans-serif;
text-transform: uppercase;
font-style:italic;
}
.dia_chi_top h3 span{
color:#dd9933;

}
.b-topBar__addr {
    
     border-right: 0px !important;
    border-left: 0px !important;
   
}
.b-topBar__addr, .b-topBar__tel,.b-topBar__tel{
font-size:17px !important;
}
.social-icon .facebook-icon{
	margin-right:10px;
	}
.social-icon .facebook-icon{
	height:40px;
	width:40px;
	padding: 7px 11px;
	}
.social-icon .google-icon{
	height:40px;
	width:40px;
	padding: 5px 8px;
	}	
.social-icon .facebook-icon{ background-color:#06F;}
.social-icon .google-icon{ background-color:#F00;}	
.social-icon .facebook-icon i,.social-icon .google-icon i{
	font-size:30px;
	color:#FFF;
	}	

/*PRODUCT*/

.itemProduct {
    margin-bottom: 10px;
    /* float: right; */
    height: 285px;
}
.preview-panel {
    width: 100%;
	padding:10px;
}
.box-img {
    position: relative;
    
   
    width: 100%;
}
.box-img img {
    max-width: 100%;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.box-img a img {
	min-width:100%;
	height: auto;
	}
.box-img:hover img {
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.car-meta-top a {

	text-decoration: none;
}
.car-meta-top a:hover {

	text-decoration: none;
}
h3.title.sanpham {
    font-weight: 500;
    
    padding: 10px 0;
    margin-bottom: 5px;
    font-size: 20px;
    text-align: center;
    margin-top: 0px !important;
    color:#000;
    font-family: 'Hyundai Sans Head';
}
.car-meta-top.heading-font.clearfix {
    color: #fff;
}
.price {
    position: relative;
    float: left;
    padding: 0;
   
    background-color:#002c5f;
    text-align: center;
    width: 100%;
    font-weight: bold;
}
.price span{
	font-family: 'Hyundai Sans Head';
    font-weight: 700;
	font-size:18px !important;
	color: #fff;
	padding: 5px 5px;
	text-align: center;
	display: block;

	}
.normal-price span{
	font-size:12px !important;
	}
.text-tragop {
    background: #c9c1c1;
    position: relative;
    float: right;
    padding: 10px 0;
    text-align: center;
    width:60%;
    font-weight: bold;
    font-size: 12px;
    color: #000;
}
.car-meta-bottom {
    padding: 10px 0;
    border-bottom: solid 1px #7f7f7f;
    display: flex;
    font-size: 12px;
}
.soghe {
    width: 35%;
    float: left;
}
.sosan {
    width: 65%;
    float: right;
}
.car-meta-bottom span {
    margin-bottom: -5px;
    margin-left: 3px;
}
.iconsoghe {
    background-image: url(images/ghe_icon.png);
    width: 18px;
    height: 18px;
    background-repeat: no-repeat;
    background-size: 18px 18px;
    display: inline-block;
}
.iconsosan {
    background-image: url(images/so_icon.png);
    width: 18px;
    height: 18px;
    background-repeat: no-repeat;
    background-size: 18px 18px;
    display: inline-block;
}
.news-item a {
	   border: 0px !important;
    	padding: 0px!important;
	}
.news-title {
	margin:0px !important;
	}	
.news-item p{
	padding-top: 10px !important; 
	}	
.b-welcome, .b-welcome .container{
	background-color:#002c5f !important;
	}	
.b-world__item h2 {
	border-left: 3px solid #002c5f !important;
	}	
.b-welcome__services-circle {
	border: 10px solid #002c5f !important;
	}	
/*.title-header {
	background-color:#000;
	padding:10px 5px;
	margin-bottom:10px;
	}*/
.title-header h2{
	margin:0px !important;
	border-left:0px !important;
	color:#fff !important;
	}
.news-item-right {
	margin-bottom:10px;
	}		
.news-item-right .img-div {
	padding-left:0px !important;
	}
.news-item-right .info-item-right h4 {
	margin-top:0px !important; 
	margin-bottom:0px !important; 
	}	
.news-item-right .info-item-right span{
	font-size:12px;
	color:#666;
	}	
.news-item-right .info-item-right i{
	font-size:12px;
	color:#666;
	margin-right:10px;
	}
.tab-style{
	background-color:#000 !important;
	padding:10px 15px;
	margin-bottom:10px;
	font-size:16px;
	font-weight:500;
	color:#FFF !important;
	}
.j-tab{
	background-color:#999;
	padding:10px 15px;
	margin-bottom:10px;
	font-size:16px;
	font-weight:500;
	color:#FFF !important;
	margin-right:5px !important;
	}	
.b-detail__main-aside-about-form-links a{
	margin-right:5px !important;
	}	
.page-content {
	padding-top:30px !important;
	}	
.page-temp h1{
	font-size:25px;
	border-left:3px solid #F90;
	margin-left:-15px !important;
	padding-left:5px !important;
	pading-top:5px !important;
	text-transform:uppercase;
	}
.banner_top	{
	width:100%;
	overflow:hidden;
	
	background-size: cover;

	}
.banner_top .container {
	padding:50px 0px;
	text-align: center;
}
.banner_top .container h1{
	font-size: 30px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1px;
    font-family: 'Hyundai Sans Head';
}
.banner_top img{
	width:100%;
	height:auto;
	}	
.khuyen-mai-moi {
	padding:10px;
	border:1px solid #999;
	margin-bottom:15px;
	}
#thong-so img,#gioi-thieu img{
max-width:100%;
height:auto;
}	
.b-topBar__tel {
border:0px !important;
font-size:17px !important;
}
.banner-km img{
width:100%;
height:auto;
}
.b-topBar {
    background-color: #333333 !important;
}


/*EXTRA*/
.confidence {
    background: #f4f4f4;
    padding: 10px;
    text-align: center;
}
.confidence .mainbox .title-header {
    float: left;
    color: #474747;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 18px;
    margin-right: 15px;
}
.confidence  .mainbox {
    margin: 0 auto;
    overflow: hidden;
    width: 1100px;
}

.confidence .title-header {
    float: left;
    color: #474747;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 18px;
    margin-right: 15px;
}

.confidence ul {
    float: left;
    margin-top: 14px;
    padding: 0;
    margin: 0;
    list-style: none;
}
confidence li.carbrand {
    width: 217px;
}

.confidence li {
    font-size: 12px;
    color: #989898;
    line-height: 18px;
    float: left;
    width: 242px;
    text-transform: uppercase;
    display: flex;
}
.confidence li .brandsicon {
    background-position: -2px -166px;
    width: 30px;
    height: 15px;
    margin-right: 5px;
    margin-top: 1px;
}
.sprite, .searchelement .filter .iradio_flat-red {
    background: url(/wp-content/themes/tronmedia/images/sprite-1.3.png) no-repeat;
    line-height: 0;
    font-size: 1px;
    display: inline-block;
    vertical-align: middle;
    zoom: 1;
}
.confidence li .soldicon {
    background-position: -36px -168px;
    width: 14px;
    height: 14px;
    margin-right: 5px;
    margin-top: 2px;
}
.confidence li .panicon {
    background-position: -147px -107px;
    width: 25px;
    height: 14px;
    margin-right: 5px;
}
.confidence li.arrowicon {
    background-position: -149px -125px;
    width: 8px;
    height: 14px;
    margin-right: 10px;
    margin-top: 0;
}
.padding15 {
    padding-bottom: 0px;
    padding-top: 10px;
}

.logo{
    /*margin-top: 10px;
    margin-bottom: 20px;*/
    text-align: center;
}
.logo img {
    width: 100%;
    height: auto;

}
.hotline {
    margin: 5px 0 0;
    display: block;
    font-family: 'Hyundai Sans Head';
    font-weight: bold;
    color: #002c5f;
    text-align: center;
    text-transform: uppercase;
    font-size: 18px;
    padding: 7px 10px;
}
.diachi {
    display: block;
    text-align: center;
    font-size: 14px;
    font-family: 'Hyundai Sans Head';
    font-weight: bold;
}
.search-form {
    margin: 20px 0;
}
.search-form .btn-success {
    color: #fff;
    background-color: #002c5f;
    border-color: #002c5f;
}
.search-form .buttom-search {
    padding: 6px 13px;
    border-radius: 0;
}
.search-form .form-control {
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    padding: 15px 15px;
}
.search-form .form-control {
    border: 1px solid #f5f5f5;
    font: normal 12px 'Hyundai Sans Head',sans-serif;
    color: #9a9a9a;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: #f5f5f5;
}
.nav {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}
nav.nav {
    background: #002c5f;
    position: relative;
    height: 45px;
}

a.home-icon {
    padding: 14px 0px 12px 0px;
    display: block;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 0px;
    font-family: 'Hyundai Sans Head';
    font-weight: bold;
}

.menu {
    margin-bottom: 0;
    text-align: right;
}
ul.menu  {

	list-style: none;
}
ul.menu li{

	float:left;

}
ul.menu li a{
	text-decoration: none;
    padding: 12px 20px 12px;
    display: block;
    font-family: 'Hyundai Sans Head';
    font-weight: bold;
    color: #fff;
    text-transform: uppercase;
    font-size: 15px;
	background: url(/wp-content/themes/tronmedia/images/bg-spit2.png) no-repeat right;
   
}

a .cariconnew {
    width: 36px;
    height: 16px;
    background-position: -165px -605px;
    margin-right:5px;
}
.bootstrap-sprite {
    background: url(/wp-content/themes/tronmedia/images/bootstrap-sprite.png) no-repeat;
    line-height: 0;
    font-size: 1px;
    display: inline-block;
    vertical-align: middle;
    zoom: 1;
}
.b-asks__first {

	background: #002c5f !important;
    color: #fff;
    margin-bottom: 20px;
}
.b-asks__first-circle {
    
    border: 2px solid #fff !important;
    
}
.b-asks__first:hover .b-asks__first-circle {
	background-color: #999;
    fill: #999;
}
.b-asks__first:hover .b-asks__first-circle {

	border-color: #fff!important;
}
.b-asks .b-asks__first:hover {

	background-color: #999 !important;
    fill: #999 !important;
}

/*footer*/

.copyright-info h4 {
    text-transform: uppercase;
    font-size: 15px;
    color:#fff;
    font-weight: 500;
}
.b-features {
	background: #002c5f !important;
}
.copyright-info p{
 	font-size: 12px;
    color:#fff;
    font-weight: 500;

}

.detail-main-aside-desc h2 {
    margin: 0px 0 20px;
}
.detail-main-aside-desc h2 {
    font-size: 20px;
    text-transform: uppercase;
    padding-left: 12px;
    border-left: 4px solid #002c5f;
    margin-bottom: 10px;
    margin-top: 0;
    font-weight: 700;
    font-family: 'Hyundai Sans Head';
}
.detail-main-aside .thong-so .thong-so-chi-tiet {
    border-left: 3px solid #eeeeee;
}
.detail-main-aside .thong-so .thong-so-chi-tiet p {
    margin: 0px 0px;
}
.detail-main-aside-desc-title {

	
    padding-right: 15px;
}
.detail-main-aside .thong-so {
    margin-bottom: 10px;
    margin-left:0px !important;
}
.detail-main-aside .thong-so .thong-so-chi-tiet {
    border-left: 3px solid #eeeeee;
}
.detail-main-aside .thong-so .right-info p {
    font-weight: 600;
}
.detail-main-aside .thong-so .thong-so-chi-tiet p {
    margin: 0px 0px;
}
.aside-about {
    margin: 0px 0px 40px 0px;
}
.title-desc {
    font-size: 20px;
    text-transform: uppercase;
    padding-left: 12px;
    border-left: 4px solid #cc6119;
    margin-bottom: 10px;
    margin-top: 0;
    font-weight: 700;
    font-family: 'Hyundai Sans Head';
}
.aside-about-call {
    background: #555555;
    color: #FFEB3B;
    padding: 20px 0 20px 80px;
    position: relative;
}
.aside-about-seller {
    background: #002c5f;
    color: #fff;
}

.aside-about-seller {
    padding: 10px 0 10px 0;
    text-align: center;
}
.title-form {
    text-align: center;
    padding: 15px 0 0;
    background: #EEEEEE;
    color: #f40b0b;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 700;
    font-family: 'Hyundai Sans Head';
}
.aside-about-form {
    background: #eee;
    padding-bottom: 20px;
}

.aside-about-call span.fa {
    display: block;
    height: 100%;
    font-size: 34px;
    position: absolute;
    left: 0;
    top: 0;
    padding: 32px 15px 0 15px;
}
.aside-about-call span.fa {
    background: #808080;
}
.aside-about-call > div {
    font: 700 26px 'Hyundai Sans Head', sans-serif;
}
.aside-about-call p {
    font: 400 12px 'Hyundai Sans Head', sans-serif;
    margin: 0;
    color: #ddd;
}
.aside-about-seller p {
    font-size: 13px;
    margin-bottom: 0px;
}
/*.flash1 {
    -webkit-animation: blink 0.75s linear infinite !important;
    -moz-animation: blink 0.75s linear infinite !important;
    -ms-animation: blink 0.75s linear infinite !important;
    -o-animation: blink 0.75s linear infinite !important;
    animation: blink 0.75s linear infinite !important;
}*/

.flash1{
    -webkit-animation-name: blinker;
    -webkit-animation-duration: 1s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    
    -moz-animation-name: blinker;
    -moz-animation-duration: 1s;
    -moz-animation-timing-function: linear;
    -moz-animation-iteration-count: infinite;
    
    animation-name: blinker;
    animation-duration: 1s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}

@-moz-keyframes blinker {  
    0% { opacity: 1.0; }
    50% { opacity: 0.0; }
    100% { opacity: 1.0; }
}

@-webkit-keyframes blinker {  
    0% { opacity: 1.0; }
    50% { opacity: 0.0; }
    100% { opacity: 1.0; }
}

@keyframes blinker {  
    0% { opacity: 1.0; }
    50% { opacity: 0.0; }
    100% { opacity: 1.0; }
}
/*MAU SAC*/
.owl-thumbs {
    text-align: center;
	position: relative;
    top: 15px;
   
   /* margin-top: -54px !important;
    position: relative !important;
    margin-bottom: 17px !important;
    z-index: 10 !important;*/
}	
.thumb-box {
    padding: 15px 10px;
}
.thumb-item{
width:calc((100%-200px)/20);
margin-right:10px;
display:inline-block;
margin-left:auto;
margin-right:auto;
}
.thumb-item.active {
border:1px solid #F90;
}
.top-pro {

	margin-bottom: 30px;
}
.b-detail__main-info-text img{

	max-width:100%;
	height:auto;
}

/*PRICE TABLE*/
.price-table {
    border: 1px solid #eeeeee;
    padding: 15px 15px;
    font-size: 14px;
    color: #555;
    margin: 0px 0px;
    margin-bottom: 20px !important;
}
.title-price {
    padding: 0px 10px 5px 10px;
    text-align: center;
    font-family: 'Hyundai Sans Head';
    text-transform: uppercase;
    font-size: 18px;
    font-weight: bold;
    color: #000;
    border-bottom: 1px solid #eeeeee;
    margin-bottom: 10px;
}
.price-table .price-info {
    text-transform: uppercase;
    text-transform: uppercase;
    letter-spacing: 0px;
    font-family: 'Hyundai Sans Head';
    font-size: 16px;
}
.price-table .price-info span {
    
    font-family: 'Hyundai Sans Head', sans-serif;
    font-weight: 500;
    font-size: 15px;
    text-transform: uppercase;
    color: #000;
    font-weight: bold;
}
.price-table .price-info .price-normal {
    font-family: 'Hyundai Sans Head', sans-serif;
    font-size: 22px;
    text-transform: uppercase;
    color: #002c5f;
    font-weight: 600;
    margin-top: 10px;


    
}
.time-info {
    
    padding-right: 0px;
}
.price-table .info-title {
    font-family: 'Hyundai Sans Head', sans-serif;
    font-size: 10px;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 15px;
   
}
.time-info p {
    font-size: 14px;
    margin-bottom: 5px;
}
.b-detail__main-info-text .price-table  .text-des {

	margin-bottom: 10px !important;
	text-align: justify;
    font-family: 'Hyundai Sans Head', sans-serif;
    font-size: 15px;
}
.contacts-price {
    padding: 15px;
    /*background: url(images/avatar.png) 10px center no-repeat;*/
    background-color: #2475ce;
    margin-bottom: 20px;
}
.contacts-price-plan {
    font-family: 'Hyundai Sans Head', sans-serif;
    text-transform: uppercase;
    text-align: center;
    line-height: 2;
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 0.5px;
}
.contacts-price-plan > a {
    text-decoration: none;
    display: inline-block;
    padding: 0px 20px;
    border-radius: 30px;
    margin-left: 10px;
    background-color: #ffcc02;
    fill: #002c5f;
    color: #fff;
}
.contacts-price-plan > p {
    margin: 0;
    font-size: 14px;
    color:#fff;
}
.c-form .input-group .form-control {
    background-color: #fdfdfd;
    border: 1px solid #d3d3d3 !important;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border: 0;
    padding: 5px 15px;
    color: #000;
    font-weight: 400;
    min-height: 35px;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.c-form .input-group {
    width: 100%;
}
.c-form .input-group {
    margin-bottom: 10px;
    float: left;
}
.c-form .input-group .form-control {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    
}
.c-form input[type=checkbox], input[type=radio] {
    margin: 10px 5px 0;
}
.c-form span.wpcf7-list-item {
    margin-left: 0;
}
.c-form input[type='submit'] {
    color: #fff;
    background-color: #002c5f;
    fill: #002c5f;
    font: 700 12px 'Hyundai Sans Head',sans-serif;
    padding: 10px 20px;
}

.box-full {
    width: 100%;
    padding: 5px;
    text-align: center;
    margin-bottom: 10px;
    border-radius: 5px;
    border: 2px dotted #555;
}
.box-full h2 {
    font-size: 25px;
    text-align: center;
    padding: 10px 5px !important;
    margin: 10px;
    color: red;
    -webkit-animation: colorchange 20s infinite alternate;
    margin-bottom: 10px;
    font-family: 'Hyundai Sans Head', sans-serif;
    text-transform: uppercase;

}
.box-full .box-product {
    
    padding: 5px;
    float: left;
}
.box-full .box-product a {
   	font-family: 'Hyundai Sans Head', sans-serif;
    
    font-weight: 500;
    font-size: 25px;
    color: #FFF;
    display: block;
    text-align: center;
    text-decoration: none;
    padding: 20px 0px;
    border-radius: 5px;

}
.red {
    background-color: #F00;
}
.green {
    background-color: #09C;
}
.box-full .box-product a span {
    display: block;
    font-size: 14px;
    font-weight: 200;

}
 .change-color{
        -webkit-animation: color-change 1s infinite;
        -moz-animation: color-change 1s infinite;
        -o-animation: color-change 1s infinite;
        -ms-animation: color-change 1s infinite;
        animation: color-change 1s infinite;
    }

    @-webkit-keyframes color-change {
        0% { color: red; }
        50% { color: blue; }
        100% { color: red; }
    }
    @-moz-keyframes color-change {
        0% { color: red; }
        50% { color: blue; }
        100% { color: red; }
    }
    @-ms-keyframes color-change {
        0% { color: red; }
        50% { color: blue; }
        100% { color: red; }
    }
    @-o-keyframes color-change {
        0% { color: red; }
        50% { color: blue; }
        100% { color: red; }
    }
    @keyframes color-change {
        0% { color: red; }
        50% { color: blue; }
        100% { color: red; }
    }

 #uu-dai {
    padding: 20px 0px 0px;
    color: white;
    text-align: center;
    height:auto;
    background-color: #000;
    padding:30px 0px;

}

 #uu-dai h4 {
    font-family: 'Hyundai Sans Head';
    font-weight: bold;
    font-size: 38px;
    text-align: center;
    line-height: 1.4em;
}   
#uu-dai p {
    font-size: 20px;
}
#uu-dai h3 {
    font-family: 'Hyundai Sans Head';
    font-weight: bold;
    margin-bottom: 0px;
    padding: 10px 0px 10px !important;
    color: #f2c023;
    margin-top: 5px !important;
}

#uu-dai p .bold {
    font-family: 'Hyundai Sans Head';
    font-weight: bold;
    font-size: 32px;
    color: #f4524d;
}

.form-nhan-uu-dai{

	width:50%;margin-left:auto;margin-right: auto;
}
@media screen and (max-width: 599px){

	.form-nhan-uu-dai {
		width:90%;

	}
}

.s-form select {

	display: block;
    width: 100%;
    margin-bottom: 15px;
    padding: 15px 20px;
    font: 400 10px 'Hyundai Sans Head',sans-serif;
    border: 1px solid #eeeeee;
    text-transform: uppercase;
    border-radius: 30px;
}

.s-form input[type='text']:focus, .s-form input[type='tel']:focus, .s-form input[type='email']:focus, .s-form textarea:focus, .s-form select:focus {


outline: none;
}


/*count down*/
#countdown span {
	 font-family: 'Hyundai Sans Head';
    font-weight: 700;
    font-size: 50px;
}
.cric-lxam {
    color: #636363;
    padding-top: 10px;
    padding-bottom: 0;
    display: inline-block;
    text-align: center;
}
.cric-lxam p {
    display: inherit;
}

.cric-lxam .cric-color {
    display: inline-block;
    width: 24px;
    height: 24px;
    vertical-align: middle;
    border-radius: 50%;
    margin-right: 5px !important;
    margin-left: 20px !important;
    border: 1px solid #656565;
}

.b-detail__main-info-text p {

	margin-bottom: 0px !important;
}
.content-main-text td {
    border: 1px solid #ededed;
    padding: 6px 10px;
}
.tg .tg-6x94 {
    font-weight: bold;
    font-size: 16px;
    background-color: #f56b00;
    color: #fff;
    vertical-align: top;
}
.tg .tg-zuyr {
    background-color: #f9f9f9;
    font-weight: bold;
    font-size: 16px;
    vertical-align: top;
}

.content-main-text table {
    border-collapse: collapse;
    border-spacing: 0;
    font-size: 13px;
    line-height: 2;
    margin: 0 0 20px;
    width: 100%;
    table-layout: fixed;
    width: 750px;

}

.content-main-text table th {
    padding: 6px 10px;
    text-transform: uppercase;
    border: 1px solid #ededed;
}

.tg .tg-ev15 {
    font-weight: bold;
    font-size: 15px;
    background-color: #f56b00;
    color: #fff;
    vertical-align: top;
}
.read-more {

	text-align: left !important;
}
.read-more a{
padding:6px 10px;
background-color: #cd282f;
color:#fff;
text-transform: uppercase;
text-decoration: none;
}
.b-world .container {
    padding: 30px 15px 30px 15px !important;
}
.b-world .container .row .title-xe {

	 font-family: 'Hyundai Sans Head';
    font-weight: 700;
    font-size: 26px;
    text-transform: uppercase;
}
.lienhe {
    background: #fff none repeat scroll 0 0;
    border-top: 1px solid #d62825;
    bottom: 0;
    color: #646464;
    height: 56px;
    left: 0;
    min-width: 960px;
    position: fixed;
    width: 100%;
    z-index: 999998;
}
.lienhe-block {
    display: block;
    padding: 7px 0;
    text-align: center;
}
.lienhe-block li {
    color: #333;
    display: inline-block;
    font-size: 18px;
    line-height: 40px;
    margin-right: 40px;
    padding-left: 40px;
    position: relative;
}
.lienhe-block span {
    color: #de211e;
    font-size: 20px;
    font-weight: bold;
}
.lienhe-block small {
    font-size: 14px;
}
.lienhe-block li:last-child {
    margin-right: 0;
}
.lienhe-block li a {
    color: #333;
    text-decoration: underline;
}

#to-top {
   
    z-index: 999999 !important;
    
}
#main-menu {

	z-index: 999999;
}
.stickbutton {
    background: none repeat scroll 0 0 rgba(0,0,0,.7);
    bottom: 0;
    height: 50px;
    left: 0;
    position: fixed;
    text-align: center;
    width: 100%;
    z-index: 10000;
}
.stickbutton a {
    background: #e64125;
    border: 0 none;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-family: 'Hyundai Sans Head',sans-serif;
    font-size: 15px;
    padding: 3px 0;
    text-align: center;
    width: 41%;
    border-radius: 15px;
    margin: 9px 10px;
    text-transform: uppercase;
}
.b-detail__main-info-text table{

	width:100% !important;
}
.content-main-text #tong-quan table,.content-main-text #tong-quan table colgroup col {

	max-width:100% !important;
}
.bang-gia {max-width: 100%; background-color:#444;font-size: 16px;color:#fff; font-weight: 700;}
.bang-gia thead{background-color: #ea7917;color:#fff;}

.message-wrap {
    border-bottom: solid 2px #fff;
    border-top: solid 3px #fff;
    padding: 22px 0;
    background: #f0f0f0 url(https://demo.themesuite.com/automotive/images/message-shadow.png) top center repeat-x;
}
.message-wrap h2 {
    font-size: 30px;
    
    color: #000;
    font-family: 'Hyundai Sans Head';
    font-weight: normal;
    letter-spacing: -2px;
    margin: 0;
    text-align: left !important;
    padding-left: 0;
    line-height: 30px;
}
@media (min-width: 480px){
.message-wrap h2 {
    text-align: center;
}
}

.message-wrap .default-btn{
    font-size: 15.5px;
    padding: 5px 13px;
    background-color: #c7081b;
    border-radius: 4px;
    border: 0;
    color: #fff;
    text-align: center;
    vertical-align: middle;
    font-family: 'Hyundai Sans Head';
    font-weight: normal;
}
.message-wrap .default-btn:hover {
    background-color: #B8091B;
    color: #fff;
    outline: none;
    text-decoration: none;
}
.alternate-font {
    font-size: 1.5em;
    
    color: #c7081b;
}

.margin-vertical-40, .margin-bottom-40 {
    margin-bottom: 40px !important;
}
.margin-vertical-30, .margin-top-30 {
    margin-top: 30px !important;
}
.parallax_parent.design_2 .parallax_scroll {
   
    position: absolute;
    left: 0;
    right: 0;
    color: #FFF;
}

.parallax_scroll {
    
    background-size: initial;
    position: absolute;
    left: 0;
    right: 0;
    color: #FFF;
}

.parallax_parent.design_2 .parallax_scroll .overlay {
    background-color: rgba(240, 240, 240, 0.95);
}
.parallax_parent.design_2 .parallax_scroll .row > div {
    text-align: center;
    margin-bottom: 60px;
    color: #2D2D2D;
    padding-top: 60px;
    margin-top: 0;
}
.padding-left-none {
    padding-left: 0 !important;
}
.align-center {
    display: block;
    text-align: center;
}
.parallax_parent.design_2 .parallax_scroll .row i {
    display: block;
    font-size: 84px;
    color: #002c5f;
    line-height: 84px;
}
.parallax_parent.design_2 .parallax_scroll h3 {
    font-weight: bold;
    margin: 20px 0 14px 0;
    letter-spacing: -1px;
    font-size: 25px;
    font-family: 'Hyundai Sans Head';
    color:#002c5f;
}
.khuyen-mai-home h3 i{
	color:red;
	font-size: 25px;
	
}
.khuyen-mai-home h3{

	
	color:#666;
	font-size: 16px;
	font-weight: bold;
	font-family: 'Hyundai Sans Head';
}

.color-change{
    color: #f35626;
    background-image: -webkit-linear-gradient(92deg,#f35626,#feab3a);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-animation: hue 10s infinite linear;
}

@-webkit-keyframes hue {
  from {
    -webkit-filter: hue-rotate(0deg);
  }

  to {
    -webkit-filter: hue-rotate(-360deg);
  }
}

.prod-box {

	margin-bottom:15px;
}
.b-asks__first-info a h2 {

	color:#fff;
	text-decoration: none;
}
.b-asks__first-info a:hover {

	color:#fff;
	text-decoration: none !important;
}
.b-asks__first-info a:focus {

	color:#fff;
	text-decoration: none !important;
}
select {
	-webkit-appearance: none;
}


#banner-home {
	max-height: 550px;
	overflow: hidden;
}
#banner-home img{width:100%;height:auto;}
#banner-home .owl-prev,#banner-home .owl-next{background:#fff none repeat scroll 0 0;border-radius:3px;color:#222222;cursor:pointer;display:inline-block;font-size:40px;height:60px;line-height:55px;margin:0px 0px;padding:0;text-align:center;width:60px;position:absolute;opacity:0.4;}
#banner-home .owl-prev:hover,#banner-home .owl-next:hover{background:#1A2E60 none repeat scroll 0 0;color:#fff;}
#banner-home .owl-prev{left:1%;top:50%;}
#banner-home .owl-next{right:1%;top:50%;}
#banner-home .owl-nav .disabled{display:none;}
#banner-home .owl-controls, #banner-home .owl-nav{margin-top:0px !important;}

#navigation_toolbox {
    position: fixed;
    bottom: 60px;
    margin-left: 0px;
    z-index: 9999;
}
#navigation_toolbox ul {
    margin: 0;
    padding:5px;
}
#navigation_toolbox li {
    list-style: none;
    padding: 5px;
}
#navigation_toolbox li a {
    height: 100%;
    padding: 3px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    font-family: 'Hyundai Sans Head',serif;
}
/*MENU CHINH*/
.navbar {
	min-height: unset !important;
	margin-bottom: 0px !important;
}
.navbar, .navbar.navbar-default {
    background-color: #FFFFFF;
    color: #555555;
  
    border-radius: unset;
    border-color: #fff !important;
    font-size: 15px;
	font-weight: bold;
	font-family: 'Hyundai Sans Head';
    font-weight: 600;
    text-transform: uppercase;
}



.main-menu li.dropdown.no-re {
  position: unset;
}
.main-menu li.dropdown .dropdown-menu-full {
  display: none;
  border-radius: 0px;
  width: 100%;
  text-align: center;
  left: 0;
  right: 0;
  position: absolute;
  background-color: #fff;
  z-index: 999;
  -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
}
.main-menu li.dropdown:hover .dropdown-menu-full{
  display: block;
}
.dropdown-menu-full .card-nav-tabs {
  margin-top: 0px !important;
}
.dropdown-menu-full .nav-tabs {
  background-color: #023672 !important;
  border-radius: 0px !important;
}
.dropdown-menu-full .card-nav-tabs .header {
margin-top: 0px !important;
border-radius: 0px !important;
padding:5px 0px !important;
background-color: #e84e04 !important;
}
.dropdown-menu-full .navbar .dropdown-menu li > a:hover, .navbar .dropdown-menu li > a:focus, .navbar.navbar-default .dropdown-menu li > a:hover, .navbar.navbar-default .dropdown-menu li > a:focus {
background-color: #e84e04 !important;

}
.dropdown-menu-full .card-content .card-product a h2{
  font-size: 0.9em;
    line-height: 1.55em;
    margin: 15px 0px;
    min-height: 50px;
    display: block;

}
.nav-tabs > li > a  {
	color:#FFF;
}
.nav-tabs > li.active > a ,.nav-tabs > li > a:hover {
	border: unset !important; 
   border-bottom-color: transparent; 
   border-radius: 0px !important;
   color:#666;
}
.nav-tabs > li {
	margin-bottom: -3px !important;
}
.navbar.navbar-default .dropdown-menu li > a {
	font-size: 18px;
}
.navbar.navbar-default .dropdown-menu li > a:hover {
	background-color: #023672 !important;
	color:#FFF; 
}
.logo-right {
	top:0px;
}
.logo-right img {
	width:70%;
}

@media screen and (max-width: 599px){
.price span {
    font-family: 'Hyundai Sans Head';
    font-weight: 700;
    font-size: 12px !important;
    color: #fff;
    padding: 5px 5px;
    text-align: center;
    display: block;
}
h3.title.sanpham {
    font-size: 1em;
}
.parallax_parent.design_2 .parallax_scroll h3 {
    
    font-size: 17px;


}
.parallax_parent.design_2 .parallax_scroll .row > div {
    text-align: center;
    margin-bottom:20px;
    color: #2D2D2D;
   padding-top: 20px; 
    margin-top: 0;
}
.logo-right {
     top: 0px; 
}
.remoney p {
	font-size: 10px !important;
}
}

.contact-me {
    padding: 30px 0px;
}
.contact-me .container .row img {
    width: 100%;
    height: auto;
}
.contact-me .container {
    padding: 20px;
}
.wp-caption {max-width: 100% !important;margin: 0px; margin-bottom: 10px;margin-left: auto;margin-right: auto;}
.wp-caption-text {background-color: #e0e0e0;font-size: 14px;font-style: italic; text-align: center;}

.shiftnav-menu-title a {
	font-size: 20px;
}
.loan-info {
	padding: 20px 15px;
    border: 2px dashed #f0b630;
    border-radius: 4px;
    background: -webkit-linear-gradient(left, #fee7c1, #fffcee, #fee7c1);
    background: -o-linear-gradient(left, #fee7c1, #fffcee, #fee7c1);
    background: -moz-linear-gradient(left, #fee7c1, #fffcee, #fee7c1);
    background: linear-gradient(left, #fee7c1, #fffcee, #fee7c1);

}
.info-title, .time-info p {
	color:#000 !important;
}
.price-table {
	padding:5px 20px !important;
}
.new-price-last {
	font-size: 30px !important;
    font-weight: bold !important;
    text-shadow: 1px 1px 0 #fff, -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 3px 3px 5px #808080;
    white-space: nowrap;
    color: #ff0000 !important;
    font-style: italic;
}
.btn-readmore {
		padding: 20px 10px;
		background: rgb(255,255,255);
background: linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(240,240,240,1) 31%, rgba(240,240,240,1) 50%, rgba(255,254,254,0.4542191876750701) 74%, rgba(255,255,255,0.3113620448179272) 100%);
		color:#000;
		text-decoration: none;
		text-align: center;
		font-size: 16px;


}
.btn-readmore:hover {
	color:#1267b7;
	text-decoration: none;
}
section.tools {
	padding-top: 30px;
	padding-bottom: 30px;

}

.tool-item a {
	display: flex;
	background-color: #eeeeee;
	border:1px solid #e4e4e4;
	padding: 10px;
	color:#474747;
	align-content: center;
    justify-content: center;
    transition:0.5s;

}
.tool-item a:hover{
	text-decoration: none;
	background-color: #032e5f;
	color:#FFF;
	transition:0.5s;
	
}
.tool-item a i {
	font-size: 40px;
	display: inline-block;
	padding:10px;

}
.tool-item a h3 {
	display: inline-block;
	font-size: 20px;
}

@media screen and (max-width: 610px){
	section.tools [class*="col-"] {
		padding:5px;
	}
	.tool-item a {
		padding: 10px;
	}
	.tool-item a i {
	font-size: 20px;
	padding:5px;
	
	

}
.tool-item a h3 {

	font-size: 10px;
	margin: 0px;
	padding: 10px;
}
.parallax_parent.design_2 .parallax_scroll h3 {
	font-size: 13px;
}
}

.remoney 
{
	
    border-radius: 15px;
    display: inline-block;
    padding: 5px 10px;
	border: 1px dashed red;
}
.remoney p{
	margin: 0px;
    font-size: 14px;
    font-weight: bold;
}
.mt-10 {
margin-top:10px;
}