main {
    background-color: #fff !important;
}

.pc {
    display: block;
}

.sp {
    display: none;
}

.root {
    background-color: #fff !important;
}

.section-main .content {
    position: relative;
    min-height: 365px;
    width: 100%;
}

.section-main span {
    position: absolute;
}

.color-green-light {
    color: #00800091;
}

.color-green-dark {
    color: #337736;
}

.section-main .bigest {
    font-size: 45px;
    font-weight: bold;
}

.section-main .big {
    font-size: 36px;
    font-weight: bold;
}

.section-main .medium {
    font-size: 35px;
}

.section-main .small {
    font-size: 30px;
}

.section-main .text1 {
    top: 10px;
    left: 10px
}

.section-main .text2 {
    top: 60px;
    left: 30px
}

.section-main .text3 {
    top: 110px;
    left: 10px
}

.section-main .text4 {
    top: 160px;
    left: 10px
}

.section-main .text5 {
    top: 210px;
    left: 30px
}

.section-main .text6 {
    top: 260px;
    left: 10px
}

.section-main .text7 {
    top: 300px;
    left: 10px
}

.logo {
    width: 300px;
    border: 1px solid #ccc;
    border-radius: 30px;
}

.logo img {
    width: 100%;
}

.div-with-bg {
    position: relative;
    width: 100%;
    height: 400px;
    background-image: url('../../../images/front/story1.png');
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.div-with-bg::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    /* Lớp phủ đen với độ trong suốt 50% */
    z-index: 1;
}

.div-with-bg .content {
    position: relative;
    z-index: 2;
    color: white;
    text-align: center;
    padding: 20px;
}

.span-hl {
    font-size: 20px;
    font-weight: bold;
    color: var(--color-green-dark);
}

.sec-four img,
.sec-six img {
    width: 100%;
}

.sec-seven .item {
    position: relative;
    min-height: 90px;
}

.sec-seven .item2,
.sec-seven .item4 {
    position: relative;
    min-height: 110px;
}

.sec-seven .item5 {
    position: relative;
    min-height: 110px;
}

.sec-seven .item .year,
.sec-seven .item .desc {
    position: absolute;
}

.sec-seven .item .year {
    color: var(--color-green-dark);
    font-size: 24px;
}

.sec-seven .item .desc {
    top: 30px;
    left: 10px;
    font-weight: bold;
    font-style: italic;
}

hr.beauty {
    border: 0;
    height: 2px;
    background-image: linear-gradient(to right, #f0f0f0, #095727, #59d941, #f0f0f0);
    margin-bottom: 40px;
}

hr.hr-pc {
    margin-top: 60px;
    margin-bottom: 60px;
}


/* *DESKTOP */

.section-main.pc {
    width: 335px;
}

.logo-pc {
    width: 500px;
}

.logo-pc img {
    width: 100%;
}

.logo-pc hr {
    margin-top: 0;
}

.sec-four.pc,
.sec-six.pc {
    border-radius: 10px;
    text-align: center;
}

.sec-four.pc img {
    object-fit: contain;
    width: auto;
    height: 350px;
    border-radius: 20px;
}

.sec-six.pc img {
    width: 100%;
}

.sec-seven.pc .item {
    min-height: 90px;
}

.sec-seven.pc .item2,
.sec-seven.pc .item4,
.sec-seven.pc .item5 {
    min-height: 90px;
}

@media (max-width:767px) {
    .pc {
        display: none;
    }
    .sp {
        display: block;
    }
}