@import url('../css2.css');

body {
	margin: 0;
	padding: 0;
	background: #fff;
	font-family: 'Montserrat', sans-serif;
	letter-spacing: 0.2px;
}
html {
	height: 100%;
}
* {
	text-decoration: none !important;
	outline: none !important;
}

.live-result {
	position: absolute;
	width: 100%;
	top: 100%;
	left: 0;
	background: #fff;
	border: solid 1px #ddd;
	max-height: 300px;
	z-index: 99;
	overflow-y: scroll;
	overflow-x: hidden;
}

.live-result .title {
	width: 100%;
	background: #28A0D8;
	color: #fff;
	font-weight: 600;
	font-size: 14px;
	line-height: 20px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	padding: 5px 10px;
}

.live-result .item {
	padding: 10px 15px;
	width: 100%;
	font-size: 14px;
	line-height: 20px;
	cursor: pointer;
	color: #444;
	border-bottom: solid 1px #eee;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}


.live-result .item i {
	color: #bbb;
}

.live-result .item:hover {
	background: #f5f5f5;
}

/* SELECT2 RESET * START */

.form-group .select2-container {
	width: 100% !important;
}

.form-group .select2-container .select2-selection--single {
	height: unset;
	border-radius: 0;
}

.form-group .select2-container .select2-selection__rendered {
	line-height: unset;
	padding: 0;
	height: unset;
	color: unset;
	/* text-overflow: unset;
	overflow: unset;
	white-space: unset; */
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.form-group .select2-container .select2-selection__arrow {
	position: absolute;
	top: 50%;
	right: 0;
	transform: translate(0, -50%);
	width: 20px;
	text-align: center;
	height: unset;
}

.select2-dropdown {
	border-radius: 0;
	z-index: 3000;
	border: solid 1px #ddd;
}

.select2-results__group,
.select2-results__option {
	padding: 5px;
	font-size: 14px;
	line-height: 20px;
	border: 0;
	border-bottom: solid 1px #eee;
}

.select2-results__group {
	background: #eee;
}

.select2-results__option:last-child {
	border-bottom: none;
}

.select2-search__field {
	border: solid 1px #ddd !important;
	padding: 5px 10px !important;
	font-size: 14px;
	line-height: 20px;
}

/* SELECT2 RESET * END */

/* ZEBRA DATEPICKER STYLES START */

.datepicker-group {
	position: relative;
}

.Zebra_DatePicker {
	box-shadow: none;
	border-radius: 0;
	border: solid 1px #ddd;
}

.Zebra_DatePicker td, .Zebra_DatePicker th {
	border-radius: 0;
	/*border: solid 1px #eee;*/
}

.Zebra_DatePicker .dp_header td,
.Zebra_DatePicker .dp_footer td {
	border: none;
	border-radius: 0;
}

.Zebra_DatePicker .dp_body .dp_selected {
	background: #28A0D8 !important;
	color: #fff !important;
}

/* ZEBRA DATEPICKER STYLES END */

.so-icon {
	background-color: #7d7d7d;
}

.so-facebook {
	background-color: #3B5998;
}

.so-twitter {
	background-color: #55acee;
}

.so-instagram {
	background: #f09433;
	background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
	background: -webkit-linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%);
	background: linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%);
}

.so-pinterest {
	background-color: #CB2027;
}

.so-linkedin {
	background-color: #0077b5;
}

.so-facebook-messenger {
	background-color: #448AFF;
}

.so-youtube {
	background-color: #cc181e;
}

.so-reddit {
	background-color: #ff4500;
}

.so-tumblr {
	background-color: #32506d;
}

.so-digg {
	background-color: #262626;
}

.so-google-plus {
	background-color: #DE5446;
}

.so-whatsapp {
	background-color: #25d366;
}

.so-vk {
	background-color: #4c6c91;
}

.so-weibo {
	background-color: #ff9933;
}

.so-odnoklassniki {
	background-color: #d7772d;
}

.so-xing {
	background-color: #1a7576;
}

.so-blogger {
	background-color: #ff8000;
}

.so-flipboard {
	background-color: #ff8000;
}

.so-delicious {
	background-color: #205cc0;
}

.so-weixin {
	background-color: #4EC034;
}

.panel-text {
	font-size: 14px;
	line-height: 20px;
	color: #444;
	margin-bottom: -10px;
	font-weight: 400;
}

.panel-text img {
	max-width: 100%;
}

.panel-text h1 {
	display: block;
	font-size: 1.60em;
	margin-bottom: 10px;
	font-weight: 600;
	text-align: left;
	color: #222;
}

.panel-text h2 {
	display: block;
	font-size: 1.40em;
	margin-bottom: 10px;
	font-weight: 600;
	text-align: left;
	color: #222;
}

.panel-text h3 {
	display: block;
	font-size: 1.30em;
	margin-bottom: 10px;
	font-weight: 600;
	text-align: left;
	color: #222;
}

.panel-text h4 {
	display: block;
	font-size: 1.20em;
	margin-bottom: 10px;
	font-weight: 600;
	text-align: left;
	color: #222;
}

.panel-text h5 {
	display: block;
	font-size: 1.10em;
	margin-bottom: 10px;
	font-weight: 600;
	text-align: left;
	color: #222;
}

.panel-text h6 {
	display: block;
	font-size: 1em;
	margin-bottom: 10px;
	font-weight: 600;
	text-align: left;
	color: #222;
}

.panel-text p {
	display: block;
	margin-bottom: 10px;
}

.panel-text b {
	font-weight: 600;
}

.panel-text ul {
	padding: 0;
	list-style: none;
	display: block;
	margin-bottom: 10px;
	margin-left: 10px;
}

.panel-text ul li {
	display: block;
	margin-bottom: 5px;
	position: relative;
	padding-left: 12px;
}

.panel-text ul li:before {
	content: "\f45c";
	font-family: "Font Awesome 5 Pro";
	font-weight: 900;
	position: absolute;
	top: 0;
	left: 0;
	font-size: 6px;
	transform: rotate(45deg);
	color: #bbb;
}

.nav-logo {
	margin-right: 30px;
}

.nav-logo img {
	width: 200px;
}

.main-nav {
	padding: 15px 0;
	background: #fff;
}

.main-nav.nav-fixed {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 999;
	animation-name: navfixed;
	animation-duration: 0.4s;
	box-shadow: 0px 4px 8px rgba(0,0,0,0.1);
}

.main-nav.nav-fixed .nav-logo img {
	width: 150px;
}

@keyframes navfixed {
	0% {
		margin-top: -100%;
	}
	100% {
		margin-top: 0;
	}
}

