* {
    font-size: 14px;
    margin: 0 auto;
}

.background {
    background-color: #ffee02;
}

.line i {
    padding-right: 10px;
}

.edit-info {
    font-weight: 500;
    margin-bottom: 0;
    padding-top: 10px;
    padding-bottom: 10px;
}

.sub_title p {
    padding-left: 50px;
    font-weight: 500;
    margin-bottom: 0;
    padding-top: 10px;
    padding-bottom: 10px;
}

.icon_fa i {
    padding-top: 12px;
    padding-bottom: 10px;
}

.line a {
    color: black;
    text-decoration: none;
}

.menu a {
    text-decoration: none;
    color: black;
    font-weight: 700;
    padding: 8px 40px;
}

.navbar-header {
    padding-left: 100px;
    margin-right: 280px;
}

.menu a.active {
    border: 3px solid #ffee02;
    border-radius: 25px;
}

.menu_sticky {
    position: sticky;
    top: 0;
    width: 100%;
}

.hero-title,
.hero-title span {
    color: white;
    font-size: 50px;
    font-weight: 800;
    margin: 20px 0;
    text-transform: uppercase;
}

.hero-title span {
    color: #ffb300;
}

.hero-sub-title {
    color: #ffb300;
    letter-spacing: 6px;
    font-weight: 800;
    font-size: 25px;
    text-transform: uppercase;
}

.hero-content p {
    font-size: 16px;
    color: white;
}

.hero-single {
    background-image: url(../images/slider-1.jpg);
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 1;
}

.hero-single::before {
    content: "";
    position: absolute;
    background-color: #01060f;
    width: 100%;
    height: 100%;
    opacity: 0.7;
    z-index: -1;
}

.hero-content {
    padding-top: 140px;
    padding-bottom: 140px;
}

.theme-btn {
    color: black;
    text-decoration: none;
    background-color: white;
    padding: 10px 40px;
    border-radius: 25px;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 800;
    letter-spacing: 0.5;
    cursor: pointer;
    position: relative;
    z-index: 1;
}

.theme-btn:hover {
    background-color: #ffb300;
    transition: all 0.5s ease-in-out;
}

.about-img img {
    width: 576px;
    height: 453px;
}

.about-img {
    z-index: -1;
}

.about-experience {
    position: absolute;
    display: flex;
    align-items: center;
    gap: 10px;
    top: 0px;
    left: 0px;
    background-color: #111111;
    border-radius: 50px;
    padding: 10px 30px 10px 20px;
    color: white;
    box-shadow: 0 0 40px 5px rgb(0 0 0 / 10%);
    z-index: 1;
}

.about-left {
    position: relative;
}

.about-experience-icon img {
    width: 50px;
    filter: brightness(0) invert(1);
}

.about-experience-icon {
    background-color: #ffb300;
    border-radius: 35px;
    padding: 10px
}

.about-area {
    padding: 50px 0;
}

.about-box {
    background-color: #ededed;
}

.site-title-tagline {
    text-transform: uppercase;
    font-size: 18px;
    letter-spacing: 4px;
    font-weight: 700;
    color: #ffb300;
    position: relative;
}

.site-title-tagline::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 10px;
    background-color: #ffb300;
    bottom: 0;
    opacity: 0.2;
}

.site-sub-title span {
    color: #ffb300;
    font-size: 36px;
}

.site-sub-title {
    font-weight: 900;
}

.site-content {
    font-size: 18px;
}

.about-list i {
    color: #ffb300;
    padding-right: 10px;
}

.about-list li {
    list-style: none;
    font-size: 17px;
    padding: 3px 0;
}

.theme-btn-click a {
    text-decoration: none;
    color: black;
    font-size: 18px;
    font-weight: 700;
    background-color: #ffb300;
    padding: 10px 30px;
    border-radius: 25px;
}

.theme-btn-click a:hover {
    background-color: #111111;
    color: white;
    transition: all 0.5s ease-in;
}

.service-title {
    text-transform: uppercase;
    font-size: 22px;
    letter-spacing: 4px;
    font-weight: 800;
    color: #ffb300;
    position: relative;
}

.service-title::before {
    content: "";
    position: absolute;
    bottom: 0;
    height: 10px;
    width: 100%;
    background-color: #ffb300;
    opacity: 0.2;
}

.service-sub-title {
    text-transform: capitalize;
    font-weight: 700;
}

.heading-driver {
    position: relative;
    border: 3px solid #ffb300;
    width: 90px;
    height: 11px;
    border-radius: 40px;
}

