.header-top-01 {
    background-color: #d2e6f5;
    padding: 10px 0 2px;
}

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

.title-section span {
    color: var(--blue);
}

.colored-separator {
    text-align: center;
    vertical-align: top;
    font-size: 0;
}

.colored-separator .first-long, .colored-separator .last-short {
    display: inline-block;
    vertical-align: top;
    width: 33px;
    height: 5px;
    transform: skew(-40deg, 0deg);
    border-radius: 2px;
    background-color: var(--blue);
}

.colored-separator .first-long {
    margin-right: 3px;
}

.colored-separator .last-short {
    width: 16px;
}

.flex-title-price > div {
    flex: 1;
}

.flex-title-price {
    display: flex;
    padding-bottom: 20px;
    border-bottom: 1px solid #4e5254;
    margin-bottom: 16px;
}

.product-item .inner-content {
    padding: 18px 20px 20px 23px;
    background-color: #373c3f;
    color: white;
}

.flex-title-price .price {
    background-color: var(--blue);
    padding: 9px 15px 9px 15px;
    color: white;
    font-size: 17px;
    font-weight: bold;
    text-align: center;
}

.bg-tin-tuc {
    padding-top: 50px;
    padding-bottom: 50px;
    background-color: #d8d8d8;
}

.btn-xem-them a {
    font-size: 16px;
    color: black;
}

.form-dk-lai-thu .form-group {
    margin-bottom: 2rem;
}

footer {
    background-color: #003a70 !important;
    color: white;
    padding: 60px 0 60px 0;
}

.title-footer, footer .title-section {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 20px !important;
}

footer .title-section {
    text-align: left !important;
    color: white !important;
}

footer .product-title {
    margin-bottom: 14px;
    font-size: 1.5rem;
    font-weight: 400;
    text-transform: math-auto;
}

footer .colored-separator {
    display: none;
}

.embed-responsive-1by1::before {
    padding-top: 85%;
}

.banner-gioi-thieu {
    background-size: cover;
    height: 300px;
    position: relative;
    display: flex;
    align-items: center;
}

.tilte-seo-gio-thieu {
    font-size: 35px;
    color: white;
    font-weight: bold;
    position: relative;
    z-index: 5;
}

.banner-gioi-thieu:after {
    position: absolute;
    content: "";
    display: block !important;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(35, 38, 40, .5);
    z-index: 3;
}

.categories, .content-filter-product {
    background: #fff;
    padding: 15px;
    border-radius: 8px;
    margin-bottom: 15px;
    border: 1px solid #ddd;
    box-shadow: none !important;
}

.view-small {
    border: 1px solid #d1d5db;
    border-radius: 12px;
    padding: 15px;
}

.title-left {
    font-size: 18px;
    margin-bottom: 15px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
    font-weight: 700;
}

.view-small .title {
    border-bottom: 1px solid #d1d5db;
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 15px;
    padding-bottom: 10px;
}

.article-page .article-item {
    border-radius: 8px;
    border: 1px solid #ddd;
    margin-bottom: 0;
}

.article-page .article-item .inner-content {
    padding: 10px;
}

.article-page .article-item .inner-image {
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    overflow: hidden;
    margin-bottom: 0 !important;
}

.article-page .row {
    margin-right: -7.5px;
    margin-left: -7.5px;
}

.article-page .row>div {
    padding-right: 7.5px;
    padding-left: 7.5px;
}

.view-small .article-item .inner-image img {
    border-radius: 8px;
    overflow: hidden;
}

.article-detail-page {
    padding: 15px;
    border-radius: 12px;
    border: 1px solid #ddd;
}

