
@font-face {
    font-family: 'helvetica';
    src: url("../assets/fonts/Helvetica.ttf") format("ttf")
}

:root {
    --primary-color: #133064;
    --secondary-color: #ea6f2f;
    --font-helvetica: "helvetica";

    --accent-color: #f6d365;
    --accent-gradient: linear-gradient(135deg, #f6d365 0%, #fda085 100%);
    --danger-gradient: linear-gradient(135deg, #f5515f 0%, #9f041b 100%);
    --text-color: #2d3436;
    --light-bg: #f7f9fc;
    --dark-text: #2d3436;
    --light-text: #ffffff;
    --dark-gray: #636e72;
    --white: #ffffff;
    --shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    --card-shadow: 0 15px 35px rgba(0, 0, 0, 0.1), 0 5px 15px rgba(0, 0, 0, 0.07);
    --transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

p,
h1,
h2,
h3,
h4,
h5,
h6,
span,
a,
li,
b,
strong {
    font-family: var(--font-helvetica) !important;
}

.product-search-form {
    margin-bottom: 20px;
}

.product-search-form .search-field {
    height: 50px;
    padding-left: 35px;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.product-search-form .submit-button {
    background-color: unset !important;
    border: none;
    position: absolute;
    top: 12px;
}

.block-search-index {
    position: relative;
    top: -60px;
    z-index: 9;
    background-color: #fff;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    border-radius: 8px;
    padding: 15px;
}

.block-title {
    color: var(--primary-color);
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 15px;
}

.image-box-search {
    border-radius: 8px;
    background-color: var(--secondary-color);
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
}

.image-box-search .box-text {
    width: 40%;
    margin: 0;
    padding: 0 0 0 20px;
}

.image-box-search .box-text-inner {
    color: var(--primary-color);
    font-weight: bold;
    font-size: 18px;
}

.image-box-search .box-text-inner p {
    display: flex;
    flex-direction: column;
    line-height: 25px;
}

#wpcf7-f2332-p2314-o1 form {
    margin-bottom: 0;
}

#wpcf7-f2332-p2314-o1 input {
    height: 50px;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

#wpcf7-f2332-p2314-o1 .wpcf7-submit {
    width: 100%;
    background-color: var(--primary-color);
    color: #ffffff;
    border: none;
    font-weight: 600;
    padding: 10px 0;
    height: unset;
}

#wpcf7-f2332-p2314-o1 .wpcf7-submit:hover {
    background-color: var(--secondary-color);
}

#wpcf7-f2332-p2314-o1 .wpcf7-spinner {
    display: none;
}

.gr-filter-des {
    display: flex;
    align-items: center;
    padding: 20px 0px;
    justify-content: center;
    border-radius: 4px;
    background-color: #f3f3f3;
    margin-bottom: 20px;
}

.gr-filter-des .filter-des {
    text-align: center;
    width: 33%;
}

.filter-des img {
    width: 50%;
    margin-bottom: 10px;
}

.filter-des p {
    margin: 0;
    padding: 0;
    font-size: 14px;
    color: #000000;
    line-height: 1.3em;
}

.tag-search {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 22px;
}

.tag-search a {
    color: #000;
    background-color: #f3f3f3;
    padding: 5px 20px;
    border-radius: 4px;
    font-size: 20px;
    text-decoration: none;
}

.tag-search a:hover {
    background-color: var(--secondary-color);
    color: #ffffff;
}

.col-logo-brand {
    padding-bottom: 0;
    margin-bottom: 20px;
}

.col-logo-brand .col-inner {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: flex-start;
}

.col-logo-brand .col-inner .img {
    width: calc(100% / 6) !important;
    height: 60px;
    margin-bottom: 0;
}

.col-logo-brand .col-inner .img-inner {
    width: 100%;
    height: 100%;
    padding-top: 0 !important;
    position: relative;
    overflow: visible;
}

.col-logo-brand .col-inner .img-inner img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: all .5s;
}