.heading-driver::before {
    content: "";
    position: absolute;
    height: 7px;
    width: 15px;
    background-color: #ffb300;
    border-radius: 50px;
    left: 0;
    top: -1;
    animation: heading 4s infinite linear;
}

@keyframes heading {
    0% {
        transform: translateX(-1px);
    }
    50% {
        transform: translateX(72px)
    }
    100% {
        transform: translateX(-1px);
    }
}

.service-block .inner-box {
    overflow: hidden;
    padding-bottom: 55px;
    position: relative;
    text-align: center;
    transition: all 0.3s ease;
}

.service-block .inner-box::before {
    background-color: #f7f6f2;
    bottom: 0;
    content: "";
    height: 381px;
    left: 80px;
    position: absolute;
    transform: skewX(-20deg);
    width: 200px;
    z-index: -1;
}

.service-block .inner-box .image-box {
    border-radius: 50%;
    display: inline-block;
    margin-bottom: 30px;
    overflow: hidden;
    padding: 14px;
    position: relative;
}

.service-block .inner-box .image-box:before {
    border: 2px solid #ffee02;
    border-radius: 50%;
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.image-box img {
    width: 315px;
    height: 315px;
    border-radius: 50%;
    object-fit: cover;
    position: relative;
    transition: all 0.3s ease;
    z-index: 3;
}

.service-block .inner-box,
.image-box img:hover {
    transform: scale(1.02);
    transition: all 0.3s ease;
}

.image-box:hover {
    background-color: #ffee02;
    transition: all 0.3s ease;
}

.inner-box:before:hover {
    background-color: #ffee02;
    opacity: 0.2;
    transition: all 0.3s ease;
}

.content h4 {
    font-size: 25px;
    font-weight: 700;
}

.text {
    font-size: 16px;
}

.taxi-image img {
    border-radius: 25px;
}

.taxi-scope {
    padding: 30px;
    border-radius: 25px;
    background-color: white;
    box-shadow: 0 0 40px 5px rgb(0 0 0 / 5%);
}

.taxi-image {
    padding: 20px;
    border-radius: 15px;
    background-color: #f9f9f9;
}

.taxi-image img {
    width: 100%;
}

.taxi-head h4 {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 22px;
    margin: 0;
}

.taxi-feature li {
    list-style: none;
    padding: 5px 0;
}

.taxi-feature ul {
    padding: 0;
}

.taxi-feature::before {
    content: "";
    position: absolute;
    width: 50px;
    height: 6px;
    background: #ffb300;
    border-radius: 50px;
    left: 50%;
    top: -4px;
    transform: translateX(-50%);
}

.taxi-feature {
    padding-top: 20px;
    margin: 20px 0 30px 0;
    border-top: 1px solid rgba(0, 0, 0, 0.08);
    position: relative;
}

.text-sub-title,
.text-head h4,
.text-content {
    font-size: 16px;
}

.btn-click-booking {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 16px;
    align-items: center;
    text-decoration: none;
    color: black;
    background-color: #ffb300;
    padding: 15px 25px;
    border-radius: 25px;
}

.btn-click-booking:hover {
    background-color: black;
    color: white;
    transition: all 0.5s ease-in;
}

.text-sub-title i {
    padding-right: 5px;
    color: #ffb300;
}

.table-price {
    max-width: 1100px;
}

td {
    color: #666;
}

th,
td {
    padding: .5em;
    text-align: left;
    border-bottom: 1px solid #ececec;
    line-height: 1.3;
    font-size: 16px;
}

table {
    width: 100%;
    margin-bottom: 1em;
    border-color: #ececec;
    border-spacing: 0;
}

.box-table {
    background-color: rgb(255, 190, 39);
}

.box-table td {
    color: black;
    font-weight: bold;
}

.note-list {
    font-size: 16px;
}

.feedback-customer {
    background-image: url(../images/background-customer-feedback.png);
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    z-index: 2;
    background-attachment: fixed;
}

.feedback-block {
    padding: 90px 0;
}

.feedback-customer::before {
    content: "";
    position: absolute;
    background-color: #01060f;
    width: 100%;
    height: 100%;
    opacity: 0.7;
    z-index: -1;
}

.feed-box {
    background-color: white;
    border-radius: 25px;
    padding: 25px;
    position: relative;
}

.feed-box::before {
    content: "";
    position: absolute;
    width: 120px;
    height: 120px;
    right: 10px;
    top: 10px;
    border: 3px solid #ffb300;
    border-left: none;
    border-bottom: none;
    border-radius: 0 20px 0 0;
}

/* .feed-box::after {
    content: "";
    position: absolute;
    width: 80px;
    height: 80px;
    left: 10px;
    bottom: 10px;
    border: 3px solid #ffb300;
    border-right: none;
    border-top: none;
    border-radius: 0 0 0 20px;
    transition: all 0.5s ease-in-out;
} */

.customer img {
    border-radius: 50%;
    margin-right: 20px;
}

.content-customer {
    padding: 10px 0;
}

.testimonial-rate i {
    color: #ffb300;
}

.name-customer p {
    font-size: 16px;
    color: #ffb300;
    font-weight: 700;
}

.name-customer h5 {
    font-weight: 700;
}

.content-customer p {
    font-size: 16px;
}

.post-meta {
    text-align: center;
    font-size: 16px;
    background-color: #ffb300;
    padding: 10px 20px;
    clip-path: polygon(12% 0, 100% 0, 88% 100%, 0 100%);
}

.comment i {
    padding-right: 5px;
}

.comment p,
.post-meta p {
    font-size: 17px;
    font-weight: 600;
}

.comment {
    padding: 10px 20px;
}

.btn-new {
    text-decoration: none;
    color: black;
    background-color: #ffb300;
    text-align: center;
    padding: 10px 20px;
    font-weight: 700;
    border-radius: 25px;
    font-size: 18px;
}

.btn-new:hover {
    color: white;
    background-color: #111111;
    transition: all 0.3s ease-in;
}

.title-blog {
    height: 100px;
    /* Điều chỉnh chiều cao theo nhu cầu */
    overflow: hidden;
    /* Ẩn phần văn bản tràn ra */
}

.footer_container {
    background-image: url(../images/footer-bg.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 45px 0px 40px 0px;
    text-align: center;
}

.footer_link {
    margin-top: 10px;
    margin-bottom: 25px;
}

.footer_link li {
    list-style-type: none;
    display: inline-block;
    padding: 0px 16px;
}

.footer_link li a {
    font-weight: 600;
    font-size: 16px;
    line-height: 15px;
    color: rgb(255 255 255) !important;
    cursor: pointer;
    text-transform: uppercase;
    text-decoration: none;
}

.social_media li {
    display: inline-block;
    padding: 0px 13px;
}

.copyright {
    font-weight: 600;
    font-size: 16px;
    line-height: 14px;
    color: rgb(255 255 255);
    position: relative;
    margin-top: 30px;
}

.copyright::before {
    content: '';
    position: absolute;
    left: 50%;
    top: -25px;
    transform: translateX(-50%);
    background-color: rgb(255 255 255);
    height: 1px;
    width: 50%;
}

.copyright a {
    color: rgb(255, 255, 255) !important;
}

.kenit-alo-phone {
    position: fixed;
    right: 20px;
    bottom: 81px;
    visibility: visible;
    background-color: transparent;
    width: 110px;
    height: 110px;
    cursor: pointer;
    z-index: 200000 !important;
}

.kenit-alo-circle {
    animation: zoomInOut 0.5s infinite alternate;
    width: 90px;
    height: 90px;
    top: 12px;
    left: 12px;
    position: absolute;
    background-color: transparent;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 2px solid rgba(30, 30, 30, 0.4);
    opacity: .1;
    border-color: #ff1616;
    opacity: .5;
}

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.kenit-alo-circle-fill {
    width: 60px;
    height: 60px;
    top: 28px;
    left: 28px;
    position: absolute;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 2px solid transparent;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    background-color: #fa8c8c;
    opacity: .75 !important;
}

.pulse {
    -webkit-animation-name: pulse;
    animation-name: pulse;
}

.kenit-alo-img-circle {
    width: 30px;
    height: 30px;
    top: 43px;
    left: 43px;
    position: absolute;
    background: rgba(30, 30, 30, 0.1) url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAAyCAYAAAAeP4ixAAAACXBIWXMAAAsTAAALEwEAmpwYAAABNmlDQ1BQaG90b3Nob3AgSUNDIHByb2ZpbGUAAHjarY6xSsNQFEDPi6LiUCsEcXB4kygotupgxqQtRRCs1SHJ1qShSmkSXl7VfoSjWwcXd7/AyVFwUPwC/0Bx6uAQIYODCJ7p3MPlcsGo2HWnYZRhEGvVbjrS9Xw5+8QMUwDQCbPUbrUOAOIkjvjB5ysC4HnTrjsN/sZ8mCoNTIDtbpSFICpA/0KnGsQYMIN+qkHcAaY6addAPAClXu4vQCnI/Q0oKdfzQXwAZs/1fDDmADPIfQUwdXSpAWpJOlJnvVMtq5ZlSbubBJE8HmU6GmRyPw4TlSaqo6MukP8HwGK+2G46cq1qWXvr/DOu58vc3o8QgFh6LFpBOFTn3yqMnd/n4sZ4GQ5vYXpStN0ruNmAheuirVahvAX34y/Axk/96FpPYgAAACBjSFJNAAB6JQAAgIMAAPn/AACA6AAAUggAARVYAAA6lwAAF2/XWh+QAAAB/ElEQVR42uya7W3CMBCG31QM4A1aNggTlG6QbpBMkHYC1AloJ4BOABuEDcgGtBOETnD9c1ERCH/lwxeaV8oPFGP86Hy+DxMREW5Bd7gRjSDSNGn4/RiAOvm8C0ZCRD5PSkQVXSr1nK/xE3mcWimA1ZV3JYBZCIO4giQANoYxMwYS6+xKY4lT5dJPreWZY+uspqSCKPYN27GJVBDXheVSQe494ksiEWTuMXcu1dld9SARxDX1OAJ4lgjy4zDnFsC076A4adEiRwAZg4hOUSpNoCsBPDGM+HqkNGynYBCuILuWj+dgWysGsNe8nwL4GsrW0m2fxZBq9rW0rNcX5MOQ9eZD8JFahcG5g/iKT671alGAYQggpYWvpEPYWrU/HDTOfeRIX0q2SL3QN4tGhZJukVobQyXYWw7WtLDKDIuM+ZSzscyCE9PCy5IttCvnZNaeiGLNHKuz8ZVh/MXTVu/1xQKmIqLEAuJ0fNo3iG5B51oSkeKnsBi/4bG9gYB/lCytU5G9DryFW+3Gm+JLwU7ehbJrwTjq4DJU8bHcVbEV9dXXqqP6uqO5e2/QZRYJpqu2IUAA4B3tXvx8hgKp05QZW6dJqrLTNkB6vrRURLRwPHqtYgkC3cLWQAcDQGGKH13FER/NATzi786+BPDNjm1dMkfjn2pGkBHkf4D8DgBJDuDHx9BN+gAAAABJRU5ErkJggg==) no-repeat center center;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 2px solid transparent;
    opacity: .7;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    background-color: #ff1616;
    background-size: 70%;
}

.tada {
    -webkit-animation-name: tada;
    animation-name: tada;
}

.kenit-alo-phone span {
    display: block;
    background: #ff1616;
    color: #fff;
    padding: 5px;
    text-align: center;
    position: absolute;
    left: -4px;
    width: 120px;
    top: -25px;
}

@keyframes zoomInOut {
    0% {
        transform: scale(0.5);
        /* Kích thước gốc */
    }
    50% {
        transform: scale(1);
        /* Phóng to 1.2 lần kích thước gốc */
    }
}

.hide {
    display: none;
}

.no-scroll {
    overflow: hidden;
}

.ds {
    position: -webkit-sticky;
    /* Safari */
    position: sticky;
    top: 0;
    z-index: 999;
    background-color: #ffffff;
    /* Màu nền của thanh navbar */
    transition: all 0.5s ease-in-out;
}

.ds {
    position: relative;
    width: 100%;
    min-width: 150vh;
}

.menu-mobile {
    position: fixed;
    width: 300px;
    height: 100%;
    left: 0;
    background-color: rgb(255 255 255);
    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;
    /* Sử dụng hiệu ứng 'slideInMenu' trong 0.5s  forwards giữ lại kích thước của khối khi animation kết thúc    */
    transform: translateX(-100%);
    /* Dịch chuyển menu ra khỏi màn hình bên trái */
}

@keyframes slideInMenu {
    from {
        transform: translateX(-100%);
        /* Bắt đầu từ vị trí -100% (ngoài màn hình bên trái) */
    }
    to {
        transform: translateX(0);
        /* Kết thúc tại vị trí 0% (đầu trang) */
    }
}

.menu-mobile ul {
    list-style: none;
    overflow: hidden;
    margin: 0;
    padding: 0 10px;
}

.menu-mobile a {
    width: 100%;
    text-decoration: none;
    padding: 10px 20px;
    display: inline-flex;
    align-items: center;
    text-transform: uppercase;
    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;
}

.toggle_menu {
    display: none;
}

.menu-mobile p {
    border-bottom: 1px solid black;
    color: black;
    font-weight: 600;
}

.menu-mobile a {
    border-bottom: 1px solid rgb(203, 202, 202);
    color: black;
}

.menu-mobile p {
    padding: 15px 0;
    margin: 0;
}

/* responsive mobile */

@media screen and (min-width:344px) {
    .sub_title p {
        padding-left: 20px;
    }
    .display-line {
        display: none;
    }
    .navbar-nav {
        display: none;
    }
    .navbar-header {
        padding: 0 0 0 10px;
        margin: 0;
    }
    .toggle_menu {
        display: block;
    }
    .toggle_menu i {
        color: black;
    }
    .about-img img {
        width: 100%;
        height: 350px;
    }
    .service-block .inner-box::before {
        background-color: #f7f6f2;
        bottom: 0;
        content: "";
        height: 410px;
        left: 52px;
        position: absolute;
        transform: skewX(-8deg);
        width: 200px;
        z-index: -1;
    }
    .image-box img {
        width: 100%;
        height: 280px;
    }
    .footer_link li {
        float: left;
        width: 50%;
        padding: 5px 0px;
    }
    .flt {
        float: left;
        width: 100%;
    }
}

@media screen and (min-width:360px) {
    .service-block .inner-box::before {
        background-color: #f7f6f2;
        bottom: 0;
        content: "";
        height: 410px;
        left: 70px;
        position: absolute;
        transform: skewX(-10deg);
        width: 200px;
        z-index: -1;
    }
    .feed-content,
    .feed-title {
        width: 100%;
    }
    .block-content {
        padding-left: 30px;
    }
}

@media screen and (min-width:412px) {
    .sub_title p {
        padding-left: 40px;
    }
    .image-box img {
        width: 315px;
        height: 315px;
    }
}

@media screen and (min-width:540px) {
    .sub_title p {
        padding-left: 100px;
    }
    .image-box img {
        width: 315px;
        height: 280px;
    }
    .service-block .inner-box::before {
        background-color: #f7f6f2;
        bottom: 0;
        content: "";
        height: 410px;
        left: 145px;
        position: absolute;
        transform: skewX(-17deg);
        width: 200px;
        z-index: -1;
    }
}

@media screen and (min-width:768px) {
    .about-img img {
        width: 100%;
        height: 390px;
    }
    .footer_link li {
        float: none;
        width: auto;
        padding: 0 16px;
    }
    .toggle_menu {
        display: none;
    }
    .navbar-nav {
        display: inline;
        display: flex;
        flex-direction: row;
    }
    .menu a {
        font-weight: 700;
        padding: 8px 25px;
    }
    .display-line {
        display: block;
    }
}

@media screen and (min-width:1024px) {
    .navbar-header {
        padding: 0 0 0 80px;
        margin: 0;
    }
    .service-block .inner-box::before {
        background-color: #f7f6f2;
        bottom: 0;
        content: "";
        height: 410px;
        left: 52px;
        position: absolute;
        transform: skewX(-10deg);
        width: 200px;
        z-index: -1;
    }
    .taxi-scope {
        padding: 5px;
        border-radius: 25px;
        background-color: white;
        box-shadow: 0 0 40px 5px rgb(0 0 0 / 5%);
    }
    .customer img {
        width: 100%;
    }
}

@media screen and (min-width:1024px) and (min-height:600px) {
    .image-box img {
        width: 100%;
        height: 280px;
    }
}

@media screen and (min-width:1280px) {
    .taxi-scope {
        padding: 25px;
        border-radius: 25px;
        background-color: white;
        box-shadow: 0 0 40px 5px rgb(0 0 0 / 5%);
    }
    .image-box img {
        height: 315px;
    }
    .edit-distance {
        padding: 0;
    }
}

@media screen and (min-width:1519px) {
    .images-blog img {
        height: 212px;
    }
    .navbar-header {
        padding-left: 117px;
        margin-right: 180px;
    }
    .service-block .inner-box::before {
        background-color: #f7f6f2;
        bottom: 0;
        content: "";
        height: 410px;
        left: 100px;
        position: absolute;
        transform: skewX(-20deg);
        width: 200px;
        z-index: -1;
    }
    .sub_title p {
        padding-left: 10px;
    }
    .image-box img {
        width: 315px;
        height: 315px;
    }
    .about-img img {
        width: 576px;
        height: 453px;
    }
}