/* --Start slogan--------------- */
.section-slogan {
    /* background: url(../img/index/bg.jpg) no-repeat center center/ cover scroll;
    height: 100vh; */
    position: relative;
}

.section-slogan .title-item {
    /* position: relative;
    bottom: 50px; */
}

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

}

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

@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--------------- */
/* --Start guru--------------- */
.section-index-guru {
    padding: 40px 0;
}

.section-index-guru .guru-item {
    background: #B98C21;
    height: 100%;
    border-radius: 90px 0 0 0;
}

.section-index-guru .guru-img1 {
    width: 100%;
    border-radius: 90px 15px 0 0;
}

.section-index-guru .title-item {
    padding: 0px 0px;
    background: #B98C21;
    position: relative;
    height: 100%;
}

.section-index-guru .text-item {
    padding: 40px 20px;
}

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


.section-index-guru .title-item p {
    font-size: 16px;
    letter-spacing: 1.5px;
    font-weight: bolder;
    color: #fff;
}

.section-index-guru .title-item .guru-img {
    position: static;
    bottom: 0;
    width: 100%;
    border-radius: 15px 15px 0 0;
}

@media (min-width: 768px) {
    .section-index-guru .title-item .guru-img {
        position: absolute;
        bottom: 0;
    }

    .section-index-guru .title-item {
        padding: 0px 0px;
    }

    .section-index-guru .title-item h2 {
        font-size: 35px;
    }
}

@media (min-width: 992px) {
    .section-index-guru .title-item {
        padding: 60px 0px;
    }
}

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

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

@media (min-width: 1400px) {
    .section-index-guru .text-item {
        padding: 80px;
    }
}

/* --End guru--------------- */
/* --Start world--------------- */
.section-index-world {
    padding: 60px 0;
}

.section-index-world .title-item {
    padding: 0 20px;

}

@media (min-width: 1400px) {
    .section-index-world .title-item {
        padding: 0 80px;

    }
}

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

}

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

.section-index-world .world-img {
    width: 100%;
    transform: scale(0.9);
}

.section-index-world a {
    background: #B98C21;
    color: #fff;
    display: inline-block;
    border-radius: 10px;
    text-align: center;
    transition: all 0.2s ease-in-out;
    margin-top: 30px;
    padding: 10px 40px;
}

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

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

    .section-index-world {
        padding: 100px 0;
    }

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

}

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



/* --Start events--------------- */

.section-index-events {
    padding: 60px 0;
    background-color: #F7F7F7;
    position: relative;
    border-radius: 0 0 90px 0;
}

@media (min-width: 1200px) {
    .section-index-events {
        padding: 100px 0;
    }
}

.section-index-events .title-item {
    position: relative;
    z-index: 1;
    display: inline-block;
    text-align: center;
    margin-bottom: 20px;
}

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

}


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

.section-index-events .item .pic-item {
    position: relative;
    width: 100%;
    padding-bottom: 75%;
    overflow: hidden;
    border-radius: 25px;
}

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