.main-nav > .container,
.main-nav > .container-fluid {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.main-nav > .container > .left,
.main-nav > .container > .right,
.main-nav > .container-fluid > .left,
.main-nav > .container-fluid > .right {
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

.nav-links {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	width: 100%;
}

.nav-links a {
	display: block;
	font-size: 14px;
	line-height: 20px;
	font-weight: 600;
	margin-right: 5px;
	text-transform: uppercase;
	padding: 10px 15px;
	color: #888 !important;
	border-radius: 0;
	transition: 0.2s ease 0s;
	position: relative;
}

.nav-links a.active,
.nav-links a:hover {
	color: #222 !important;
}

.nav-links a:last-child {
	margin-right: 0;
}

.main-btn,
.nav-links .main-btn {
	border: solid 1px #FF002A;
	background: #568bd0;
	padding: 15px 25px;
	color: #fff !important;
	font-size: 14px;
	line-height: 20px;
	font-weight: 600;
	transition: 0.2s ease 0s;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	border-radius: 5px;
	white-space: nowrap;
}

.main-btn > i {
	display: block;
	font-size: 14px;
	line-height: 20px;
}

.main-btn.small > i {
	font-size: 12px;
	line-height: 18px;
}

.main-btn.small {
	padding: 5px 10px;
	font-size: 12px;
	line-height: 18px;
}

.nav-links .main-btn {
	padding: 10px 15px;
	font-size: 12px;
	line-height: 18px;
}

.main-btn:hover,
.nav-links .main-btn:hover {
	background: #990B0B;
	border-color: #990B0B;
}

.main-btn.full {
	display: flex;
	width: 100%;
}

.main-btn.second {
	background: #B3001E;
	color: #fff !important;
	border-color: #B3001E;
}

.main-btn.second:hover {
	background: #8C4C00;
	border-color: #8C4C00;
}

.main-btn.lined {
	background: none;
	color: #FF002A !important;
	border-color: #FF002A;
}

.main-btn.lined:hover {
	background: #FF002A;
	color: #fff !important;
}

.main-banner {
	display: block;
	width: 100%;
	position: relative;
	overflow: hidden;
	padding-top: calc(500/1920*100%);
}

.main-banner img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	z-index: 2;
}

.main-banner:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #000;
	z-index: 4;
	opacity: 0.5;
}

.main-slider-container {
	display: block;
	width: 100%;
	position: relative;
}

.main-slider-container > .tns-outer > button {
	display: none;
}

.main-slider-container > .tns-outer > .tns-controls {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0 20px;
	transform: translate(0, -50%);
	z-index: 10;
	pointer-events: none;
}

.main-slider-container > .tns-outer > .tns-controls > button {
	display: flex;
	justify-content: center;
	align-items: center;
	pointer-events: all;
	font-size: 14px;
	line-height: 20px;
	width: 50px;
	height: 50px;
	background: rgba(0,0,0,0.4);
	color: #fff !important;
	border: none;
	border-radius: 5px;
}

.smt {
	margin-top: 50px;
}

.smb {
	margin-bottom: 50px;
}

.contact-nav {
	display: flex;
	justify-content: flex-start;
	align-items: stretch;
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	z-index: 9999;
	box-shadow: 0px -4px 8px rgba(0,0,0,0.1);
}

.contact-nav a {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-direction: column;
	width: 100%;
	padding: 10px;
	background: #fff;
	border-right: solid 1px #ddd;
}

.contact-nav a:last-child {
	border: none;
}

.contact-nav a i {
	font-size: 20px;
	line-height: 26px;
	display: block;
	color: #005c8c !important;
}

.contact-nav a span {
	display: block;
	font-size: 12px;
	line-height: 18px;
	color: #444 !important;
}

.ftr-content {
	padding-top: 50px;
	padding-bottom: 20px;
	background: #101010;
}

.ftr-content .main-btn {
	margin-bottom: 30px;
}

.ftr-bottom {
	padding: 20px 0;
	background: #000;
}

.ftr-bottom > .container {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}

.ftr-bottom span {
	display: block;
	font-size: 12px;
	line-height: 18px;
	color: #ddd;
	margin: 5px 0;
}

.ftr-bottom a {
	display: block;
	margin: 5px 0;
}

.ftr-bottom a img {
	width: 70px;
	filter: grayscale(1);
}

.ftr-bottom a:hover img {
	filter: none;
}

.pagination {
	display: block;
	width: 100%;
	padding: 0;
	margin: 10px 0;
}

.pagination ul {
	display: flex;
	justify-content: center;
	align-items: center;
	list-style: none;
	padding: 0;
	margin: 0;
}

.pagination ul li {
	margin: 4px;
	display: block;
}

.pagination ul li a {
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	padding: 5px 15px;
	font-size: 12px;
	line-height: 18px;
	font-weight: 600;
	border-radius: 5px;
	color: #222 !important;
	background: #005c8c;
	color: #fff !important;
}

.pagination ul li a:hover {
	background: #28A0D8;
}

.pagination ul li.active a {
	background: #3e81a4;
}

.form-group {
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-direction: column;
	width: 100%;
	margin-bottom: 20px;
	position: relative;
}

.counter-dropdown {
	display: block;
	width: 100%;
	position: relative;
}

.form-group .counter-dropdown > a {
	display: block;
	width: 100%;
	border: solid 1px #ddd;
	border-radius: 5px;
	padding: 15px;
	resize: none;
	font-size: 14px;
	line-height: 20px;
	margin: 0;
	background: #fff;
	color: #222 !important;
}

.slider-form .form-group .counter-dropdown > a {
	font-size: 14px;
	line-height: 20px;
	border: solid 1px #fff;
	box-shadow: 0px 5px 10px rgba(0,0,0,0.1);
	padding-left: 40px !important;
}

.form-group .counter-dropdown.active .counter-dropdown-menu {
	display: block;
}

.form-group .counter-dropdown-menu {
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	background: #fff;
	border: solid 1px #ddd;
	z-index: 80;
	padding: 10px;
	padding-bottom: 0;
	display: none;
	min-width: 200px;
}

.form-group.fg-icon .counter-dropdown > a {
	padding-left: 35px;
}

.form-group .counter-dropdown-menu .form-group {
	margin-bottom: 10px;
}

.form-group input,
.form-group textarea,
.form-group .select2-container .select2-selection--single {
	display: block;
	width: 100%;
	border: solid 1px #ccc;
	border-radius: 5px;
	padding: 15px;
	resize: none;
	font-size: 14px;
	line-height: 20px;
	margin: 0;
	background: #fff;
	color: #222;
	box-shadow: inset 0px 2px 2px rgba(0,0,0,0.08);
}

.form-group input::placeholder,
.form-group textarea::placeholder {
	opacity: 0.4;
	color: #222;
}

.form-group.small input,
.form-group.small textarea,
.form-group.small .select2-container .select2-selection--single {
	padding: 10px 15px;
}

.slider-form {
	background: rgba(255,255,255,0.7);
	padding: 20px;
	padding-bottom: 0;
	border-radius: 10px;
	border: solid 5px rgba(0,0,0,0.2);
}

