/*
Theme Name: 97 Go
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/
/*************** ADD CUSTOM CSS HERE.   ***************/
@import url('https://fonts.googleapis.com/css2?family=Baloo+2:wght@500;600;700;800&family=Be+Vietnam+Pro:wght@400;500;600;700;800&family=Barlow+Condensed:wght@500;600;700&display=swap');
.xdsoft_datetimepicker  {
z-index: 9999999 !important;
}
body {
    font-family: 'Be Vietnam Pro', sans-serif;
}

h1, h2, h3 {
    font-family: 'Baloo 2', sans-serif;
}

.font-condensed {
    font-family: 'Barlow Condensed', sans-serif;
}
.header-main .nav > li > a {
    font-weight: 600;
}
.header:not(.transparent) .header-nav-main.nav > li.active > a {
    color: #5b5169 !important;
}
.header:not(.transparent) .header-nav-main.nav > li.active > a:hover {
    color: #c81856 !important;
}
.copyright-footer {
    padding-top: 22px;
    border-top: 1px solid rgba(255, 255, 255, .1);
}
.footer-1 {
    padding-top: 50px;
}

.product-item.hidden-m{
	display: none !important;
}
.custom-control-inline {
	display: inline-block;

}
.price-list {
	display:        flex;
	flex-direction: column;
	min-height:     100vh;
	padding-bottom: 15px;
}

.price-list .loading-item {
	box-shadow:         0 4px 8px 2px rgba(18, 18, 18, 0.16);
	-webkit-box-shadow: 0 4px 8px 2px rgba(18, 18, 18, 0.16);
	-moz-box-shadow:    0 4px 8px 2px rgba(18, 18, 18, 0.16);
	-o-box-shadow:      0 4px 8px 2px rgba(18, 18, 18, 0.16);
	border-radius:      4px;
	background-color:   #fff;
	position:           relative;
}

.product-item {
	display:          flex;
	box-shadow:       0 4px 8px 2px rgba(18, 18, 18, 0.06);
	border-radius:    4px;
	background-color: #fff;
	position:         relative;
}

.product-item.recommended {
	border: 2px solid #77a300;
}

.product-item + .product-item {
	margin-top: 15px;
}

.product-item .label-recommended {
	position:                   absolute;
	top:                        0;
	left:                       0;
	padding:                    3px 5px;
	background-color:           #77a300;
	color:                      #fff;
	font-size:                  .8em;
	display:                    flex;
	align-items:                center;
	border-bottom-right-radius: 4px;
}

.product-item .col-media {
	padding:      15px;
	text-align:   center;
	flex:         1;
	border-right: 1px solid #c4cdd5;
	display:      flex;
	align-items:  center;
}

.product-item .col-media img {
	max-width: 100%;
}

.product-item .col-detail {
	flex:    3;
	padding: 15px;
}

.item-title, .form-register-bussiness .form-title {

}

.product-item .item-title {
	display:       flex;
	align-items:   center;
	margin-bottom: 5px;
}

.product-item .brand-name {
	font-size:      1.15em;
	font-weight:    bold;
	text-transform: uppercase;
	margin-right:   10px;
	margin-bottom:  0;
}

.product-item .label-ride_method {
	display:               inline-block;
	padding:               3px 10px;
	font-size:             .8em;
	color:                 #fff;
	border-radius:         30px;
	-moz-border-radius:    30px;
	-webkit-border-radius: 30px;
	-ms-border-radius:     30px;
	-o-border-radius:      30px;
}

.product-item .label-ride_method.private {
	color:            #2b354f;
	background-color: #fad776;
	border-color:     #fad776;
}

.product-item .customer-rating {
	position:      relative;
	width:         auto;
	height:        auto;
	display:       inline-block;
	margin-right:  auto;
	margin-bottom: 10px;
}

.product-item .customer-rating::before {
	content:     "\f005\f005\f005\f005\f005";
	font-family: 'Font Awesome 5 Free';
	color:       #eee;
	font-size:   0.9rem;
}

.product-item .customer-rating::before {
	content:     "\f005\f005\f005\f005\f005";
	font-family: 'Font Awesome 5 Free';
	color:       #eee;
	font-size:   0.9rem;
}

.product-item .customer-rating .rated {
	position: absolute;
	top:      0;
	left:     0;
	display:  block;
	overflow: hidden;
}

