/*
Theme Name: Đăng ký xe
Theme URI: https://ththeme.net
Author: the ththeme WordPress team
Author URI: https://www.templatemonster.com/authors/ththeme/
Description: The responsive shop WordPress theme
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: full-width-template, theme-options, rtl-language-support, two-columns, left-sidebar, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-images, microformats, post-formats, sticky-post, threaded-comments
Text Domain: macy
*/
body {
  	color: #212529;
  	font-family: 'Roboto', sans-serif;
  	font-size: 15px;
  	background: #f7f7f7;
}
.comment-reply-title,
.widget-title,
.font-title,
.main-nav > ul > li > a{
	font-family: 'Roboto', sans-serif;
}
.header-r1 .phone{
	float: right;
	margin-top: 10px;
    font-weight: bold;
    font-size: 18px;
    text-align: right;
    margin-bottom: 5px !important;
    border: 1px solid #009d37;
    padding: 5px 20px;
    margin-top: 3px;
    color: #009d37;
    display: block;
}
.phone-text{
	/*display: none;*/
	float: right;
}
.phone-text:after{
	display: table;
	content: "";
	clear: both;
}
.header-dk{
	background-position: bottom right;
    background-repeat: no-repeat;
    background: #fff;
    padding-top: 30px;
    overflow: inherit !important;
    padding-bottom: 10px;
}
.main-nav>ul>li.current-menu-item>a:before, 
.main-nav>ul>li.current-menu-ancestor>a:before{
	display: none;
}
.phone img {
    width: 30px;
    display: inline-block;
    border: solid 1px #d72211;
    border-radius: 50%;
    padding: 2px;
    margin-right: 8px;
}
.main-nav{
	float: left;
}
.main-nav>ul>li>a{
    color: #009d37;
    margin: 0px 5px;
    font-size: 16px;
    line-height: inherit;
    height: inherit !important;
    text-transform: uppercase;
    font-weight: 500;
    padding: 0 12px;
}
.logo{
    position: relative;
    left: -30px;
    top: -15px;
}
.main-nav {
    margin-top: 18px;
}
.main-nav>ul>li>a:before{
	bottom: -1px !important;
	height: 1px !important;
	background: #f2f2f7 !important;
	left: 18px !important;
    right: 18px !important;
    content: '';
    position: absolute;
    opacity: 0;
    transition: all 0.3s ease-out 0s;
  	-webkit-transition: all 0.3s ease-out 0s;
}
.main-nav>ul>li:hover>a:before, 
.main-nav>ul>li.current-menu-item>a:before, 
.main-nav>ul>li.current-menu-ancestor>a:before{
	opacity: 1;
}
.main-nav>ul>li.current-menu-item>a, 
.main-nav>ul>li.current-menu-ancestor>a, 
.main-nav>ul>li:hover>a {
    color: #009d37;
}
.main-nav > ul > li.current-menu-item > a {
    background: inherit;
}
.footer-top1{
    background: #009d37;
    /*background: #012506;*/
    padding: 30px 0;
    font-size: 14px;
}
.footer-bottom{
    background: #02832f;
    padding: 10px;
}
.footer-bottom .copyright {
    color: #fff;
    text-align: center;
    margin-bottom: 0;
}
.footer-page{
    color: #e2e1ec;
}
.footer-page h4{
	color: #fff;
    font-size: 16px;
    margin-bottom: 15px;
    font-weight: 400;
}
.footer-page p{
	color: #fff;
    text-align: justify;
}
.footer-icon a {
    margin-right: 10px;
}
.footer-icon img{
	max-width: 30px;
}
.footer-text{
	margin-bottom: 16px !important;
}
.footer-page ul {
    padding-left: 0;
}
.footer-page ul li {
    margin-bottom: 8px;
    line-height: 24px;
}
.footer-page .service {
    padding-left: 30px;
}
.footer-page ul li a{
	color: #fff;
}
.footer-page ul li a:hover {
    color: #fff;
    text-decoration: underline;
}
.form-nhan-tin input[type="email"] {
    /*background: #012506;*/
    background: #009d37;
    border: 0;
    border-bottom: solid 1px #fff;
    border-radius: 0;
    max-width: 100%;
    margin-bottom: 10px;
}
.form-nhan-tin input[type="email"]::-webkit-input-placeholder { /* Edge */
  color: rgb(255 255 255 / 60%);
}

.form-nhan-tin input[type="email"]:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: rgb(255 255 255 / 60%);
}

.form-nhan-tin input[type="email"]::placeholder {
  color: rgb(255 255 255 / 60%);
}

