body {
    font-family: Arial,Helvetica,sans-serif;
}
.row {
    /* margin-right: 0 !important;
    margin-left: 0 !important; */
    padding-right: 0!important;
    padding-left: 0 !important;
}
::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:    #000;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    #000;
   opacity:  1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    #000;
   opacity:  1;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color:    #000;
}
::-ms-input-placeholder { /* Microsoft Edge */
   color:    #000;
}

::placeholder { /* Most modern browsers support this now. */
   color:    #000;
}
.btn-custom {
    background: yellow;
    -webkit-box-shadow:1px 2px 5px 2px rgb(0 0 0 / 75%);
    -moz-box-shadow:1px 2px 5px 2px rgb(0 0 0 / 75%);
    box-shadow: 1px 2px 5px 2px rgb(0 0 0 / 75%);
    border: 0px;
    border-radius: 3px;
    padding: 5px 0px;
    background: #f0f000;
    color: red !important;
    font-weight: 600;
    text-align: center;
    text-decoration: none;
    width: 47%;
}
.btn-search {
    width:100%;
}
.card-text {
    font-weight: 700;
    color: red; 
}
.title-gr__card {
    font-weight: 600;
color: #444;
}
.blog {
    width: 100%;
}
.card-title {
    color: #1b1b4d;
    height: 50px;
    max-height: 50px;
    display: block;
}
.thue-xe {
    width:250px;
}
.header1-title {
    font-size: 15px;
    float: right;
    font-family: system-ui;
    color: #0008ff;
    font-family: cursive;
    font-weight: 700;
    font-stretch: expanded;
    display: inline-block;
    -webkit-transform: scale(2,1);
    -moz-transform: scale(2,1);
    -ms-transform: scale(2,1);
    -o-transform: scale(2,1);
    transform: scale(2,1);
}
#style-1::-webkit-scrollbar {
    background-color: #F5F5F5;
    height: 1px;
    width: 100%;
    padding: 0 5px;
}

.header-general .header1 {
    background-color: white;
    display: flex;
    justify-content: space-between;
    padding: 4px 10px;
    height: 30px;
}
.header-general .navbar li {
    font-weight: 700;
    font-family: '-webkit-body';
    font-size: 16px;
}
.header-general .header1 .header1-phone-number {
    background-color: #DC3444;
    width: 120px;
    height: 22px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 15px;
    color: white;
    padding: 0 6px;
    font-size: 13px;
    font-weight: 700;
}
.header-general .header1 .header1-phone-number p {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}
.header-general .header1 .group-search-header {
    display: flex;
    align-items: center;
}
.header-general .header1 .group-search-header .social img {
    width: 17px;
    height: 17px;
    object-fit: cover;
    margin-right: 3px;
}
.header-general .header1 .group-search-header .item-search {
    height: 100%;
    border: solid;
    font-size: 12px;
    border-width: 1px;
    border-radius: 5px;
    border-color: rgb(197, 194, 194);
}
.header-general .header1 .group-search-header .item-search input {
    border: solid;
    width: 100px;
    font-size: 10px;
    border-width: 1px;
    border-radius: 5px;
    border-color: rgb(197, 194, 194);
}
.languages-mobile {
    display: none;
}

.languages-pc {
    display: block;
}

.menu-header {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-danger-rgb),var(--bs-bg-opacity));
}

.button-nav-moblie {
    border: solid;
    border-color: white;
    background-color: #DC3444;
    border-radius: 5px;
    border-width: 2px;
}

.item-search {
    display: flex !important;
}
/* content home  */

.content-home {
    background-color: #f4f4f4;
}

.content-home .information-general .img-infor-general {
    height: 300px;
    object-fit: cover;
}

.cost-center {
    border-right: 1px solid #5b575b;
    border-left: 1px solid #5b575b;
}

.content-home .information-general .list-news {
    height: 378px;
    overflow-y: scroll;
    overflow-x: hidden;
}
.dt-scroll {
    height: 385px;
    overflow-y: scroll;
    overflow-x: hidden;
}
.content-home .information-general .list-news .img-item-news {
    height: 120px;
    width: 40%;
}
.content-home .information-general .list-news .group-text-item-news {
    height: 120px;
    width: 60%;
}
.content-home .information-general .list-news .group-text-item-news h5 {
    margin-bottom: 1px !important;
    width: 100%;
    /* text-overflow: ellipsis; */
    display: block;
  	display: -webkit-box;
  	height: 16px*1.3*3;
  	font-size: 15px;
  	line-height: 1;
  	-webkit-line-clamp: 3;  /* số dòng hiển thị */
  	-webkit-box-orient: vertical;
  	overflow: hidden;
  	text-overflow: ellipsis;
}