.product-item .customer-rating .rated::before {
	content:     "\f005 \f005 \f005 \f005 \f005";
	font-family: 'Font Awesome 5 Free';
	color:       #f0ca00;
	font-size:   0.9rem;
}

.product-item .customer-rating .rated::before {
	content:     "\f005 \f005 \f005 \f005 \f005";
	font-family: 'Font Awesome 5 Free';
	color:       #f0ca00;
	font-size:   0.9rem;
}

.product-item .detail {
	display:       flex;
	flex-wrap:     wrap;
	align-items:   center;
	font-size:     .85rem;
	margin-bottom: 8px;
}

.product-item .detail svg, .product-item .detail i.fas {
	font-size: 1rem;
}

.product-item .detail svg, .product-item .detail i {
	color:          #ffcd00;
	margin-right:   3px;
	vertical-align: text-bottom;
}

.product-item .detail > span + span {
	margin-left: 15px;
}

.jss1 {
	fill:        currentColor;
	width:       1em;
	height:      1em;
	display:     inline-block;
	font-size:   0.8rem;
	transition:  fill 200ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
	user-select: none;
	flex-shrink: 0;
}

.product-item .addons {
	margin: 15px -5px 0;
}

.product-item .addons > span {
	/*display:       flex;*/
	margin:        5px 0;
	padding-right: 5px;
	padding-left:  5px;
	font-size:     .85rem;
	color:         #646464;
}

.product-item .addons svg, .product-item .addons i.fas {
	color:     #ffcd00;
	font-size: 1.15em;
}
.progress-list>.success:before {
	background-color: #ffcd00;
}
.product-item .addons svg, .product-item .addons i {
	margin-right:   3px;
	margin-top:     2px;
	vertical-align: middle;
}

.product-item .col-price {
	padding:         15px;
	display:         flex;
	flex-direction:  column;
	justify-content: center;
	align-items:     center;
}

.product-item .price {
	font-weight:    bold;
	font-size:      1.3em;
	color:          #00363d;
	text-transform: uppercase;
}

.product-item .col-price .price {
	margin-bottom: 10px;
}

.btn-dc {
	min-width:      120px;
	text-transform: uppercase;
}
.thong-tin-dat-xe{
	margin-bottom: 15px;
}
@media (max-width: 768px) {
	.shortcutBookingForm .col {
		padding-bottom: 0px !important;
	}
	.form-flat .ho-ten, .form-flat .sdt, .form-flat .gui-di {
		text-align: center;
		width: 100%;
		margin-bottom: 10px;
	}
	.product-item .col-detail {
		flex: 0 1 100% !important;
		padding: 0;
		text-align: center;
		order: 2;
		margin-top: 20px;
	}
	.product-item .col-price {
		flex: 100% !important;
		order: 1;
		padding: 0;
	}
	.product-item .col-media {
		flex: 100% !important;
		padding: 0;
		padding-right: 15px;
		border-right: 0;
		order: 1;
	}
	.price-list .medium-4,.price-list .medium-8 {
		width: 100%;


	}
	.product-item {
		padding:   15px;
		position:  relative;
		flex-wrap: wrap;
	}

	.product-item .col-media {
		flex:          0 1 50%;
		padding:       0;
		padding-right: 15px;
		border-right:  0;
		order:         1;
	}

	.product-item .col-detail {
		flex:       0 1 100%;
		padding:    0;
		order:      2;
		margin-top: 20px;
	}

	.product-item .col-price {
		flex:    0 1 50%;
		order:   1;
		padding: 0;
	}
	.footer-1 {
		padding-top: 30px;
	}
}

/*  */
.price-detail {
	display:        flex;
	flex-direction: column;
}

.detail__item {
	display: flex;
	padding: 5px 0px;
}

.detail__item > span, .detail__item > div {
	flex:       1;
	text-align: left;
}

.detail__item label {
	flex:          2;
	font-weight:   bold;
	text-align:    right;
	margin-bottom: 0;
}

.detail__item.totalcost label {
	font-size: 1.5em;
}

