* {
	font-family: "Be Vietnam Pro", sans-serif;
	font-size: 16px;
}
.container {
	max-width: 1200px;
	margin: 0 auto;
}

.section-blogs {
	max-width: 1100px;
	margin: 0 auto;
}

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

/* custom 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;
}

/* custom 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 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;
}

/* banner-blogs */

.section-banner {
	height: 320px;
	overflow: hidden;
	padding: 30px 0;
	position: relative;
	min-height: auto;
	width: 100%;
	display: flex;
	flex-flow: row;
	align-items: center;
}

.section-bg {
	position: absolute;
	background-image: url("../assets/bg-category.jpg.webp");
	height: 396.667px;
	transform: translate3d(0px, -60.17px, 0px);
	backface-visibility: hidden;
	background-size: cover !important;
	background-repeat: no-repeat !important;
	background-position: 50% 50%;
	width: 100%;
}

.section-bg-overlay {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	right: 0;
	bottom: 0;
	padding: 0 !important;
	margin: 0 !important;
}

.section-banner .nav {
	position: relative;
	z-index: 2;
	color: #f1f1f1;
	font-weight: 300;
}

.section-banner .nav a {
	color: #f1f1f1;
	text-decoration: none;
}

.section-banner .nav a:hover {
	color: white;
	font-weight: 400;
}

.single-title {
	color: white;
	font-size: 23px;
}

.circles {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.circles li {
	position: absolute;
	display: block;
	list-style: none;
	width: 20px;
	height: 20px;
	background: rgba(255, 255, 255, 0.2);
	animation: animate 25s linear infinite;
	bottom: -160px;
}

.circles li:nth-child(1) {
	left: 25%;
	width: 80px;
	height: 80px;
	animation-delay: 0s;
}

.circles li:nth-child(2) {
	left: 10%;
	width: 20px;
	height: 20px;
	animation-delay: 2s;
	animation-duration: 12s;
}

.circles li:nth-child(3) {
	left: 70%;
	width: 20px;
	height: 20px;
	animation-delay: 4s;
}

.circles li:nth-child(4) {
	left: 40%;
	width: 60px;
	height: 60px;
	animation-delay: 0s;
	animation-duration: 18s;
}

.circles li:nth-child(5) {
	left: 65%;
	width: 20px;
	height: 20px;
	animation-delay: 0s;
}

.circles li:nth-child(6) {
	left: 75%;
	width: 110px;
	height: 110px;
	animation-delay: 3s;
}

.circles li:nth-child(7) {
	left: 35%;
	width: 150px;
	height: 150px;
	animation-delay: 7s;
}

.circles li:nth-child(8) {
	left: 50%;
	width: 25px;
	height: 25px;
	animation-delay: 15s;
	animation-duration: 45s;
}

.circles li:nth-child(9) {
	left: 20%;
	width: 15px;
	height: 15px;
	animation-delay: 2s;
	animation-duration: 35s;
}

.circles li:nth-child(10) {
	left: 85%;
	width: 150px;
	height: 150px;
	animation-delay: 0s;
	animation-duration: 11s;
}

@keyframes animate {
	0% {
		transform: translateY(0) rotate(0deg);
		opacity: 1;
		border-radius: 0;
	}

	100% {
		transform: translateY(-1000px) rotate(720deg);
		opacity: 0;
		border-radius: 50%;
	}
}

/* custom content blog */

.lead {
	font-size: 16px;
	color: #555;
	margin-bottom: 22px;
	margin-top: 20px;
}

h2 {
	font-size: 18px;
	color: #111;
	margin-top: 15px;
	display: flex;
	align-items: center;
	gap: 8px;
}

h2 i {
	color: #fd702c;
	font-size: 16px;
}

ul {
	margin: 14px 0 20px 25px;
	padding: 0;
}

li {
	margin-bottom: 8px;
	list-style: none;
}

ul li i {
	margin-right: 10px;
}

.cta {
	display: inline-block;
	background: #fd702c;
	color: #fff;
	padding: 12px 20px;
	border-radius: 8px;
	text-decoration: none;
	font-weight: 600;
	margin-top: 20px;
	transition: 0.2s;
}

.cta i {
	margin-right: 8px;
}

.cta:hover {
	background: #e95f1f;
}

.meta {
	color: #666;
	font-size: 14px;
	margin-top: 18px;
}

blockquote {
	margin: 20px 0;
	padding: 14px 20px;
	background: #f9f9f9;
	border-left: 4px solid #fd702c;
	color: #333;
	font-style: italic;
}

.contact {
	margin-top: 30px;
	padding: 18px 30px;
	border: 1px solid #eee;
	border-radius: 8px;
	background: #fcfcfc;
}

.contact i {
	color: #fd702c;
	margin-right: 8px;
}

a {
	color: #fd702c;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

.content-left {
	padding: 30px;
	padding-top: 0;
	border-radius: 16px;
	background: #fff;
	box-shadow: 0px 4px 24px 0px rgba(0, 0, 0, 0.04);
	position: relative;
	margin-bottom: 30px;
}

.content-left::before {
	content: "";
	position: absolute;
	width: 331px;
	height: 331px;
	border-radius: 50%;
	background: linear-gradient(
		90deg,
		rgba(255, 206, 6, 0.5) -9.92%,
		rgba(4, 169, 39, 0.5) 100%
	);
	filter: blur(237px);
	top: 0;
	right: -160px;
	z-index: -1;
}

.content-right {
	background: #fff;
	box-shadow: 0px 4px 24px 0px rgba(0, 0, 0, 0.04);
	padding: 20px 20px;
	z-index: 2;
	position: relative;
	border-radius: 20px;
}

span.widget-title {
	color: #151515;
	font-size: 22px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	letter-spacing: 1px;
	text-transform: none;
	margin-bottom: 18px;
	display: block;
}

.is-divider {
	height: 3px;
	display: block;
	background-color: rgba(0, 0, 0, 0.1);
	margin: 1em 0 1em;
	width: 100%;
	max-width: 30px;
}

.blog-next ul {
	padding: 0;
	margin: 0;
}

.recent-blog-post a {
	display: flex;
	align-items: flex-start;
	gap: 10px;
	text-decoration: none;
	color: inherit;
}

.recent-thumb {
	flex-shrink: 0;
	width: 80px;
	height: 80px;
	border-radius: 10px;
	overflow: hidden;
}

.badge-inner {
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.recent-content h6 {
	font-size: 15px;
	font-weight: 500;
	line-height: 1.3;
	margin: 0;
	color: #0000ff;
}

.recent-content h6:hover {
	color: black;
}

/* 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;
	}
	.content-left::before {
		display: none;
	}
}

@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;
	}
}

@media (min-width: 1280px) {
	.content-left::before {
		display: block;
	}
}
