@media (min-width: 1290px) {
    .container {
        max-width: 1290px;
    }
}

.fix {
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    z-index: 1000 !important;
    transition: position 0.4s;
    animation: affix-menu 1s;
    background: #fff;
    box-shadow: 1px 1px 10px rgb(0 0 0 / 15%);
}

@keyframes affix-menu {
    from {
        position: fixed;
        top: -50px;
    }

    to {
        position: fixed;
        top: 0;
    }
}

/*nut keo len*/
#button-srcoll {
    display: inline-block;
    background-color: rgba(0,0,0,.7);
    width: 4rem;
    height: 4rem;
    text-align: center;
    border-radius: 5px;
    position: fixed;
    bottom: 3rem;
    right: 1.5rem;
    transition: background-color .3s, opacity .5s, visibility .5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
}

#button-srcoll::after {
    content: "\f106";
    font-family: 'Font Awesome 6 Pro';
    font-weight: bold;
    font-style: normal;
    font-size: 25px;
    line-height: 40px;
    color: #fff;
}

#button-srcoll:hover {
    cursor: pointer;
    background-color: rgba(0,0,0,.7);
}

#button-srcoll.show {
    opacity: 1;
    visibility: visible;
}

.header-top-01 > .container > .row > div {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#google_translate_element {
    position: relative;
    z-index: 10;
}

.skiptranslate.goog-te-gadget {
    color: transparent;
    font-size: 0;
}

.goog-te-gadget .goog-te-combo {
    border-radius: 5px;
    padding: 0.8rem 0rem 0.7rem 0.3rem;
    border: 1px solid var(--color-black);
    outline: none;
}

#google_translate_element > .goog-te-gadget > span {
    display: none;
}

#productLongDescription {
    display: block;
    overflow: hidden;
    position: relative;
    transition: max-height .5s ease;
}

#productLongDescription {
    max-height: 100px;
}

.copy__inner {
    overflow: hidden;
}

#productLongDescription.reveal .copy__gradient {
    background: transparent;
}

.more-less {
    padding: 8px 12px 8px 12px;
    border-radius: 8px;
    cursor: pointer;
    border: 1px solid var(--color-highlight);
    color: var(--color-highlight);
    font-weight: bold;
}

.more-less i {
    font-size: 18px;
}

footer {
    background-color: var(--color-highlight);
    color: white;
}

.title-footer {
    font-size: 18px;
    font-weight: 500;
}

.footer-menu-section ul li {
    position: relative;
    padding-left: 10px;
    margin-bottom: 5px;
}

.footer-menu-section ul li:before {
    content: '';
    position: absolute;
    top: 9px;
    left: 0;
    width: 4px;
    height: 4px;
    background-color: #fff;
}

.footer-menu-section ul li a {
    color: white;
}

.view-thue-xe-co-tai .product-item {
    border: 1px solid #ccc;
    background: white;
    -webkit-box-shadow: 0 2px 14.7px 1.3px rgb(0 0 0 / 35%);
    box-shadow: 0 0 10px 0 rgb(0 0 0 / 35%);
    border-radius: 5px;
    margin-bottom: 0;
    padding: 15px;
}