.col-logo-brand .col-inner .img-inner img:hover {
    transform: scale(1.2);
    cursor: pointer;
}

.btn-hotline-full {
    text-align: center;
    background-color: var(--primary-color);
    color: #fff;
    padding: 5px 0;
    border-radius: 4px;
    width: 100%;
    text-transform: none;
}

.btn-hotline-full:hover {
    background-color: var(--secondary-color) !important;
}

.block-search-index>.col {
    padding-bottom: 0;
}

.block-search-index>.col.large-8,
.block-search-index>.col.large-8 .col-inner {
    position: unset;
}

.block-search-index .large-8 {
    border-right: 1px solid #b9b9b9;
}

.title-bg {
    max-width: 550px;
    width: 50%;
    margin: auto;
    position: relative;
    top: -4px;
    margin-bottom: 35px;
}

.title-bg img {
    width: 100%;
    height: auto;
}

.title-bg h4 {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    font-size: 28px;
    font-weight: bold;
    width: 100%;
    text-align: center;
    color: #fff;
}

.product-small.box {
    background-color: #ffffff;
    border-radius: 4px;
}

.product-small.box .box-text {
    padding: 15px;
}

.product-small.box .product-title a {
    text-decoration: none;
    color: #000;
    font-size: 16px;
    font-weight: bold;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 8px;
}

.small-product-info {
    margin-bottom: 8px;
}

.small-product-info .item-info {
    margin-bottom: 8px;
}

.small-product-info span {
    display: flex;
    align-items: center;
    font-size: 14px;
    color: #000000;
    font-family: var(--font-helvetica);
}

.product-info-2 {
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: center;
    margin-bottom: 10px;
}

.product-info-2 .info-item {
    display: flex;
    align-items: center;
    font-size: 12px;
    width: 60%;
}

.product-info-2 .info-item img {
    width: 15px;
    margin-right: 5px;
}

.product-small.box .price-wrapper {
    background-color: var(--secondary-color);
    border-radius: 4px;
    padding: 5px 10px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}

.product-small.box .price-wrapper .price {
    font-weight: bolder;
    font-size: 14px;
    font-family: var(--font-helvetica);
    color: #ffffff;
}

.product-small.box .price-wrapper .price bdi {
    color: #ffffff;
}

.product-small.box .tra-truoc {
    font-size: 12px;
    line-height: 12px;
    color: #ffffff;
    font-family: var(--font-helvetica);
}

.product-slide .flickity-prev-next-button {
    opacity: 0.5;
    width: 30px;
    height: 30px;
    background-color: #f8f8f8 !important;
    border-radius: 100% !important;
    margin-top: unset !important;
    min-height: unset;
    cursor: pointer;
}

.product-slide .flickity-prev-next-button.previous {
    left: -12px;
}

.product-slide .flickity-prev-next-button.next {
    right: -12px;
}

.row-slider .flickity-prev-next-button svg {
    height: 25px;
}

.product-small.box .grid-tools {
    opacity: 1;
    top: 0;
    bottom: unset;
    transform: unset;
    right: 0;
    left: unset;
    width: max-content;
}

.product-small.box .grid-tools .trang-thai {
    position: absolute;
    top: 85px;
    right: 5px;
    background-color: #28a745;
    color: #fff;
    font-weight: 900;
    font-size: 18px;
    padding: 0;
    transform: rotate(45deg) translate(20px, -20px);
    transform-origin: top right;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    text-align: center;
    width: 150px;
    text-shadow: 1px 1px 0 #000, -1px 1px 0 #000, 1px -1px 0 #000, -1px -1px 0 #000;
    letter-spacing: 0.5px;
}

.product-small.box .grid-tools .trang-thai.xe-da-ban {
    background-color: #d00000;
    color: #ffff33;
}

.product-small.box .grid-tools .trang-thai.xe-da-coc {
    background-color: #ff8c00;
    color: #fff;
}

