*{
    font-size: 14px;
    margin: 0 auto;
}
.background{
    background-color: #4bfbfe;
}
.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 #4bfbfe;
    border-radius: 25px; 
}
.menu_sticky{
    position: sticky;
    top: 0;
    width: 100%;
}
.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: #00d1d5;
    border-radius: 35px;
    padding:10px
}
.about-area{
    padding:50px 0;
}
.about-box{
    background-color: #ffffff;
}
.site-title-tagline{
    text-transform: uppercase;
    font-size: 18px;
    letter-spacing: 4px;
    font-weight: 700;
    color: #ffc105;;
    position: relative;
}

.site-sub-title span{
    color: #00d1d5;
    font-size: 36px;
}
.site-sub-title{
    font-weight: 900;
}
.site-content{
    font-size: 18px;
}
.about-list i{
    color: #00d1d5;
    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: #00d1d5;
    padding:10px 30px;
    border-radius: 25px;
    visibility: hidden;
}
.theme-btn-click a:hover{
    background-color: #111111;
    color: white;
    transition: all 0.5s ease-in;
}
.background-about{
    background-image: url(/images/anh-bia-06.png);
    background-position: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 540px;
    height: 100%;
    position: relative;
    z-index: 2;
}
.title-about{
    padding:300px 0;
    z-index: 1;
}
.background-about::before{
    content: "";
    position: absolute;
    background-color: #01060f;
    width: 100%;
    height: 100%;
    padding: 70px 0;
    z-index: -1;
    opacity: 0.4;
}
.title-about h2 {
    color: white;
    font-weight: 700;
    font-size: 40px;
    padding-bottom: 10px;
}.title-about a , .title-about span{
    color: white;
    font-weight: 700;
    text-decoration: none;
}
.service-title{
    text-transform: uppercase;
    font-size: 22px;
    letter-spacing: 4px;
    font-weight: 800;
    color: #ffc105 ;
    position: relative;
}

.service-sub-title{
    text-transform: capitalize;
    font-weight: 700;
}
.heading-driver{
    position: relative;
    border: 3px solid #00d1d5;
    width: 90px;
    height: 11px;   
    border-radius: 40px;
}
.heading-driver::before{
    content:"";
    position: absolute;
    height: 7px;
    width: 15px;
    background-color: #00d1d5;
    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);
    }
}
.title-booking-taxi{
    text-transform: uppercase;
    font-weight: 600;
    font-size: 28px;
}
.image-book-taxi img{
    padding: 2px;
    position: relative;
    z-index: 3;
}
.image-book-taxi{
    border: 1px solid black;
    border-radius: 50%;
  
    
    z-index: 3;
    position: relative;
}
.image-book-taxi:hover{
    background-color: #02b7ff;
    transition: all 0.3s ease-in;
    border: 1px solid white;
}
.inner-box::before{
    background-color: #4ce1ff;
    content: "";
    height: 290px;
    left: 65px;
    opacity: .3;
    position: absolute;
    top: -55px;
    transform: skewX(-24deg);
    width: 155px;
    z-index: -1;
}
.inner-box , .content {
    position: relative; /* Đảm bảo nội dung nằm trên pseudo-element */
    z-index: 3;
}
.text{
    font-size: 16px;
}
.work-block{
    margin-top: 50px;
}
.footer_container {
    background-image: url(/images/President_11.webp);
    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: 45%;
}
.copyright a {
    color: rgb(255,255,255) !important;
}
.hide {
    display: none;
}

