.section__about {
    background-color: #1A2D53;
}

.section__about .tw-container {
    padding: 72px 0;
}

.section__about__one .tw-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    gap: 72px;
}

.section__about__one .tw-container .left {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.heading__about {
    color: #213868;
    font-size: 40px;
    line-height: 140%;
    font-family: Montserrat ExtraBold;
}

.section__about__one p,
.section__about__three p {
    color: #424242;
    opacity: 0.8;
    font-size: 16px;
    text-align: justify;
    line-height: 150%;
}

.img__layout__one {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.img__layout__one .img__main img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.img__two__btm {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
}

.img__two__btm img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.section__about__two .tw-container {
    display: flex;
    flex-direction: column;
    gap: 36px;
}

.section__about__two .tw-container h2 {
    text-align: center;
}

.section__about__two .tw-container .content {
    width: 100%;
    max-width: 1296px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    display: grid;
    grid-template-columns: 3fr 2fr 3fr;
    column-gap: 32px;
}

.section__about__two .tw-container .content .content__right {
    text-align: right;
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.section__about__two .tw-container .content .content__left {
    text-align: left;
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.section__about__two .tw-container .content .item {
    display: flex;
    flex-direction: column;
    gap: 12px;
    padding: 24px;
    background: linear-gradient(#fff, #fff) padding-box,
                linear-gradient(180deg, rgba(220,237,253,0.6), rgba(220,237,253,0)) border-box;
    border: 1px solid transparent;
    position: relative;
    z-index: 200;
}


.section__about__two .tw-container .content .item h3 {
    font-family: Montserrat Bold;
    font-size: 24px;
    line-height: 135%;
    letter-spacing: 1%;
    color: #616161;
}

.section__about__two .tw-container .content .item p {
    color: #424242;
    opacity: 0.8;
    font-size: 16px;
    text-align: justify;
    line-height: 150%;

}

.section__about__two .tw-container .content img {
    width: 100%;
    padding: 12px;
    height: auto;
    border-radius: 360px;
    border: none; /* border mảnh quá nhìn chỉ càng chìm */
    box-shadow: 0 8px 24px rgba(0,0,0,0.08), 
                0 4px 12px rgba(0,0,0,0.05);
    background: #ffffff; /* thêm cái này để ảnh không lẫn nền */
}


.img__layout__two {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
    align-items: center;
}

.img__two__left {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.image__main img {
    width: 100%;
    height: 100%;
}

.img__two__left {
    width: 100%;
    height: auto;
}


.section__about__four h2 {
    text-align: center;
}

.section__about__four .tw-container {
    display: flex;
    flex-direction: column;
    gap: 32px;
}

.img__full {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.section__about__four .tw-container .content {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.content__view {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
}
.content__view__three {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 24px;
}


.content__view .item {
    display: flex;
    flex-direction: column;
    gap: 12px;
    padding: 24px;
    background: #ffffff;
    border: none; 
    border-radius: 10px;
    box-shadow: 0 8px 20px rgba(0,0,0,0.06), 
                0 4px 12px rgba(0,0,0,0.03);
    position: relative;
    z-index: 200; 
}


.content__view .item .title__content {
    color: #213868;
    font-family: Montserrat Bold;
    font-size: 24px;
    line-height: 135%;
    display: flex;
    align-items: center;
    gap: 12px;
    flex-wrap: nowrap;
}
.section__about__four p {
    color: #616161;
    opacity: 0.8;
    font-size: 16px;
    text-align: justify;
    line-height: 150%;
}

.content__view .item .title__content img {
    width: 40px;
    height: auto;
}

.content__view .item .title__content p {
    color: #616161;
    opacity: 0.8;
    font-size: 16px;
    text-align: justify;
    line-height: 150%;
}
.descrip__about {
    display: none;
}
.img__layout__alone {
    width: 100%;
    height: max-content;
}
.img__layout__column {
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.heading__about.textleft {
    text-align: left;
}
@media screen and (max-width:1198px) {
    .heading__about {
        font-size: 30px;
    }

    .section__about__two .tw-container .content {
        grid-template-columns: 5fr 2fr 5fr;
        width: 100%;
        gap: 24px;
    }
     .content__view__three  {
        grid-template-columns: 1fr;
    }

}

@media screen and (max-width:768px) {
    .section__about__one .tw-container {
        gap: 48px;
        grid-template-columns: 1fr;
    }
    .content__view {
        grid-template-columns: 1fr;
    }

    .section__about .tw-container {
        padding: 48px 10px;
        max-width: 90%;
    }

    .heading__about {
        font-size: 24px;
    }


    .section__about__two .tw-container .content .item h3 {
        font-size: 16px;

    }
    .section__about__two .tw-container .content {
        grid-template-columns: 1fr;

    }
    .section__about__two .tw-container .content .content__right {
        text-align: left;
    }
}