.slider-form .form-group input,
.slider-form .form-group textarea,
.slider-form .form-group .select2-container .select2-selection--single {
	font-size: 14px;
	line-height: 20px;
	border: solid 1px #fff;
	box-shadow: 0px 5px 10px rgba(0,0,0,0.1);
	padding-left: 40px !important;
}

.slider-form .form-group.fg-icon > i {
	font-size: 18px;
	line-height: 24px;
	left: 0;
	top: 13px;
	width: 30px;
	border-right: solid 1px #888;
	display: flex;
	justify-content: center;
	align-items: center;
}

.slider-form-row {
	margin-left: -5px;
	margin-right: -5px;
}

.slider-form-row > [class*="col-"] {
	padding-left: 5px;
	padding-right: 5px;
}

.form-group.fg-icon input,
.form-group.fg-icon textarea,
.form-group.fg-icon .select2-container .select2-selection--single {
	padding-left: 35px;
}

.fg-icon > i {
	position: absolute;
	top: 15px;
	font-size: 14px;
	line-height: 20px;
	color: #005c8c;
	display: block;
	left: 15px;
}

.label-margin {
	margin-top: 20px;
}

.form-group input:focus,
.form-group textarea:focus {
	border-color: #005c8c;
}

.form-label {
	display: block;
	font-size: 10px;
	line-height: 16px;
	font-weight: 600;
	color: #666;
	margin-bottom: 2px;
}

.form-group input.error-label,
.form-group textarea.error-label {
	border-color: #b22222;
}

.form-group span.error-label {
	font-size: 12px;
	line-height: 18px;
	color: #b22222;
	margin-top: 2px;
}

.ctxt {
	display: block;
	width: 100%;
	text-align: right;
	font-size: 12px;
	line-height: 18px;
	font-weight: 600;
	color: #888;
}

.modal-share {
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-direction: column;
}

.modal-share a {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	font-size: 14px;
	line-height: 20px;
	color: #444 !important;
	margin-bottom: 10px;
	width: 100%;
	padding-right: 30px;
	position: relative;
	border-bottom: solid 1px #eee;
	padding-bottom: 10px;
}

.modal-share a:after {
	content: "\f105";
	font-family: "Font Awesome 5 Pro";
	font-weight: 400;
	position: absolute;
	top: 50%;
	transform: translate(0, -50%);
	right: 0;transition: 0.2s ease 0s;
}

.modal-share a:hover:after {
	right: 10px;
}

.modal-share a i {
	min-width: 34px;
	height: 34px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff !important;
	font-size: 16px;
	border-radius: 5px;
}

#copy_box {
	background: #fbfbfb;
	border: solid 1px #eee;
	padding: 10px 15px;
	position: relative;
	cursor: pointer;
	border-radius: 5px;
}

#copy_box:hover {
	background: #f7f7f7;
}

#copy_box small {
	display: block;
	font-size: 12px;
	line-height: 18px;
	color: #666;
	margin-bottom: 5px;
	pointer-events: none;
}

#copy_box input {
	padding: 0;
	margin: 0;
	border: none;
	background: none;
	pointer-events: none;
	position: absolute;
	opacity: 0;
}

#copy_box span {
	font-size: 14px;
	line-height: 20px;
	color: #222;
	display: block;
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.modal {
	z-index: 99999 !important;
}

.modal-content {
	padding: 0;
	border-radius: 0;
	background: #fff;
	border: none;
	z-index: 99999;
	border-radius: 10px;
}

.modal-top {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 10px 15px;
	border-bottom: solid 1px #ddd;
}

.modal-top h2 {
	font-size: 16px;
	line-height: 22px;
	font-weight: 600;
	color: #222;
	margin: 0;
}

.modal-top a {
	font-size: 16px;
	line-height: 22px;
	color: #666 !important;
}

.modal-top a:hover {
	color: #222 !important;
}

.modal-bottom {
	padding: 15px;
}

.msg-box {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	width: 100%;
	padding: 10px 15px;
	background: #fbfbfb;
	border: solid 1px #eee;
	border-radius: 5px;
}

.msg-box.white {
	background: #fff;
	border: solid 1px #ddd;
}

.msg-box i {
	min-width: 30px;
	height: 30px;
	color: #6495ed;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-right: 10px;
	font-size: 12px;
	line-height: 18px;
	border: solid 1px #6495ed;
	border-radius: 50%;
}

.msg-box span {
	display: block;
	font-size: 12px;
	line-height: 18px;
	color: #222;
}

.msg-box.success i {
	color: #32cd32;
	border-color: #32cd32;
}

.msg-box.danger i {
	color: #b22222;
	border-color: #b22222;
}

.cbox-group {
	display: block;
	position: relative;
	margin-bottom: 20px;
}

.cbox-group input {
	position: absolute;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
}

.cbox-group label {
	display: inline-flex;
	justify-content: flex-start;
	align-items: center;
	cursor: pointer;
	font-size: 14px;
	line-height: 20px;
	color: #222;
	margin: 0;
	user-select: none;
}

.cbox-group label > span:first-child {
	min-width: 20px;
	height: 20px;
	border: solid 1px #ccc;
	background: #fff;
	margin-right: 10px;
	position: relative;
}

.cbox-group label:hover span:first-child {
	border-color: #aaa;
}

.cbox-group label > span:first-child:after {
	content: "\f00c";
	font-family: "Font Awesome 5 Pro";
	font-weight: 400;
	color: #EB8B1C;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-size: 16px;
	line-height: 22px;
	opacity: 0;
}

.cbox-group input:checked ~ label > span:first-child:after {
	opacity: 1;
}

.cbox-group input:checked ~ label > span:first-child {
	border-color: #EB8B1C;
}

.nav-top {
	background: #005c8c;
	padding: 5px 0;
}

