.about-timeline-v1 {
    width: 100%;
    padding: 20px  20px;
    margin-top: 40px;
    margin-bottom: 20px;
}
.about-timeline-v1 .wrap {
    /* padding-left: 50px; */
    max-width: 1200px;
    margin: 0 auto;
}
.about-timeline-v1 .title-group {
    text-align: center;
    margin-bottom:70px;
}
.about-timeline-v1 .main-title {
    font-size:29px;
    font-weight:700;
    line-height:1.5;
    margin:0 0 20px;
}
.about-timeline-v1 .sub-title {
    font-size:17px;
    line-height:1.5;
    margin-bottom:20px;
}
.about-timeline-v1 .timeline {
    display: grid;
    grid-template-columns: 504px auto 251px;
    align-items: start;
    gap: 25px;
}
.about-timeline-v1 .content-left {
    margin-left: 151px;
    /* float: left; */
    width: 300px;
    display:flex;
    flex-direction:column;
    gap: 196px;
    padding-top: 146px;
}
.about-timeline-v1 .content-right {
    width: 300px;
    display:flex;
    flex-direction:column;
    gap: 110px;
    margin-left: -33px;
    padding-top: 22px;
    left: 20px;
}
.about-timeline-v1 .content-v1 {
    position:relative;
}
.about-timeline-v1 .content-v1.item-2025 {
    margin-left: -146px;
    padding-right: 146px;
}
.about-timeline-v1 .content-v1.item-2020 {
    margin-left: -32px;
    padding-right: 32px;
}
.about-timeline-v1 .content-v1.item-2010 {
    margin-left: 19px;
}
.about-timeline-v1 .content-v1 h3 {
    color: #9F5890;
    font-size: 22px;
    font-weight:700;
    line-height:1.5;
    /* margin: 0 0 15px; */
}
.about-timeline-v1 .content-v1 p {
    margin:0 0 15px;
    line-height:1.5;
    font-size:17px;
    padding: 12px 14px;
    border: 1px solid rgba(255, 149, 38, 0.15);
    border-radius: 6px;
    background: rgba(255, 255, 255, 0.5);
}
.about-timeline-v1 .orange-line {
    position:absolute;
    /* top: 42px; */
    height: 4px;
    background:#ff9526;
}
.about-timeline-v1 .content-left .orange-line {
    left: calc(100% + -317px);
    right: -2px;
}
.about-timeline-v1 .content-right .orange-line {
    right: calc(100% + -305px);
    left: -28px;
}
.about-timeline-v1 .orange-line::before,
.about-timeline-v1 .orange-line::after {
    content:"";
    width: 15px;
    height: 16px;
    border-radius:50%;
    background:#ff9526;
    position:absolute;
    top: -6.5px;
}
.about-timeline-v1 .content-left .orange-line::after {
    right:0;
}
.about-timeline-v1 .content-right .orange-line::before {
    left:0;
}
.about-timeline-v1 .content-right .orange-line::after {
    right:0;
}
.about-timeline-v1 .images-center {
    background: url("/template/1/travel1/images/about/001.png") center top no-repeat;
    background-size: 98% auto;
    min-height: 940px;
}
@media (max-width: 768px) {
    .about-timeline-v1 {
        padding: 20px 15px;
        min-height: 100vh;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    .about-timeline-v1 .wrap {
        width: 100%;
    }
    .about-timeline-v1 .title-group {
        margin-bottom: 30px;
    }
    .about-timeline-v1 .main-title {
        font-size: 24px;
        padding: 0 10px;
        text-align: center;
        box-sizing: border-box;
        word-wrap: break-word;
        overflow-wrap: break-word;
    }
    .about-timeline-v1 .sub-title {
        font-size: 17px;
        padding: 0 10px;
        box-sizing: border-box;
    }
    .about-timeline-v1 .timeline {
        display: flex;
        flex-direction: column;
        gap: 30px;
        grid-template-columns: unset;
    }
    .about-timeline-v1 .images-center {
        order: -1;
        min-height: 220px;
        background-size: contain;
        background-position: center top;
        margin: 0 auto;
        width: 90%;
    }
    .about-timeline-v1 .content-left,
    .about-timeline-v1 .content-right {
        width: 100%;
        padding-top: 0 !important;
        margin-left: 0 !important;
        gap: 40px;
        left: unset;
    }
    .about-timeline-v1 .content-v1.item-2025,
    .about-timeline-v1 .content-v1.item-2020,
    .about-timeline-v1 .content-v1.item-2010 {
        margin-left: 0 !important;
        padding-right: 0 !important;
    }
    .about-timeline-v1 .content-v1 h3 {
        font-size: 18px;
        margin-bottom: 15px;
        padding: 0 5px;
        text-align: center;
        box-sizing: border-box;
    }
    .about-timeline-v1 .content-v1 p {
        font-size: 17px;
        padding: 10px 12px;
        text-align: justify;
        box-sizing: border-box;
        word-wrap: break-word;
        overflow-wrap: break-word;
    }
    .about-timeline-v1 .orange-line {
        position: relative;
        top: auto;
        height: 3px;
        width: 60px;
        margin: 10px 0 14px;
        background: #ff9526;
        left: 50%;
        transform: translateX(-50%);
    }
    .about-timeline-v1 .content-left .orange-line,
    .about-timeline-v1 .content-right .orange-line {
        left: auto;
        right: auto;
    }
    .about-timeline-v1 .orange-line::before,
    .about-timeline-v1 .orange-line::after {
        display: none;
    }
    .about-timeline-v1 .orange-line::before {
        display: block;
        left: 0;
        top: -6.5px;
        width: 15px;
        height: 16px;
    }
}