.col-cost-car {
    padding: 5px;
}

.alert-cost {
    text-align: end;
    display: none;
    font-size: 12px;
    font-style: italic;
    padding: 5px;
}

.content-home .cost-car,
.content-home .booking,
.content-home .search-car,
.content-home .feedback,
.content-home .top-car {
    border-style: solid;
    border-color: #F7F7F9;
    border-radius: 12px;
    background-color: white;
    margin: 15px;
    padding: 15px;

}
.button-all-site {
    background: #c0242f;
    border-radius: 15px;
    bottom: 24px;
    box-shadow: rgb(0 0 0 / 15%) 0px 4px 12px 0px;
    display: block;
    margin: 0px 12px;
    overflow: visible;
    padding: 0px 16px;
    position: fixed;
    right: 5px;
    top: auto;
    width: 180px;
    z-index: 2147483644;
    min-height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.button-left-site {
    background: #7e33ff;
    border-radius: 15px;
    bottom: 24px;
    box-shadow: rgb(0 0 0 / 15%) 0px 4px 12px 0px;
    display: block;
    margin: 0px 12px;
    overflow: visible;
    padding: 0px 16px;
    position: fixed;
    left: 5px;
    top: auto;
    width: 180px;
    z-index: 2147483644;
    min-height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.button-left-site > a, .button-all-site > a {
    display: flex;
    align-items: center;
    text-decoration: none
}

.button-left-site > a > p, .button-all-site > a > p {
    margin: 0;
    text-align: center;
    font-size: 14px;
    padding: 6px 0;
    line-height: 18px;
}

.button-left-site > a, .button-all-site > a {
    -webkit-animation: my 700ms infinite;
    -moz-animation: my 700ms infinite;
    -o-animation: my 700ms infinite;
    animation: my 700ms infinite;
}

.title-text {
    font-weight: 700;
    color: black;
}
.content-home .cost-car .cost-car-detail {
    border-radius: 2px;
    color: #ff0000;
    border: 1px solid #ff0029;
    font-family: monospace;
    font-weight: 600;
}
.content-home .cost-car .cost-car-detail .item-row {
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 4px;
}
.content-home .cost-car .cost-car-detail select,
.content-home .cost-car .cost-car-detail input {
    width: 250px;
    height: 30px;
    border-style: solid;
    border-color: #B5B5B5;
    color: #444;
}
.content-home .cost-car .cost-car-detail .result .item span {
   font-weight: 700;
}

#product.detail-product {
    width: 125px;
}

#product-detail {
    width: 125px;
}

.title-blog {
    margin: 2px;
    font-size: smaller;
    font-weight: 700;
}

.content-blog {
    font-size: 12px;
    margin: 0px;
    line-height: 1.3;
    color: #292929;
}

.border-bt__blog {
    border-bottom: 1px solid rgb(44, 44, 44);
}

.content-home .booking .button-submit,
.content-home .booking .button-submit-responsive {
    display: flex;
    justify-content:space-between;
}
.content-home .booking .button-submit-responsive button {
    display: none;
}
.content-home .booking .group-input-booking .item-booking {
    position: relative;
    margin: 10px 0;
}

.content-home .booking .group-input-booking .item-booking input {
    width: 100%;
    height: 38px;
    background-color: #EBEBEB;
    border-style: solid;
    border-color: #EBEBEB;
    border-radius: 5px;
    padding: 5px;
}
.content-home .booking .group-input-booking .item-booking p {
    position: absolute;
    top: 13%;
    margin-left: 10px;
}

.content-home .booking .pick-calendar .header-calendar .font-weight-bold {
    font-weight: 700;
}

.content-home .booking .pick-calendar .header-calendar .item div {
    width: 30px;
    height: 12px;
    border: 1px;
    border-radius: 3px;
}
.content-home .booking .pick-calendar .pick-calendar-main {
    /* width: 630px; */
    display: flex;
}