.btn-read-more {
    font-weight: 400;
}

.title-main b {
    display: none;
}

.title-main {
    margin-bottom: 0;
}

.title-main .section-title {
    display: block;
    margin-bottom: 0;
    font-size: 40px;
    font-weight: 700;
    text-align: center;
    color: var(--primary-color);
}

.title-main .section-title span {
    text-transform: none;
}

.services-tab .nav {
    background: var(--primary-color);
    padding: 8px;
    border-radius: 15px 15px 0 0;
    position: relative;
    z-index: 1;
    gap: 10px;
}

.services-tab .nav li {
    flex: 1;
}

.services-tab .nav li a {
    display: block;
    text-align: center;
    color: #ffffff;
    font-size: 16px;
    font-weight: 600;
    text-transform: none;
}

.services-tab .nav li.active,
.services-tab .nav li:hover {
    background: var(--secondary-color);
    box-shadow: 0 8px 25px rgba(67, 206, 162, 0.3);
}

.services-tab .nav li {
    flex: 1;
    padding: 10px 15px;
    background: rgba(255, 255, 255, 0.1);
    border: none;
    border-radius: 12px;
    cursor: pointer;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    margin: 0 5px;
    position: relative;
    overflow: hidden;
    text-align: center;
    backdrop-filter: blur(5px);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    z-index: 1;
    margin: 0;
    width: 100%;
}

.services-tab .tab-panels {
    padding: 40px 30px;
    animation: slideUp 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
    position: relative;
    z-index: 1;
}

.services-tab {
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1), 0 5px 15px rgba(0, 0, 0, 0.07);
    border-radius: 20px;
    background-color: #ffffff;
}

.services-tab .icon-box .icon-box-text h5 {
    text-transform: none;
    color: #000000;
    font-size: 16px;
}

.services-tab .icon-box .icon-box-text p {
    color: #000000;
    font-size: 14px;
    text-align: left;
}

.services-tab .icon-box .icon-box-text {
    height: 140px;
}
.services-tab .height-unset .icon-box-text {
    height: unset;
}

.services-tab .icon-box {
    background-color: #ffffff;
    border-radius: 16px;
    padding: 30px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1), 0 5px 15px rgba(0, 0, 0, 0.07);
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    position: relative;
    overflow: hidden;
    z-index: 1;
    backdrop-filter: blur(5px);
    transform-style: preserve-3d;
    transform: translateZ(0) rotateX(0);
}

.services-tab .icon-box:hover {
    transform: translateY(-10px) translateZ(20px) rotateX(5deg);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2), 0 15px 20px rgba(0, 0, 0, 0.15);
}

.container-service .tab-title {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 30px;
    text-align: center;
    position: relative;
    background: var(--primary-color);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    letter-spacing: 1px;
    transform-style: preserve-3d;
    transform: translateZ(10px);
    text-shadow: 0 5px 15px rgba(110, 69, 226, 0.15);
    animation: pulseTitle 3s infinite alternate;
}

.container-service .tab-title:after {
    content: '';
    display: block;
    width: 100px;
    height: 4px;
    background: var(--accent-gradient);
    margin: 15px auto;
    border-radius: 2px;
    box-shadow: 0 3px 10px rgba(246, 211, 101, 0.3);
    transform: translateZ(5px);
}

