body.page-template-page_gioithieu {
    background-color: var(--bg);
}

.pgt_1 {
    padding: 100px 0 60px 0;
    background-image: url(./images/logo_vinabisca__1.png);
    background-size: 40%;
    background-position: top center;
    background-repeat: no-repeat;
}

.pgt_1 .box_top {
    max-width: 1000px;
    margin: auto;
    margin-bottom: 60px;
}

.pgt_1 .box-icon {
    margin-bottom: 28px;
}

.pgt_1 .box-text h3 {
    font-size: 28px;
    margin-bottom: 16px;
}

/* section 2 */
.pgt_2 {
    background-image: url(./images/gt_2_bg.svg);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 60px 0;
}

.pgt_2 .section_title {
    color: #C7090F;
    margin-bottom: 40px;
}

.box_history_timeline {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;

}

.box_history_timeline .timeline-item {
    flex: 0 0 45%;
    box-sizing: border-box;
    position: relative;

}

.box_history_timeline .timeline-item:nth-child(odd) {
    padding-right: 120px;
    text-align: right;
}

.box_history_timeline .timeline-item:nth-child(even) {
    text-align: left;
    margin-top: 11%;
    padding-left: 120px;
}

.box_history_timeline::after,
.box_history_timeline::before {
    content: "";
    position: absolute;
    transform: translateX(-50%);
    left: 50%;
}

.box_history_timeline::after {
    background: linear-gradient(180deg, #FFFEF3 0%, #F5ED8D 100%);
    width: 10px;
    height: 100%;
    top: 0;
}

.box_history_timeline::before {
    background-image: url(./images/polygon-4.svg);
    bottom: -35px;
   width: 24px;
    height: 37px;
    background-repeat: no-repeat;
    background-size: cover;
}

.box_history_timeline .timeline-item::after {
    content: "";
    background-image: url(./images/timeline-icon.svg);
    position: absolute;
    top: 20px;
    right: 0;

    width: 106px;
    height: 16px;
}

.box_history_timeline .timeline-item:nth-child(even)::after {
    background-image: url(./images/timeline-icon-2.svg);
    left: 0;
}

.timeline-year h3 {
    color: var(--c-red);
    font-size: 36px;
}

/* section 4 */
.pgt_4 {
    background-color: var(--bg-3);
    padding-top: 70px;
}

.pgt_4 .section_title {}

.pgt_4 .des {
    color: var(--c-red);
    font-size: 16px;
    font-style: italic;
    font-weight: 600;
}

/* nhà phái phối */
.npp_slide {
    margin-top: 75px;
    padding-bottom: 10px
}

.npp_item {
    text-align: center;
    border-radius: 10px;
    background: #FFFFFE;
    box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.13);
    padding: 22px;
    padding-top: 50px;
}

.npp_slide .swiper-wrapper {
    transition-timing-function: linear;
}

.npp_item .item_icon {
    position: absolute;
    top: -40px;
    left: 50%;
    transform: translateX(-50%);
}

.npp_item .item_icon img {
    box-shadow: 0px -2px 3px 0px rgba(0, 0, 0, 0.13);
    border-radius: 100%;
}


.npp_item .item_content h3 {

    max-width: 207px;
    width: 100%;
    margin: auto;
    margin-bottom: 10px;
}
.page-template-page_gioithieu .certificate-box{
    padding-top: 0;
}
@media screen and (max-width:990px) {
    .pgt_1 .section_subtitle {
        margin-bottom: 0;
    }

    .pgt_1 .section_title {
        font-size: 36px;
        line-height: auto;
    }

    .vertical_text {
        display: none;
    }

    .item_title_icon span {
        font-size: 26px;
    }
}

@media screen and (max-width:768px) {
    .box_history_timeline .timeline-item {
        flex: 0 0 100%;
    }

    .box_history_timeline::after {
        left: 10px;
        transform: translateX(0%);
    }

    .box_history_timeline .timeline-item:nth-child(odd) {
        padding-left: 120px;
        text-align: left;
        padding-right: 0;
    }

    .box_history_timeline .timeline-item::after {
        background-image: url(./images/timeline-icon-2.svg);
        left: 0;
    }

    .box_history_timeline::before {
        left: 3px;
        transform: translateX(0%);
    }

}