.main-slider-content h2 a.medium {
    font-family: var(--font_cormo);
    font-size: 1.375rem;
    font-weight: 500;
    line-height: 1.375rem;
    -webkit-margin-after: .75rem;
    margin-block-end: .75rem;
    text-transform: uppercase;
}

.news-slider .card-news {
    margin-left: .75rem;
    margin-right: .75rem;
}

.card-news .news-photo {
    flex-shrink: 0;
    height: 15rem;
    overflow: hidden;
    position: relative;
}

.card-news .news-content {
    /*background: rgba(0, 0, 0, .07);*/
    color: #2c2c2c;
    flex: 1;
    border: 1px solid #ddd;
    border-radius: 12px;
    padding: 10px;
}

/*
.news-slider .slick-slide {
    display: flex;
    float: none;
    height: auto;
}
*/

.b-project .project-card__img.no_clip:before {
    background: unset !important;
}
.b-project .project-card__img.no_clip:after {
    border-bottom: unset !important;
    border-left: unset !important;
    border-top: unset !important;
}

.c-btn {
    line-height: .4rem !important;
}


/* About section */
.hsgc-section {
    /*background-color: #fdfcf7;
    padding: 40px;*/
    border: 2px solid transparent; /* Giữ lại không gian viền nếu cần */
}

.hsgc-title {

    font-size: 2.5rem;
    font-weight: 700;
    color: #111;
    margin-bottom: 24px;
}

.hsgc-desc {
    color: #333;
    line-height: 1.6;
    text-align: justify;
    margin-bottom: 16px;
    font-size: 1.5rem;
}

/* Định dạng 6 thẻ thông tin (Nền trắng tinh) */
.hsgc-card {
    background-color: #ffffff; /* Nền trắng */
    border: 1.5px solid #eaddcc; /* Viền màu kem/nâu nhạt */
    border-radius: 12px;
    padding: 16px;
    height: 100%;
    transition: transform 0.2s;
}

.hsgc-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 4px 12px rgba(0,0,0,0.05);
}

.hsgc-card-header {
    display: flex;
    /*align-items: center;*/
    margin-bottom: 8px;
}

.hsgc-card-icon {
    font-size: 1.8rem;
    color: #4a86e8; /* Xanh dương chủ đạo */
    margin-right: 12px;
    width: 32px;
    text-align: center;
}

.hsgc-card-icon.yellow {
    color: #eab308; /* Vàng cho icon ISO */
}

.hsgc-card-title {
    font-size: 1.5rem;
    font-weight: 700;
    margin: 0;
    color: #222;
}

.hsgc-card-text {
    font-size: 1rem;
    color: #555;
    margin: 0;
    line-height: 1.4;
}

/* Định dạng hình ảnh Oval đứng */
.hsgc-image-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.hsgc-oval-img {
    width: 250px;
    height: 360px; /* Chiều cao lớn hơn chiều rộng */
    object-fit: cover;
    border-radius: 50%; /* Kết hợp với kích thước trên sẽ tạo ra hình Oval đứng */
    box-shadow: 12px 15px 25px rgba(0, 0, 0, 0.15); /* Bóng đổ mềm */
    margin-bottom: 16px;
}

.hsgc-img-caption {
    font-size: 0.85rem;
    color: #666;
    text-align: center;
}

/* Áp dụng cho TẤT CẢ các thẻ <img> nằm bên trong khối .custom-gallery */
.custom-gallery img {
  width: 100%;
  aspect-ratio: 16 / 9;   /* Hoặc 4 / 3 tuỳ bạn muốn ảnh ngang nhiều hay cao hơn */
  object-fit: cover;       /* Đảm bảo hình ảnh đầy khung, không méo móp */
  display: block;
}


@media (max-width:768px){

}