.product-url-page a {
    text-shadow: 0 0 10px rgba(0, 0, 0, .2);
    background-image: linear-gradient(135deg, #9fcfe3, #87CEEB);
    background-color: #02a7bd;
    color: white;
    font-weight: bold;
    padding: 5px 30px;
    border-radius: 5px;
}

.product-url-page {
    display: flex;
    justify-content: flex-end;
}

.product-description td, .info-category-sp td {
    border: 1px solid #01424a;
}

.progressbar {
    counter-reset: step;
    max-width: 800px;
    margin: auto;
    padding-top: 30px;
}

.progressbar li.active {
    color: var(--color-highlight);
}

.progressbar li {
    list-style-type: none;
    width: 33.33333%;
    font-size: 12px;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    color: #7d7d7d;
    font-weight: 700;
}

.progressbar li:before {
    width: 40px;
    height: 40px;
    content: counter(step);
    counter-increment: step;
    line-height: 40px;
    border: 2px solid #ccc;
    display: block;
    text-align: center;
    margin: 0 auto 10px auto;
    border-radius: 50%;
    background-color: #ccc;
    color: #fff;
    font-size: 16px;
}

.progressbar li i {
    position: relative;
    top: -1px;
}

.progressbar li:after {
    width: 100%;
    height: 4px;
    content: "";
    position: absolute;
    background-color: #ccc;
    top: 20px;
    left: -50%;
    z-index: -1;
}

.progressbar li:nth-child(1):after {
    display: none;
}

.progressbar li.active:before {
    border-color: var(--color-highlight);
    background: var(--color-highlight);
    color: #fff;
}

.progressbar li.active+li:after {
    background-color: var(--color-highlight);
}

.atrr-xe-tu-lai {
    margin-bottom: 8px;
    font-weight: 500;
    font-size: 1.4rem;
}

.atrr-xe-tu-lai i {
    font-size: 16px;
    margin-right: 5px;
}

.text-gia-bao-gom {
    font-size: 12px;
}

.info-category-sp img {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.img-slider-sp .swiper-slide {
    position: relative;
}

.img-slider-sp .swiper-slide:before {
    content: '';
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .6);
}

.img-slider-sp .swiper-slide.swiper-slide-active:before {
    background: transparent;
    z-index: 0;
}

.atrr-xe-tu-lai-detail {
    font-size: 18px;
}

.atrr-xe-tu-lai-detail i {
    font-size: 28px;
    margin-right: 5px;
}

.rounded-5 {
    border-radius: 5px !important;
}

.btn-xem-them-article a {
    background-color: var(--color-highlight);
    color: white;
    padding: 5px 15px 6px 15px;
    border-radius: 5px;
}

.list-article-01 .article-item .article-title {
    font-size: 2.8rem;
    font-weight: bold;
}

.list-article-01 .article-item {
    border-bottom: 2px solid;
    margin-bottom: 15px;
}

.list-article-02 .article-item {
    border-bottom: 2px solid;
    margin-bottom: 15px;
    padding-top: 15px;
}

.title-2-lop-gia {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: bold;
    position: relative;
    margin-bottom: 30px;
}

.title-2-lop-gia:before {
    position: absolute;
    content: '';
    bottom: -10px;
    left: 0;
    right: 0;
    width: 100%;
    height: 2px;
    background-color: black;
}

.title-2-lop-gia:after {
    position: absolute;
    content: '';
    bottom: -13px;
    left: 0;
    right: 0;
    width: 100%;
    height: 1px;
    background-color: black;
}

.is-mobile .marker-image {
    /*display: none;*/
}

.call-zalo-new img, .call-zalo-new i {
    display: none;
}

.call-zalo-new {
    position: fixed;
    bottom: 9rem;
    right: 15px;
}

.call-zalo-new a {
    color: white;
}

.call-zalo-new > a > div {
    background: #018899;
    padding: 5px 10px;
    text-align: center;
    justify-content: center;
    border-radius: 10px;
}

/*css form xe*/
.sidebar__box {
    background: #fff;
    position: relative;
    padding: 30px 20px 20px;
    border: 1px solid #ccc;
    font-size: 15px;
    -webkit-box-shadow: 0 2px 14.7px 1.3px rgb(0 0 0 / 35%);
    box-shadow: 0 0 10px 0 rgba(31,28,38,.35);
    border-radius: 5px;
    margin-bottom: 30px
}

.taxonomy__soGhe .taxonomy__item {
    text-align: center;
    cursor: pointer;
}

.taxonomy__soGhe .item__thumb {
    padding: 8px;
    background: #f9f9f9;
    border-radius: 50%;
    margin-bottom: 5px;
    max-width: 60px;
    margin: auto;
}

.taxonomy__soGhe .taxonomy__item:hover .item__thumb, .taxonomy__soGhe .taxonomy__col.active .item__thumb {
    background: #02a3b9;
}

.taxonomy__hopSo .taxonomy__item:hover .item__thumb, .taxonomy__hopSo .taxonomy__col.active .item__thumb {
    background: #02a3b9;
}

.taxonomy__soGhe .dnfix__thumb {
    padding-top: 100%;
}

.dnfix__thumb {
    position: relative;
    height: auto;
    width: 100%;
    overflow: hidden;
    display: block;
}

.dnfix__thumb--contain img, .dnfix__thumb.-contain img {
    object-fit: contain;
}

.dnfix__thumb img {
    margin: 0 auto;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    object-fit: cover;
}

.taxonomy__hopSo .item__thumb {
    padding: 15px;
    background: #f9f9f9;
    border-radius: 50%;
    margin-bottom: 5px;
    max-width: 60px;
    margin: auto;
}

.taxonomy__hopSo .dnfix__thumb {
    padding-top: 100%;
}

.taxonomy__hopSo .taxonomy__item {
    text-align: center;
    cursor: pointer;
}

.taxonomy__item .item__title > a {
    display: inline-block;
    color: black;
    margin-top: 8px;
}

.widget__title {
    font-size: 1.6rem;
}

.select2-selection__rendered:hover {
    background: #02a6bc;
    color: #fff!important
}

.select2-container--default .select2-results__option--highlighted[aria-selected],.select2-container--default .select2-results__option[aria-selected="true"] {
    background-color: #02a6bc;
    color: #fff
}

select+.select2-container {
    min-width: 100%!important
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    display: none
}

.select2-container .select2-selection--single {
    height: 45px;
    border-radius: 0
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 44px;
    font-size: 15px;
    padding: 0 15px
}

/*code form dat xe*/
/* CSS cho form đặt xe */
.form_filter_products {
    margin-bottom: 1.5rem;
}

.form_filter_products .form-control, .sidebar__box .form-control {
    border: 1px solid var(--gray);
    border-radius: 5px;
}

.block-form-booking {
    background: rgba(255, 255, 255, 0.95);
    border-radius: 15px;
    padding: 25px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(10px);
    /* margin: 20px 0; */
}

.block-form-booking .form-price-header {
    text-align: center;
    margin-bottom: 25px;
    padding-bottom: 20px;
    border-bottom: 2px solid #e9ecef;
}

.block-form-booking .price-display {
    display: inline-block;
}

.block-form-booking .price-amount {
    font-size: 32px;
    font-weight: bold;
    color: #17a2b8;
    line-height: 1;
}

.block-form-booking .price-unit {
    font-size: 16px;
    color: #666;
    margin-left: 5px;
}

.block-form-booking .form-group {
    margin-bottom: 20px;
}

.block-form-booking .form-group label {
    font-weight: 600;
    margin-bottom: 8px;
    display: block;
}

.block-form-booking .form-group .required {
    color: #e74c3c;
    margin-left: 3px;
}

.block-form-booking .form-control {
    border: 2px solid #e9ecef;
    /*border-radius: 8px;*/
    padding: 6px 15px;
    font-size: 14px;
    transition: all 0.3s ease;
    background: #fff;
}

.block-form-booking .form-control:focus {
    border-color: #17a2b8;
    box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.25);
    outline: none;
}

