body {
    font-family: Arial, Helvetica, sans-serif !important;
}
img {
    width: 100%;
    cursor: pointer;
}
.range {
    margin-top: 30px;
}
.flex {
    align-items: center;
}

/* header top */
.header_top .content {
    text-transform: uppercase;
    font-weight: bold;
    text-align: center;
    padding: 10px 0px;
}
.header_top {
    color: #fff;
    font-weight: bold;
    font-size: 20px;
    background-size: cover;
}
.box_header_top {
    display: flex;
    align-items: center;
    justify-content: center;
}
.box_header_top .icon {
    transform: rotate(-45deg);
    margin-right: 10px;
}


/* menu */
.navbar-nav {
    justify-content: space-around ;
    width: 100%;
}
.bg-light {
    --bs-bg-opacity: 0 !important;
    background-color: rgba(var(--bs-light-rgb),var(--bs-bg-opacity))!important;
}
.logo {
    width: 400px;
	margin-right: 200px;
}
.logo_2 {
	display: none;
}
.nav-link {
    text-transform: uppercase;
    font-weight: bold  !important;
    color: #000 !important;
}
.nav-item {
    text-align: center;
}
.main__header { 
    position: relative;
    width: 100%;
}
.main__header.sticky .header_top {
    display: none;
}
.main__header.sticky .logo {
   width: 250px;
}
.main__header.sticky {
    z-index: 100;
    top: 0;
    position: fixed;
    animation: menudown 2s ease;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 14px 28px, rgba(0, 0, 0, 0.22) 0px 5px 5px;
    background: #fff;
}
@keyframes menudown {
    0% {transform: translateY(-50px);}
    100% {transform: translateY(0);}
}
.navbar-toggler {
    margin: 7px !important;
    padding: 0px 5px !important;
    font-size: var(--bs-navbar-toggler-font-size);
    line-height:normal !important;
    color: #000 !important;
    background-color: transparent;
    border: 1px solid#000 !important;
    border-radius: var(--bs-navbar-toggler-border-radius);
    transition: var(--bs-navbar-toggler-transition);
}
.navbar-toggler-icon {  
    background-image: none !important;
}
.navbar-toggler .fa-solid {
	padding-top: 5px; 
}

/* main */
.service_xe-ghep {
	text-align: center;
}
.service_xe-ghep .title {
	color: #0b3085;
	padding-bottom: 20px;
	font-weight: bold;
	font-size: 25px;
	text-transform: uppercase;
}
.service_xe-ghep .desc {
	color: #e60808;
	font-weight: 600;
	font-size: 18px;
}
.service_xe-ghep .phone {
	color: #0b3085;
	font-weight: 600;
	font-size: 18px;
}
.service_xe-ghep .button-btns {
	margin: 20px 0px;
	display: flex;
    justify-content: center;
}
.service_xe-ghep .btns {
	text-transform: uppercase;
	color: #0b3085;
	border: 1px solid #0b3085;
	border-radius: 6px;
	height: 30px !important;
    width: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
	text-decoration: none;
}
.service_xe-ghep .btns:hover {
	background: #0b3085;
	color: #fff;
}

.taxi {
    border: 1px solid rgb(217, 217, 217);
}
.taxi_title .icon {
    margin: 0px 10px;
}
.taxi_title {
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    background: #0b3085;
    padding: 10px 0px;
    color: #fff;
    font-weight: bold;
}
.list_xe {
    padding: 10px;
}
.box_xe {
    display: flex;
    align-items: center;
    justify-content: space-around;
    font-weight: 500;
    font-size: 17px;
    padding: 10px 0px;
}
.box_xe .price {
    color: #fd7116 ;
}
.box_button {
    margin: 10px 0px;
}
.button {
    background-color: #fd7116 ;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    width: 70%;
    text-align: center;
    padding: 8px 0px;
    margin: 0 auto;
    border-radius: 10px;
    cursor: pointer;
}
.button:hover,
.button:focus {
  background-color: #fd7116 ;
  box-shadow: rgba(0, 0, 0, 0.1) 0 4px 12px;
}

.button:hover {
  transform: translateY(-1px);
  color: #fff;
}