.form-nhan-tin input[type="submit"]{
	background-image: url("./assets/css/images/send-icon.png"); 
	width: 22px;
    height: 22px;
    background-color: transparent;
    font-size: 0;
    border: 0;
    position: absolute;
    right: 0;
    top: 8px;
    background-size: cover;
}
.form-nhan-tin{
	position: relative;
}
.wpcf7 form .wpcf7-response-output {
    margin: -20px 0 0 0;
}
.dang-ky-xe{
    background-color: #ccc;
    padding: 60px 30px 30px;
    margin-top: -60px;
    position: relative;
    z-index: 2;
    border-radius: 5px;
     transition: all 0.3s ease-out 0s;
  	-webkit-transition: all 0.3s ease-out 0s;
}
.wpcf7-form-control-wrap input{
    margin-bottom: 1rem;
    max-width: 100%;
    width: 100%;
}
input[type=tel] {
    border: 1px solid #f5f5f5;
    border-radius: 6px;
    height: 40px;
    line-height: 40px;
    padding: 0 8px;
}
.wpcf7-form-control-wrap textarea{
	max-width: 100%;
	height: 91px;
	width: 100%;
}
.dang-ky-xe p{
	color: #212529;
	text-align: center;
	line-height: 20px;
}
.home-slider{
	position: relative;
}
.dang-ky-xe input[type=submit]{
    display: inline-block;
    margin: 0 auto;
    background: #009d37;
    color: #fff;
    font-weight: bold;
    padding: 13px 50px;
    border: 0;
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
    text-transform: uppercase;
    border-radius: 30px;
}
.dang-ky-xe h3{
	color: #009d37;
    text-transform: uppercase;
    text-align: center;
    margin-top: 0;
}
.logo img{
	border-radius: 0;
	max-width: 250px;
	/*box-shadow: 0px 2px 15px rgb(0 0 0 / 30%);
	padding: 0 0 0 3px;
    background: #fff;*/
}
.dang-ky-xe input[type=submit]:hover{
	background: #ffb900;
}
.text-submit{
	padding: 0 30px;
	text-align: center;
}
.dang-ky-xe p:last-child {
    margin-bottom: 0;
    max-height: 41px;
}
.wpcf7 form .dang-ky-xe ~ .wpcf7-response-output {
    margin-top: 10px;
}
h3.title {
    text-align: center;
    color: #009d37;
    font-size: 25px;
    font-weight: bold;
    background-image: url("./assets/css/images/bk-title2.png");
    background-size: 120px;
    background-position: center bottom;
    background-repeat: no-repeat;
    padding-bottom: 20px;
    margin-top: 35px;
    margin-bottom: 20px;
}
h3.title.title-white{
	color: #fff;
	background-image: url("./assets/css/images/bk-title-white.png");
}
.service-wrap{
	background: #fff;
	padding: 20px 20px 10px;
	margin: 30px 0 0 !important;
	border-radius: 6px;
}
.card {
    text-align: center;
}
.card img {
    width: auto;
    display: block;
    margin: 0 auto;
    border-radius: 10px;
    max-height: 157px;
}
.card .card-body {
    padding: 10px 0px;
}
.card .card-body .card-title {
    font-size: 18px;
    line-height: 23px;
}
.card-text:last-child {
    margin-bottom: 0;
}
.hoatdong{
	padding: 30px 0 50px;
	background: #fff;
}
.dangky{
	padding: 30px 0 50px;
	/*background: #fff;*/
}
.uu-dai{
	padding-bottom: 50px;
}
.phanhoi{
	padding: 30px 0 50px;
	position: relative;
}
.phanhoi .card {
    position: relative;
    display: flex;
    min-width: 0;
    word-wrap: break-word;
    background-color: transparent;
    background-clip: border-box;
    /*border: 1px solid rgba(0,0,0,.125);*/
    border-radius: 0.25rem;
	margin-top: 70px;
	margin: 0 auto;
	align-items: center;
    justify-content: center;
}
.phanhoi:before{
	position: absolute;
	content: "";
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	/*background: rgba(0,157,55,0.1);*/
    background: rgba(0,0,0,0.2);
	display: block !important;
}
.wrap-bread-crumb:before{    
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    /*background: rgba(0,157,55,0.1);*/
    background: rgba(0,0,0,0.3);
    display: block !important;
}
/*.phanhoi .owl-stage-outer{
	height: 696px;
}*/
.phanhoi .card .item-inner{
	display: inline-block;
	background: #fff;
}
.phanhoi .card .card-img-top {
	border-radius: 0;
	max-height: 600px;
    width: auto;
    box-shadow: 0 0 30px rgb(0 0 0 / 30%);
}
.phanhoi .card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1.25rem;
    /*padding-bottom: 2rem;*/
}
.item-inner a{
	display: block;
}
.phanhoi .card .card-text {
    min-height: inherit;
    text-align: center;
}
.phanhoi .card .card-text p{
	margin-bottom: 8px;
}
.phanhoi .card .name a{
    margin-bottom: 0;
    text-align: center;
    font-weight: bold;
    font-size: 16px;
	color: #009d37;
	text-transform: uppercase;
}
.owl-theme.smart-slider .owl-dots .owl-dot.active span, 
.owl-theme.sv-slider .owl-dots .owl-dot.active span,
.owl-theme.smart-slider .owl-dots .owl-dot:hover span, 
.owl-theme.sv-slider .owl-dots .owl-dot:hover span {
    background: #009d37;
}
.phanhoi .card .name a:hover{
	color: #009d37;
}
.phanhoi .owl-carousel .owl-stage-outer {
    padding-top: 40px;
}
.phanhoi .rating-number{
	display: none;
	margin-left: 10px;
}
.ban-do .info {
    background: #fff;
    position: absolute;
    z-index: 3;
    top: 55px;
    left: 10px;
    padding: 15px;
    width: 350px;
    box-shadow: 0px 3px 15px 2px rgb(51 51 51 / 40%);
    border-radius: 5px;
}
.ban-do .info h2 {
    color: #009d37;
    font-size: 18px;
    margin-bottom: 20px;
    font-weight: bold;
}
.ban-do .info p {
    margin-bottom: 0;
    font-size: 15px;
}
.ban-do .info .red {
    color: red;
}
.ban-do .wpb_gmaps_widget .wpb_wrapper {
    padding: 0;
    margin-top: 45px;
}
.lienhe{
	padding-top: 30px;
}
.hoatdong .blog-grid-view{
	margin-top: 45px;
}
.owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 25px;
}
.item-grid-post-style1 {
    padding: 0;
    padding-bottom: 0;
    background-color: transparent;
    box-shadow: none;
    margin-bottom: 20px;
}
.item-grid-post-style1 .adv-thumb-link {
    border-radius: 6px;
}
.blog-grid2-view .col-md-6:nth-child(2n) .list-col-item{
	width: 100%;
}
.blog-grid2-view{
	margin-top: 45px;
}
.blog-grid2-view .col-md-6:nth-child(2n) .title-post{
	font-size: 18px;
}
.item-grid-post-style1 .title-post {
    line-height: 21px;
    margin-bottom: 10px;
    font-weight: 500;
}
.item-grid-post-style1 .title-post .color-title{	
    color: #212529;
}
.item-grid-post-style1 .title-post .color-title:hover{
	color: #009d37;
}
.title-post {
    word-break: inherit;
}
.link-news {
    color: #009d37;
    padding: 4px 15px;
    border-radius: 3px;
    font-size: 16px;
    padding-left: 0;
}
.link-news:hover {
    color: #fff;
    background: #009d37;
    padding: 4px 15px;
}
a:hover, a:focus, a:active {
    color: #31279c;
}
.dich-vu .wpb_column img,
.dich-vu .wpb_column:nth-child(5n) img,
.dich-vu .wpb_column:nth-child(8n) img,
.dich-vu .wpb_column:nth-child(3n) img{
	border-radius: 50%;
}
.dich-vu .wpb_column:nth-child(2) img,
/*.dich-vu .wpb_column:nth-child(7n) img,*/
.dich-vu .wpb_column:nth-child(9n+5) img{
	border-radius: 5%;
}
.dich-vu .card {
    margin-bottom: 25px;
}
.btnmore a {
    background: #fff;
    color: #fff;
    padding: 2px;
    display: inline-block;
    font-weight: bold;
    border: solid 1px #009d37;
    border-radius: 40px;
    min-width: 160px;
}
.btnmore a:hover {
    border-color: #009d37;
    background: #009d37;
    color: #fff;
}
.color-title{
	color: #009d37;
}
.btnmore a span {
    background: #009d37;
    padding: 5px 20px;
    display: block;
    border-radius: 40px;
}
.btnmore a span:hover {
    background: #009d37;
}
.main-page-default{
	padding: 0;
}
.wrap-bread-crumb {
    min-height: inherit;
    display: block;
    text-align: left;
    padding: 80px 0;
}
.wrap-bread-crumb .bread-crumb{
	margin: 0;
	text-align: left;
}
/*.color-title {
    color: #212529;
}*/
strong{
    color: #212529;
}
h5 {
    font-size: 16px;
}
.content-sidebar-right .container-single-blog, .content-sidebar-right .content-list-blog {
    margin-right: 0;
}
.content-single-blog {
    box-shadow: none;
    padding: 0;
    border-radius: 0;
}
.single-post .main-page-default{
	padding: 60px 0;
}
.leave-comments .comment-respond, .single-related-post, .blog-comment-detail {
    margin-top: 40px;
}
.leave-comments{
	display: none;
}
.widget-title {
    text-align: left;
}
.widget-title:after {
    right: auto;
}
.item-post-wg .post-thumb {
    width: 80px;
    min-width: 80px;
}
.item-post-wg .post-info {
    padding-top: 3px;
}
.item-post-wg .post-info .post-title{
    font-weight: 500;	
}
.bread-crumb-title {
    font-size: 24px;
    font-weight: 500;
}
.item-post-wg .post-info .post-title a {
    color: #009d37;
    font-size: 16px;
    line-height: 20px;
    font-weight: bold;
}
.item-post-wg .post-info .post-title a:hover {
    text-decoration: underline;
}
.meta-data-blog {
    display: none;
}
.single-post-thumb {
    margin-bottom: 30px;
}
.main-page-default2 .entry-content{
	max-width: 950px;
	margin-left: auto;
	margin-right: auto;
}
.bread-crumb a:hover{
	color: #fff;
	text-decoration: underline;
}

