/*slide*/
.breadcrumb-wrapper {
    position: absolute;
    bottom: -125px;
    text-align: left;
    width:350px !important;
}

.ttm-page-title-row {
    width: 100%;
    background-size: cover;
    background-position: center;
    position: relative;
    z-index: 1;
    margin-top: 85px;
}

@media (max-width: 790px) {
    .ttm-page-title-row-inner {
        margin-top: -21px !important;
        height: 150px !important;
    }
}

/*NỘI DUNG TUYỂN DỤNG*/

    .share-linknd {
        width: 100%;
        margin: 0px 0;
        border-radius: 4px;
        display: inline-block;
        background: #f6f6f6;

    }

    .grid-related {
        display: grid;
        grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
        gap: 1.5rem;
    }

    .card-custom {
        color: #222;
        margin-top: auto;
        min-height: 40px;
        overflow: hidden;
        line-height: 25px;
        text-align: center;
    }

    .card-custom img {
        width: 100%;
        object-fit: cover;
        margin-bottom: 11px;
    }

    .card-title-custom {
        font-size: 16px;
        color: #222;
        margin-top: auto;
        min-height: 40px;
        overflow: hidden;
        line-height: 25px;
    }
    .img-quangcao{
        margin-top: 25px;
        border-radius: 15px;
    }
    
    .banner-section {
        padding: 0 !important;
    }


        .featured-imagebox {
            padding: 10px 10px;
            border-radius: 10px;
            box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
            margin: 10px 5px;
            transition: all 0.3s ease;
            position: relative;
            overflow: hidden;
        }


        /* hover */
        .featured-imagebox:hover {
            transform: translateY(-10px);
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
        }

        .featured-imagebox:hover::before {
            top: 100%;
            left: 100%;
        }

        .img-fluid {
            border-radius: 10px;
        }

        .featured-content {
            padding: 15px 0 5px;
        }

        .featured-title {
            font-size: 18px;
            text-align: center;
            color: #c00;
            font-weight: 600;
        }

        .featured-title p {
            line-height: 28px;
            overflow: hidden;
            height: 80px;
            font-size: 16px;
            text-align: justify;
        }

        .services-section-two .inner-box h3 {
            font-size: 20px !important;
            font-weight: bold !important;
            color: #000 !important;
            padding-top: 15px !important;
        }
        
        a:hover, a:active, a:focus{
            color:#005aaa !important;
        }

        /* Responsive */
        @media (max-width: 900px) {
            .auto-container {
                max-width: 100% !important;
            }

            .grid-section .ttm-box-col-wrapper {
                padding-bottom: 30px;
            }

            .grid-section {
                padding: 30px 0;
            }

            .featured-title h3 {
                font-size: 18px;
            }

            .featured-title p {
                font-size: 16px;
            }

            .services-section-two .inner-container {
                padding-left: 0 !important;
            }
        }
        
        

/*NỘI DUNG*/
.service-post h2{
    font-size:20px !important;
    font-weight:800 !important;
    line-height: 25px !important;
    margin-bottom: 3px !important;
}

.service-post h3{
    font-size:18px !important;
    font-weight:600 !important;
    margin-bottom:5px !important;
     line-height: 25px !important;
}

.service-post p{
    font-size:18px !important;
    margin-bottom:5px !important;
    line-height: 30px !important;
}

.service-post ul{
    font-size:18px !important;
    margin-bottom:5px !important;
    line-height: 25px !important;
}

.service-post ul li{
    font-size:18px !important;
    margin-bottom:5px !important; 
    line-height: 25px !important;
    position: relative !important;
    padding-left: 20px !important;
}
.service-post ul li::before{
    content: "-" !important;
    position: absolute !important;
    left: 0 !important;
}


  /*ĐỐI TÁC - KHÁCH HÀNG*/

    .projects {
        text-align: center;
        padding: 60px 0px;
        background: url("../hinhmenu/bg-doitac.png") no-repeat center;
        margin-top:30px;
        
    }

    .projects .tieude-doitac{
        font-size: 30px;
        font-weight: bold;
        margin-bottom: 50px;
        color: #c00;
    }

    .projects  .tieude-content {
        font-size: 20px;
        text-align: left;
        font-weight: bold;
        color: #005aaa;
    }
    
    .projects  .mota-content {
        font-size: 18px;
        text-align: justify;
        line-height: 28px;
    }

    /* GRID LOGO */

    .projects .logo-grid {
        list-style: none;
        padding: 0;
        margin: 0 auto;
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 20px;
        max-width: 80%;
    }

    .projects .logo-grid li {
        background: #fff;
        border-radius: 12px;
        padding: 0 35px;
        box-shadow: 0 6px 15px rgba(0, 0, 0, 0.08);
        transition: 0.3s;
    }

    .projects .logo-grid li:hover {
        transform: translateY(-5px);
        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
    }

    .projects .logo-grid img {
        width: 100%;
        height: auto;
        object-fit: contain;
    }

    /* MOBILE */

    @media (max-width:790px) {
        .projects .tieude-doitac{
            font-size:26px;
            margin-bottom: 20px;
            line-height: 30px;
        }
        
        .projects .logo-grid {
             gap: 10px;
            max-width: 100%;
        }
        
        .projects .logo-grid li {
            padding: 0 10px;
        }
        
        .projects .projects div {
            font-size: 20px;
        }
        .projects .projects .mota-content {
            font-size: 16px;
            line-height: 28px;
        }
        
        .projects  .tieude-content {
            font-size: 19px;
            line-height: 30px;
        }
    }