.banner-vct h1{
    text-transform: uppercase;
}
.section1-about,
.section2-about,
.section3-about{
    padding-top: 60px !important;
}
.section3-about{
    padding-bottom: 60px !important;
}
.section1-about h2{
    color: var(--blue);
    text-transform: uppercase;
    position: relative;
    margin-bottom: 60px;
    width: fit-content;
}
.section1-about h2::after {
    position: absolute;
    content: '';
    right: -35%;
    bottom: 0;
    width: 70px;
    height: 3px;
    background-color: var(--red);
}
.section1-about p{
    color: var(--black);
}

.section2-about h2{
    color: white;
    text-transform: uppercase;
    position: relative;
    width: fit-content;
}
.section2-about h2::before{
    position: absolute;
    content: '';
    left: -28%;
    bottom: 0;
    width: 70px;
    height: 3px;
    background-color: var(--red);
}
.section2-about h2::after{
    position: absolute;
    content: '';
    right: -29%;
    bottom: 0;
    width: 70px;
    height: 3px;
    background-color: var(--red);
}
.section2-about .row .col .col-inner,
.section3-about .row .col .col-inner{
    display: flex;
    justify-content: center;
}

.section3-about h2{
    color: var(--blue);
    text-transform: uppercase;
    position: relative;
    width: fit-content;
}
.section3-about h2::before{
    position: absolute;
    content: '';
    left: -13%;
    bottom: 0;
    width: 70px;
    height: 3px;
    background-color: var(--red);
}
.section3-about h2::after{
    position: absolute;
    content: '';
    right: -13%;
    bottom: 0;
    width: 70px;
    height: 3px;
    background-color: var(--red);
}
.section3-about h3{
    font-size: 24px;
    color: var(--blue);
}
.section3-about .col-left-1 .col-inner,
.section3-about .col-right-2 .col-inner,
.section3-about .col-left-3 .col-inner{
    flex-direction: column;
}
.section3-about .icon-box .icon-box-img{
    background-color: var(--red);
    border-radius: 50%;
    padding: 13px 10px;
}
.section3-about .col-right-2 .icon-box-img{
    padding: 9px 12px;
}
.section3-about .col-left-3 .icon-box-img{
    padding: 11px;
}
.section3-about .icon-box-text{
    display: flex;
    align-items: center;
}
.section3-about .col-left-1 p,
.section3-about .col-right-2 p,
.section3-about .col-left-3 p{
    margin-top: 1.3em;
    color: var(--black);
    text-align: justify;
}
.section3-about .row-content .col-left-1{
    padding: 60px !important;
    display: flex;
    align-items: center;
    background-image: url(/wp-content/uploads/2025/07/bg-tamnhin.png);
    background-repeat: no-repeat;
    background-size: cover;
}
.section3-about .row-content .col-right-2{
    padding: 60px !important;
    display: flex;
    align-items: center;
    background-image: url(/wp-content/uploads/2025/07/bg-sumenh.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}
.section3-about .row-content .col-right-2 p{
    position: relative;
    /*padding-left: 30px;*/
}
/*.section3-about .row-content .col-right-2 p::before{*/
/*    content: '';*/
/*    position: absolute;*/
/*    background-image: url(/wp-content/uploads/2025/07/icon-right-red.png);*/
/*    background-repeat: no-repeat;*/
/*    background-size: cover;*/
/*    left: 0;*/
/*    top: 50%;*/
/*    width: 20px;*/
/*    height: 15px;*/
/*    transform: translateY(-50%);*/
/*}*/
.section3-about .row-content .col-left-3{
    padding: 60px !important;
    display: flex;
    align-items: center;
    background-image: url(/wp-content/uploads/2025/07/bg-giatri.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}
.section3-about .row-content .col-left-3 .author{
    color: var(--red);
    font-weight: 500;
    text-align: right;
    padding-top: 15px;
}

@media only screen and (min-width: 768px) and (max-width: 1023px){
    /*.section2-about h2::before{*/
    /*    left: 10%;*/
    /*}*/
    /*.section2-about h2::after{*/
    /*    right: 10%;*/
    /*}*/
    .section3-about h2::after{
        display: none;
    }
    .section3-about h2::before{
        width: 180px;
        left: 50%;
        transform: translateX(-50%);
    }
}
@media only screen and (min-width: 1024px) and (max-width: 1366px) and (orientation: landscape){
    /*.section1-about h2::after{*/
    /*    right: 32%;*/
    /*}*/
    /*.section3-about h2::before{*/
    /*    left: 2%;*/
    /*}*/
    /*.section3-about h2::after{*/
    /*    right: 2%;*/
    /*}*/
}

@media only screen and (max-width: 767px){
    .section1-about{
        padding-top: 30px !important;
    }
    .section1-about h2{
        margin-bottom: 30px;
    }
    .section1-about h2::after{
        display: none;
    }
    .section2-about .history-timeline-slider{
        padding: unset !important;
    }
    .section2-about h2::after,
    .section3-about h2::after{
        display: none;
    }
    .section2-about h2::before,
    .section3-about h2::before{
        display: none;
    }
    .section3-about .row-content .col-left-1,
    .section3-about .row-content .col-right-2,
    .section3-about .row-content .col-left-3{
        padding: 15px !important;
    }
    .section3-about .row-content .col-left-1{
        order: 1;
    }
    .section3-about .row-content .col-right-1{
        order: 2;
    }
    .section3-about .row-content .col-left-2{
        order: 4;
    }
    .section3-about .row-content .col-right-2{
        order: 3;
    }
    .section3-about .row-content .col-left-3{
        order: 5;
    }
    .section3-about .row-content .col-right-3{
        order: 6;
    }
}