/* careers page */

.careers-page {
    background: url(../images/bg-body-careers.webp) top right no-repeat;
    background-size: 600px;
    padding-top: 40px;

}

section {
    position: relative;
    padding-bottom: 100px;
}

.careers-page section::after {
    background: url(../images/bg-body-careers-before.webp) bottom no-repeat;
    background-size: 100%;
    width: 100%;
    height: 500px;
    position: absolute;
    content: " ";
    bottom: 0;
    z-index: -1;
}

.careers-page header {
    padding: 90px 0 50px 0;
}

.job-list {
    min-height: 500px;
}

.job-card {
    border: 1px #F0F0F0 solid;
    border-left: 7px #BA1212 solid;
    border-radius: 0 10px 10px 0;
    padding: .7em 1em .7em .4em;
    display: flex;
    justify-content: center;
    align-items: center;
}

.job-card .img-job {
    width: 15%;
    max-width: 110px;
}

.job-card .detail-job {
    width: 63%;
}

.job-card .list-group-item {
    border: none;
    padding: 0;
    margin-right: 1em;
    margin-top: .05em;
    font-weight: 500;
    color: #4B4B4B;
}

.job-card .tag-time {
    font-size: .7em;
    background: #BA1212;
    border-radius: 10px;
    display: inline-block;
    padding: 0 1em;
    color: #fff;
}

.name-job {
    font-size: 1.2em;
    font-weight: 600;
    color: #BA1212;
    line-height: 1.3em;
    margin-bottom: .03em;
}

.list-group-item {
    display: flex;
    justify-content: center;
    align-items: center;
}

.list-group-item i {
    color: #BA1212;
    font-size: 1.1em;
}

.job-card .btn {
    font-size: .9em;
    width: 18%;
}

.job-card.card-detail {
    border: none;
    border-left: 7px #BA1212 solid;
}

.careers-detail .list-group-item {
    border: none;
    justify-content: start;
}

@media (min-width: 600px) {
    .careers-page {
        background-size: 800px;
        padding-top: 70px;
    }
}

@media (min-width: 870px) {
    .careers-page {
        background-size: 100%;
    }
}

@media (min-width: 1200px) {
    .careers-page header {
        padding: 90px 0;
    }
}

/* careers page */

/* news page */

.tab-category-news {
    overflow: hidden;
}

.tablinks-event {
    margin-right: 10px;
}

.tab-category-news button {
    background-color: #BA1212;
    color: #fff;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 2px 8px;
    transition: 0.3s;
    border-radius: 50px;
    width: 97px;
}

.tab-category-news button:hover {
    background-color: #600a0a;
}

.tab-category-news button.active {
    background-color: #600a0a;
}

.tabcontent {
    display: none;
    padding: 30px;
    background-color: #fff;
    border-radius: 20px;
}

.box-tab {
    border-right: 1px solid #000;
    margin-right: 15px;
}

.grid-container-news {
    display: grid;
    grid-template-columns: 32% 32% 32%;
    gap: 50px 2%;
    padding: 0;
}

.card-news {
    width: 100%;
}

.img-card-news {
    border-radius: 20px;
    width: 100%;
    height: 267px;
    object-fit: cover;
}

.box-date-news {
    margin-left: 15px;
    padding-left: 15px;
    border-left: 1px solid #000;
}

.text-badge-news {
    background-color: #BA1212;
    color: #fff;
    font-size: 11px;
    font-weight: 500;
    padding: 3px 8px;
    border-radius: 50px;
}

.ic-clock {
    width: 15px;
    height: 15px;
}

.text-date-news {
    color: #A0A0A0;
    font-size: 12px;
    font-weight: 400;
}

.title-card-news {
    font-size: 24px;
    font-weight: 600;
    text-transform: uppercase;
    color: #000;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.title-card-news:hover {
    color: #000;
}