.tollfee-note {
	font-size:   11px;
	font-weight: normal;
}
.hotline{
	background-color: rgb(237, 28, 36);
	color: #fff;
}
.hotline{
	position: fixed;
	right: 10px;
	bottom: 20px;
	z-index: 9999;
}
.thong-tin-dat-xe {
	display: none;
}
.form-dc{
	display: none;
}
.wpcf7 .wpcf7-form-control-wrap{
	display: inline-block;
}
@media only screen and (max-width: 600px) {
	.medium-5, .medium-7 {width:100% !important}
  .row {
	  flex-direction: column;
  }
  
  .input-group .input-group-prepend {
		position: absolute;
		top: 6px;
		left: 10px;
		z-index: 999;
	}
}
.shortcutBookingForm {
	padding: 25px;
	background: #ececec;
}
.shortcutBookingForm  input, .shortcutBookingForm  select{
	width: 100%;
	margin-bottom: 0;
}
.row{display:flex}

.medium-5{width:40%; padding: 0 15px} 
.medium-7{width:60%; padding: 0 15px}

.droppick-address__input{position:relative; margin-bottom:10px}
.droppick-address__input label {    position: absolute;
top: 13px;
left: 10px;}
.input-group {
	position:relative;
}
.form-group{ margin-bottom:10px}
.input-group .input-group-prepend {
    position: absolute;
    top: 4px;
    left: 7px;
    z-index: 999;
    width: 12px;
}
.autocomplete-box{
	position:absolute;
	top:100%;
	left:0;
	right:0;
	background:#fff;
	z-index:99999;
	display:none;
	border:1px solid #ddd;
	border-radius:4px;
	max-height:220px;
	overflow:auto;
	box-shadow:0 3px 8px rgba(0,0,0,.15);
}
.autocomplete-box.show{display:block}
.autocomplete-item{
	padding:8px 10px;
	cursor:pointer;
	font-size:14px;
}
.autocomplete-item:hover{
	background:#f1f1f1;
}

    .price-list input{
    	padding-left:32px;
    }
    .shortcutBookingForm select.form-control{
    	    line-height: 33px;
    	    border: 0;
    	    outline: 0;
    	    height: 30px;
    	    padding-left: 30px;
    }

    @media only screen and (max-width: 600px) {
    	.row-m  {
    		display: flex;
    		flex-direction: column;
    		justify-content: space-between;
    	}
    	.col-m {
    		width: 100% !important;
    		
    	}
    	.col-m:first-child{
    		margin-bottom: 20px;
    	}
      .row {
          flex-direction: column;
      }
      .form-group{
      	width:100%;
            margin-bottom: 10px;
      }
      .input-group .input-group-prepend {
            position: absolute;
            top: 6px;
            left: 5px;
            z-index: 999;
        }
    }
    .shortcutBookingForm, .form-car-m {
    	border: 1px solid #009355;
    	border-radius: 4px;
    	overflow:hidden;
    }
    .input-group {
    	border: 1px solid #4caf50;
    }