.article-entry-info {
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.article-detail .date-view {
    display: flex;
    align-items: center;
}

.article-content-info {
    border-top: 1px solid #ddd;
    padding-top: 15px;
}

.article-detail .title-detail {
    font-weight: 700;
    font-size: 30px;
    margin-bottom: 15px;
}

.article-entry-info .action-item--title {
    color: #000;
    font-size: 16px;
    margin-bottom: 1rem;
}

.article-entry-info .list-social {
    -ms-flex-pack: distribute;
    justify-content: space-between;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 0;
}

.article-entry-info .list-social .btn-social {
    margin: 0 4px;
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
}

.action-share--content {
    position: absolute;
    width: 170px;
    background: #e1e1e1 !important;
    right: 0;
    padding: 1rem 1.5rem;
    border-radius: 0.8rem;
    z-index: 1;
}

.article-entry-info .action-item {
    position: relative;
}

.info-contact .desc {
    max-width: 80rem;
    margin: 0 auto;
}

.contact-form-section .form-control {
    border: 1px solid #e1e1e1;
    border-radius: 2.4rem;
}

.contact-form-section .form-control {
    background-color: #fff;
}

.bg-gradient-sp {
    background: linear-gradient(to bottom, #1b1d1f, rgba(27, 29, 31, .7), rgba(0, 0, 0, 0));
    padding: 90px 0 60px 0;
}

.bg-product-detail {
    position: relative;
    padding-top: 45px;
}

.bg-product-detail:after {
    content: "";
    display: block;
    background: linear-gradient(to bottom, #235bb2, rgba(89, 162, 235, .7), rgba(0, 0, 0, 0));
    position: absolute;
    top: 0;
    height: 600px;
    width: 100%;
    z-index: 0;
}

.product-detail-head {
    position: relative;
    z-index: 3;
}

.product-title-detail {
    color: white;
    position: relative;
    margin-top: 50px;
    font-weight: 600;
}

.product-content-detail .price {
    background-color: #6c98e1;
    padding: 10px 5px 10px 5px;
    text-align: center;
}

.single-car-data {
    padding: 12px 26px 13px 23px;
    margin-bottom: 26px;
    background-color: #f0f2f5;
}

.single-car-data table tr td {
    color: #1f1f1f;
    font-size: 14px;
    padding: 11px 0 6px;
}

.single-car-data table tr {
    border-bottom: 1px solid #d5d9e0;
}

.single-car-data>table tr td.t-label {
    padding-right: 10px;
    text-transform: uppercase;
    color: #5d5d5d;
    font-size: 13px;
    width: 120px;
    table-layout: fixed;
}

.single-car-data table tr td.t-value {
    margin-bottom: 0;
    font-weight: 700;
    font-size: 13px;
    line-height: 18px;
}

.product-content-detail .price .text {
    font-size: 12px;
    text-transform: uppercase;
}

.btn-pdf-detail {
    border: 1px solid #ffb129;
    border-radius: 30px;
    color: #ffb129;
}

.btn-pdf-detail i {
    font-size: 16px;
}

.collapse-cau-hoi .btn-link {
    color: black;
}

.collapse-cau-hoi .card-collapse {
    border-bottom: 1px solid #ddd;
    margin-bottom: 22px;
    padding-bottom: 16px;
    cursor: pointer;
}

.collapse-cau-hoi .btn-link i {
    width: 28px;
    height: 28px;
    border: 1px solid #aaa;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
}

.collapse-cau-hoi .btn-link:hover {
    text-decoration: unset;
}

.card-collapse .collapsed i:before {
    content: "\2b";
    font-family: 'Font Awesome 6 Pro';
    font-weight: 900;
}

.product-content-detail img {
    max-width: 100%;
    height: 100%;
    object-fit: contain;
}

.share-buttons .share-button:nth-child(2) .share-button-secondary-content {
    background: #6cdc2d;
}

.share-buttons .share-button:nth-child(3) .share-button-secondary-content {
    background: #ef4457;
}

/*CSS by quyettq*/

header.fixed {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background-color: white;
    z-index: 999;
    box-shadow: 0 .2rem 4rem .1rem rgba(0, 0, 0, 0.1);
    animation: stuckMoveDown .6s;
    -moz-box-shadow: 0 5px 10px 1px rgba(0, 0, 0, 0.09);
    -webkit-box-shadow: 0 5px 10px 1px rgba(0, 0, 0, 0.09);
    box-shadow: 0 5px 10px 1px rgba(0, 0, 0, 0.1);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

@keyframes stuckMoveDown {
    0% {
        transform: translateY(-100%)
    }

    100% {
        transform: translateY(0)
    }
}

header.fixed .header_nofixed {
    display: none;
}

header .header_fixed {
    display: none;
}

header.fixed .header_fixed {
    display: block;
}

.hotline-phone-ring-wrap {
    left: 20px;
    bottom: 20px;
    position: fixed;
    z-index: 990;
}

.hotline-phone-ring {
    position: relative;
    visibility: visible;
    background-color: transparent;
    width: 7rem;
    height: 7rem;
    cursor: pointer;
    z-index: 11;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    transition: visibility .5s;
    left: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.hotline-phone-ring-img-circle {
    width: 4rem;
    height: 4rem;
    border-radius: 100%;
    -webkit-animation: phonering-alo-circle-img-anim 1s infinite ease-in-out;
    animation: phonering-alo-circle-img-anim 1s infinite ease-in-out;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hotline-phone-ring-circle {
    width: 6.5rem;
    height: 6.5rem;
    position: absolute;
    background-color: transparent;
    border-radius: 100%;
    border: 2px solid rgb(246 68 57);
    -webkit-animation: phonering-alo-circle-anim 1.2s infinite ease-in-out;
    animation: phonering-alo-circle-anim 1.2s infinite ease-in-out;
    transition: all .5s;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    opacity: 0.5;
}

.hotline-phone-ring-circle-fill {
    width: 5rem;
    height: 5rem;
    position: absolute;
    background-color: rgb(246 68 57 / .7);
    border-radius: 100%;
    border: 2px solid transparent;
    -webkit-animation: phonering-alo-circle-fill-anim 2.3s infinite ease-in-out;
    animation: phonering-alo-circle-fill-anim 2.3s infinite ease-in-out;
    transition: all .5s;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}

#zalo .hotline-phone-ring-circle, .messenger-toggle .hotline-phone-ring-circle {
    border-color: #0e95e5;
}

#zalo .hotline-phone-ring-circle-fill, .messenger-toggle .hotline-phone-ring-circle-fill {
    background-color: #0a92e8;
}

#tiktok .hotline-phone-ring-circle {
    border-color: #7c7c7c;
}

#tiktok .hotline-phone-ring-img-circle {
    background-color: #fff;
}

#tiktok .hotline-phone-ring-circle-fill {
    background: #585858;
}

#facebook .hotline-phone-ring-circle {
    border-color: #3c5996;
}

