/* --Start banner--------------- */
.section-banner {
    position: relative;
    background: url('../img/events/bn-event.jpg') no-repeat center center/ cover scroll;
    padding: 150px 0 0;
}

.section-banner .item {
    text-align: center;
    margin-bottom: 100px;
}

.section-banner .item h2 {
    font-size: 45px;
    color: #FFFFFF;
    font-family: "Arial", Sans-serif;
    font-weight: 700;
    line-height: 110px;
    letter-spacing: 3px;
    text-transform: uppercase;
}

.section-banner .item h3 {
    font-size: 20px;
    color: #FFFFFF;
    font-weight: bold;
    letter-spacing: 2.5px;
}

@media (min-width: 768px) {
    .section-banner .item h2 {
        font-size: 100px;
    }

    .section-banner .item h3 {
        font-size: 35px;
    }
}

.section-banner .breadcrumb {
    justify-content: center;
    font-size: 14px;
    margin-bottom: 10px;
    margin-top: 10px;

}

.section-banner .breadcrumb .breadcrumb-item {
    display: flex;
    align-content: center;
    position: relative;
    margin-bottom: 5px;

}

.breadcrumb-item+.breadcrumb-item::before {

    color: #fff;
}

.section-banner .breadcrumb .breadcrumb-item a {
    color: #fff;
    transition: all 0.2s ease-in-out;
    text-decoration: none;
}

.section-banner .breadcrumb .breadcrumb-item.active {
    color: #fff;
    font-weight: bolder;
}

/* --End banner--------------- */

/* --Start feature--------------- */
.section-feature {
    background: #E3E2E1;
    padding: 130px 0 60px;
}

.section-feature .item {
    background: #fff;
    transition: all 0.2s ease-in-out;
    display: block;
    height: 100%;
}

.section-feature .item .pic-item {
    position: relative;
    width: 100%;
    padding-bottom: 67%;
    overflow: hidden;
}

.section-feature .item .pic-item img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.2s ease-in-out;
}

.section-feature .item:hover .pic-item img {
    opacity: 0.7;
}

.section-feature .item .text-item {
    padding: 20px 15px 30px;
    position: relative;
}

.section-feature .item .text-item h2 {
    color: #000;
    display: inline-block;
    font-size: 20px;
    padding: 5px 0;
    font-weight: bolder;
}

.section-feature .item .text-item span {
    font-size: 13px;
    display: block;
    color: #adadad;
    margin-top: 10px;
}

/* --End feature--------------- */
/* --Start coating--------------- */
.section-coating {
    padding: 130px 0;
}

.section-coating .title-item {
    text-align: center;
    margin-bottom: 100px;
}

.section-coating .title-item h2 {
    color: #000000;
    font-family: "Arial", Sans-serif;
    font-size: 76px;
    font-weight: 700;
    text-transform: uppercase;
}

.section-coating .item {
    border: 1px solid #000;
    width: 100%;
    display: block;
}

.section-coating .item h3 {
    background-color: #000;
    color: #fff;
    font-size: 30px;
    font-weight: bold;
    letter-spacing: 1.2px;
    text-align: center;
    padding: 15px 0;
}

.section-coating .item p {
    font-size: 18px;
    padding: 25px 30px;
}

.section-coating .vs-text {
    font-size: 45px;
    font-weight: bolder;
    text-align: center;
    display: block;
    margin: 0;
}

.section-coating img {
    width: 100%;
}

/* --End coating--------------- */