.button:active {
  background-color: #fd7116 ;
  box-shadow: rgba(0, 0, 0, .06) 0 2px 4px;
  transform: translateY(0);
}
.dong_xe {
    background: #d9d9d9;
}
.dong_xe_img {
    overflow: hidden;
    border-radius: 5px;
}
.dong_xe_img img {
    height: 100%;
    object-fit: cover;
    transition: transform .9s;
}
.dong_xe_img img:hover {
    transform: scale(1.1);
}
.dong_xe .title {
    text-transform: uppercase;
    text-align: center;
    font-weight: bold;
    padding: 20px;
}
.dong_xe .title span {
    color: #fd7116 ;
}
.box_dong_xe {
    margin: 10px 0px;
    border: 1px solid rgb(166, 166, 166);
    background-color: rgb(241, 243, 244);
    padding-bottom: 20px;
}
.box_dong_xe .taxi_title {
    font-size: 18px;
}
.box_dong_xe .text {
    text-align: center;
    font-weight: bold;
    padding-top: 10px;
    font-size: 18px;
}
.box_dong_xe .text span {
    color: #fd7116 ;
}
.box_dong_xe .box_button {
    text-align: center;
    margin: 20px 0px;
}
.box_dong_xe .box_button .button {
    text-align: center;
    text-decoration: none;
    padding: 15px;
    border-radius: 50px;
}
.xe_ghep .title {
    text-transform: uppercase;
    text-align: center;
    font-weight: bold;
    padding: 20px;
}
.xe_ghep .title span {
    color: #fd7116 ;
}
.xe_ghep .box_button {
    margin-top: 50px;
}
.xe_ghep .box_button .button {
    text-align: center;
    text-decoration: none;
    padding: 20px 30px;
    font-size: 18px;
    border-radius: 50px;
}
.xe_ghep_img {
    padding: 10px;
}
.commit {
    background: #0b3085;
}
.commit .content {
    text-align: center;
    color: #fff;
    padding: 30px;
}
.commit .content .title {
    text-transform: uppercase;
    font-weight: bold;
}
.commit .content .text {
   font-weight: bold;
}
.commit .box_button {
    text-align: center;
    margin-top: 40px;
}
.commit .box_button .button {
    text-align: center;
    text-decoration: none;
    padding: 15px 20PX;
    font-size: 18px;
    border-radius: 50px;
}
.view .title {
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 30px;
}
.box_view {
    padding: 10px;
    text-align: center;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    margin: 10px 0px;
    height: 400px;
}
.view_img {
    width: 200px;
    height: 200px;
    margin: 0 auto;
}
.view_img img {
    border-radius: 50%;
    height: 100%;
    object-fit: cover;
}
.view_name {
    font-size: 18px;
    text-transform: capitalize;
    padding: 10px 0px;
    font-weight: bold;
    color: #0b3085;
}
.view_start {
    padding-bottom: 10px;
    color: #f06a23;
}
.footer {
    background: #000;
    color: #fff;
}
.list_infor {
    padding: 10px;
}
.footer_title {
    font-family: "Crimson Pro", serif;
    font-weight: bold;
    font-size: 25px;
    text-decoration-line: underline;
    text-transform: uppercase;
    margin-bottom: 10px;
    color: #fcb301;
}
.footer_desc {
    display: flex;
    align-items: center;
    font-size: 18px;
    font-weight: 500;
    padding: 5px 0px;
}
.footer_desc .icon {
    margin-right: 10px;
}
.footer_desc .text {
    text-decoration: none;
    color: #fff;
    border-bottom: 1px solid #000;
}
.footer_desc .text:hover {
    border-bottom: 1px solid #fff;
    color: #fff;
}
.footer ul {
    padding-left: 10px !important;
    font-weight: bold;
}
.footer li {
    padding: 5px 0px;
}
.map iframe {
    width: 100%;
    height: 300px;
}

/* zalo */
.zalo {
    width: 70px;
    position: fixed;
    z-index: 100;
    left: 2%;
    bottom: 40%;
    animation-name: pulse;
    animation-delay: 1s;
    animation-duration: 1s;
    animation-iteration-count: infinite;
    background-size: cover;
    background-origin: content-box;
    background-position: 50% 0%;
    background-repeat: repeat;
    background-attachment: scroll;
    transition: all 150ms linear 0s;
}
@keyframes pulse {
    0% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }
    50% {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);
    }
    100% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }
}

.tel,
.tel_2 {
    display: flex;
    align-items: center;
    position: fixed;
    z-index: 100;
    left: 2%;
    bottom: 25%;
    color: #fff;
    text-decoration: none;
    font-weight: 500;
}
.tel_2 {
    bottom: 15%;
}
.tel:hover,
.tel_2:hover {
    color: #fff;
}
.tel .icon,
.tel_2 .icon {
    background: #36b349;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    z-index: 120;
    animation: rotateRight infinite ease 0.9s;
    border: 1px solid #fff;
}
.tel .number,
.tel_2 .number {
    background: #36b349;
    border-radius: 50px;
    padding: 5px 27px;
    left: 4%;
    position: fixed;
    z-index: 110;   
    border: 1px solid #fff;
}

@keyframes rotateRight {
    0% {
        transform: rotate(0);
    }
    50% {
        transform: rotate(45deg);
    }
    100% {
        transform: rotate(0);
    }
}