#facebook .hotline-phone-ring-circle-fill {
    background: #3c5996;
}

@keyframes phonering-alo-circle-anim {
    0% {
        -webkit-transform: rotate(0) scale(0.5) skew(1deg);
        -webkit-opacity: 0.1;
    }

    30% {
        -webkit-transform: rotate(0) scale(0.7) skew(1deg);
        -webkit-opacity: 0.5;
    }

    100% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
        -webkit-opacity: 0.1;
    }
}

@keyframes phonering-alo-circle-fill-anim {
    0% {
        -webkit-transform: rotate(0) scale(0.7) skew(1deg);
        opacity: 0.6;
    }

    50% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
        opacity: 0.6;
    }

    100% {
        -webkit-transform: rotate(0) scale(0.7) skew(1deg);
        opacity: 0.6;
    }
}

@keyframes phonering-alo-circle-img-anim {
    0% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
    }

    10% {
        -webkit-transform: rotate(-15deg) scale(1) skew(1deg);
    }

    20% {
        -webkit-transform: rotate(15deg) scale(1) skew(1deg);
    }

    30% {
        -webkit-transform: rotate(-15deg) scale(1) skew(1deg);
    }

    40% {
        -webkit-transform: rotate(15deg) scale(1) skew(1deg);
    }

    50% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
    }

    100% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
    }
}


.tooltip-social .tooltip-text {
    visibility: hidden;
    background-color: rgba(0, 0, 0, 0.75);
    color: #fff;
    text-align: center;
    padding: 5px 10px;
    border-radius: 4px;
    position: absolute;
    bottom: 4px;
    white-space: nowrap;
    z-index: 999;
    opacity: 0;
    transition: opacity 0.3s ease;
    left: 130%;
}

.tooltip-social:hover .tooltip-text {
    visibility: visible;
    opacity: 1;
}