.nav-top > .container,
.nav-top > .container-fluid {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.nav-top > .container > .left,
.nav-top > .container > .right,
.nav-top > .container-fluid > .left,
.nav-top > .container-fluid > .right {
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

.nt-social {
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

.nt-social a {
	display: block;
	margin-right: 30px;
	font-size: 16px;
	line-height: 22px;
	color: #fff !important	;
}

.nt-social a:last-child {
	margin-right: 0;
}

.nt-lang {
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

.nt-lang > a {
	margin-right: 15px;
	display: block;
}

.nt-lang > a:last-child {
	margin-right: 0;
}

.nt-lang > a > i {
	display: block;
}

.slide-desc {
	position: absolute;
	top: 50%;
	left: 0;
	transform: translate(0, -50%);
	width: 100%;
	z-index: 10;
}

.slide-desc h2 {
	font-size: 30px;
	line-height: 36px;
	text-transform: uppercase;
	font-weight: 800;
	color: #fff;
	margin-bottom: 0;
}

.slide-desc span {
	display: block;
	font-size: 16px;
	line-height: 22px;
	color: #fff;
	font-weight: 600;
	margin-top: 10px;
}

.slide-desc .main-btn {
	margin-top: 20px;
}

.slider-bottom {
	margin-top: -120px;
}

.vehicle-item {
	display: block;
	width: 100%;
	position: relative;
}

.vehicle-item .img {
	display: block;
	width: 100%;
	position: relative;
	overflow: hidden;
	padding-top: calc(720/1280*100%);
	border: solid 1px #ddd;
}

.vehicle-item .img img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	padding: 10px;
}

.main-title {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	margin-bottom: 20px;
}

.main-title > a {
	display: block;
	padding: 5px 10px;
	background: none;
	border: solid 1px #FF002A;
	color: #FF002A !important;
	font-weight: 600;
	font-size: 14px;
	line-height: 20px;
	white-space: nowrap;
	border-radius: 5px;
}

.main-title > a:hover {
	background: #FF002A;
	color: #fff !important;
}

.main-title h2,
.main-title h1 {
	font-size: 20px;
	line-height: 26px;
	font-weight: 800;
	margin: 0;
}

.region-item {
	display: block;
	width: 100%;
	position: relative;
	overflow: hidden;
	padding-top: calc(3/4*100%);
	margin-bottom: 30px;
	box-shadow: 0px 5px 10px rgba(0,0,0,0.1);
	border-radius: 10px;
}

.region-item img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: 0.2s ease 0s;
}

.region-item h3 {
	display: block;
	position: absolute;
	bottom: 5px;
	left: 5px;
	width: calc(100% - 10px);
	padding: 10px 15px;
	font-size: 16px;
	line-height: 22px;
	font-weight: 600;
	color: #222;
	background: #fff;
	margin: 0;
	z-index: 4;
	transition: 0.2s ease 0s;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	padding-left: 35px;
	border-radius: 5px;
}

.region-item h3:before {
	content: "\f3c5";
	font-family: "Font Awesome 5 Pro";
	font-weight: 900;
	position: absolute;
	left: 15px;
	top: 50%;
	transform: translate(0, -50%);
	display: block;
	font-size: 16px;
	line-height: 22px;
}

.region-item span {
	position: absolute;
	top: 10px;
	left: 10px;
	padding: 5px 10px;
	font-size: 14px;
	line-height: 20px;
	color: #fff;
	background: #FF002A;
	z-index: 4;
	font-weight: 600;
	border-radius: 5px;
	transition: 0.2s ease 0s;
}

.region-item:hover img {
	transform: scale(1.1);
}

.region-item > .buttons {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(255,255,255,0.8);
	z-index: 20;
	padding: 20px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	border: solid 1px #ddd;
	border-radius: 10px;
	opacity: 0;
	transition: 0.2s ease 0s;
	pointer-events: none;
	transform: scale(0.8);
}

.region-item:hover > .buttons {
	opacity: 1;
	pointer-events: all;
	transform: scale(1);
}

.region-item:hover > h3,
.region-item:hover > span {
	opacity: 0;
}

.badge-item {
	display: block;
	text-align: center;
	padding: 15px;
	background: none;
	border: solid 2px #eee;
	background: #fafafa;
	height: 100%;
	border-radius: 10px;
}

.badge-item i {
	display: block;
	font-size: 50px;
	line-height: 56px;
	color: #005c8c;
	margin-bottom: 10px;
	padding-bottom: 10px;
	position: relative;
}

.badge-item i:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translate(-50%, 0);
	width: 30px;
	height: 4px;
	background: #888;
}

.badge-item > span {
	display: block;
	font-size: 14px;
	line-height: 20px;
	color: #222;
	font-weight: 600;
}

.comment-item {
	padding: 15px;
	background: #fafafa;
	border: solid 1px rgba(0,0,0,0.1);
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	margin-bottom: 30px;
	border-radius: 10px;
}

.comment-item > .avatar {
	min-width: 60px;
	height: 60px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 30px;
	line-height: 36px;
	color: #fff;
	background: #005c8c;
	margin-right: 15px;
	border-radius: 5px;
}

.comment-item > .avatar > i {
	display: block;
}

.comment-item > .desc {
	padding: 10px;
	background: #fff;
	border: solid 1px #eee;
	border-radius: 5px;
}

.comment-item > .desc > .top {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: solid 1px #eee;
}

.comment-item > .desc > .top > span {
	display: block;
	font-size: 14px;
	line-height: 20px;
	color: #222;
}

.comment-item > .desc > .top > span:first-child {
	font-weight: 600;
}

.comment-item > .desc > .bottom p {
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	font-size: 14px;
	line-height: 20px;
	color: #444;
	overflow: hidden;
	margin-bottom: 0;
}

.comment-slider-container {
	display: block;
	position: relative;
}

.comment-slider-container > .tns-outer > button {
	display: none;
}

.comment-slider-container > .tns-outer > .tns-nav {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 10;
	pointer-events: none;
}

.comment-slider-container > .tns-outer > .tns-nav > button {
	background: #ddd;
	border: none;
	width: 20px;
	height: 10px;
	margin: 0 4px;
	pointer-events: all;
}

.comment-slider-container > .tns-outer > .tns-nav > button.tns-nav-active {
	background: #FF002A;
}

.blog-item {
	display: block;
	width: 100%;
	position: relative;
	margin-bottom: 30px;
	box-shadow: 0px 5px 10px rgba(0,0,0,0.1);
}

.blog-item > .img {
	display: block;
	width: 100%;
	position: relative;
	overflow: hidden;
	padding-top: calc(720/1280*100%);
	border-radius: 5px;
}

.blog-item > .img img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: 0.2s ease 0s;
}

.blog-item > .desc {
	padding: 10px 15px;
}

.blog-item > .desc h3 {
	display: block;
	font-size: 16px;
	line-height: 22px;
	font-weight: 600;
	color: #222;
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: solid 1px #ddd;
}

.blog-item > .desc p {
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	font-size: 14px;
	line-height: 20px;
	color: #444;
	margin: 0;
	overflow: hidden;
}

.blog-item > .img > span {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 5px 10px;
	background: #FF002A;
	color: #fff;
	font-size: 12px;
	line-height: 18px;
	font-weight: 600;
}

.blog-item:hover > .img img {
	transform: scale(1.1);
}

.ftr-contact {
	display: block;
	margin-bottom: 20px;
}

.ftr-contact > div {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin-bottom: 10px;
}

.ftr-contact > div i {
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 14px;
	line-height: 20px;
	min-width: 34px;
	height: 34px;
	background: rgba(255,255,255,0.2);
	color: #fff;
	margin-right: 10px;
	border-radius: 5px;
}

.ftr-contact > div a,
.ftr-contact > div span {
	display: block;
	font-size: 14px;
	line-height: 20px;
	color: #ddd !important;
}

.ftr-contact > div a:hover {
	text-decoration: underline !important;
}

.ftr-links {
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-direction: column;
	margin-bottom: 20px;
}

.ftr-links a {
	display: block;
	font-size: 14px;
	line-height: 20px;
	color: #fff !important;
	margin-bottom: 10px;
}

.ftr-links a:hover {
	text-decoration: underline !important;
}