.click-day,
.click-time{
    background-color: #e4e4e4;
    padding: 5px;
    text-align: center;
    color: black;
    font-weight: 600;
    width: 14.28%;
    border-bottom: 1px solid black;
    border-right: 1px solid black;
}

.day-time {
    border-top: 1px solid black;
    border-left: 1px solid black;
}

.total-cost {
    padding: 5px;
}

.group-slect-option {
    display: flex;
}

.content-home .search-car .group-slect-option select,
.content-home .search-car .group-slect-option input {
    width: 100%;
    height: 35px;
    border-style: solid;
    border-color: #6b6b6b;
    border-radius: 5px;
    margin-right: 10px;
}
.content-home .search-car .list-item {
    flex-wrap: wrap;
    margin: 10px 5px 0 5px;
    height: auto;
    overflow: scroll;
    max-height: 400px;
}
.content-home .search-car .list-item .item-card {
    width: 24%;
    margin-right: 1%;
    margin-bottom: 8px;
    padding: 0px;
}
.information-general .image-banner{
    object-fit: cover;
    height: 321px;
}
.carousel-header {
    height: 321px;
}



.content-home .feedback {
    background-position: center;
    background-repeat: no-repeat;
    min-height: 350px;
    background-size: cover;
}
.content-home .feedback .detail {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.content-home .feedback .detail img {
    /* border-color: #EBEBEB; */
    background-color: white;
    border-radius: 50px;
    margin-right: 10px;
    width: 100px;
    height: 100px;
    padding: 10px;
    object-fit: contain;
}

.content-home .feedback .main{
    display: flex;
}
.content-home .feedback .detail i {
    color: white;
}

.content-home .feedback .detail {
    width: 33%;
}
.content-home .feedback .detail .stars{
    display: flex;
    justify-content: center;
    margin-top: 10px;
}
.stars i {
    color: gold;

}
.content-home .feedback .detail .text-title {
    color: white;
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
    font-size: 22px;
    font-family: 'FontAwesome';
    text-align: center;
    padding: 5px 0;
}

.content-home .cost-car .cost-car-detail .result .item span {
    font-weight: 700;
}

.content-home .feedback .detail  .text-detail {
    color: white;
    word-wrap: break-word;
    width: 100%;
    text-align: center;
    font-family: 'FontAwesome';
    padding: 0px 35px;
}



/* footer  */
.footer-home {
    background-color: #DC3444;
    color: white;
    padding: 10px 0px;
    margin-top: 50px;
}
.footer-home-col{
    display: flex;
    flex-direction: column;
    /* align-items: center; */
}

.footer-home-col .img-footer {
    width:60px;
    height:60px;
    object-fit: cover;
    margin-bottom: 10px;
}
.footer-home-col div p {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
    font-size: 14px;
    width: 100%;
    font-family: '-webkit-body';
}
.info-footer {
    font-size: 12px;
}
.footer-home-col div p {
    text-decoration: none;
    color: #ffffff;
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
    font-weight: 600;
    font-size: 15px;
    width: 100%;
    font-family: '-webkit-body';
}
.footer-home-col p {
    text-decoration: none;
    color: #ffffff;
    font-size: 18px;
    font-weight: 600;
    font-family: '-webkit-body';
}

.footer-home-col .social img {
    width:25px;
    height:25px;
    object-fit: cover;
}



.image-top-car {
    /* margin-top: 10px; */
    height: 190px;
    object-fit: cover;
}

.info-footer {
    font-size: 9px;
}

.item-card-top-car {
    border: solid;
    border-color: #C4C2C2;
    border-radius: 10px;
    border-width: 1px;
    padding: 0px;
}

#blog-mobile {
    display: none;
}
#blog-desktop {
    display: block;
}

/* responsive  */