.tooltip-social:hover .tooltip-text::after {
    content: "";
    position: absolute;
    top: 27%;
    right: 100%;
    border-width: 7px;
    border-style: solid;
    border-color: transparent rgba(0, 0, 0, 0.75) transparent transparent;
}

.tooltip-social:hover img {
    border-radius: 50%;
    box-shadow: 0 5px 10px rgb(0 0 0 / 15%), 0 4px 15px rgb(0 0 0 / 13%);
}

/* Đặt nút Messenger cố định */
.messenger-toggle {
    position: fixed;
    bottom: 10px;
    left: 0px;
    z-index: 9999;
    cursor: pointer;
    animation: shake 1.5s infinite;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 7rem;
    height: 7rem;
}

.social-buttons.hidden {
    opacity: 0;
    transform: translateY(20px);
    pointer-events: none;
}

/* Hiệu ứng Messenger rung */
@keyframes shake {
    0%, 100% {
        transform: rotate(0);
    }

    25% {
        transform: rotate(3deg);
    }

    50% {
        transform: rotate(-3deg);
    }

    75% {
        transform: rotate(2deg);
    }
}

.is-mobile .hotline-phone-ring-wrap {
    left: 0;
    bottom: 70px;
}

.messenger-toggle .hotline-phone-ring-img-circle i {
    font-size: 2.2rem;
}

.messenger-toggle:hover .hotline-phone-ring-img-circle i {
    color: #007bff;
}

.messenger-toggle.active i::before {
    content: '\f00d';
}

/*call right*/
.call-buttons-wrapper {
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    z-index: 9999;
}

.call-button {
    display: inline-flex;
    align-items: center;
    background-color: #ff0000;
    color: #ffffff;
    padding: 6px 14px;
    border-radius: 50px;
    font-weight: bold;
    font-size: 16px;
    text-decoration: none;
    box-shadow: 0 4px 6px rgba(0,0,0,0.15);
    transition: transform 0.3s ease;
}.call-button:first-child {
    background: rgb(7 145 229);
}

.call-button:hover {
    transform: scale(1.05);
    color: var(--white);
}

.call-icon {
    margin-right: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.call-icon i {
    font-size: 16px;
}

.btn-phone a {
    color: var(--color-main);
}.btn-phone a strong {
    color: #003a70;
    transition: all .3s ease;
}.btn-phone a:hover strong {
    color: var(--color-highlight);
}

.is-mobile .call-button {
    font-size: 12px;
}

.article-content-info {
    overflow: hidden;
}

.article-content-info img {
    width: 100%;
    overflow: hidden;
}
.article-content-info p, .tab-content p {
    text-align: justify;
}

@media (min-width: 1000px) {
    .setting-menu .menu-section > ul > li:hover > .entry-menu {
        padding: 0;
    }
    
    .setting-menu .menu-section > ul > li:hover > .entry-menu.dropdown li {
        border: none;
    }
    .setting-menu .menu-section > ul > li > .entry-menu.dropdown li:hover a {
        background: #31a3c6;
        color: var(--white);
    }
    .setting-menu .menu-section .menu-link {
        color: rgba(0,58,112,1);
        padding: 0.75rem 3rem 0.75rem 3.4rem;
    }
    
    .setting-menu .menu-section .entry-menu.dropdown {
        min-width: 19.5rem;
    }
}

/*end quyettq*/

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

    .flex-title-price .product-title {
        margin-right: 5px;
    }

    .banner-gioi-thieu {
        height: 200px;
    }

    .tilte-seo-gio-thieu {
        font-size: 26px;
    }

    .bg-gradient-sp {
        padding: 60px 0 30px 0;
    }

    .product-content-detail img {
        width: 100%;
        object-fit: cover;
        height: auto;
    }
}

@media (min-width: 767px) and (max-width: 1100px) {
    .swiper-slider-main .swiper-slide img {
        height: 48rem;
    }

    .product-title-detail {
        margin-top: 30px;
    }

    .product-content-detail img {
        width: 100%;
        object-fit: cover;
        height: auto;
    }
}

@media (min-width: 767px) and (max-width: 968px) {
    .flex-title-price {
        display: flex;
        flex-wrap: wrap;
    }

    .box-article-pc > .container > .row > div {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .article-detail-page {
        margin-bottom: 20px;
    }
}