.no-scroll {
    overflow: hidden;
}
.use-taxi{
    margin-bottom: 100px;
}
.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;
    color: blue;
    padding: 10px 20px;
    display: inline-flex;
    align-items: center;
    transition: 0.2s all ease-in-out;
    text-transform: uppercase;
    font-weight: 600;
}
.menu-moblie a.active{
    color: rgb(245, 163, 2) ;
    transition: 0.2s all ease-in-out;
}
.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;
}
/* reponsive mobile */
@media screen and (min-width:344px) {
    .sub_title p{
        padding-left: 10px;
    }
    .navbar-nav{
        display: none;
    }
    .navbar-header {
        padding-left: 10px;
        margin-right: 0;
        margin-left: 0;
    }
    .toggle_menu{
        display: block;
    }
    .toggle-menu i{
        color: black;
    }
    .about-img img{
        width: 100%;
        height: 380px;
    }
    .work-block{
        margin-bottom: 60px;
    }
    .use-taxi{
        margin-bottom: 20px;
    }
    .footer_link li {
        float: left;
        width: 50%;
        padding: 5px 0px;
    }
    .flt {
        float: left;
        width: 100%;
    }
    .display-line{
        display: none;
    }
}
@media screen and (min-width:360px) {
    .work-block {
        margin-top: 75px;
    }
}
@media screen and (min-width:540px){
    .work-block {
        margin-bottom: 120px;
    }
}
@media screen and (min-width:768px) {
    .navbar-nav{
        display: block;
        display: flex;
        flex-direction: row ;
    }
    .toggle_menu{
        display: none;
    }
    .navbar-header{
        padding-left: 20px;
        margin: 0;
    }
    .menu a {
        text-decoration: none;
        color: black;
        font-weight: 700;
        padding: 8px 24px;
    }
    .footer_link li{
        float: none;
        width: auto;
        padding: 0 16px;
    }
}
@media screen and (min-width:1024px) {
    .display-line{
        display: block;
    }
}
@media screen and (min-width:1280px) {
    .edit-distance{
        padding: 0;
    }
}
@media screen and (min-width:1520px) {
    .navbar-header {
        padding-left: 117px;
        margin-right: 180px;
    }
    .about-img img {
        height: 453px;
    }
    .menu a {
        text-decoration: none;
        color: black;
        font-weight: 700;
        padding: 8px 30px;
    }
}




.menu_sticky {
    position: fixed;
    top: -2px;
    left: 0;
    width: 100%;
    z-index: 1000;
    background-color: white;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

/* Menu /* Styling for the navbar */
.navbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 20px;
    background-color: #fff;
}

.navbar-brand img {
    width: 220px;
}

.menu ul {
    display: flex;
    gap: 20px;
}

.menu ul li a {
    text-decoration: none;
    font-size: 16px;
    color: #333;
    padding: 10px;
}

.menu ul li a.active {
    color: #28bdbf; /* Highlight active menu */
}

/* Mobile Menu Styling */
.mobile-menu-overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    display: none;
    z-index: 99;
}

/* Mobile Menu */
.mobile-menu {
    position: fixed;
    top: 0;
    left: -250px;
    width: 250px;
    height: 100%;
    background-color: white;
    padding: 20px;
    box-shadow: 2px 0 5px rgba(0, 0, 0, 0.2);
    transition: left 0.3s ease;
    z-index: 100;
}

.mobile-menu ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.mobile-menu ul li {
    margin-bottom: 20px;
}

.mobile-menu ul li a {
    text-decoration: none;
    font-size: 18px;
    color: #333;
}

.mobile-menu .close-menu {
    background: none;
    border: none;
    font-size: 24px;
    color: #333;
    position: absolute;
    top: 20px;
    right: 20px;
    cursor: pointer;
}

/* Toggle Button for Mobile */
.toggle_menu {
    display: none;
}

/* Mobile-specific styles */
@media (max-width: 768px) {
    .menu {
        display: none; /* Hide the main menu on mobile */
    }

    .toggle_menu {
      
        margin-right: 20px;
    
        display: block;
        cursor: pointer;
    }

    /* Make menu visible when toggled */
    .mobile-menu-overlay {
        display: block;
    }
}
/*  */

/*  */