.ftr-title {
	display: block;
	font-size: 18px;
	line-height: 24px;
	font-weight: 600;
	color: #fff;
	margin-bottom: 20px;
}

.ftr-social {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin-bottom: 15px;
}

.ftr-social a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 34px;
	height: 34px;
	color: #fff !important;
	border-radius: 4px;
	margin-right: 10px;
	margin-bottom: 10px;
	border-radius: 5px;
}

.ftr-tursab {
	display: block;
	margin-bottom: 30px;
}

.ftr-tursab img {
	width: 200px;
}

.backgray {
	padding: 50px 0;
	background: #f2f2f2;
}

.nav-top .dropdown-toggle {
	padding: 5px 10px;
	background: rgba(255,255,255,0.1);
	display: flex;
	justify-content: flex-start;
	align-items: center;
	font-size: 14px;
	line-height: 20px;
	color: #fff;
	border-radius: 5px;
}

.nav-top .dropdown-menu {
	width: 100%;
	min-width: unset;
	border-radius: 0;
	background: #fff;
	margin: 0;
	box-shadow: 0px 2px 4px rgba(0,0,0,0.1);
}

.nav-top .dropdown-menu a {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	font-size: 14px;
	line-height: 20px;
	color: #222;
	padding: 5px 10px;
	font-weight: 600;
}

.nav-top .dropdown-menu a:hover {
	background: #eee;
}

.nav-links-in {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
}

