/*!
Theme Name: bigsoft
Theme URI: https://bigsoft.com.vn/
Author: Bigsoft
Author URI: https://bigsoft.com.vn/
Description: Đơn vị thiết kế website chuyên nghiệp
*/
.header-desktop-top::before {
    display: none;
}

.background-custom::after {
    clip-path: polygon(0px 0%, calc(112% - 120px) 0%, 110% 74px, 100% calc(100% - 0px), calc(102% - 64px) 107%, 25% 102%, 0 calc(-342% - 170px), 0 185px);
    background: #f73a11;
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    box-shadow: 0 2px 4px rgb(0 0 0 / 26%);
}

.header-desktop-top {
    position: unset;
}

.background-custom,
.header-desktop-top {
    margin-top: 0px;
}

/**/
.brand-our, .capacity-our, .car-our {
    border-bottom: 7px solid #cbcbcb;
}
.category-products-home {
    background: #f73a11;
    padding: 30px 5px;
    position: relative;
    text-align: center;
}

.category-products-home .buttom-category-home a {
    display: flex;
    align-items: center;
}

.category-products-home .buttom-category-home .detail-category-home {
    background: #fff;
    margin-right: 5px;
    border-radius: 10px;
    font-size: 12px;
    padding: 7px 10px;
    width: 100%;
    height: 100%;
    vertical-align: middle;
    margin-left: 5px;
}

.category-products-home .buttom-category-home .text-category-home {
    margin-top: 5px;
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
}

.category-products-home .buttom-category-home .icon-category-home img {
    width: 30%;
    transition: filter 0.2s ease;
}

.category-products-home .buttom-category-home:hover img {
    transform: scale(1.1);
}

/*Brand*/
.main-brand,
.main-car,
.main-capacity {
    padding-top: 4rem;
    padding-bottom: 4rem;
}

.main-brand .title-brand {
    margin-bottom: 45px;
}

.main-car {
    padding-bottom: 4rem;
}

.brand-wrapper {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 20px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: -15px;
}

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

.item-brand-logo {
    border: 0px solid;
    border-radius: 5px;
    border-color: #dedede;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.item-brand-logo img {
    background: #fff;
    height: 65px;
    width: 100%;
    object-fit: contain;
    border-radius: 5px;
    padding: 0 30px;
}

.item-brand-logo img {
    border: 1px solid #CCCCCC;
}

.main-brand .title-brand .detail-title-brand,
.main-car .title-car .detail-title-car,
.title-blog-our .detail-title-blog {
    font-weight: 600;
    font-size: 23px;
    padding-bottom: 10px;
    text-transform: uppercase;
}

.item-brand-logo:hover {
    border: 1px solid #E64A19;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
}

.title-brand {
    margin-bottom: 25px;
}

/*brand car*/
.car-wrapper {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    gap: 11px;
}

.item-car-logo {
    display: flex;
    border: 1px solid #ffffff;
    border-radius: 100px;
    padding: 11px;
    background: #f5f5f5;
    border-color: #f5f5f5;
}

.item-car-logo:hover {
    border: 1px solid #f73a11;
}

/*Dung lượng*/

.title-capacity .detail-title-capacity {
    color: #060606;
    font-weight: 600;
    font-size: 23px;
    padding-bottom: 10px;
    text-transform: uppercase;
    margin-bottom: 0;
}

.main-capacity .title-capacity,
.main-car .title-car {
    margin-bottom: 30px;
}

.main-capacity ul {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 10px;
    padding-left: 0;
}

.main-capacity a {
    padding: 10px;
    display: block;
    color: #b52025;
    font-weight: 600;
    border-radius: 5px;
    background: #f8e4e1;
    border: 1px solid #fbfbfb;
}

.main-capacity a:hover {
    background: #fd3505;
    color: #fff;
}

.main-capacity li {
    text-align: center;
    border-radius: 5px;
}

/*Button*/
.button-our {
    padding-bottom: 1rem;
}

/*blog*/
.main-blog-our .detail-title-blog {
    margin-bottom: 0;
}

.meta-title-item {
    position: relative;
    padding-bottom: 15px;
    text-transform: uppercase;
    letter-spacing: 4px;
    color: rgba(0, 0, 0, 0.4);
    font-size: 13px;
}

.meta-title-item:before {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 60px;
    height: 1px;
    content: "";
    background-color: #f73a11;
}

.title-blog-our {
    margin-bottom: 30px;
}

.col-post-blog {
    margin: 0 12px 0 0;
}

.main-blog-our .slick-prev {
    left: -45px;
}

.main-blog-our {
    margin-top: 4rem;
    margin-bottom: 0rem;
}

.detail-blog-our .excerpt-detail-post {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-top: 15px;
}

.detail-blog-our .title-detail-post a {
    color: #000;
    font-weight: 500;
    font-size: 17px;
}

