* {
	font-family: "Be Vietnam Pro", sans-serif;
	font-size: 16px;
}

.navigator-web {
	box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.15);
}

.container {
	max-width: 1200px;
	margin: 0 auto;
}

/* custome menu mobile */

/* custome menu mobile */
.ds {
	position: -webkit-sticky;
	position: sticky;
	top: 0;
	z-index: 999;
	background-color: #fff;
	transition: all 0.5s ease-in-out;
}
.ds {
	position: relative;
	width: 100%;
	min-width: 150vh;
}
.menu-mobile a.active {
	color: #fd702c;
	font-weight: bold;
}
.menu-mobile {
	position: fixed;
	width: 250px;
	height: 100%;
	left: 0;
	background-color: #fff;
	box-shadow: 0px 2px 20px 0px rgb(0 0 0 / 24%);
	z-index: 1000;
	padding: 0;
	border-right: 1px solid rgba(0, 0, 0, 0.1);
	animation: slideInMenu 0.5s ease forwards;
	transform: translateX(-100%);
}
.close-wrapper {
	height: 30px;
}
.close-wrapper i {
	font-size: 25px;
	display: flex;
	justify-content: flex-end;
	align-items: center;
	padding: 8px 15px 8px 0;
	margin-bottom: 10px;
	color: #0a0a0a;
}
.close {
	height: 34px;
	width: 34px;
	display: block;
	float: right;
	margin: 13px 13px 0 0;
}
#body_overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 120%;
	background: rgba(0, 0, 0, 0.6);
	z-index: 9002;
	display: none;
	z-index: 0;
	opacity: 0.8;
}
.img-son {
	border-bottom: 1px solid rgb(203, 202, 202);
}
@keyframes slideInMenu {
	from {
		transform: translateX(-100%);
	}
	to {
		transform: translateX(0);
	}
}
.menu-mobile ul {
	list-style: none;
	overflow: hidden;
	margin: 0;
	padding: 0 10px;
}
.menu-mobile ul li a {
	width: 100%;
	text-decoration: none;
	padding: 10px 20px;
	display: inline-flex;
	align-items: center;
	font-weight: 600;
}
.menu-mobile .toggle_menu {
	position: absolute;
	top: 20px;
	width: 45px;
	height: 45px;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
}
nav.hide {
	display: none;
}
.menu-mobile ul li a {
	color: #0a0a0a;
}
.menu-mobile p {
	padding: 15px 0;
	margin: 0;
}

.logo-menu-mobile img {
	width: 180px;
}