@keyframes slideUp {
    0% {
        opacity: 0;
        transform: translateY(20px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes floatIn {
    0% {
        opacity: 0;
        transform: translateY(30px) rotateX(5deg);
    }

    100% {
        opacity: 1;
        transform: translateY(0) rotateX(0);
    }
}

.container-quy-trinh .pathway {
    position: relative;
}

.container-quy-trinh .vertical-line {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 24px;
    width: 2px;
    background-color: #e5e7eb;
    transform: translateX(-50%);
    z-index: 1;
}

.container-quy-trinh .module {
    display: flex;
    margin-bottom: 32px;
    position: relative;
}

.container-quy-trinh .module-number {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background-color: var(--secondary-color);
    color: white;
    font-weight: bold;
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    flex-shrink: 0;
    position: relative;
    z-index: 2;
}

.container-quy-trinh .module-content {
    margin-left: 24px;
    padding-top: 4px;
}

.container-quy-trinh .module-title {
    font-size: 18px;
    font-weight: 600;
    color: #111827;
    margin-bottom: 4px;
}

.container-quy-trinh .module-description {
    color: #000000;
    margin-bottom: 8px;
    font-size: 15px;
    line-height: 1.5;
}

.container-quy-trinh .module-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.container-quy-trinh .tag {
    padding: 4px 12px;
    border-radius: 9999px;
    font-size: 12px;
    font-weight: 500;
}

.container-quy-trinh .tag-duration {
    background-color: #fef3c7;
    color: #92400e;
}

.container-quy-trinh .tag-lessons {
    background-color: #dbeafe;
    color: #1e40af;
}

.container-quy-trinh .tag-practice {
    background-color: #d1fae5;
    color: #065f46;
}

@media (max-width: 640px) {
    .container-quy-trinh .module {
        flex-direction: column;
    }

    .container-quy-trinh .module-number {
        margin-bottom: 16px;
    }

    .container-quy-trinh .module-content {
        margin-left: 0;
    }

    .container-quy-trinh .vertical-line {
        display: none;
    }
}

.container-cam-ket {
    display: flex;
    justify-content: space-between;
    max-width: 1200px;
    margin: 20px auto;
    padding: 0 15px;
}

.container-cam-ket .step-item {
    position: relative;
    width: 18%;
    min-width: 150px;
}

.container-cam-ket .step-number {
    position: absolute;
    top: -15px;
    left: 10px;
    width: 40px;
    height: 40px;
    background-color: white;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 28px;
    font-weight: bold;
    color: var(--primary-color);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    z-index: 2;
}

.container-cam-ket .step-content {
    background-color: var(--secondary-color);
    border-radius: 15px;
    padding: 20px 15px;
    min-height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #ffffff;
    font-weight: bold;
    position: relative;
}

.container-cam-ket .step-content::after {
    content: '';
    position: absolute;
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 20px solid var(--secondary-color);
}

.container-cam-ket .divider {
    height: 20px;
    background-color: #f9f9f9;
    border-bottom: 1px solid #e0e0e0;
    margin-top: 25px;
}

.custom-row-slider .flickity-button {
    opacity: 1 !important;
}
.custom-row-slider .flickity-button svg {
    background-color: #ffffff;
    border-radius: 99%;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1), 0 5px 15px rgba(0, 0, 0, 0.07);
    padding: 12px; 
}
.customer-rating {
    display: flex;
    flex-direction: column-reverse;
    background-color: #fff;
    border-radius: 8px;
    overflow: hidden;
    padding: 15px;
    cursor: pointer;
}
.customer-rating .icon-box-img {
    margin-bottom: 0;
    width: 100% !important;
}
.customer-rating .icon-box-img img {
    border-radius: unset !important;
  width: 100%;
  height: 200px;
}
.customer-rating .icon-box-text {
    display: flex;
    flex-direction: column-reverse;
}
.customer-rating .testimonial-meta {
    padding: 0;
}
.customer-rating .testimonial-text {
     font-style: normal !important;
    text-align: center;
    color: #000000;   
}
.custom-row-slider .testimonial-name {
    margin-bottom: 10px;
    color: #000000;
    font-size: 16px;
    display: block
}
.custom-row-slider .flickity-prev-next-button.next {
    transform: unset;
    right: -10px;
}
.custom-row-slider .flickity-prev-next-button.previous {
    transform: unset;
    left: -10px;
}
.customer-rating .star-rating span,.customer-rating .star-rating::before{
    display: none;
}
.customer-rating .star-rating::after {
    content: "★★★★★";
    text-align: center;
    font-size: 20px;
    color: var(--secondary-color);
    text-shadow: 0 0 5px rgba(255, 165, 0, 0.3);
}
.customer-rating .star-rating {
    width: 100%;
    height: 25px;
    text-align: center;
}
.accordion .toggle {
    left: unset;
    right: 0;
}
.accordion-title span {
    font-weight: 600;
    color: var(--primary-color);
    font-size: 18px;
}
.accordion-title.active {
    background-color: unset;
}
.footer-fllow a {
    background-color: var(--secondary-color);
    padding: 5px;
    width: 30px;
    height: 30px;
    display: block;
    border-radius: 99%;
    margin: 0;
    text-align: center;
}
.footer-fllow {
    display: flex;
    gap: 10px;
}
.footer-fllow a i {
    color: #ffffff;
}
.footer-left p {
    color: #ffffff; 
}
#footer .boxContact {
    list-style: none;
}
#footer .boxContact li.address {
    background-image: url(/wp-content/uploads/2025/05/ic_map.png);
}
#footer .boxContact li.phone {
    background-image: url(/wp-content/uploads/2025/05/ic_phone.png);
}
#footer .boxContact li.web {
    background-image: url(/wp-content/uploads/2025/05/ic_web.png);
}
#footer .boxContact li {
    background-size: 20px 20px;
    background-position: left 3px;
    background-repeat: no-repeat;
    padding: 0px 0px 0px 24px;
    line-height: 30px;
	margin-left: 0 !important;
	margin-bottom: 0;
	color: #ffffff;
}
#footer .boxContact li a {
	color: #ffffff;
}
.nhan-tin {
  margin-bottom: 40px;
}