.story-card-news {
    font-size: 16px;
    font-weight: 300;
    line-height: 150%;
    color: #6A6A6A;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

@media (max-width: 1024px) {

    .img-card-news {
        border-radius: 20px;
        width: 100%;
        height: 190px;
        object-fit: cover;
    }

    .title-card-news {
        font-size: 18px;
    }

    .story-card-news {
        font-size: 16px;
        line-height: 120%;
    }

}

@media (max-width: 768px) {

    .tabcontent {
        display: none;
        padding: 25px;
        background-color: #fff;
        border-radius: 20px;
    }

    .grid-container-news {
        display: grid;
        grid-template-columns: 48.5% 48.5%;
        gap: 30px 3%;
        padding: 0;
    }

    .title-card-news {
        font-size: 16px;
    }

    .story-card-news {
        font-size: 14px;
        line-height: 120%;
    }

    .ic-clock {
        width: 12px;
        height: 12px;
    }

}

@media (max-width: 450px) {

    .tab-category-news {
        overflow: inherit;
        display: grid;
        grid-template-columns: 49% 49%;
        gap: 10px 2%;
        padding: 0 25px;
    }

    .tab-category-news button {
        background-color: #BA1212;
        color: #fff;
        float: left;
        border: none;
        outline: none;
        cursor: pointer;
        padding: 3px 8px;
        transition: 0.3s;
        border-radius: 50px;
        width: 100%;
    }

    .grid-container-news {
        display: grid;
        grid-template-columns: 100%;
        gap: 20px 0;
        padding: 0;
    }

    .img-card-news {
        border-radius: 20px;
        width: 100%;
        height: 220px;
        object-fit: cover;
    }

    .box-date-news {
        margin-left: 10px;
        padding-left: 10px;
        border-left: 1px solid #000;
    }

    .tabcontent {
        display: none;
        padding: 25px;
        background-color: #fff;
        border-radius: 20px;
    }

}

/* news page */


/* news detail page */

.news-detail-page {
    background: url(../images/bg-body-news-detail.webp) top right no-repeat;
    background-size: 600px;
    padding-top: 40px;

}

.news-detail-page section::after {
    background: url(../images/bg-body-careers-before.webp) bottom no-repeat;
    background-size: 100%;
    width: 100%;
    height: 500px;
    position: absolute;
    content: " ";
    bottom: 0;
    z-index: -1;
}

.news-detail-page header {
    padding: 90px 0 50px 0;
}

@media (min-width: 600px) {
    .news-detail-page {
        background-size: 800px;
        padding-top: 70px;
    }
}

@media (min-width: 870px) {
    .news-detail-page {
        background-size: 100%;
    }
}

@media (min-width: 1200px) {
    .news-detail-page header {
        padding: 90px 0;
    }
}

.warp-detail-news {
    padding: 30px 18%;
}

.title-detail-news {
    font-size: 24px;
    font-weight: 700;
    line-height: 150%;
    text-transform: uppercase;
    color: #BA1212;
    text-align: center;
}

.btn-back-news {
    font-size: 20px;
    font-weight: 500;
    color: #000;
}

.btn-back-news:hover {
    font-size: 20px;
    font-weight: 500;
    color: #6A6A6A;
}

.img-detail-news {
    width: 100%;
    height: 500px;
    border-radius: 20px;
    object-fit: cover;
    margin-top: 25px;
}

.text-detail-news {
    font-size: 18px;
    font-weight: 400;
    line-height: 150%;
    color: #6A6A6A;
    margin-top: 25px;
}

@media (max-width: 1024px) {

    .title-detail-news {
        font-size: 20px;
        font-weight: 700;
        text-transform: uppercase;
        color: #BA1212;
        text-align: center;
    }

    .img-detail-news {
        width: 100%;
        height: 400px;
        border-radius: 20px;
        object-fit: cover;
        margin-top: 25px;
    }

    .text-detail-news {
        font-size: 18px;
        font-weight: 400;
        line-height: 140%;
        margin-top: 25px;
    }

}

@media (max-width: 768px) {

    .img-back-news {
        width: 45px;
    }

    .warp-detail-news {
        padding: 30px 12%;
    }

    .title-detail-news {
        font-size: 18px;
        font-weight: 700;
        text-transform: uppercase;
        color: #BA1212;
        text-align: center;
    }

    .img-detail-news {
        width: 100%;
        height: 360px;
        border-radius: 20px;
        object-fit: cover;
        margin-top: 25px;
    }

    .text-detail-news {
        font-size: 16px;
        font-weight: 400;
        line-height: 140%;
        margin-top: 25px;
    }

}

@media (max-width: 450px) {

    .title-detail-news {
        font-size: 16px;
        font-weight: 700;
        text-transform: uppercase;
        color: #BA1212;
        text-align: center;
    }

    .img-back-news {
        width: 35px;
    }

    .btn-back-news {
        font-size: 14px;
        font-weight: 500;
        color: #000;
    }

    .warp-detail-news {
        padding: 30px 8%;
    }

    .img-detail-news {
        width: 100%;
        height: 230px;
        border-radius: 20px;
        object-fit: cover;
        margin-top: 20px;
    }

    .text-detail-news {
        font-size: 14px;
        font-weight: 400;
        line-height: 140%;
        margin-top: 20px;
    }

}

/* news detail page */


/* product page */

.grid-container-product {
    display: grid;
    grid-template-columns: 46% 46%;
    gap: 20px 8%;
    padding: 0 0 80px 0;
}

.text-country-product {
    font-size: 50px;
    font-weight: 700;
    line-height: 80%;
    text-transform: uppercase;
    color: #BA1212;
}

.card-product {
    width: 100%;
    margin-top: 25px;
}

.img-product-card {
    width: 100%;
    height: auto;
}

.title-product-card {
    font-size: 24px;
    font-weight: 600;
    text-transform: uppercase;
    color: #000;
    margin-top: 15px;
}

.title-product-card:hover {
    color: #000;
}

@media (max-width: 1024px) {

    .grid-container-product {
        display: grid;
        grid-template-columns: 47% 47%;
        gap: 20px 6%;
        padding: 0 0 60px 0;
    }

    .card-product {
        width: 100%;
        margin-top: 20px;
    }

    .text-country-product {
        font-size: 40px;
        font-weight: 700;
        text-transform: uppercase;
        color: #BA1212;
    }

    .title-product-card {
        font-size: 22px;
        font-weight: 600;
        text-transform: uppercase;
        color: #000;
        margin-top: 15px;
    }

}

@media (max-width: 768px) {

    .grid-container-product {
        display: grid;
        grid-template-columns: 48% 48%;
        gap: 20px 4%;
        padding: 0 0 60px 0;
    }

    .text-country-product {
        font-size: 32px;
        font-weight: 700;
        text-transform: uppercase;
        color: #BA1212;
    }

    .title-product-card {
        font-size: 16px;
        font-weight: 600;
        text-transform: uppercase;
        color: #000;
        margin-top: 15px;
    }

}

@media (max-width: 450px) {

    .grid-container-product {
        display: grid;
        grid-template-columns: 100%;
        gap: 30px 0%;
        padding: 0 8%;
        height: auto;
    }

    .text-country-product {
        font-size: 24px;
        font-weight: 700;
        text-transform: uppercase;
        color: #BA1212;
        text-align: center;
    }

}

/* product page */