.find-driver a {
	color: #fff !important;
	font-size: 12px !important;
	font-weight: 600 !important;
	background-image: linear-gradient(269deg, #1a1a1a -67.92%, #fd702c 70%);
	padding: 8px 15px;
	border-radius: 99px;
	display: block !important;
	text-align: center;
	margin-top: 10px;
}

/* custome menu */

.navigator {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 3px 10px;
}

.logo-web img {
	width: 120px;
}
.menu-items ul {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 25px;
	padding: 0;
	margin: 0;
}
.menu-items ul li {
	list-style: none;
}
.menu-items ul li a {
	text-decoration: none;
	color: #354150;
	font-size: 16px;
	font-weight: 500;
	padding: 5px 10px;
}
.btn-find-driver {
	background-image: linear-gradient(269deg, #1a1a1a -67.92%, #fd702c 70%);
	padding: 8px 25px;
	border-radius: 99px;
}
.btn-find-driver a {
	color: #fff !important;
	font-size: 12px !important;
	font-weight: 600 !important;
}

/* custom introduce */

.about-me {
	font-weight: bold;
	font-size: 23px;
	margin-bottom: 15px;
}

.col-inner {
	padding: 25px;
	margin-top: 30px;
	box-shadow: 0px 4px 40px 0px rgba(0, 0, 0, 0.04) !important;
}

/* custom why choose we */

.text {
	text-align: center;
}

.text p:empty {
	display: none;
}

.text-gradient {
	background-image: linear-gradient(269deg, #1a1a1a -67.92%, #fd702c 70%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	display: inline-block;
	font-size: 1.75rem;
}
.item-why {
	border: 1px double transparent;
	border-radius: 20px;
	background-image: linear-gradient(#fff, #fff),
		linear-gradient(269deg, #1a1a1a -67.92%, #fd702c 70%);
	background-origin: border-box;
	background-clip: content-box, border-box;
}

.box {
	padding: 30px;
}

.box-img img {
	width: 60px;
}

/* custom contact */

.contacts {
	background-color: #fd702c;
	padding: 15px 0;
}

.btn-booking {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 12px;
}

.slogan-contact {
	margin: 0;
	text-transform: uppercase;
	font-weight: 700;
	color: white;
}

.btn-booking {
	text-decoration: none;
	color: white;
	text-transform: uppercase;
	border: 1px solid white;
	padding: 10px 25px;
	border-radius: 99px;
	font-weight: 600;
}

/* custom footer */

.logo-footer {
	display: flex;
	align-items: center;
	justify-content: center;
}
.logo-footer img {
	width: 280px;
}

.slogan-footer p {
	margin-bottom: 3px;
	text-align: center;
	font-weight: 700;
	text-transform: uppercase;
}
.info-details {
	display: flex;
	align-items: center;
	flex-direction: column;
}

.info-details i {
	color: rgb(51, 194, 35);
	font-size: 18px;
}

.info-item {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	gap: 15px;
	margin-bottom: 10px;
}

.info-item p {
	margin: 0;
	font-weight: 400;
	font-size: 16.5px;
}

.line-footer {
	height: 1px;
	display: block;
	background-color: rgba(0, 0, 0, 0.1);
	margin: 1em 0 1em;
	width: 100%;
}

.item-footer h6 {
	font-weight: 700;
	font-size: 18px;
}

.item-footer ul {
	padding: 0;
	margin: 0;
}

.item-footer ul li {
	list-style: none;
	padding: 5px 0;
}

.item-footer ul li a {
	text-decoration: none;
	color: #0a0a0a;
}

.under-footer {
	font-size: 14px;
	color: #354150;
}

/* custom contact method */

.hotline-phone-ring-wrap {
	position: fixed;
	bottom: 0;
	right: 0%;
	z-index: 999999;
}

.hotline-phone-ring {
	position: relative;
	visibility: visible;
	background-color: transparent;
	width: 110px;
	height: 110px;
	cursor: pointer;
	z-index: 11;
	-webkit-backface-visibility: hidden;
	-webkit-transform: translateZ(0);
	transition: visibility 0.5s;
	left: 0;
	bottom: 0;
	display: block;
}

.hotline-phone-ring-circle {
	width: 110px;
	height: 110px;
	top: 0;
	left: 0;
	position: absolute;
	background-color: transparent;
	border-radius: 100%;
	border: 2px solid #d0011b;
	-webkit-animation: phonering-alo-circle-anim 1.2s infinite ease-in-out;
	animation: phonering-alo-circle-anim 1.2s infinite ease-in-out;
	transition: all 0.5s;
	-webkit-transform-origin: 50% 50%;
	-ms-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
	opacity: 0.5;
}

.hotline-phone-ring-circle-fill {
	width: 80px;
	height: 80px;
	top: 16px;
	left: 16px;
	position: absolute;
	background-color: rgba(208, 1, 27, 0.7);
	border-radius: 100%;
	border: 2px solid transparent;
	-webkit-animation: phonering-alo-circle-fill-anim 2.3s infinite ease-in-out;
	animation: phonering-alo-circle-fill-anim 2.3s infinite ease-in-out;
	transition: all 0.5s;
	-webkit-transform-origin: 50% 50%;
	-ms-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
}

.hotline-phone-ring-img-circle {
	background-color: #d0011b;
	width: 50px;
	height: 50px;
	top: 31px;
	left: 31px;
	position: absolute;
	background-size: 20px;
	border-radius: 100%;
	border: 2px solid transparent;
	-webkit-animation: phonering-alo-circle-img-anim 1s infinite ease-in-out;
	animation: phonering-alo-circle-img-anim 1s infinite ease-in-out;
	-webkit-transform-origin: 50% 50%;
	-ms-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	justify-content: center;
}

.hotline-phone-ring-img-circle .pps-btn-img {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.hotline-phone-ring-img-circle .pps-btn-img img {
	width: 33px;
	height: 33px;
}

.hotline-bar {
	position: absolute;
	background: #d0011b;
	height: 45px;
	width: 165px;
	line-height: 40px;
	border-radius: 3px;
	padding: 0 10px;
	background-size: 100%;
	cursor: pointer;
	transition: all 0.8s;
	-webkit-transition: all 0.8s;
	z-index: 9;
	border-radius: 50px !important;
	left: 42px;
	bottom: 31px;
}

.hotline-bar > a {
	color: #fff;
	text-decoration: none;
	font-size: 16px;
	font-weight: 700;
	text-indent: 32px;
	letter-spacing: 1px;
	display: block;
	line-height: 45px;
	font-family: Arial;
}

.hotline-bar > a:hover,
.hotline-bar > a:active {
	color: #fff;
}

@-webkit-keyframes phonering-alo-circle-anim {
	0% {
		-webkit-transform: rotate(0) scale(0.5) skew(1deg);
		-webkit-opacity: 0.1;
	}

	30% {
		-webkit-transform: rotate(0) scale(0.7) skew(1deg);
		-webkit-opacity: 0.5;
	}

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

@-webkit-keyframes phonering-alo-circle-fill-anim {
	0% {
		-webkit-transform: rotate(0) scale(0.7) skew(1deg);
		opacity: 0.6;
	}

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

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

@-webkit-keyframes phonering-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);
	}
}

.zalo {
	margin-left: 70px;
}

.zalo-circle {
	border: 2px solid #0088ff !important;
}

.zalo-ring-img-circle {
	background-color: #0088ff !important;
}

.zalo-ring-circle-fill {
	background-color: rgba(0, 136, 255, 0.7) !important;
}

/* responsive mobile */

@media (min-width: 344px) {
	.toggle-menu {
		display: block;
		font-size: 30px;
		color: #fd702c;
		cursor: pointer;
	}
	.btn-find-driver,
	.menu-items,
	.items_choose:nth-of-type(2):after,
	.slogan-contact {
		display: none;
	}
	.info-details {
		display: flex;
		align-items: flex-start;
		flex-direction: column;
	}
	.info-item p {
		font-size: 14px;
	}
}

@media (min-width: 768px) {
	.toggle-menu {
		display: none;
	}
	.btn-find-driver,
	.menu-items,
	.items_choose:nth-of-type(2):after,
	.slogan-contact {
		display: block;
	}
	.info-details {
		display: flex;
		align-items: flex-start;
		flex-direction: column;
	}
	.info-item p {
		font-size: 16.5px;
	}
}