.nhan-tin .title {
  color: #fff;
  margin-bottom: 15px;
}

.nhan-tin .title p {
  font-weight: bold;
  font-size: 20px;
}

.nhan-tin .title span {
  font-size: 14px;
}
#footer .wpcf7-form {
    max-width: 450px; 
}
#footer .wpcf7-text {
    height: 52px;
    border-radius: 4px 0px 0px 4px;
    padding: 0 20px;
    border: 1px solid #b9b9b9;
}
#footer .wpcf7-submit {
    height: 52px;
    display: flex;
    align-items: center;
    background:var(--secondary-color);
    border-radius: 0px 4px 4px 0px;
    color: #ffffff;
    width: 100px;
    justify-content: center;
    font-weight: bold;
}
#footer .wpcf7-spinner {
    display: none;
}
#footer .col-list .title {
    font-weight: bold;
    font-size: 20px;
    color: #ffffff;
    margin-bottom: 10px;
} 
#footer .col-list ul {
    list-style: none;
}
#footer .col-list ul li {
    margin-left: 0;
}
#footer .col-list ul li a {
    color: #fff;
    font-size: 14px;
    text-decoration: none;
}
@media only screen and (max-width: 48em) {
    .image-box-search {
        flex-direction: column;
    }

    .image-box-search .box-text {
        width: 100%;
        padding: 0;
        text-align: center;
    }

    .image-box-search .box-text-inner p {
        display: block;
        font-size: 14px;
    }

    .block-search-index {
        padding: 20px 0;
        margin: 0 20px;
        width: calc(100% - 40px);
    }

    .col-logo-brand .col-inner .img {
        width: calc(100% / 4 - 16.66px) !important;
    }

    .tag-search {
        display: none;
    }

    .block-search-index .large-8 {
        border: none;
    }

    .block-search-index {
        padding-bottom: 0;
    }

    .title-bg {
        width: 100%;
        top: -3px;
    }

    .title-bg h4 {
        font-size: 18px;
    }

    .product-slide .flickity-prev-next-button.previous {
        left: 0;
    }

    .product-slide .flickity-prev-next-button.next {
        right: 0;
    }

    .product-slide .flickity-prev-next-button {
        width: 30px !important;
        height: 30px;
    }

    .row-slider .flickity-prev-next-button svg {
        height: 20px;
    }

    .product-small.box .box-text {
        hieght: unset;
    }

    .services-tab .nav{
        flex-direction: column;
    }
    
    .container-cam-ket {
        flex-direction: column;
        align-items: center;
    }

    .container-cam-ket .step-item {
        width: 100%;
        margin-bottom: 40px;
    }
    
    .title-main .section-title, .container-service .tab-title, .title-main .section-title span {
        font-size: 24px;
    }
    #footer .wpcf7-text {
        width: 300px;
    }
     #footer .wpcf7-form .flex-row {
        flex-flow: row nowrap !important;
    }
}


