/* slideshow */
.slideshow {position: relative;margin-top: -130px;}
.info-slider {position: absolute;width: calc(100% - 30px);max-width: 1190px;left: 50%;top: 50%;transform: translate(-50%,-50%);}
.info-slider > span {color: #FFF;font-family: Oswald;font-size: 40px;font-style: normal;font-weight: 400;line-height: 60px; /* 237.5% */}
.info-slider > h3 {margin-bottom: 20px;color: #FFF;font-family: Oswald;font-size: 89px;font-style: normal;font-weight: 500;line-height: 95px;text-transform: uppercase;}
.desc-slider {color: #FFF;font-family: Roboto;font-size: 16px;font-style: normal;font-weight: 400;line-height: 30px;}
.link-slider {display: flex;grid-gap: 10px;}
.link-slider > a {display: flex;padding: 10px 50px;justify-content: center;align-items: center;gap: 10px;flex-shrink: 0;border: 1px solid #FFF;background: rgba(255, 255, 255, 0.00);color: #FFF;font-family: Inter;font-size: 13px;font-style: normal;font-weight: 500;line-height: 30px; /* 230.769% */text-transform: uppercase;}

.link-slider > a:hover {
    background: #006C52;
    border-color: #006C52;
}
.wrap-tieuchi {
    position: absolute;
    width: 100%;
    bottom: 20px;
}

.box-tieuchi {
    text-align: center;
}

.box-tieuchi h3 {
    color: #FFF;
    text-align: center;
    font-family: Roboto;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px; /* 187.5% */
    margin-bottom: 0;
    margin-top: 20px;
}