.info2{
	background: #fff;
    padding: 15px 20px;
    box-shadow: 0px 3px 15px 2px rgb(51 51 51 / 20%);
    border-radius: 5px;
    min-height: 251px;
    text-align: center;
    text-transform: uppercase;
}
.info2 h2 {
    color: #009d37;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 20px;
}
.info2 .red {
    color: red;
}
.info2 p {
    margin-bottom: 0;
    font-size: 15px;
    font-weight: 500;
}
.info2 p.hotline{
	font-size: 19px;
	font-weight: bold;
	margin-bottom: 10px;
}
.info2 p.hotline img {
    width: 40px;
    display: inline-block;
    border: solid 1px #d72211;
    border-radius: 50%;
    padding: 2px;
    margin-right: 15px;
}
.dang-ky-xe{
	width: 456px;
	max-width: 45%;
    position: absolute;
    top: 0;
    right: 0;
    margin-top: 0;
    border-radius: 0;
    height: 100%;
}
.dang-ky-xe .col-md-3{
	width: 100%;
}
.dang-ky-xe .wpcf7-spinner {
    left: 0;
    right: 0;
    margin: 3px auto;
}
.home-slider rs-fullwidth-wrap,
.home-slider rs-module-wrap,
.home-slider rs-module{
	height: 650px !important;
}
.dangky-page .dang-ky-xe {
	position: static;
    width: 100%;
    max-width: 100%;
}
.dangky-page .dang-ky-xe .col-md-3 {
    width: 50%;
}
.open-popup .dang-ky-xe-wrap{
	position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
}
.open-popup .dang-ky-xe-wrap .dang-ky-xe {
    left: 0;
    right: 0;
    margin: auto;
    height: 690px;
    top: 13%;
    max-height: 80%;
}
.open-popup #header {
    z-index: 1;
}
.open-popup .dang-ky-xe {
    position: absolute !important;
}
.open-popup .dang-ky-xe-wrap .dang-ky-xe{
 	overflow-y: scroll;
}
.open-popup .dang-ky-xe-wrap .dang-ky-xe::-webkit-scrollbar {
    width: 5px;
    left: 5px;
    background: transparent;
}
/* Track */
.open-popup .dang-ky-xe-wrap .dang-ky-xe::-webkit-scrollbar-track {
    background: transparent;
    border-radius: 30px;
}