section.price-list {
    margin-top: 40px;
}
.product-item .fa-check-circle {
    color: green;
}
.product-item .addons > span {
    font-size: 18px;
    color: #000;
}
.product-item .addons i.fa-check-circle {
    color: green;
    margin-top: -3px;
    font-size: 18px;
}
.booking-button .button.btn-zalo {
    background-color: #2196F3;
}
.product-item .note {
    font-style: italic;
    font-size: 15px;
}
.booking-button .button.btn-phone {
    background-color: red;
}
.product-item .addons .distance-m,
.product-item .addons span.price-m {
    color: red;
    font-weight: bold;
}
.header-button .button {
    font-weight: 700;
    font-size: 14px;
    color: #241046;
    background: #fff2f1;
    padding: 5px 16px;
    letter-spacing: 0;
}
.button.is-bevel,
.header-button .button.is-gloss {
    background: linear-gradient(100deg, #f5326b 0%, #C43FA8 45%, #6c2bd9 78%);
    color: #fff;
    box-shadow: 0 24px 60px -20px rgba(197, 20, 90, .4);
	text-transform: none;
}
.header-button .button.is-gloss:after{
	display: none;
}
.featured-box .icon-box-img svg path,
.featured-box .icon-box-img svg {
    fill: none;
}
.services i.ux-menu-link__icon {
    color: #C81856;
}
.img.image-style .img-inner {
    border-radius: 20px;
    box-shadow: 0 20px 45px -22px rgba(108, 43, 217, .35);
    border: 1px solid #F1DEE6;
}
.title-header .title {
    text-transform: uppercase;
    letter-spacing: .14em;
    font-weight: 700;
    font-size: .92rem;
    color: #C81856;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    position: relative;
}
.title-header .title:before {
    content: "";
    width: 22px;
    height: 2px;
    border-radius: 2px;
    background-color: #C81856;
}
.title-header .featured {
    font-size: clamp(1.7rem, 3vw, 2.3rem);
    margin-top: 10px;
}
.featured-sevices .icon-box.featured-box .icon {
    width: 52px;
    height: 52px;
    border-radius: 16px;
    margin: 0 auto 14px;
    background: #fff2f1;
    display: flex;
    align-items: center;
    justify-content: center;
}
.featured-sevices .icon-box.featured-box .icon-box-img {
    width: auto !important;
}
.featured-sevices .icon-box.featured-box .icon svg {
    display: flex;
    padding: 0;
    width: 26px;
    height: auto;
}
.accordion .accordion-title.active {
    border-color: #f1dee6;
    background: none;
    color: #000;
}
.accordion .accordion-title {
    color: #000;
    padding-left: 0;
}
.accordion .accordion-title button.toggle {
    left: auto;
    right: 0;
    opacity: 1;
    color: #C81856;
}
.accordion .accordion-inner {
    padding-left: 0;
}
.message-box.brand-gradient {
    background: linear-gradient(100deg, #f5326b 0%, #C43FA8 45%, #6c2bd9 78%);
    border-radius: 20px;
}
.message-box .button.white {
    background: #fff !important;
    color: #c81856 !important;
    font-size: 14px;
    padding: 10px 18px;
    line-height: normal;
}
.title-header .featured span {
    font-style: normal;
    background: linear-gradient(120deg, #f5326b 0%, #ff8a3d 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}
.hero-cta {
    display: flex;
    gap: 14px;
    flex-wrap: wrap;
    margin-top: 30px;
}
.hero-badges {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    margin-top: 26px;
}
.hero-stats {
    display: flex;
    gap: 30px;
    margin-top: 44px;
    flex-wrap: wrap;
}
.btn-primary {
    background: linear-gradient(100deg, #f5326b 0%, #C43FA8 45%, #6c2bd9 78%);
    color: #fff;
    box-shadow: 0 24px 60px -20px rgba(197, 20, 90, .4);
}
.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 15px 28px;
    border-radius: 999px;
    font-weight: 700;
    font-size: 1rem;
    border: none;
    cursor: pointer;
    transition: transform .18s ease, box-shadow .18s ease;
}
.btn-ghost {
    background: #fff;
    color: #6c2bd9;
    border: 2px solid #f1dee6;
}
.hero-badge {
    font-weight: 600;
    letter-spacing: .03em;
    font-size: 12px;
    background: rgba(255, 255, 255, .09);
    border: 1px solid rgba(255, 255, 255, .18);
    padding: 7px 14px;
    border-radius: 999px;
    display: flex;
    align-items: center;
    gap: 6px;
}
.hero-stats div strong {
    font-size: 1.7rem;
    display: block;
    background: linear-gradient(100deg, #f5326b 0%, #C43FA8 45%, #6c2bd9 78%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}
.hero-stats div span {
    text-transform: uppercase;
    font-size: 12px;
    color: #C8BEDD;
}
.form-steps {
    margin-top: 32px;
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.form-steps li {
    list-style: none;
    display: flex;
    gap: 14px;
    align-items: flex-start;
    margin-left: 0 !important;
}
.form-steps .num {
    font-weight: 700;
    color: #fff;
    background: rgba(255, 255, 255, .12);
    width: 32px;
    height: 32px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: none;
}
.form-steps strong {
    display: block;
    font-size: .98rem;
}
.form-steps span {
    font-size: .85rem;
    color: #C8BEDD;
}
.booking-card {
    background: #fff;
    color: #221232;
    border-radius: 24px;
    padding: 34px 32px;
    box-shadow: 0 40px 80px -30px rgba(0, 0, 0, .5);
}
.booking-card h3 {
    font-size: 1.25rem;
    color: #333333;
}
.booking-card .toggle-group p{
    display: flex;
    background: #fff2f1;
    padding: 5px;
    border-radius: 14px;
    margin: 20px 0 22px;
}
.booking-card .toggle-group input {
    display: none;
}
.booking-card .toggle-group input:checked + label {
    background: #fff;
    color: #c81856;
    box-shadow: 0 6px 16px -8px rgba(197, 20, 90, .4);
}
.booking-card .toggle-group label {
    flex: 1;
    text-align: center;
    padding: 10px;
    border-radius: 10px;
    font-weight: 700;
    font-size: .92rem;
    cursor: pointer;
    color: #5b5169;
    transition: .15s;
    margin: 0;
}
.booking-card .field-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
    margin-bottom: 16px;
}
.booking-card .field.full {
    grid-column: 1 / -1;
}
.booking-card .field {
    display: flex;
    flex-direction: column;
    gap: 6px;
}
.booking-card .field input, .booking-card .field select {
    border: 1.5px solid #f1dee6;
    border-radius: 12px;
    padding: 12px 14px;
    font-size: .96rem;
    color: #221232;
    margin: 0;
    height: 45px;
    box-shadow: none;
    outline: none;
}
.booking-card .field label {
    color: #333;
    text-transform: uppercase;
    letter-spacing: .03em;
    font-family: 'Barlow Condensed';
}
.booking-card .field span.wpcf7-form-control-wrap {
    width: 100%;
}
.booking-card .submit span.wpcf7-spinner {
    display: none;
}
.booking-card .submit .wpcf7-submit {
    margin: 0;
    width: 100%;
    background: linear-gradient(100deg, #f5326b 0%, #C43FA8 45%, #6c2bd9 78%);
    color: #fff;
    box-shadow: 0 24px 60px -20px rgba(197, 20, 90, .4);
    border-radius: 10px;
    height: 45px;
}
.booking-card .note {
    text-align: center;
    margin-top: 12px;
    color: #5B5169;
    font-size: 12px;
}
.booking-card .note p{
    color: #5B5169;
}
.return-field.disabled {
    opacity: .35;
    pointer-events: none;
}
.wpcf7 .booking-card .wpcf7-not-valid-tip {
    font-size: 12px;
    margin-top: 6px;
}
@media only screen and (max-width: 767px) {
	.img.image-style .img-inner {
		border-radius: 10px;
	}
	.booking-button {
		margin-top: 15px;
	}
	.price-list .item-map {
		display: none;
	}
	.header-main #logo {
		width: auto;
	}
	.flex-col.show-for-medium.flex-left {
		flex: 0.5 1 0;
	}
	.header-button .button {
		padding: 2px 16px;
	}
	.booking-card .field-row {
		grid-template-columns: 1fr;
	}
	.booking-card {
		padding: 30px 15px;
	}
}
    .input-group input, .input-group select {
    	padding: 0px 20px 2px 25px;
    	background: #fff;
    	font-size: 13px;
    	color:#000;
    }
    .d-flex {
    	display: flex;
    }
    .justify-space-between {
    	justify-content: space-between;

    }
    .align-items-center {
    	align-items: center;
    }
    .dich-vu-col {
    	width: 58%;
    	font-size: 13px;
    }
    .loai-xe-col {
    	width: 40%;
    	font-size: 13px;
    }
    .ngay-di-ve {
    	font-size: 13px;
    }
    .ngay-di-ve label{
    	width: 80px;
    }
    .ngay-di-ve .input-group {
    	width: calc(100% - 80px);
    }
    .btn-primary-m {
    	width: 100%;

    	    color: #fff;
    	    background-color: #00ad57 !important;
    	    /*border-color: #ffcd00 !important;*/
    	    box-shadow: none;
    	    padding: 0px 0;
    	    border-radius: 3px;
    	    letter-spacing: 0.5px;
    	    /*width: 98%;*/
    	    z-index: 99;
    	    position: relative;
    	    display: flex;
    	    justify-content: center;
    	    float: left;
    }
    #car_type_2 {
    	display: none;
    	padding: 4px 20px;
    	margin-bottom: 10px;
    	border-radius: 4px;
    	border: 1px solid #4caf50;
    }
    .btn-dc {
    	margin: 0;
    }
    .note2 {
    	margin-left: 15px;
    }
    .row-m  {
    	display: flex;
    	justify-content: space-between;
    }
    .col-m {
    	width: 49%;
    	
    }
    #thong-tin-dat-xe {
    	padding: 15px;
    	border: 2px dashed #00ad57;
    }
    #thong-tin-dat-xe p{
    	font-size: 14px;
    	    margin-bottom: 10px;
    }
    .xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default, .xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current, .xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box >div >div.xdsoft_current {
        background: #009355 !important;
        box-shadow: #009355 0 1px 3px 0 inset !important;
    }
@media (max-width: 767px) {
    .price-list .medium-4, .price-list .medium-8 {
        width: 100%;
        max-width: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    }
}