@media only screen and (max-width: 768px){
    #blog-desktop {
        display: none;
    }
    #blog-mobile {
        display: block;
    }
    .information-general,
    .cost-car-detail,
    .content-home .cost-car .cost-car-detail .item-row,
    .content-home .booking,
    .content-home .booking .pick-calendar,
    .content-home .search-car .group-slect-option,
    .content-home .feedback,
    .content-home .feedback .detail {
        flex-direction: column;
    }

    #box-cost {
        padding: 0px !important;
        text-align: center;
    }

    .total-cost {
        padding: 0px;
    }
    .languages-mobile {
        display: block;
    }
    .languages-pc {
        display: none;
    }

    .item-search {
        display: none !important;
    }

    /* information general  */
    .information-general {
        padding: 10px 15px;
    }
    .information-general .image{
        width: 100%;
        padding: 0 10px 15px 10px;
    }
    .information-general .image-banner{
        object-fit: cover;
        height: 141px;
    }
    .carousel-header {
        height: 141px;
    }
    .logo-slide {
        text-align: center;
        height: 35px;
        width: 35px;
    }
    .btn-search {
        width: 100%;
    }
    .logo-car-header2 a img{
        width: 25px;
        height: 20px;
    }
    .header-general .header1 .header1-phone-number p {
        font-size: 11px;
    }
    .content-home .information-general .img-infor-general {
        height: 200px;
    }
    .content-home .information-general .list-news {
        width: 100%;
        margin: 0 15px;
        display: flex;
        overflow-x: scroll;
        overflow-y: hidden;
    }
    .content-home .information-general .list-news .item-news {
        width: 200px;
        margin-right: 5px;
        background-color: white;
    }
    .content-home .information-general .list-news .img-item-news {
        height: 120px;
        width: 100%;
    }
    .content-home .information-general .list-news .group-text-item-news {
        height: 120px;
        width: 100%;
        padding: 0 5px;
    }
    .content-home .information-general .list-news {
        height: 234px;
        overflow-y: hidden;
        overflow-x: scroll;
    }
    .nav-item .dropdown-menu {
        border: 1px solid #ffffff;
    }
    .container-menu {
        padding: 0px;
    }

    .alert-cost {
        text-align: center;
        font-size: 11px;
    }

    .index-logo {
        display: none;
    }

    .button-nav-moblie {
        border: none;
        border-color:  #DC3444;
        background-color: #DC3444;
        border-radius: 0px;
        border-width: 0px;
    }
    
    .content-home .information-general .list-news .group-text-item-news h7 {
        /* margin-bottom: 1px !important; */
        width: 100%;
        word-wrap: break-word;
        display: block;
        display: -webkit-box;
        height: 16px*1.3*3;
        font-size: 12.5px;
        line-height: 1.2;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    
    .title-blog {
        margin: 5px 0px;
        font-size: 9px;
        line-height: 1.0;
        font-weight: 700;
    }

    .content-blog {
        font-size: 9px;
    }
    .border-bt__blog {
        border: 0px;
    }

    /* cost car */
    .cost-car-detail .col-cost-car {
        width: 100%;
    }
    .content-home .cost-car .cost-car-detail select,
    .content-home .cost-car .cost-car-detail input {
        width: 100%;
    }

    .btn-custom {
        padding: 4px;
    }

    

    /* booking */
    .content-home .booking .col-booking {
        width: 100%;
        margin-bottom: 5px 15px 5px 15px;
    }

    .content-home .booking .pick-calendar .header-calendar .item span {
        text-align: center;
    }

    .content-home .booking .pick-calendar .pick-calendar-main .calendar-row .day{
        width: 170px;
        padding: 5px 5px;
    }

    .click-day,
    .click-time{
        width: 20%;
    }
    .header1-title {
        display: none;
    }
    .content-home .booking .text-center {
        font-size: 15px;
    }
    .content-home .booking .group-input-booking input::placeholder {
        font-size: 14px !important;
    }
    .content-home .booking .button-submit button {
        font-size: 14px;
    }
    .content-home .booking .pick-calendar {
        padding-left: 15px;
    }
    .content-home .booking .pick-calendar .pick-calendar-main {
        display: flex;
        width: 100%;
        overflow-x: scroll;
    }
    .note-color {
        padding: 5px 0px !important;
    }
    .content-home .booking .button-submit button {
        display: none;
    }
    .content-home .booking .button-submit-responsive button {
        display: flex;
        margin-top: 10px;
        font-size: 11px;
        width: 47%;
        max-width: 47%;
        text-align: center;
        align-content: center;
        justify-content: center;
    }
    
    .cost-car .cost-car-detail .col-cost-car .item-row span {
        display: none;
    }

    .footer-home-col div a {
        font-size: 8px;
    }
    .footer-home-col {
        padding: 0px;
    }
    .menu-header {
        position: absolute;
    }

    .menu-mobile {
        --bs-bg-opacity: 1;
        background-color: rgba(var(--bs-danger-rgb),var(--bs-bg-opacity));
    }

    .result strong {
        font-size: 11px;
    }
    
    /* search car */
    .content-home .search-car .group-slect-option select,
    .content-home .search-car .group-slect-option input {
        width: 100%;
        border-color: #6b6b6b;
        margin-right: 10px;
        margin-bottom: 10px;
    }

    .content-home .search-car .list-item .item-card {
        width: 49%;
    }
    .content-home .search-car .list-item .item-card {
        font-size: 12px;
    }

    .card-title {
        font-size: 12px;
        
    }
    .booking-required {
        display: none;
    }
    .carousel-row-list {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    .item-card-top-car {
        max-height: 300px;
    }
    .item-card-top-car img {
        height: 150px;
        object-fit: cover;
    }
    .item-card-top-car .card-body {
        padding: 5px;
        word-wrap: break-word;
        width: 100%;
    }
    .thue-xe {
        width: 100%;
    }

    /* feedback */
    .content-home .feedback .main .detail img {
        width: 30%;
        height: 86px;
    }
    /* .content-home .feedback .main .detail .text-feedback {
        width: 70%;
    } */
    .content-home .feedback  .detail .text-title {
        font-size: 18px;
        text-align: center;
        width: 100%;
    }
    .content-home .feedback .main .detail .text-detail {

        width: 100%;
        text-align: center;
        font-size: 14px;
    }
    .content-home .feedback .detail img {
        /* border-color: #EBEBEB; */
        background-color: white;
        border-radius: 50px;
        width: 75px;
        height: 75px;
        padding: 10px;
        object-fit: contain;
        margin: 0px auto;
    }

    .content-home .feedback .main .detail .text-responsive {
        width: 70%;
    }



    /* footer */
    .footer-home{
        flex-direction: column-reverse;
        padding: 10px 5% ;
    }

    .footer-text-responsive {
        display: flex;
        justify-content: space-between;
        padding: 0 7%;
    }

    .map-footer {
        margin-bottom: 15px;
    }
    .footer-home-col{
        display: flex;
        flex-direction: column;
        /* align-items: center; */
    }
    
    .footer-home-col .img-footer {
        width:20px;
        height:20px;
        object-fit: cover;
        margin-bottom: 3px;
    }
    
    .footer-home-col div p {
        margin-bottom: 0 !important;
        padding-bottom: 0 !important;
        font-size: 7px;
        font-family: '-webkit-body';
    }
    .footer-home-col p {
        margin-bottom: 0 !important;
        padding-bottom: 0 !important;
        font-size: 9px;
        font-weight: 0;
        font-family: '-webkit-body';
    }
    
    .footer-home-col .social img {
        width:15px;
        height:15px;
        object-fit: cover;
    }
    .swiper {
        position: relative;
        height: 100%;
    }

    .dt-scroll {
        height: auto;
        overflow: hidden;
    }
    .blog {
        width: 50%;
    }

    #models .detail-product {
        width: 50%;
    }
}
.dt-blog {
    width: 100%;
}
.logo-car-header2 img{
    width: 38px;
    height: 30px;
}
.required-cost {
    color: red !important;
    border: 1px solid #ff4949 !important;
}
.booking-required {
    color: red;
    font-style: italic;
}
@media only screen and (max-width: 640px){
    .click-day,
    .click-time{
        width: 25%;
    }
}
@media only screen and (max-width: 397px){
    .click-day,
    .click-time{
        width: 33.33%;
    }
}
.active-booking {
    background: #ffee00;
    cursor: pointer;
}
.click-time:hover{
    background: #ffee00;
}
.click-day:hover{
    background: #ffee00;
}
@keyframes blinker {
    50% {
        opacity: 0;
    }
}
.product-price-km {
    color: #b12704;
    display: block;
    font-size: 25px;
    font-weight: bold;
}

@-webkit-keyframes my {
    0% { color: #15e707; }
    50% { color: #F8CD0A; }
    100% { color: #dc3545; }
}
@-moz-keyframes my {
    0% { color: #15e707; }
    50% { color: #F8CD0A; }
    100% { color: #dc3545; }
}
@-o-keyframes my {
    0% { color: #15e707; }
    50% { color: #F8CD0A; }
    100% { color: #dc3545; }
}
@keyframes my {
    0% { color: #15e707; }
    50% { color: #F8CD0A; }
    100% { color: #dc3545; }
}