/* Handle */
.open-popup .dang-ky-xe-wrap .dang-ky-xe::-webkit-scrollbar-thumb {
    background: rgba(0,0,0,0.4);
    border-radius: 30px;
}

/* Handle on hover */
.open-popup .dang-ky-xe-wrap .dang-ky-xe::-webkit-scrollbar-thumb:hover {
    background: rgba(255,255,255,0.9);
}
.dk-button{
	cursor: pointer;
}
.close-popup{
	position: absolute;
    right: 0;
    bottom: 0;
    top: 0;
    cursor: pointer;    
    background: rgba(0,0,0,0.6);
    transition: all 0.3s ease-out 0s;
  	-webkit-transition: all 0.3s ease-out 0s;
  	opacity: 0;
  	visibility: hidden;
}
.open-popup .close-popup{
	opacity: 1;
	visibility: visible;
    left: 0;
}
.toggle-mobile-menu .icon-menu:before,
.toggle-mobile-menu .icon-menu:after
.toggle-mobile-menu:after{
	background: #009d37;
}
.logo{
	text-align: center;
}
.dk-button{
	display: none !important;
}
.ban-do .info .red,
.info2 .red {
    color: #009d37;
}
.phone img,
.info2 p.hotline img{
    border-color: #009d37;
}
@media (min-width: 1200px){
	.vc_col-md-4:nth-child(3n+1){
		clear: both;
	}
}
@media (max-width: 1170px){
	.header-r1 .phone {
	    margin-top: 8px;
	}
	.header-dk {
	    padding-top: 12px;
	}
	.main-nav {
	    margin-top: -5px;
	}
	.logo {
	    left: 0;
	    top: -5px;
	}
	.main-nav .toggle-mobile-menu {
	    height: 70px;
	    width: 70px;
	    padding: 20px 15px;
	    float: right;
	    background: #009d37;
	}
	.toggle-mobile-menu .icon-menu:after {
	    bottom: 34px;
	    width: 40px;
	}
	.toggle-mobile-menu:after {
	    top: 22px;
	}
	.phone-text{
		padding-bottom: 16px;
	}
	.toggle-mobile-menu .icon-menu:before {
	    width: 40px;
	}
	.header-r1 .phone {
	    float: none;
	    text-align: center;
	}
	.text-submit {
	    padding: 0;
	}
	.dich-vu .vc_col-md-3:nth-child(4n+1){
		clear: both;
	}
}
@media (max-width: 768px){
	.header-dk {
	    padding-top: 18px;
	}
	.header-r1 .phone {
	    margin-top: 6px;
	}
	.dich-vu .vc_col-md-3:nth-child(2n+1){
		clear: both;
	}
	.main-nav {
	    top: -5px;
	}
	.dich-vu .vc_col-sm-6:nth-child(2n+1){
		clear: both;
	}
	.blog-grid2-view .col-md-6 .row{
		margin-left: -7.5px;
		margin-right: -7.5px;
	}
	.home-slider rs-fullwidth-wrap, 
	.home-slider rs-module-wrap, 
	.home-slider rs-module {
	    height: 650px !important;
	    max-height: 650px !important;
	}
}
@media (max-width: 767px){
    .wrap-bread-crumb {
        padding: 40px 0;
    }
	.follow-instagram{
		margin-bottom: 15px;
	}
	.info2 {
	    margin-bottom: 20px !important;
	}
	.ban-do .info:not(.info2) {
	    top: 35px;
	}
	.logo img {
	    max-width: 100%;
	}
	.open-popup .dang-ky-xe-wrap .dang-ky-xe {
	    max-width: 88%;
	}
	#header{
		position: relative;
		z-index: 9;
	}
	#main-content{
		position: relative;
		z-index: 8;
	}
	.main-nav .toggle-mobile-menu {
	    height: 45px;
	    width: 45px;
	    padding: 20px 6px;
	    float: right;
	    background: #009d37;
	    margin-top: 9px;
	}
	.toggle-mobile-menu .icon-menu:after,
	.toggle-mobile-menu .icon-menu:before {
	    width: 30px;
	}
	.home-slider rs-fullwidth-wrap, 
	.home-slider rs-module-wrap, 
	.home-slider rs-module {
	    height: 300px !important;
	    max-height: 300px !important;
	}
	.dang-ky-xe {
	    position: static;
	    width: 100%;
	    max-width: 100%;
	    margin-top: 20px;
	    height: auto;
	}
	.instagram-box.default li {
	    width: 50%;
	}
	.footer-page .service {
	    padding-left: 20px;
	}
	.footer-icon{
		padding-bottom: 20px;
	}
	.logo {
	    margin: auto;
	    max-width: 80%;
	}
	.main-nav {
	    top: 1px;
	}
	.ban-do .info {
	    position: relative;
	}
	.ban-do .wpb_map_wraper{
		margin-top: 90px;
	}
	.header-r1{
		border-top: 1px solid #e5e5e5;
	    padding-top: 10px;
	    margin-top: 10px;
	}
	.header-dk {
	    padding-bottom: 0;
	}
	.phone-text {
	    padding-bottom: 12px;
	}
	.header-r1 .phone {
	    padding: 6px 10px;
	}
}
@media (max-width: 375px){
    .header-r1 .phone {
        padding: 6px 6px;
    }
    .info2 p.hotline {
        font-size: 17px;
    }
}