/* Mobile menu */
.mobile-menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 250px;
    height: 100%;
    background: #fff;
    box-shadow: 0 1px 5px rgba(83, 83, 83, 0.2);
    z-index: 1000;
    transform: translateX(-100%); /* Menu hidden initially */
    transition: transform 0.3s ease-in-out; /* Smooth slide-in transition */
  }
  
  .mobile-menu.opened {
    transform: translateX(0); /* Menu will slide in */
  }
  
  .mobile-menu ul {
    padding: 0;
    list-style-type: none;
  }
  
  .mobile-menu ul li {
    padding: 20px;
    border-bottom: 1px solid #ccc;
  }
  
  .mobile-menu ul li a {
    color: #173966;
    font-size: 16px;
    text-decoration: none;
    display: block;
    font-weight: 600;
    transition: color 0.3s ease;
  }
  
  .mobile-menu ul li a:hover {
    color: #10bd3b;
  }
  
  /* Close button */
  .close-menu {
    position: absolute;
    top: 20px;
    right: 20px;
    font-size: 24px;
    cursor: pointer;
  }
  
  .close-menu i {
    color: #173966;
  }
  
  /* Custom overlay (background dim when menu opens) */
  .custom-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    z-index: 999;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
  }
  /* Responsiveness: Open side menu */
  @media screen and (max-width: 768px) {
    .side-menu-wrap {
      width: 100%;
    }
  
    .mobile-menu.opened {
      transform: translateX(0);
    }
  
    .side-menu-close {
      top: 20px;
      left: 20px;
    }
  
    .custom-overlay.show {
      visibility: visible;
      opacity: 1;
    }
  }
  

     /* Sticky Header */

        /* Basic Style */
        body {
            font-family: Arial, sans-serif;
            margin: 0;
            padding: 0;
        }

        /* Hamburger Icon */
        .hamburger-menu {
            position: fixed;
            top: 20px;
            left: 20px;
            z-index: 1000;
            cursor: pointer;
        }

        .hamburger-icon {
            width: 30px;
            height: 3px;
            background-color: #333;
            position: relative;
            transition: all 0.3s ease;
        }

        .hamburger-icon:before,
        .hamburger-icon:after {
            content: '';
            width: 30px;
            height: 3px;
            background-color: #333;
            position: absolute;
            transition: all 0.3s ease;
        }

        .hamburger-icon:before {
            top: -10px;
        }

        .hamburger-icon:after {
            bottom: -10px;
        }

        /* Mobile Menu */
        .mobile-menu {
            position: fixed;
            top: 0;
            left: 0;
            width: 250px;
            height: 100%;
            background-color: #fff;
            box-shadow: 0 1px 5px rgba(83, 83, 83, 0.2);
            transform: translateX(-100%);
            transition: transform 0.3s ease;
            z-index: 2000;
        }

        .mobile-menu.opened {
            transform: translateX(0);
        }

        .mobile-menu ul {
            list-style: none;
            padding: 0;
            margin-top: 50px;
        }

        .mobile-menu ul li {
            padding: 15px;
            border-bottom: 1px solid #ccc;
        }

        .mobile-menu ul li a {
            text-decoration: none;
            color: #333;
            font-size: 18px;
            display: block;
            transition: color 0.3s;
        }

        .mobile-menu ul li a:hover {
            color: #10bd3b;
        }

        /* Close Button (X) */
        .close-menu {
            position: absolute;
            top: 20px;
            right: 20px;
            cursor: pointer;
            font-size: 24px;
            color: #333;
        }

        /* Custom Overlay */
        .custom-overlay {
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: rgba(0, 0, 0, 0.4);
            opacity: 0;
            visibility: hidden;
            transition: opacity 0.3s ease, visibility 0.3s ease;
            z-index: 1000;
        }

        .custom-overlay.show {
            opacity: 1;
            visibility: visible;
        }
        @media (max-width: 480px) {
            .about-experience b{
                font-size: 10px;
            }
        }
        /*  */
   /* Styling tổng thể block */
.work-block {
    flex: 0 0 48%; /* Chiếm 48% chiều ngang, đảm bảo 2 box trên 1 hàng */
    box-sizing: border-box; /* Bao gồm padding và border trong kích thước */
    padding: 20px;
    background-color: #f9f9f9;
    border: 1px solid #ddd;
    border-radius: 20px;
    max-height: 500px;
    margin-bottom: 20px;
    display: flex; /* Flexbox tách ảnh và nội dung */
    align-items: center;
    justify-content: center;
}