@keyframes float {
    0% {
        transform: translate(0, 0) scale(1);
    }

    50% {
        transform: translate(30px, 30px) scale(1.1);
    }

    100% {
        transform: translate(10px, -20px) scale(0.95);
    }
}

@keyframes pulseTitle {
    0% {
        filter: brightness(1);
    }

    100% {
        filter: brightness(1.2);
    }
}

@keyframes slideInFromLeft {
    to {
        opacity: 1;
        transform: translateX(0);
    }
}


/*****====single product =====***/
.product-summary .woocommerce-breadcrumb {
    display: none;
}
.product-summary .entry-title {
    font-size: 21px;
    color: #000000;
    margin: 0;
}

.product-summary .is-divider {
    display: none;
}
.product-summary .woocommerce-Price-amount {
        font-size: 24px;
    color: #ff0000;
    font-weight: bold;
}
.product-summary .woocommerce-Price-currencySymbol {
    vertical-align: bottom;
}
.product-summary .tra-truoc {
    font-size: 16px;
    color: #000000;
}

.product-location {
  margin-bottom: 15px;
}

.gr-location-info i {
  color: #848484;
  font-size: 18px;
}

.gr-location-info {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.gr-location-info span {
  font-weight: bold;
  color: #000000;
  font-size: 16px;
}

.location-info-note {
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 12px;
  color: #848484;
  border-bottom: 1px solid #848484;
    display: flex;
    justify-content: space-between;
    cursor: pointer;
}

.location-info-note i {
  font-size: 5px;
  color: #848484;
  position: relative;
  bottom: 2px;
  margin: 0 2px 0 5px;
}

.location-info-note-full {
  margin-top: 10px;
  display: none;
}



.location-info-note-full p {
    font-size: 14px;
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin-bottom: 0;
    color: #000000;
}

.location-info-note i.fa-times, .location-info-note i.fa-arrow-down {
    font-size: 16px;
    color: #000000;
}
.location-info-note-full a {
  color: #000;
  text-decoration: none;
}
.buy-product-btn a, .form-contact-single .wpcf7-submit {
    background-color: var(--secondary-color) !important;
    padding: 10px;;
    display: block;
    text-align: center;
    border-radius: 4px;
    font-weight: bold;
    text-decoration: none;
    color: #ffffff;
    width: 100%;
}
.form-contact-single .wpcf7-submit {
     padding: 5px;;
}

.buy-product-btn a:hover, .form-contact-single .wpcf7-submit:hover {
    background-color: var(--primary-color) !important;;
    color: #ffffff;
}
.form-contact-single {
    margin-top: 20px;
}
.form-contact-single .wpcf7 label {
    font-weight: 400;
}
.calculator-container input {
    margin-bottom: 0;
}
.form-contact-single .wpcf7 input[type='text'], .form-contact-single .wpcf7 input[type='tel'] {
    box-shadow: unset !important;
    height: 40px;
    border-radius: 4px;
}
.detail-product-field {
    color: #000000;
    display: flex;
    align-items: center;
    border-bottom: 2px solid #bfbfbf;
    margin-bottom: 10px;
    padding-bottom: 10px;
}
.detail-product-field img {
    width: 20px;
    margin-right: 10px;
}
.detail-product-field p {
    margin-bottom: 0;
}

.detail-product-field .d-flex {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.title-border-top {
    text-align: center;
    font-size: 35px;
    color: #003580;
    font-weight: bold;
    position: relative;
    padding-top: 10px;
    margin-bottom: 20px;
}
.title-border-top::before {
    content: "";
    position: absolute;
    width: 40px;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0);
    height: 3px;
    background-color: var(--secondary-color);
    border-radius: 10px;
}
.title-des {
    text-align: center;
    color: #000;
    margin-top: -20px;
    margin-bottom: 40px;
}
.mb-30 {
    margin-bottom: 30px;
}
.acf-group-section {
    margin-bottom: 20px;
}
.wpcf7-spinner {
    display: none;
}
.product-related {
    background-color: #f3f3f3;
    padding: 40px 0;
}
.blog-archive .col.post-item .box-text .post-title {
    color: #000000;
    text-transform: none;
    margin-bottom: 0;
}
.product-gallery .product-thumbnails img {
    object-fit: cover;
    height: 120px;
}
.product-gallery-slider img {
    width: 100%;
    height: 440px;
    object-fit: contain;
}
.title-chi-tiet {
    margin-top: 50px;
}
.product-small .box-image a:after {
    position: absolute;
    content: "";
    background-image: url("/wp-content/uploads/2025/05/xetai-miennam.png");
    width: 100%;
    height: 100%;
    top:0;
    left: 0;
    background-size: cover;
}
.btn-ban-xe, .btn-mua-xe {
    width: 100%;
    color: var(--secondary-color);
    text-align: center;
    border-radius: 4px;
    padding: 5px;
    margin-bottom: 10px;
    color: #ffffff;
}
.btn-ban-xe, .btn-mua-xe:hover {
   background-color: var(--primary-color) !important;
}
.btn-mua-xe, .btn-ban-xe:hover {
    background-color: var(--secondary-color) !important;
}
.wpcf7 .processing:before {
    display: none;
}
.wpcf7 .wpcf7-response-output {
    margin: 0 0 10px 0 !important;
    border-radius: 4px;
}
@media only screen and (max-width: 48em) {
    .mobile-nav .icon-menu {
        color: var(--secondary-color);
    }
    .admin-bar .pswp {
        top: 0;
    }
    .title-chi-tiet {
        margin-top: 0;
    }
    .product-gallery-slider img {
        height: 300px;
    }
    .product-gallery .product-thumbnails img {
        object-fit: cover;
        height: 80px;
    }
    .mfp-content .menu-item a, .mfp-content .menu-item .icon-angle-down {
        color: #ffffff;
        font-weight: 400;
    }
    .mfp-content .menu-item {
        border: none !important;
    }
    .mfp-content .menu-item.active > a {
        color: var(--secondary-color);;
    }
    .off-canvas-left .mfp-content {
        background-color: var(--primary-color);
    }
    #main {
        margin-top: -15px;
    }
    .stuck #masthead {
         background-color: #ffffff; 
    }
    .header-bg-color{
       background-color: unset; 
    }
    #logo > a{
        padding: 10px 5px;
    }
    .product-small.box .grid-tools {
        display: block !important;
    }
     .row-chi-tiet-xe {
         margin: 0 0 30px 0 !important
     }
    .row-chi-tiet-xe .col {
        padding: 10px;
    }
    .detail-product-field:last-child {
        margin-bottom: 0;
    }
    .row-chi-tiet-xe .col:nth-of-type(1) {
        padding-bottom: 0;
    }
    .product-info {
        padding-bottom: 0;
    }
    .blog-archive .col.post-item .box-blog-post {
            display: flex;
        flex-direction: column;
    }
    .blog-archive .col.post-item .box-text-inner {
        text-align: left;
    }
    .blog-archive .col.post-item .box-image {
        width: 100% !important;
        margin-bottom: 10px;
    }
    .col-ban-xe {
        display: none;
    }
}

