/*STYLE DỊCH VỤ*/
    .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;       
    }
    
    /* lớp ánh sáng */
    .featured-imagebox::before{
    content: "";
    position: absolute;
    top: -150%;
    left: -150%;
    width: 200%;
    height: 200%;
    background: linear-gradient(
        120deg,
        transparent 40%,
        rgba(255,255,255,0.6) 50%,
        transparent 60%
    );
    transform: rotate(25deg);
    transition: 1.5s ease;
    }
    /* 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;
    }
    
/* 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;
    }
}

/*STYLE BANNER*/

/* BANNER */
.catalogue-banner {
    background: #c00;
    padding: 30px 0px;
    text-align: center;
    color: #fff;
}

.banner-container {
    max-width: 80%;
    margin: 0 auto;
}

/* SUB TITLE */
.sub-titles {
    font-style: italic;
    font-size: 24px;
    margin-bottom: 15px;
    opacity: 0.9;
    color:#fff;
}

/* MAIN TITLE */
.main-title {
    font-weight: 700;
    line-height: 1.4;
    margin-bottom: 20px;
    color:#fff;    
    font-size: 30px;
}

/* DESCRIPTION */
.desc {
    font-size: 24px;
    margin-bottom: 35px;
    font-weight: 500;
    color:#fff;
}

/* BUTTON */
.cta-btn {
    display: inline-block;
    background: linear-gradient(9deg, #ff9900, #39b54a);
    color: #fff;
    text-decoration: none;
    padding: 16px 28px;
    border-radius: 6px;
    font-size: 18px;
    font-weight: 600;
    transition: 0.3s ease;
    border: 1px solid #fff;
    position: relative;     /* thêm */
    overflow: hidden;  
}
    /* lớp ánh sáng */
.cta-btn::before{
    content: "";
    position: absolute;
    top: -150%;
    left: -150%;
    width: 200%;
    height: 200%;
    background: linear-gradient(
        120deg,
        transparent 40%,
        rgba(255,255,255,0.6) 50%,
        transparent 60%
    );
    transform: rotate(25deg);
    transition: 1.7s ease;
}
.cta-btn:hover::before{
    top: 100%;
    left: 100%;
}

.cta-btn span {
    display: block;
    font-size: 14px;
    font-weight: 400;
    margin-top: 5px;
}

.cta-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(0,0,0,0.2);
    color: #fff;
}

/* ========================= */
/* RESPONSIVE */
/* ========================= */


/* Mobile */
@media (max-width: 790px) {

    .catalogue-banner {
        padding: 50px 15px;
    }

    .sub-title {
        font-size: 15px;
    }

    .main-title {
        font-size: 20px;
        line-height: 1.5;
    }

    .desc {
        font-size: 18px;
        margin-bottom: 25px;
    }

    .cta-btn {
        font-size: 18px;
        padding: 14px 20px;
    }

    .cta-btn span {
        font-size: 16px;
    }
    
    .sub-titles{
        font-size: 18px;
    }
}

/*STYLE ĐỐI TÁC*/

    .projects{
    text-align:center;
    padding:60px 0px;
    background:#f5f5f5;
}

.projects div{
    font-size:26px;
    font-weight:700;
    margin-bottom:40px;
}

.projects div span{
    color:#39b54a;
}

/* GRID LOGO */

.logo-grid{
    list-style:none;
    padding:0;
    margin:0 auto;
    display:grid;
    grid-template-columns:repeat(6,1fr);
    gap:20px;
    max-width:80%;
}

.logo-grid li{
    background:#fff;
    border-radius:12px;
    padding:20px;
    box-shadow:0 6px 15px rgba(0,0,0,0.08);
    transition:0.3s;
}

.logo-grid li:hover{
    transform:translateY(-5px);
    box-shadow:0 10px 25px rgba(0,0,0,0.15);
}

.logo-grid img{
    width:100%;
    height:100px;
    object-fit:contain;
}

/* TABLET */

@media (max-width:992px){
    .logo-grid{
        grid-template-columns:repeat(4,1fr);
    }
}

/* MOBILE */

@media (max-width:790px){
    .logo-grid{
        grid-template-columns:repeat(2,1fr);
    }

    .logo-grid img{
        height:40px;
    }
    
    .projects div{
        font-size:20px;
    }
}

/*NỘI DUNG*/
.service-post h2{
    font-size:20px;
    font-weight:800;
    line-height: 25px;
    margin-bottom: 3px;
}

.service-post h3{
    font-size:18px;
    font-weight:600;
    margin-bottom:5px;
     line-height: 25px;
}

.service-post p{
    font-size:18px;
    margin-bottom:5px;
    line-height: 30px;
}

.service-post ul{
    font-size:18px;
    margin-bottom:5px;
    line-height: 25px;
}

.service-post ul li{
    font-size:18px;
    margin-bottom:5px; 
    line-height: 25px;
    position: relative;
    padding-left: 20px;
}
.service-post ul li::before{
    content: "-";
    position: absolute;
    left: 0;
}