/* Hình ảnh bên trái */
.image-book-taxi {
    flex: 1; /* Chiếm 1 phần diện tích */
    max-width: 630px; /* Kích thước tối đa */
    border-radius: 50px; /* Bo góc hình ảnh */
    overflow: hidden;
}

.image-book-taxi img {
    width: 100%;
    height: 300px;
    object-fit: cover; /* Giữ tỷ lệ hình ảnh */
    border-radius: 50px;
}

/* Nội dung bên phải */
.content {
    flex: 2; /* Chiếm 2 phần diện tích */
}

.title-booking-taxi {
    font-size: 20px;
    font-weight: bold;
    color: #333;
    margin-bottom: 10px;
}

.content .text {
    font-size: 16px;
    color: #666;
    line-height: 1.8;
}

/* Responsive chỉnh layout dọc */
@media (max-width: 768px) {
    .work-block {
        flex-direction: column; /* Chuyển từ ngang sang dọc */
    }

    .image-book-taxi {
        margin-bottom: 20px; /* Thêm khoảng cách dưới hình ảnh */
    }

    .content {
        text-align: center; /* Căn giữa nội dung */
    }
}

/* Styling tổng thể cho row */
.row {
    margin: 0; /* Xóa khoảng trống mặc định */
    width: 100%; /* Chiếm 100% chiều ngang */
    padding: 10px 0;
    display: flex; /* Flexbox cho bố cục ngang */
    flex-wrap: wrap; /* Tự động xuống hàng nếu không đủ chỗ */
    justify-content: space-between; /* Căn đều khoảng cách giữa các box */
    align-items: stretch; /* Đảm bảo các box có cùng chiều cao */
}



@media (max-width: 576px) {
    .content .text {
        font-size: 13px;
        color: #666;
        line-height: 1.8;
    }

    
    .image-book-taxi  {
        width: 100%;
        height: 200px;
        object-fit: cover; /* Giữ tỷ lệ hình ảnh */
        border-radius: 50px;
    }
    .work-block {
        margin-bottom: 20px; /* Tạo khoảng cách giữa các work-block */
    }
    .image-book-taxi {
        width: 100%; /* Đảm bảo phần tử chứa chiếm hết chiều rộng */
        height: auto; /* Tự động điều chỉnh chiều cao theo tỷ lệ hình ảnh */
        overflow: hidden; /* Ẩn phần hình ảnh bị thừa nếu có */
        position: relative; /* Đảm bảo không gian hình ảnh được tính toán chính xác */
    }
    
    .image-book-taxi img {
        width: 100%; /* Đảm bảo hình ảnh luôn chiếm hết chiều rộng */
        height: 100%; /* Cũng đảm bảo hình ảnh bao phủ hết chiều cao của khối chứa */
        object-fit: cover; /* Giữ tỷ lệ hình ảnh phù hợp với khối chứa mà không bị bóp méo */
        border-radius: 10px; /* Bo góc hình ảnh nếu cần */
    }
    .about-experience b{
        font-size: 10px; /* Giảm kích thước tiêu đề */

    }
    
    .inner-box {
        padding: 10px; /* Giảm padding để tiết kiệm không gian */
    }
    .image-book-taxi img {
        max-width: 100%; /* Hình ảnh tự co giãn theo khung chứa */
        height: auto; /* Duy trì tỉ lệ hình ảnh */
    }
    .title-booking-taxi {
        font-size: 16px; /* Giảm kích thước tiêu đề */
    }
    .text {
        font-size: 14px; /* Giảm kích thước nội dung */
    }
    .col-lg-6, .col-md-6, .col-6 {
        flex: 0 0 100%; /* Mỗi phần tử chiếm toàn bộ chiều ngang màn hình */
        max-width: 100%;
        text-align: center; /* Căn giữa nội dung */
    }
    .content {
        margin-top: 10px; /* Tạo khoảng cách giữa hình ảnh và nội dung */
    }
}