.section-index-events .item h3 {
    font-size: 20px;
    color: #000;
    margin: 10px 0;
    transition: all 0.2s ease-in-out;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.section-index-events .item:hover h3 {
    color: #912E32;
}

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

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

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

.section-index-events .owl-dots {
    margin-top: 20px;
    display: flex;
    justify-content: center;
}

.section-index-events .owl-dots .owl-dot {
    width: 13px;
    height: 13px;
    background: #912E32;
    border-radius: 100%;
}

.section-index-events .owl-dots .owl-dot+.owl-dot {
    margin-left: 10px;
}

.section-index-events .owl-dots .owl-dot.active {
    background: #B98C21;
}


.section-index-events .events_carousel_slider .owl-next,
.section-index-events .events_carousel_slider .owl-prev {
    position: absolute;
    justify-content: center;
    align-items: center;
    color: #912E32;
    width: 60px;
    height: 60px;
    top: -80px;
    cursor: pointer;
    opacity: 1;
    z-index: 3;
    transition: all 0.2s ease-in-out;
    display: none;
    border: 1px solid #912E32;
    border-radius: 100%;
}

@media (min-width: 768px) {

    .section-index-events .events_carousel_slider .owl-next,
    .section-index-events .events_carousel_slider .owl-prev {
        display: block;
    }
}

.section-index-events .events_carousel_slider .owl-next:hover,
.section-index-events .events_carousel_slider .owl-prev:hover {}

.section-index-events .events_carousel_slider .owl-next .nav-button,
.section-index-events .events_carousel_slider .owl-prev .nav-button {
    font-size: 30px;
}

.section-index-events .events_carousel_slider .owl-next {
    left: auto;
    right: 0;
    background: url(../img/index/arrow-l.webp) no-repeat center left /100% 100% scroll;
}

.section-index-events .events_carousel_slider .owl-prev {
    background: url(../img/index/arrow-r.webp) no-repeat center left /100% 100% scroll;

    right: 100px;
}

.section-index-events .events_carousel_slider .owl-prev::after,
.section-index-events .events_carousel_slider .owl-next::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #912E32;
    cursor: pointer;
    transition: all 0.2s ease-in-out;
    font-size: 24px;
}

.section-index-events .events_carousel_slider .owl-prev::after,
.section-index-events .events_carousel_slider .owl-next::after {
    content: "◂";
}

.section-index-events .events_carousel_slider .owl-next::after {
    content: "▸";
}

.section-index-events .events_carousel_slider .owl-prev:hover::after,
.section-index-events .events_carousel_slider .owl-next:hover::after {
    color: #912E32;
}


/* --End news--------------- */

/* --Start news--------------- */

.section-index-news {
    padding: 60px 0 60px;
    position: relative;
}

@media (min-width: 992px) {
    .section-index-news {
        padding: 100px 0 100px;
    }
}

.section-index-news .title-item {
    position: relative;
    z-index: 1;
    display: inline-block;
    text-align: center;
    margin-bottom: 20px;
}

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

}


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

.section-index-news .item {
    cursor: pointer;
    position: relative;
    display: block;
    height: 100%;
}

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



.section-index-news .item .pic-item img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    transition: all 0.2s ease-in-out;
    height: 100%;
    object-fit: cover;
    border-radius: 15px;

}

.section-index-news .item .text-item {
    padding: 10px 5px;
    position: relative;
}

@media (min-width: 768px) {
    .section-index-news .item .text-item {
        padding: 30px 15px;
    }
}

.section-index-news .item .text-item span {
    color: #666;

}

.section-index-news .item .text-item h3 {
    font-size: 18px;
    color: #733825;
    transition: all 0.2s ease-in-out;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.section-index-news .item .text-item p {
    font-size: 15px;
    color: #797b87;
    transition: all 0.2s ease-in-out;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.section-index-news .item:hover .text-item h3 {
    color: #912E32;
}

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

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

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

    .section-index-news .item .text-item h3 {
        font-size: 20px;
    }
}

.section-index-news .more-link {
    border: 1px solid #912E32;
    color: #912E32;
    display: inline-block;
    border-radius: 10px;
    text-align: center;
    margin-top: 30px;
    transition: all 0.2s ease-in-out;
    padding: 10px 40px;
}

.section-index-news .more-link:hover {
    background-color: #912E32;
    color: #fff;
}


.section-index-news .nav-tabs .nav-link {
    color: #717071;

}

.section-index-news .nav-tabs .nav-link:hover {
    background: transparent;
    border-color: transparent;
    color: #004989;
}

.section-index-news .nav-tabs .nav-link.active {
    color: #004989;

}

.section-index-news .nav-tabs,
.section-index-news .nav-tabs .nav-link.active {
    border: none;
}

/* --End news--------------- */