/* --Start slogan--------------- */
.section-slogan {
    padding-bottom: 0px;
    position: relative;
}

.section-slogan .title-item {
    padding: 30px 0;
}

.section-slogan .title-item h2 {
    font-size: 30px;
    color: #912E32;
    font-weight: bolder;
    font-family: 'Bakudai-Bold';

}

.section-slogan .title-item p {
    font-size: 16px;
    letter-spacing: 1.5px;
    font-weight: bolder;
}

@media (min-width: 768px) {
    .section-slogan .title-item h2 {
        font-size: 35px;
    }
}

@media (min-width: 1200px) {
    .section-slogan .title-item h2 {
        font-size: 50px;
    }

    .section-slogan .title-item p {
        font-size: 18px;
        letter-spacing: 1.7px;
    }
}

/* --End slogan--------------- */
.breadcrumb .breadcrumb-item {
    font-family: 'Gotham Black' !important;
    font-size: 12px;

}

.breadcrumb .breadcrumb-item+.breadcrumb-item::before {
    color: #333;
}

.breadcrumb .breadcrumb-item a {
    color: #333;
    transition: all 0.2s ease-in-out;
}

.breadcrumb .breadcrumb-item a:hover {
    text-decoration: underline;
    color: #912E32;
}

.breadcrumb .breadcrumb-item.active {
    color: #912E32;
    font-weight: bolder;
}

/* --Start world--------------- */
.section-world {}

.section-world.g {
    background: #F7F7F7;
    padding: 30px 0;
}

.section-world .title-item {
    padding: 0px 0px;
    position: relative;
    height: 100%;
}


.section-world .title-item h2 {
    font-size: 30px;
    color: #912E32;
    font-weight: bolder;
    font-family: 'Bakudai-Bold';
}


.section-world .title-item p {
    font-size: 16px;
    letter-spacing: 1.5px;
    font-weight: bolder;
}

@media (min-width: 768px) {
    .section-world .title-item h2 {
        font-size: 35px;
    }
}

@media (min-width: 992px) {
    .section-world .title-item {
        padding: 0px 0px 10px;
    }
}

@media (min-width: 1200px) {
    .section-world .title-item h2 {
        font-size: 40px;
    }

    .section-world .title-item p {
        font-size: 18px;
        letter-spacing: 1.7px;
    }
}

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

.section-world .pic-item img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.section-world h3 {}

.section-world .title-item ul {
    list-style: none;
    padding-left: 40px;
    margin-left: 0;
}

.section-world .title-item ul li {
    position: relative;
}

.section-world .title-item ul li+li {
    margin-top: 20px;
}

.section-world .title-item ul li span {
    position: relative;
    color: #912E32;
    display: block;
    padding-left: 0px;
    font-weight: bolder;
}

.section-world .title-item ul li span::after {
    content: '';
    background-image: url('../img/world/1icon.webp');
    background-size: 100% 100%;
    width: 30px;
    height: 30px;
    position: absolute;
    left: -40px;
    top: 0;
}

.section-world .title-item ul li span.icon2::after {
    background-image: url('../img/world/2icon.webp');
}

.section-world .title-item ul li span.icon3::after {
    background-image: url('../img/world/3icon.webp');
}

.section-world .item {
    border-radius: 15px;
    position: relative;
}

.section-world .item .pic-item {
    position: relative;
    width: 100%;
    padding-bottom: 150%;
    border-radius: 15px;
    overflow: hidden;
}

.section-world .item .pic-item img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 0 0 15px 15px;
    object-fit: cover;
}

.section-world .item h3 {
    background: #912E32;
    border-radius: 0 0 15px 15px;
    position: absolute;
    bottom: 0;
    margin-bottom: 0;
    text-align: center;
    font-size: 16px;
    width: 100%;
    color: #fff;
    padding: 15px 5px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media (min-width: 992px) {
    .section-world .item h3 {
        font-size: 16px;

    }
}

.section-world.g .item {
    border-radius: 15px;
    position: relative;
}

.section-world.g .item .pic-item {
    position: relative;
    width: 100%;
    padding-bottom: 75%;
    border-radius: 15px;
    overflow: hidden;
}

.section-world.g .item .pic-item img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 0 0 15px 15px;
    object-fit: cover;
}

.section-world.g .item h3 {
    background: transparent;
    border-radius: 0;
    margin-bottom: 0;
    text-align: center;
    font-size: 16px;
    width: 100%;
    color: #912E32;
    padding: 10px 5px;
    height: auto;
    position: static;
}

/* --End world--------------- */