.nav-links-in > .left,
.nav-links-in > .right {
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

.nav-link-contact {
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

.nav-link-contact > i {
	font-size: 24px;
	line-height: 30px;
	color: #aaa;
	margin-right: 10px;
	min-width: 40px;
	height: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #eee;
	border-radius: 4px;
}

.nav-link-contact > div a {
	display: block;
	font-size: 14px;
	line-height: 20px;
	font-weight: 600;
	color: #222;
	padding: 0;
	background: none !important;
}

.nav-link-contact > div a:hover {
	text-decoration: underline !important;
}

.nav-link-contact > div span {
	display: block;
	font-size: 14px;
	line-height: 20px;
	color: #444;
	margin-bottom: 2px;
}

.review-item {
	display: block;
	width: 100%;
	margin-bottom: 20px;
}

.review-item > .img > div {
	display: block;
	width: 100%;
	position: relative;
	overflow: hidden;
	padding-top: calc(50/400*100%);
	margin-bottom: 10px;
}

.review-item > .img > div > img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: contain;
	padding: 2px;
}

.review-item > span {
	display: block;
	font-size: 12px;
	line-height: 18px;
	color: #666;
	font-weight: 600;
	text-align: center;
}

.nav-bar {
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

.dropdown.defdropdown {
	display: block;
	position: relative;
}

.dropdown.defdropdown > .dropdown-toggle {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	font-size: 14px;
	line-height: 20px;
	padding: 10px 15px;
	background: #fff;
	border: solid 1px #ddd;
	border-radius: 5px;
	color: #222 !important;
}

.dropdown.defdropdown.small > .dropdown-toggle {
	padding: 5px 10px;
	font-size: 12px;
	line-height: 18px;
}

.dropdown.defdropdown > .dropdown-menu {
	top: 100% !important;
	left: 50% !important;
	transform: translate(-50%, 0) !important;
	margin: 0;
	border: solid 1px #ddd;
	background: #fff;
	min-width: unset;
	width: unset;
	padding: 5px 0;
}

.dropdown.defdropdown.small > .dropdown-menu > a {
	font-size: 12px;
	line-height: 18px;
}

.dropdown.defdropdown > .dropdown-menu > a {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	white-space: nowrap;
	font-size: 14px;
	line-height: 20px;
	color: #222 !important;
	padding: 5px 10px;
}

.dropdown.defdropdown > .dropdown-menu > a:hover {
	background: #eee;
}

.slideform-content {
	position: absolute;
	bottom: 50px;
	left: 0;
	width: 100%;
}

.slideform-icons {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin-bottom: 30px;
}

.slideform-icons > .item {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin-right: 20px;
}

.slideform-icons > .item:last-child {
	margin-right: 0;
}

.slideform-icons > .item > i {
	display: block;
	font-size: 24px;
	line-height: 30px;
	color: #fff;
}

.slideform-icons > .item > span {
	display: block;
	font-size: 14px;
	line-height: 20px;
	color: #fff;
	font-weight: 600;
}

.slidebottom-icons {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin-top: 30px;
}

.slidebottom-icons > .secure-icon {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin-right: 20px;
}

.slidebottom-icons > .secure-icon > img {
	width: 24px;
	margin-right: 5px;
}

.slidebottom-icons > .secure-icon > span {
	display: block;
	font-size: 12px;
	line-height: 18px;
	color: #fff;
	font-weight: 600;
}

.slidebottom-icons > img {
	width: 30px;
	margin-right: 10px;
}

.bcrumb {
	background: #eee;
	padding: 5px 0;
	border-top: solid 1px #ddd;
	border-bottom: solid 1px #ddd;
}

.bcrumb > .container {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.bcrumb h1 {
	margin-bottom: 0;
	font-size: 12px;
	line-height: 20px;
	font-weight: 600;
	color: #222;
	text-transform: uppercase;
}

.bcrumb .links {
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

.bcrumb .links > a {
	display: block;
	font-size: 12px;
	line-height: 18px;
	color: #444 !important;
	margin-right: 20px;
	position: relative;
	font-weight: 600;
}

.bcrumb .links > a:after {
	content: "\f105";
	font-family: "Font Awesome 5 Pro";
	font-weight: 400;
	position: absolute;
	top: 0;
	right: -20px;
	width: 20px;
	text-align: center;
	pointer-events: none;
}

.bcrumb .links > a:last-child:after {
	content: none;
}

.bcrumb .links > a:last-child {
	margin-right: 0;
}

.bcrumb .links > a:hover {
	text-decoration: underline !important;
}

.page-banner {
	display: block;
	width: 100%;
	position: relative;
	overflow: hidden;
	padding-top: calc(520/1280*100%);
	margin-bottom: 30px;
	border-radius: 10px;
}

.page-banner > img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.page-form {
	padding: 30px 0;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	position: relative;
}

.page-form .slider-form {
	z-index: 10;
	position: relative;
}

.page-form:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.4);
}

.map-frame {
	display: block;
	width: 100%;
	position: relative;
	overflow: hidden;
	padding-top: calc(420/1280*100%);
	margin-bottom: 30px;
	border-radius: 10px;
	box-shadow: 0px 5px 10px rgba(0,0,0,0.1);
}

.map-frame > * {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.captcha-box {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: wrap;
}

.page-contact {
	display: block;
	width: 100%;
}

.page-contact > div {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin-bottom: 15px;
	padding: 10px;
	background: #fbfbfb;
	border: solid 1px #ddd;
	border-radius: 5px;
}

.page-contact > div:last-child {
	margin-bottom: 0;
}

.page-contact > div > i {
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 16px;
	line-height: 20px;
	border-radius: 5px;
	min-width: 40px;
	height: 40px;
	color: #fff;
	background: #0e618d;
	margin-right: 10px;
}

.page-contact > div > span,
.page-contact > div > a {
	display: block;
	font-size: 14px;
	line-height: 20px;
	color: #222 !important;
}

.page-contact > div > a:hover {
	text-decoration: underline !important;
}

.side-blogs {
	display: block;
	width: 100%;
}

.side-blogs > a {
	display: flex;
	justify-content: flex-start;
	align-items: stretch;
	padding: 10px;
	background: #f5f5f5;
	border-radius: 10px;
	margin-bottom: 15px;
	transition: 0.2s ease 0s;
}

.side-blogs > a:hover {
	background: #eee;
}

.side-blogs > a:last-child {
	margin-bottom: 0;
}

.side-blogs > a > .img {
	display: block;
	width: 100px;
	min-width: 100px;
}

.side-blogs > a > .img > div {
	display: block;
	width: 100%;
	position: relative;
	overflow: hidden;
	height: 100%;
	padding-top: calc(720/1280*100%);
	border-radius: 10px;
}

.side-blogs > a > .img > div img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.side-blogs > a > .desc {
	display: flex;
	justify-content: center;
	align-items: flex-start;
	flex-direction: column;
	width: 100%;
	padding: 10px;
	overflow: hidden;
}

.side-blogs > a > .desc > h3 {
	display: block;
	font-size: 16px;
	line-height: 24px;
	font-weight: 600;
	color: #222;
	padding-right: 15px;
	position: relative;
	width: 100%;
	margin-bottom: 0;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.side-blogs > a > .desc > h3:after {
	content: "\f105";
	font-family: "Font Awesome 5 Pro";
	font-weight: 600;
	position: absolute;
	top: 50%;
	transform: translate(0, -50%);
	right: 0;
}

.page-banner > .share-link {
	position: absolute;
	top: 10px;
	right: 10px;
	width: 34px;
	height: 34px;
	z-index: 10;
	background: #fff;
	color: #FF002A !important;
	border-radius: 5px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 14px;
	line-height: 20px;
	transition: 0.2s ease 0s;
}

.page-banner > .share-link:hover {
	background: #FF002A;
	color: #fff !important;
}

.page-banner > .date {
	position: absolute;
	bottom: 10px;
	left: 10px;
	border-radius: 5px;
	padding: 5px 10px;
	font-size: 12px;
	line-height: 18px;
	font-weight: 600;
	color: #fff;
	background: #FF002A;
	z-index: 10;
}

.returnpicker-clear {
	display: none;
	position: absolute;
	top: -5px;
	right: -5px;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	justify-content: center;
	align-items: center;
	font-size: 14px;
	line-height: 20px;
	background: #222;
	color: #fff;
	cursor: pointer;
}

.returnpicker-clear.active {
	display: flex;
}

.car-select-box {
	background: #f5f5f5;
	border: solid 1px #ddd;
	border-radius: 10px;
	margin-bottom: 20px;
}

.car-select-box > .head {
	padding: 15px;
	border-bottom: solid 1px #ddd;
	text-align: center;
}

.car-select-box > .head > h2 {
	display: block;
	font-size: 16px;
	line-height: 22px;
	font-weight: 600;
	margin-bottom: 10px;
	color: #222;
}

.car-select-box > .head > span {
	display: block;
	font-size: 14px;
	line-height: 20px;
	color: #444;
}

.car-select-box > .carlist-content {
	padding: 5px;
}

.car-select-box > .carlist-content > .car-item {
	padding: 15px;
	background: #fff;
	margin-bottom: 5px;
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	border: solid 1px #ddd;
	border-radius: 5px;
}

.car-select-box > .carlist-content > .car-item:last-child {
	margin-bottom: 0;
}

.car-select-box > .carlist-content > .car-item > .car-desc {
	display: flex;
	justify-content: flex-start;
	align-items: stretch;
	width: 100%;
}

.car-select-box > .carlist-content > .car-item > .car-desc > .img {
	min-width: 150px;
	width: 150px;
	display: block;
	margin-right: 10px;
}

.car-select-box > .carlist-content > .car-item > .car-desc > .img > div {
	display: block;
	width: 100%;
	height: 100%;
	position: relative;
	overflow: hidden;
	padding-top: calc(720/1280*100%);
	background: #fff;
	border: solid 1px #aaa;
	border-radius: 5px;
}

.car-select-box > .carlist-content > .car-item > .car-desc > .img > div > img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: contain;
	padding: 5px;
}

.car-select-box > .carlist-content > .car-item > .car-desc > .desc {
	display: block;
	margin-right: 10px;
	width: 100%;
}

.car-select-box > .carlist-content > .car-item > .car-desc > .desc > h3 {
	display: block;
	font-size: 14px;
	line-height: 20px;
	font-weight: 600;
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: solid 1px #ddd;
	width: 100%;
}

.car-select-box > .carlist-content > .car-item > .car-desc > .desc > .specs {
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

.car-select-box > .carlist-content > .car-item > .car-desc > .desc > .specs > div {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin-right: 10px;
	margin-bottom: 10px;
	background: #000000;
	color: #fff;
	padding: 10px 15px;
	border-radius: 5px;
	font-size: 14px;
	line-height: 20px;
	transition: 0.2s ease 0s;
}

.car-select-box > .carlist-content > .car-item > .car-desc > .desc > .specs > div:hover {
	cursor: pointer;
	background: #B3001E;
}

.car-select-box > .carlist-content > .car-item > .car-desc > .desc > .specs > div > i {
	height: 20px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.car-select-box > .carlist-content > .car-item > .car-desc > .desc > .specs > div > span {
	display: block;
	font-size: 14px;
	line-height: 20px;
	font-weight: 600;
	color: #fff;
	margin-left: 10px;
	padding-left: 10px;
	position: relative;
}

.car-select-box > .carlist-content > .car-item > .car-desc > .desc > .specs > div > span:before {
	content: "";
	position: absolute;
	left: 0;
	border-left: solid 1px #fff;
	top: 50%;
	transform: translate(0, -50%);
	height: 20px;
}

.car-select-box > .carlist-content > .car-item > .price {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-direction: column;
}

.car-select-box > .carlist-content > .car-item > .price > span {
	display: block;
	min-width: 100px;
	white-space: nowrap;
	border: solid 1px #ccc;
	color: #222;
	text-align: center;
	font-size: 18px;
	line-height: 24px;
	padding: 10px 15px;
	border-radius: 5px;
	font-weight: 800;
	margin-bottom: 10px;
	width: 100%;
}

.step-continue {
	padding: 15px;
	background: #f5f5f5;
	border: solid 1px #ddd;
	border-radius: 10px;
	text-align: center;
}

.step-continue > .desc {
	display: block;
	font-size: 14px;
	line-height: 20px;
	color: #444;
	margin-bottom: 10px;
}

.step-continue > .price {
	display: block;
	margin-bottom: 10px;
}

.step-continue > .price > small {
	display: block;
	font-size: 12px;
	line-height: 18px;
	font-weight: 600;
	color: #222;
	margin-bottom: 5px;
}

.step-continue > .price > span {
	display: block;
	font-size: 18px;
	line-height: 24px;
	font-weight: 800;
	color: #222;
}

.step-continue > .buttons {
	display: flex;
	justify-content: center;
	align-items: center;
}

.basket-form {
	counter-reset: bf-title;
}

.bf-item {
	display: block;
	margin-bottom: 10px;
	padding-left: 15px;
}

.bf-item:last-child {
	margin-bottom: 0;
}

.bf-item > h2 {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	font-size: 16px;
	line-height: 22px;
	font-weight: 600;
	margin-bottom: 10px;
	margin-left: -15px;
}

.bf-item > h2:before {
	content: counter(bf-title);
	counter-increment: bf-title;
	min-width: 30px;
	height: 30px;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #3a78c9;
	color: #fff;
	border-radius: 5px;
	margin-right: 10px;
}

.bf-item-in {
	border-left: solid 2px #ccc;
	padding: 15px;
}

.bf-item:last-child > .bf-item-in {
	border-left: none;
}

.extra-selection {
	display: block;
	width: 100%;
	padding: 15px;
	background: #fff;
	border-radius: 10px;
	margin-bottom: 30px;
	border: solid 1px #ddd;
	text-align: left;
}

.extra-line {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	padding: 10px;
	background: #f5f5f5;
	border: solid 1px #eee;
	border-radius: 5px;
	margin-bottom: 15px;
}

.extra-line:last-child {
	margin-bottom: 0;
}

.extra-line > .left {
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	margin-right: 10px;
}

.extra-line > .right {
	min-width: 120px;
	width: 120px;
}

.extra-line > .left > .img {
	min-width: 70px;
	width: 70px;
	display: block;
	margin-right: 15px;
	border: solid 1px #ddd;
	border-radius: 5px;
	overflow: hidden;
}

.extra-line > .left > .img > div {
	display: block;
	width: 100%;
	position: relative;
	overflow: hidden;
	padding-top: 100%;
}

.extra-line > .left > .img > div > img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	background: #fff;
	padding: 10px;
}

.extra-line > .left > .desc > .head {
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-direction: column;
}

.extra-line > .left > .desc > .head > h3 {
	display: block;
	font-size: 16px;
	line-height: 22px;
	font-weight: 600;
	color: #222;
	margin-bottom: 10px;
}

.extra-line > .left > .desc > .head > span {
	display: block;
	padding: 5px 10px;
	background: #568bd0;
	font-size: 16px;
	line-height: 22px;
	color: #fff;
	font-weight: 600;
	border-radius: 5px;
	margin-bottom: 5px;
}

.side-box {
	padding: 15px;
	background: #f0f0f0;
	border: solid 1px #ddd;
	border-radius: 10px;
}

.transfer-box {
	display: block;
	position: relative;
	padding: 15px;
	border: solid 2px #bbb;
	background: #fff;
	border-radius: 5px;
	margin-bottom: 15px;
}

.transfer-box > .delete {
	position: absolute;
	top: -8px;
	right: -8px;
	width: 24px;
	height: 24px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 14px;
	line-height: 20px;
	color: #fff;
	background: #FF002A;
	border-radius: 5px;
	transition: 0.2s ease 0s;
}

.transfer-box > .delete:hover {
	background: #B3001E;
}

.transfer-box:last-child {
	margin-bottom: 0;
}

.transfer-box > .head {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: solid 1px #eee;
}

.transfer-box > .head > .left {
	display: block;
	margin-right: 10px;
}

.transfer-box > .head > .left > span {
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	margin-bottom: 2px;
	font-size: 12px;
	line-height: 18px;
	color: #666;
}

.transfer-box > .head > .left > span > b {
	font-size: 12px;
	line-height: 18px;
	display: block;
	font-weight: 600;
	margin-right: 4px;
}

.transfer-box > .head > .right {
	display: block;
}

.transfer-box > .head > .right > a {
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 14px;
	line-height: 20px;
	color: #FF002A !important;
	border: solid 1px #FF002A;
	border-radius: 5px;
	min-width: 34px;
	height: 34px;
	transition: 0.2s ease 0s;
}

.transfer-box > .head > .right > a:hover {
	background: #FF002A;
	color: #fff !important;
}

.transfer-box > .transfers > .content {
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-wrap: wrap;
	padding: 5px;
	background: #f5f5f5;
	border: solid 1px #eee;
	border-radius: 5px;
	margin-bottom: 10px;
}

.transfer-box > .transfers > .content:last-child {
	margin-bottom: 0;
}

.transfer-box > .transfers > .content > .vehicle {
	min-width: 100px;
	width: 100px;
	display: block;
	margin-right: 10px;
}

.transfer-box > .transfers > .content > .vehicle > div {
	display: block;
	width: 100%;
	position: relative;
	overflow: hidden;
	padding-top: calc(3/5*100%);
	border: solid 1px #ddd;
	border-radius: 5px;
}

.transfer-box > .transfers > .content > .vehicle > div > img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	padding: 5px;
	background: #fff;
}

.transfer-box > .transfers > .content > .desc {
	display: block;
	width: calc(100% - 110px);
}

.transfer-box > .transfers > .content > .desc > span {
	display: block;
	font-size: 12px;
	line-height: 18px;
	color: #222;
	font-weight: 600;
	margin-bottom: 5px;
	padding-bottom: 5px;
	border-bottom: solid 1px #ddd;
	width: 100%;
	text-overflow: ellipsis;
	white-space:  normal;
	overflow: hidden;
}

.transfer-box > .transfers > .content > .desc > .clock {
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

.transfer-box > .transfers > .content > .desc > .clock > span {
	display: block;
	font-size: 16px;
	line-height: 22px;
	font-weight: 600;
	color: #222;
	margin-right: 4px;
}

.transfer-box > .transfers > .content > .desc > .clock > small {
	display: block;
	font-size: 12px;
	line-height: 18px;
	color: #444;
	position: relative;
}

.transfer-box > .transfers > .content > .titlebar {
	display: block;
	margin-bottom: 5px;
	width: 100%;
}

.transfer-box > .transfers > .content > .titlebar > .direction {
	display: block;
	padding: 5px;
	background: #fff;
	width: 100%;
	border-radius: 5px;
	border: solid 1px #ddd;
	padding-left: 30px;
	position: relative;
	margin-bottom: 5px;
}

.transfer-box > .transfers > .content > .titlebar > .direction:before {
	content: "\f07d";
	font-family: "Font Awesome 5 Pro";
	font-weight: 300;
	color: #bbb;
	position: absolute;
	left: 0;
	width: 30px;
	text-align: center;
	top: 50%;
	transform: translate(0, -50%);
	font-size: 24px;
	line-height: 30px;
	display: block;
}

.transfer-box > .transfers > .content > .titlebar > .direction > span {
	display: block;
	font-size: 12px;
	line-height: 18px;
	color: #222;
	font-weight: 600;
	margin-bottom: 5px;
	padding-bottom: 5px;
	border-bottom: solid 1px #eee;
}

.transfer-box > .transfers > .content > .titlebar > .direction > span:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border: none;
}

.transfer-box > .transfers > .content > .titlebar > span {
	display: block;
	font-size: 12px;
	line-height: 18px;
	background: #fff;
	padding: 5px 10px;
	border: solid 1px #ddd;
	border-radius: 5px;
	font-weight: 600;
	color: #666;
}

.rez-price {
	margin-top: 10px;
	padding-top: 10px;
	border-top: solid 1px #eee;
}

.rez-price > div {
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

.rez-price > div > span {
	display: block;
	font-size: 12px;
	line-height: 18px;
	color: #222;
	/*width: 50%;*/
	position: relative;
}

.rez-price > div > span:last-child {
	padding-left: 10px;
	text-align: right;
	font-weight: 600;
}

.rez-price > div > span:first-child:after {
	content: ":";
	position: absolute;
	top: 0;
	right: 0;
}

.rez-total {
	margin-top: 10px;
	padding-top: 10px;
	border-top: solid 1px #eee;display: flex;
	justify-content: flex-start;
	align-items: center;
}

.rez-total > span {
	display: block;
	font-size: 14px;
	line-height: 20px;
	color: #222;
	width: 50%;
	position: relative;
}

.rez-total > span:last-child {
	padding-left: 10px;
	text-align: right;
	font-weight: 600;
}

.rez-total > span:first-child:after {
	content: ":";
	position: absolute;
	top: 0;
	right: 0;
}

.transfer-input-box {
	padding: 10px;
	padding-bottom: 0;
	border: solid 2px #bbb;
	border-radius: 5px;
	background: #fbfbfb;
	margin-bottom: 15px;
}

.transfer-input-box:last-child {
	margin-bottom: 0;
}

.transfer-input-box > h3 {
	display: block;
	font-size: 14px;
	line-height: 20px;
	color: #222;
	font-weight: 600;
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: solid 1px #ddd;
}

.tib-divide {
	border-bottom: solid 2px #ddd;
	margin-bottom: 10px;
	margin-top: -10px;
}

.tib-content {
	margin-bottom: -10px;
}

.rez-total-all {
	margin-top: 15px;
	padding: 15px;
	background: #fff;
	border: solid 1px #ddd;
	border-radius: 5px;
}

.rez-total-all > div {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	width: 100%;
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: solid 1px #eee;
}

.rez-total-all > div > span {
	display: block;
	font-size: 16px;
	line-height: 20px;
	width: 50%;
	color: #222;
	position: relative;
}

.rez-total-all > div > span:last-child {
	font-weight: 600;
	text-align: right;
	padding-left: 10px;
}

.rez-total-all > div > span:first-child:after {
	content: ":";
	position: absolute;
	top: 0;
	right: 0;
}

.rez-total-all > span {
	display: block;
	font-size: 10px;
	line-height: 16px;
	color: #222;
	margin-bottom: 5px;
}

.rez-total-all > span:last-child {
	margin-bottom: 0;
}

.form-margin-fix {
	margin-bottom: -20px;
}

.payment-area > .head {
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

.payment-area {
	background: #fbfbfb;
	border: solid 1px #eee;
	border-radius: 5px;
	padding: 10px;
}

.side-banner {
	display: block;
	width: 100%;
	position: relative;
	overflow: hidden;
	padding-top: calc(3/4*100%);
	border-radius: 10px;
	margin-bottom: 30px;
}

.side-banner>img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.rezsum-voucher {
	border-radius: 10px;
	overflow: hidden;
	border: solid 1px #ddd;
}

.rezsum-voucher .box {
	padding: 10px;
	border-bottom: solid 1px #eee;
}

.rezsum-voucher .box > .in {
	border: solid 1px #bbb;
	border-radius: 5px;
	overflow: hidden;
}

.rezsum-voucher h3 {
	display: block;
	font-size: 14px;
	line-height: 20px;
	font-weight: 600;
	padding: 10px 15px;
	background: #eee;
	margin: 0;
	color: #222;
}

.rezsum-voucher h2 {
	display: block;
	font-size: 16px;
	line-height: 22px;
	font-weight: 600;
	padding: 10px 15px;
	background: #FF002A;
	margin: 0;
	color: #fff;
}

.rezsum-voucher .line {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	width: 100%;
	padding: 5px 15px;
	border-bottom: solid 1px #eee;
	border-top: solid 1px #eee;
	font-size: 14px;
	line-height: 20px;
	color: #222;
}

.rezsum-voucher .line>span:last-child {
	font-weight: 600;
	text-align: right;
}

.rezsum-info {
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	margin-bottom: 20px;
}

.rezsum-info > i {
	color: #32cd32;
	font-size: 50px;
	line-height: 56px;
	margin-right: 10px;
}

.rezsum-info > div > span {
	display: block;
	font-size: 18px;
	line-height: 24px;
	font-weight: 600;
	margin-bottom: 5px;
}

.rezsum-info > div > p {
	display: block;
	font-size: 14px;
	line-height: 20px;
	color: #444;
	margin-bottom: 0;
	margin-bottom: 5px;
}

.rezsum-info > div > small {
	display: block;
	font-size: 12px;
	line-height: 18px;
	font-weight: 600;
	color: 222;
}

/* MODAL START */

.modal {
    z-index: 99999 !important;
}

.modal-content {
    padding: 0;
    border-radius: 0;
    background: #fff;
    border: none;
    z-index: 99999;
}

.modal-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 15px;
    border-bottom: solid 1px #ddd;
}

.modal-top h2 {
    font-size: 16px;
    line-height: 22px;
    font-weight: 600;
    color: #222;
    margin: 0;
}

.modal-top a {
    font-size: 16px;
    line-height: 22px;
    color: #888 !important;
}

.modal-top a:hover {
    color: #222 !important;
}

.modal-inner {
    padding: 15px;
}

/* MODAL END */

.notify-modal-all {
    background: none;
}

.notify-modal-content {
    padding: 20px;
    background: #fff;
    border: solid 1px #ddd;
    border-radius: 10px;
    position: relative;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.notify-modal-content > i {
    font-size: 40px;
    line-height: 46px;
    color: #FF002A;
    margin-right: 30px;
}

.notify-modal-content > a {
    position: absolute;
    top: -15px;
    right: -15px;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    line-height: 22px;
    color: #fff !important;
    z-index: 10;
    background: #FF002A;
    border-radius: 50%;
    cursor: pointer;
}

.notify-modal-content > span {
    display: block;
    font-size: 20px;
    line-height: 26px;
    color: #222;
}