/*
Theme Name: Ford
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.8.5
*/

/*************** ADD CUSTOM CSS HERE.   ***************/


/* Ẩn hoàn toàn footer chân web (copyright...) Absolute Footer */
.absolute-footer {
  display: none !important;
}

/* Giữ giá và chữ "Giá từ" nằm cùng 1 dòng trên mobile */
@media (max-width: 767px){
  .desc {
    white-space: nowrap;        /* Không cho xuống dòng */
    display: inline-block;      /* Giữ nguyên khối inline */
    font-size: 13px;            /* Có thể giảm nhẹ font nếu quá dài */
  }
  .desc .from,
  .desc .price {
    display: inline;            /* Đảm bảo cùng dòng */
  }
}

/* Header */
.nav-dropdown {
	padding: 0;
    background: linear-gradient(to right, #00095b 0%, #2a6bac 100%);
}


.nav-dropdown li {
    background: linear-gradient(to right, #00095b 0%, #2a6bac 100%);
}
.nav-dropdown li:hover {
    background: #d92e14;
}
.nav-dropdown li a {
    color: #fff;
	font-size: 16px;
	font-weight:600;
	width: max-content;
}
.nav-dropdown li a:hover {
    color: #fff;
}
.nav-dropdown li.active>a {
    color: #fff;
	    background: #d92e14;
}
.nav-dropdown-has-border .nav-dropdown {
    margin-top: 5px;
}



.site-title {
    font-size: 25px;
    font-weight: 700;
    text-transform: uppercase;
    margin-left: 5px;
    padding-left: 5px !important;
    padding-right: 5px !important
}

.site-title a {
    color: #333
}
.site-info {
    line-height: 1.3;
    margin-left: 100px;
    padding-left: 5px !important;
    padding-right: 5px !important
}

.site-info a {
    color: #d92e14;
    font-size: 26px
}

.site-info a:hover {
    color: #00095b
}

.site-info span {
    color: #00095b;
    font-size: 14px
}

@media (min-width: 1550px) {
    .site-info {
        margin-left:300px
    }
}

.current-menu-item {
    background: #d92e14;
}


.header-sp .home-product {
    margin-bottom: 0px;
    padding-bottom: 0px;
}


.price-request ul li {
    margin-bottom: 0;
	font-size: 14px;
}

.module .module-title {
    font-size: 34px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    border-bottom: 2px solid #ddd;
    padding-bottom: 15px;
    margin-top: 32px;
    margin-bottom: 40px;
    position: relative;
    color: #00095b;
}

.module .module-title:before {
    content: ' ';
    background: #d92e14;
    display: block;
    position: absolute;
    bottom: -2px;
    left: 50%;
    width: 100px;
    height: 2px;
    margin-left: -50px
}

.module-title small {
    font-size: 22px !important;
    font-weight: 400 !important;
    text-transform: none;
    display: block
}

.lydo-content-box .icon-box {
    text-align: center;
    margin-bottom: 20px;
}

.lydo-content-box .icon-box-img {
    font-size: 80px;
    color: #d92e14;
    transition: transform .2s;
	color: red;
	margin: 0 auto;
}

.lydo-content-title {
    font-size: 20px;
    color: #00095b;
}

.home-product {
    margin-bottom: 60px
}

.home-product .feature-product-image {
    transition: transform .2s;
    text-align: center;
    display: block
}

.home-product .feature-product-image:hover {
    transform: scale(1.1)
}

.home-product .name {
    font-size: 22px;
    font-weight: 700;
    text-transform: uppercase;
    border-bottom: 1px solid #ddd;
    text-align: center;
    padding-bottom: 10px;
    margin-top: 10px;
    margin-bottom: 10px
}

.home-product .name {
    color: #00095b
}

.home-product .name:hover {
    color: #d92e14
}


.home-product .desc {
    font-size: 14px;
    margin-bottom: 10px;
    text-align: center
}

.home-product .desc:after {
    content: ' ';
    display: table;
    clear: both
}

.home-product .desc .price {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 0
}

@media (max-width: 1599px) {
    .home-product .name {
        font-size:18px
    }
}


.btn {
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 8px;
    border-radius: 20px;
}

.btn-primary {
    color: #fff !important;
    border-color: #d92e14 !important;
    background-color: #d92e14 !important;
	font-weight: 600;
}

.btn-primary:hover {
    color: #fff;
    border-color: #00095b !important;
    background-color: #00095b !important;
}
.btn-classic {
    width: 230px;
    margin: 5px;
}

/** Form Báo Giá  **/
.baogia-form {
    background: #fff;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    text-align: center;
    margin: auto;
}

.baogia-form .wpcf7-spinner {
	display: none;
}
.form-group {
    display: flex;
    align-items: center;
        }
.input-group {
    position: relative;
    display: flex;
    width: 100%;
}
.input-group p {
    width: 100%;
}

.input-group-prepend, .input-group-append {
	margin-right: 0px;
}
.input-group-text {
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    padding: .375rem .75rem;
    margin-bottom: 0;
    font-size: 1rem;
    font-weight: 400;
    color: #495057;
    text-align: center;
    white-space: nowrap;
    background-color: #e9ecef;
    border: 1px solid #ced4da;
    border-radius: .25rem;
}

input.wpcf7-form-control.wpcf7-submit {
    color: #fff !important;
    border-color: #d92e14 !important;
    background-color: #d92e14 !important;
    border-radius: 99px;
}

input.wpcf7-form-control.wpcf7-submit:hover {
    color: #fff;
    border-color: #00095b !important;
    background-color: #00095b !important;
}



/* Trang báo giá */

.info-title {
    font-size: 22px;
    color: #d92e14;
    font-weight: 700;
}

/* Trang Bảng Giá */
.archive-product {
    display: flex;
    flex-flow: column nowrap;
}
.archive-product .info {
    padding: 30px 12px 15px;
}
.archive-product .info img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    transition: transform .2s;
}
.archive-product .info img:hover {
    display: block;
    margin-left: auto;
    margin-right: auto;
    transform: scale(1.1)
}
.archive-product .version-info {
    overflow-x: auto;
    display: block;
}
.archive-product .name {
    font-size: 32px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
}
.archive-product .name a {
    color: #d92e14;
}


table {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px
}

table th,table td {
    border: 1px solid #dcdcdc;
    padding: 12px;
    vertical-align: middle
}

table tr th {
    background: #0065c4;
    padding-top: 15px;
    padding-bottom: 15px;
    color: #fff
}

table thead td,table tfoot td {
    border: 0;
    padding: 0 !important
}

@media (max-width: 767px) {
    table {
        overflow:hidden;
        overflow-x: auto
    }
}


table {
    font-size: 16px
}

table td:first-child {
    padding: 10px 25px;
}

@media (max-width: 575px) {
    .archive-product .name {
        font-size:22px
    }

    table {
        font-size: 14px
    }

    table td:first-child {
        padding: 10px
    }
}

@media (max-width: 400px) {
    .archive-product .name {
        font-size:20px
    }
}

@media (max-width: 320px) {
    .archive-product .name {
        font-size:18px
    }
}




/* Fotter */

.footer-widgets {
    padding: 20px 20px 0px;
    font-size: 16px;
    background: #dedede;
}

.widget-footer {
    margin-bottom: 10px;
}

.widget-footer .widget-title {
    font-size: 22px;
    text-transform: uppercase;
    margin-bottom: 10px;
    color: #fff;
    background: #00095b;
    padding: 7px;
    text-align: center;
    border-radius: 3px;
}

.footer-copyright {
    background: linear-gradient(to right, #00095b 0%, #2a6bac 100%);
    color: #fff;
    text-align: center;
    font-size: 11px;
    padding: 7px 0;
}
.footer-copyright a {
    color: #fff;
}

.footer-copyright a:hover {
    color: #d92e14
}


/* Page Child */

.content-box-primary {
    margin: 20px auto 30px;
    padding: 15px 25px;
    box-shadow: rgba(61, 61, 61, .27) 0px 0px 10px 2px;
    border-radius: 5px;
}

@media (min-width: 992px) {
    .content-box-primary {
        max-width: 75%;
    }
}

.content-box-secondary {
    margin-bottom: 18px;
    padding: 15px;
    background: #f7f7f9;
    border: 2px dashed #d92e14;
}

.gallery-box .box-text {
    display: none;
}

/* Trang Liên Hệ */
.contact {
    margin-bottom: 20px
}

.contact .list {
    border-top: 1px solid #e0e0e0;
    list-style: none;
    padding: 10px 20px;
    margin: 0
}

.contact .list li {
    font-size: 20px;
    vertical-align: top;
    padding: 8px;
    list-style: none
}

.contact .list li .icon {
    font-size: 30px;
    color: #00095b;
    display: inline-block;
    width: 24px;
    line-height: 1
}

.contact .list li span {
    text-transform: uppercase
}

.contact-promo-banner-image {
    border: solid 1px #ddd;
    border-radius: 8px
}

/* Tin Tổng Hợp */
.tin-tong-hop ul {
    list-style: none;
    padding: 15px;
    margin: 0;
    border: 1px solid #ddd;
    border-top: 0;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}
.tin-tong-hop ul li a {
    font-size: 18px;
    font-weight: 700;
    color: #666;
    display: inline-block;
    padding-left: 15px;
    position: relative;
}

/* Ghi đè icon mũi tên phần Tin Tổng Hợp (Font Awesome 5 Free) */
.tin-tong-hop ul li a:before {
  content: "\f105";               /* mũi tên phải FA5 */
  font-family: "Font Awesome 5 Free";
  font-weight: 900;               /* solid */
  font-size: 16px;
  color: #d92e14;                 /* đỏ Ford */
  position: absolute;
  top: 2px;
  left: 0;
}

.tin-tong-hop-title {
    font-size: 24px;
    font-weight: 700;
    color: #fff;
    padding: 12px 20px;
    margin-bottom: 0;
    background-color: #00095b;
    border: 1px solid #00095b;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

/* Chi Tiết Sản Phẩm */

.sp-promo {
    font-size: 14px;
    background-size: 100% auto !important;
    padding-top: 16px;
    padding-bottom: 16px;
}

.sp-promo p {
    margin-bottom: 5px !important
}

.sp-promo ul {
    margin-bottom: 0 !important
}

.sp-title-promo {
    font-size: 22px;
    font-weight: 700;
    color: #d92e14;
    text-transform: uppercase;
    text-align: center
}

.final-price {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px
}

.final-price-title {
    font-size: 26px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 0;
    background: #0065c4;
    padding-top: 15px;
    padding-bottom: 15px;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto
}

.final-price-content {
    overflow-y: hidden
}

.final-price-content table tr th {
    background: #f1f1f1 !important;
    color: #000 !important
}

@media (max-width: 767px) {
    .sp-specs-title,.final-price-title {
        font-size:24px
    }
}

@media (max-width: 575px) {
    .sp-specs-title,.final-price-title {
        font-size:18px
    }
}



table {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px
}

table th,table td {
    border: 1px solid #dcdcdc;
    padding: 12px;
    vertical-align: middle
}

table tr th {
    background: #0065c4;
    padding-top: 15px;
    padding-bottom: 15px;
    color: #fff
}

table thead td,table tfoot td {
    border: 0;
    padding: 0 !important
}


@media (max-width: 767px) {
    table {
        overflow:hidden;
        overflow-x: auto
    }
}

.sp-specs-title {
    font-size: 26px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    padding-top: 15px;
    padding-bottom: 15px;
    color: #00095b;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto
}

.chon-mau-xe .nav-line {
    display: none;
}

.sp-specs-tabs .nav-tabs {
    border-bottom: 0;
    text-align: center;
    list-style: none;
    padding: 0;
    margin: 0;
    display: block;
}
.sp-specs-tabs .nav-tabs li {
    display: inline-block;
    vertical-align: top;
    margin: 0;
    margin: 0 1px 1px;
}
.sp-specs-tabs .nav-tabs li a {
    font-size: 12px;
    border: 1px solid #ddd;
    text-align: center;
    display: block;
    width: 35px;
    height: 35px;
    line-height: 35px;
}


.sp-versions-title {
    color: #d92e14;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 20px;
}

.sp-versions-title span.decs {
    color: #000;
    font-size: 11px;
    font-weight: 400;
    font-style: italic
}

.sp-versions-title-detail {
    color: #00095b;
    font-size: 14px;
    font-weight: 700;
}


.sp-versions-price {
    font-size: 15px;
    font-weight: 700;
    color: #d92e14;
    margin-left: 5px
}

.thong-so-xe .nav-pills>li.active>a {
    border-radius: 5px;
	background-color: #00095b !important;
	color: #fff;
}
.thong-so-xe .nav-pills>li.active>a:hover {
	color: #fff !important;
}
.thong-so-xe .nav > li > a:hover {
	color: #d92e14 !important;
}


.list-thong-so .accordion-title {
    border-top: 0;
    font-size: 14px;
    font-weight: 700;
    color: #000;
}

.list-thong-so .accordion-title:hover {
    color: #ff0000;
}

.list-thong-so .accordion-title.active {
	background: #ffffff00;
}

.list-thong-so .accordion-inner {
	font-size: 14px;
	padding: 5px 2.3em;
}
.list-thong-so .accordion-inner ul {
margin-bottom: 0 !important;
}
.list-thong-so .accordion-inner li {
margin-bottom: 0 !important;
}

/* Nav */
	
.sp-nav {
    background: #f0f0f0;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,.2);
    width: 100%;
    max-width: 1920px;
    margin-left: auto !important;
    margin-right: auto !important;
	padding-top: 0.1px;
	position: sticky;
    top: 0;
	z-index: 999;
}

.sp-nav.clone {
    position: fixed;
    z-index: 999;
    top: 0;
    right: 0;
    left: 0;
    width: 100%;
    max-width: 1920px
}

.sp-nav:after {
    content: ' ';
    display: table;
    clear: both
}

.sp-nav a {
    display: block;
    float: left;
    height: 40px;
    line-height: 40px;
    padding-left: 15px;
    padding-right: 15px
}

.sp-nav .separator {
    font-size: 14px;
    float: left;
    height: 40px;
    line-height: 40px;
    color: #fff;
    background: #00095b;
    padding-left: 2px;
    padding-right: 2px
}

.sp-nav a.home {
    font-size: 18px;
    color: #fff;
    padding-right: 5px;
    background: #00095b
}

.sp-nav a.product {
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    text-align: center;
    padding-left: 5px;
    padding-right: 5px;
    background: #00095b
}

.sp-nav a.title {
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    text-align: center;
    padding-left: 5px;
    background: #00095b
}

.sp-nav a.item {
    font-size: 14px;
    color: #000
}

.sp-nav a.price-request {
    font-size: 12px;
    font-weight: 700;
    color: #fff;
    background: #d92e14;
    text-transform: uppercase;
    right: 15px;
    position: absolute;
    height: 30px;
    line-height: 30px;
    margin-top: 5px;
    border-radius: 20px
}

.sp-nav a.price-request:hover {
    background: #00095b
}

.sp-nav-mobile a.item {
    color: #000;
    height: 32px;
    line-height: 32px
}

.sp-nav a.item:hover {
    color: #d92e14
}

.sp-nav a.item.active {
    color: #d92e14
}

.sp-nav .item-mobile-text a.item.active {
    font-weight: 700
}

.sp-nav-mobile,.item-mobile-text {
    display: none
}

.item-mobile-text a.item {
    font-weight: 700;
    color: #d92e14 !important;
    background: #f0f0f0 !important
}

.sp-nav-mobile a.item:hover,.sp-nav-mobile a.item.active {
    color: #d92e14;
    background: #f0f0f0
}

@media (max-width: 1349px) {
    .sp-nav a.price-request {
        display:none
    }
}

@media (max-width: 1199px) {
    .sp-nav a {
        padding-left:9px;
        padding-right: 9px
    }
}

@media (max-width: 1099px) {
    .sp-nav a.home {
        padding-left:15px
    }

    .sp-nav a.title {
        padding-right: 15px
    }

    nav.sp-nav>.item {
        display: none
    }

    nav.sp-nav {
        display: flex
    }

    .item-mobile-text {
        position: relative;
        display: flex;
        flex: 1;
        height: 40px;
        line-height: 40px;
        padding-left: 15px;
        padding-right: 15px
    }

    .item-mobile-text:after {
        content: "\e411";
        display: inline-block;
        font-family: 'Font Awesome 6 Pro';
        font-size: 28px;
        color: #00095b;
        position: absolute;
        text-align: right;
        left: 0;
        right: 0;
        padding-right: 15px
    }

    .item-mobile-text .item {
        display: block;
        width: 100%
    }

    .sp-nav {
        position: relative;
        z-index: 9
    }

    .nav-mobile-open .sp-nav-mobile {
        display: block;
        position: absolute;
        top: 39px;
        padding-left: 4%;
        padding-top: 5px;
        padding-bottom: 5px;
        background-color: #f0f0f0;
        border-top: 1px solid #ddd;
        width: 100%;
        box-shadow: 0 2px 5px 0 rgba(0,0,0,.2)
    }

    .nav-mobile-open .sp-nav-mobile a:before {
        content: '\f08e';
        font-family: 'Font Awesome 6 Pro';
        position: inherit;
        margin-right: 8px
    }

    .nav-mobile-open .sp-nav-mobile>a {
        width: 100%
    }
}

@media (max-width: 1099px) {
    .sp-nav p {
        display:none
    }

@media (max-width: 575px) {
    .sp-nav a.product,.sp-nav a.title,.sp-nav .separator {
        display:none
    }

    .sp-nav a.home {
        font-size: 22px;
        padding-right: 15px;
        background: #00095b
    }
}

.nav-link {
    padding: 8px !important
}
@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}