.detail-blog-our .title-detail-post {
    padding: 15px;
    margin: auto;
    height: 75px;
}
.meta-home-post {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 15px;
}
.main-blog-our .post-box {
    border: 1px solid #000;
    border-radius: 5px;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.button-post-blog {
    text-align: right;
    padding: 30px 15px 30px 0;
}

.button-post-blog .detail-button {
    border: 1px solid #000;
    padding: 10px 20px;
    border-radius: 5px;
}

.button-post-blog .detail-button:hover {
    border: 1px solid #f73a11;
    color: #fff;
    background-color: #f73a11;
}

.main-blog-our .post-box:hover .title-detail-post a {
    color: #f73a11;
}

.main-blog-our .image-detail-post {
    overflow: hidden;
    border-radius: 5px 5px 0px 0px;
}

.main-blog-our .post-box:hover img {
    transform: scale(1.1);
}

.main-blog-our .image-detail-post img {
    transition: .3s;
}

/*Button 2*/
.agency-product {
    padding: 4rem 0;
}

.button-post-blog svg {
    margin-left: 5px;
    transform: translateY(0px);
    font-size: 12px;
}

.animated-button-agency {
    font-size: 17px;
}

/*Slogan*/
.custom-slogan p {
    text-transform: uppercase;
    letter-spacing: .5em;
    display: inline-block;
    border: 4px double rgba(255, 255, 255, .25);
    border-width: 4px 0;
    padding: 1.5em 0em;
    position: absolute;
    width: 100%;
    margin: 0 0 0 -20em;
    top: 50%;
    left: 75%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: #fff;
}

.custom-slogan p span {
    font: 700 4em / 1 "Montserrat", sans-serif;
    letter-spacing: 0;
    padding: 0.25em 0 .325em;
    display: block;
    margin: 0 auto;
    text-shadow: 0 0 80px rgba(255, 255, 255, .5);
    background: url(https://bngms04.demodev.net/wp-content/uploads/2025/08/Untitled-1.png) repeat-y;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-animation: aitf 45s linear infinite;
    -webkit-transform: translate3d(0, 0, 0);
    -webkit-backface-visibility: hidden;
    font-size: 50px;
}

@-webkit-keyframes aitf {
    0% {
        background-position: 0% 50%;
    }

    100% {
        background-position: 100% 50%;
    }
}

.custom-slogan {
    position: relative;
    height: 270px;
    background: #000000;
}

@media (max-width: 768px) {
    .main-capacity ul {
        grid-template-columns: repeat(3, 1fr);
    }

    .car-wrapper {
        grid-template-columns: repeat(4, 1fr);
    }

    .brand-wrapper {
        grid-template-columns: repeat(2, 1fr);
        margin: 0;
        gap: 15px;
    }

    .main-button .button-detail svg {
        padding-right: 10px;
        font-size: 15px;
    }

    .animated-button {
        padding: 10px 0px;
        font-size: 11px;
        padding-left: 0;
        width: 50%;
    }

    .button-our {
        padding-bottom: 5px;
    }

    .post-box {
        margin-bottom: 25px;
    }

    .title-capacity .detail-title-capacity,
    .main-brand .title-brand .detail-title-brand,
    .main-car .title-car .detail-title-car,
    .title-blog-our .detail-title-blog {
        font-size: 20px;
        text-align: center;
    }

    .main-brand,
    .main-car,
    .main-capacity {
        padding-top: 3rem;
        padding-bottom: 3rem;
    }

    /*Search*/
    .search-our {
        margin-bottom: 1rem;
        text-align: center;
        margin-top: 2rem;
    }

    .search-our .search-wrapper {
        display: flex;
        align-items: center;
        border: 1px solid #ccc;
        border-radius: 20px;
        padding: 5px 10px;
        background-color: #fff;
        max-width: 400px;
    }

    .search-our .search-wrapper input[type="text"] {
        flex: 1;
        border: none;
        outline: none;
        padding: 8px;
        font-size: 16px;
    }

    .search-our .search-icon {
        color: #555;
        font-size: 16px;
        margin-right: 8px;
    }

    .search-our .clear-btn {
        background: none;
        border: none;
        cursor: pointer;
        color: #999;
        font-size: 16px;
    }

    .search-our .clear-btn:hover {
        color: #333;
    }

    .search-our .detail-search-form {
        padding: 0 25px;
    }

    .title-search-our {
        margin-bottom: 15px;
        font-size: 18px;
        font-weight: 600;
    }

    .main-blog-our .post-box {
        margin: 5px;
    }

    .slider-blog-mobile {
        height: 100%;
    }

    .item-brand-logo img {
        height: 60px;
        padding: 0 5px;
        border-radius: 5px;
    }

    .item-brand-logo {
        display: unset;
        align-items: unset;
        justify-content: unset;
        border-radius: 5px;
    }

    .meta-title-item:before {
        left: 50%;
        transform: translateX(-50%);
    }

    .meta-title-item {
        text-align: center;
        letter-spacing: 3px;
        font-size: 10px;
    }

    .main-brand .title-brand {
        margin-bottom: 30px;
    }

    .custom-slogan p {
        margin: 0;
        left: 50%;
    }

    .button-post-blog {
        text-align: center;
    }

    .detail-blog-our .title-detail-post a {
        font-size: 16px;
        text-align: center;
    }

    .detail-blog-our .title-detail-post {
        text-align: center;
        height: 100%;
    }
	.detail-blog-our .title-detail-post {
		padding: 15px 15px 0 5px;
	}
    .category-products-home .buttom-category-home .icon-category-home img {
        width: 100%;
    }

    .category-products-home .detail-category-home {
        display: flex;
        align-items: center;
    }

    .category-products-home .icon-category-home {
        width: 25%;
    }

    .category-products-home .buttom-category-home .text-category-home {
        margin-left: 20px;
        font-size: 20px;
    }
	.category-products-home {
		padding: 16px 0px;
	}
	.buttom-category-home:nth-child(3) .detail-category-home {
		margin-bottom: 0;
	}
	.meta-home-post {
		font-size: 14px;
		text-align: justify;
	}
}