.block-form-booking .has-dropdownz {
    position: relative;
}

.block-form-booking .has-dropdownz::after {
    content: "▼";
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    color: #666;
    pointer-events: none;
    font-size: 12px;
}

.block-form-booking .form-group__dcNhanXe {
    transition: all 0.3s ease;
}

.block-form-booking hr {
    border: none;
    height: 1px;
    background: #e9ecef;
    margin: 20px 0;
}

.block-form-booking .h4 {
    color: #333;
    margin-bottom: 15px;
}

.block-form-booking .form__chitiet_donhang {
    background: #f8f9fa;
    border-radius: 8px;
    padding: 20px;
    margin: 20px 0;
}

.block-form-booking .form__price {
    margin-bottom: 10px;
}

.block-form-booking .form__title {
    color: #17a2b8;
    font-size: 16px;
}

.block-form-booking .number_of_day {
    color: #333;
    font-weight: bold;
}

.block-form-booking .amount {
    color: #333;
    font-weight: bold;
}

.block-form-booking .phi_giao_xe {
    color: #28a745;
    font-weight: bold;
}

.block-form-booking .color--red {
    color: #e74c3c !important;
    font-size: 24px;
    font-weight: bold;
}

.block-form-booking .btn-primary {
    background: linear-gradient(135deg, #9fcfe3, #87CEEB);
    border: none;
    border-radius: 8px;
    padding: 15px 30px;
    font-size: 16px;
    font-weight: 600;
    color: white;
    width: 100%;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.block-form-booking .btn-primary:hover {
    background: linear-gradient(135deg, #138496, #117a8b);
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(23, 162, 184, 0.4);
}

.block-form-booking .btn-primary:active {
    transform: translateY(0);
}

.block-form-booking .wpcf7-spinner {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 20px;
    height: 20px;
    border: 2px solid #ffffff;
    border-top: 2px solid transparent;
    border-radius: 50%;
    animation: spin 1s linear infinite;
    display: none;
}

@keyframes spin {
    0% {
        transform: translate(-50%, -50%) rotate(0deg);
    }

    100% {
        transform: translate(-50%, -50%) rotate(360deg);
    }
}

/* Responsive */
@media (max-width: 768px) {
    .block-form-booking {
        margin: 10px;
        padding: 20px;
    }

    .block-form-booking .color--red {
        font-size: 20px;
    }
}

/* Custom Datepicker styling - Giao diện như trong ảnh */
.custom-datepicker {
    background: #2c3e50;
    border: none;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: white;
    overflow: hidden;
    width: 400px;
    display: flex;
    position: absolute;
    z-index: 1000;
}

.custom-datepicker .custom-datepicker-header {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 10;
}

.custom-datepicker-header {
    background: #2c3e50;
    color: white;
    border-radius: 0;
    padding: 15px;
    border-bottom: 1px solid #34495e;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.custom-datepicker-header .month-year {
    text-align: center;
    font-weight: 600;
    font-size: 16px;
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}

.custom-datepicker-header .prev-month, .custom-datepicker-header .next-month {
    cursor: pointer;
    padding: 8px;
    border-radius: 6px;
    transition: all 0.2s ease;
    color: white;
    font-size: 18px;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: none;
    border: none;
}

.custom-datepicker-header .prev-month:hover, .custom-datepicker-header .next-month:hover {
    background: #34495e;
}

.custom-datepicker-calendar {
    width: 280px;
    padding: 15px;
    padding-top: 60px;
    /* Tạo khoảng trống cho header */
    padding-bottom: 70px;
    /* Tạo khoảng trống cho footer */
    position: relative;
}

.custom-datepicker-calendar .weekdays {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 2px;
    margin-bottom: 10px;
}

.custom-datepicker-calendar .weekday {
    background: #34495e;
    padding: 8px 4px;
    font-weight: 600;
    font-size: 12px;
    color: #bdc3c7;
    text-align: center;
    border-radius: 4px;
}

.custom-datepicker-calendar .days {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 2px;
}

.custom-datepicker-calendar .day {
    padding: 8px 4px;
    text-align: center;
    cursor: pointer;
    border-radius: 6px;
    transition: all 0.2s ease;
    font-weight: 500;
    min-height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ecf0f1;
}

.custom-datepicker-calendar .day:hover {
    background: #3498db;
    color: white;
}

.custom-datepicker-calendar .day.selected {
    background: #17a2b8 !important;
    color: white !important;
    font-weight: bold;
}

.custom-datepicker-calendar .day.current-month {
    color: #ecf0f1;
}

.custom-datepicker-calendar .day.disabled {
    opacity: 0.3;
    cursor: not-allowed;
    color: #7f8c8d;
}

.custom-datepicker-calendar .day.disabled:hover {
    background: transparent;
    color: #7f8c8d;
}

/* Time picker styling */
.custom-datepicker .time-picker-container {
    background: #2c3e50;
    border-radius: 0px;
    padding: 15px;
    padding-bottom: 85px;
    width: 105px;
    max-height: 300px;
    overflow-y: auto;
    border-left: 1px solid #34495e;
    display: block;
    position: absolute;
    top: 60px;
    right: 0;
    bottom: 0;
    z-index: 5;
}

.time-picker-container {
    display: none;
    position: absolute;
    right: -120px;
    top: 0;
    background: #2c3e50;
    border-radius: 12px;
    padding: 15px;
    width: 100px;
    max-height: 300px;
    overflow-y: auto;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
    z-index: 1001;
}

.time-picker-container.show {
    display: block;
}

.custom-datepicker .time-slot {
    padding: 8px 12px;
    color: #ecf0f1;
    cursor: pointer;
    border-radius: 6px;
    transition: all 0.2s ease;
    font-size: 14px;
    text-align: center;
    margin: 2px 0;
    display: block;
    width: 100%;
    box-sizing: border-box;
}

.time-slot {
    padding: 8px 12px;
    color: #ecf0f1;
    cursor: pointer;
    border-radius: 6px;
    transition: all 0.2s ease;
    font-size: 14px;
    text-align: center;
    margin: 2px 0;
}

.custom-datepicker .time-slot:hover {
    background: #34495e;
}

.custom-datepicker .time-slot.selected {
    background: #17a2b8;
    color: white;
    font-weight: bold;
}

/* Datepicker footer */
.datepicker-footer {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 50%;
    /* background: #34495e; */
    padding: 8px;
    display: flex;
    justify-content: space-between;
    gap: 10px;
    border-top: 1px solid #2c3e50;
}

.datepicker-footer button {
    flex: 1;
    padding: 5px 5px;
    border: none;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.2s ease;
}

.datepicker-footer .btn-confirm-date {
    background: #17a2b8;
    color: white;
}

.datepicker-footer .btn-confirm-date:hover {
    background: #138496;
}

.datepicker-footer .btn-cancel-date {
    background: #6c757d;
    color: white;
}

.datepicker-footer .btn-cancel-date:hover {
    background: #5a6268;
}

.time-slot:hover {
    background: #34495e;
}

.time-slot.selected {
    background: #17a2b8;
    color: white;
    font-weight: bold;
}

.time-picker-scroll {
    position: relative;
}

.time-picker-scroll::after {
    content: "▼";
    position: absolute;
    bottom: 5px;
    right: 10px;
    color: #7f8c8d;
    font-size: 12px;
}

[name="pickup_date"], [name="return_date"] {
    cursor: pointer;
}

/* Select2 styling */
.select2-container--default .select2-selection--single {
    height: 48px;
    border: 2px solid #e9ecef;
    border-radius: 8px;
    padding: 0 15px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 44px;
    color: #333;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 44px;
    right: 15px;
}

.select2-dropdown {
    border: 2px solid #e9ecef;
    border-radius: 8px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #17a2b8;
}

.custom-dropdown {
    position: relative;
    width: 155px;
    cursor: pointer;
}

.selected-lang {
    display: flex;
    align-items: center;
    padding: 6px 10px;
    border: 1px solid #ccc;
    border-radius: 8px;
    background-color: #fff;
    color: #333;
    transition: all 0.3s ease;
    font-size: 15px;
    position: relative;
}

.selected-lang:hover {
    border-color: #007bff;
    box-shadow: 0 0 5px rgba(0, 123, 255, 0.3);
}

.flag-icon {
    width: 24px;
    height: 16px;
    margin-right: 8px;
    vertical-align: middle;
}

.lang-list {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 8px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    margin: 4px 0 0 0;
    padding: 0;
    list-style: none;
    z-index: 1000;
}

.lang-list li {
    display: flex;
    align-items: center;
    padding: 8px 12px;
    transition: background-color 0.2s ease;
}

.lang-list li:hover {
    background-color: #f0f0f0;
}

.lang-list li img {
    width: 24px;
    height: 16px;
    margin-right: 8px;
}

.goog-te-gadget-icon, .goog-te-gadget, .goog-te-gadget .goog-te-gadget-simple span {
    display: none;
}

.selected-lang::after {
    content: '';
    display: inline-block;
    width: 24px;
    height: 24px;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24"><path fill="%23333" d="M7 10l5 5 5-5H7z"/></svg>');
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    right: 0;
    background-size: cover;
}

#countryList {
    display: none;
    position: absolute;
    background: #fff;
    border: 1px solid #ddd;
    width: 100%;
    z-index: 999;
    max-height: 200px;
    overflow-y: auto;
}

#countryList.show {
    display: block;
}

.country-item {
    padding: 8px 12px;
    cursor: pointer;
}

.country-item:hover, .country-item.active-country {
    background: #f1f1f1;
}

.add-group>.bootstrap-select > button {
    background: no-repeat;
    border: 0;
    padding: 0;
}

.item-cate .title-cate {
    color: black;
    text-transform: uppercase;
    font-size: 2rem;
}

@media (min-width: 768px) and (max-width: 1100px) {
    .marker-image {
        display: none;
    }

    .row-col-tablet-none1 > .container > .row > div:nth-child(2) {
        margin-top: 15px;
    }

    .row-col-tablet-none1 > .container > .row > div {
        flex: 0 0 100%;
        max-width: 100%;
    }
}

/* Responsive cho mobile */
@media (max-width: 768px) {
    .ui-datepicker {
        width: 280px;
    }

    .time-picker-container {
        right: -100px;
        width: 80px;
    }
}

@media (max-width: 767px) {
    #productLongDescription {
        max-height: 110px;
    }

    .more-less {
        position: relative;
        top: 20px;
    }

    .info-category-sp img {
        width: 100%;
        height: auto;
    }

    .progressbar {
        padding-top: 15px;
        padding-left: 0;
    }

    .progressbar li {
        text-transform: math-auto;
    }

    .atrr-xe-tu-lai {
        margin-bottom: 15px;
    }

    .product-url-page a {
        width: 100%;
        text-align: center;
        font-size: 16px;
    }

    .star-rating {
        font-size: 12.5px;
    }

    .atrr-xe-tu-lai-detail {
        margin-bottom: 15px;
    }

    .marker-image {
        height: 20px;
        width: 40px;
        object-fit: contain;
    }

    .menu-section .menu-name {
        font-size: 12px;
    }

    .menu-section > ul > li > a {
        padding: 0px 6px 0px 6px;
    }

    #button-srcoll {
        bottom: 8rem;
    }

    .call-zalo-new img {
        width: 20px;
    }

    .call-zalo-new a {
        color: white;
        padding: 8px 5px;
        font-weight: 600;
    }

    .call-zalo-new {
        background: #037a8a;
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        display: flex;
        justify-content: space-between;
        height: 5rem;
        align-items: center;
        border-top: 1px solid;
    }

    .call-zalo-new:before {
        position: absolute;
        content: '';
        top: 0;
        left: 50%;
        right: 0;
        width: 1px;
        height: 5rem;
        background-color: white;
    }

    .custom-dropdown {
        width: 6rem;
    }

    .selected-lang span {
        display: none;
    }
}

@media (max-width: 767px) {
    .logo-section img {
        height: 5rem;
    }

    /*.list-group-item.country-item {*/
    /*    min-width: 150px;*/
    /*}*/
}

.cus-cate-mobile {
    display: none;
}

.is-mobile .cus-cate-mobile {
    display: block;
}
