


/*--------------------------------------------------------------
#0.4  hero slider
--------------------------------------------------------------*/

.download-button {
    margin-top: 60px;
    padding: 10px 20px;
    background-color: rgb(223, 87, 42, 0.9);
    color: white;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-size: 16px;
}

.download-button:hover {
    background-color: rgb(223, 87, 42);
}

.download-button-back {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.hero {
    position: relative;
    display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	aspect-ratio: 16 / 6; /* 设置宽高比为 16:9 */
}

.hero .slide {
    height: 100%;
    position: relative;
    background-repeat: no-repeat;
}



.hero .slide .slider-bg {
    display: none;
}

.hero .slide:focus {
    outline: none;
}

.hero .slide .slider-image {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.hero .slide .container {
    height: 100%;
    display: table;
    position: relative;
    z-index: 2;
}

@media (max-width: 767px) {
    .hero .slide .container {
        padding: 0;
    }
}

.hero .slide .row {
    display: table-cell;
    vertical-align: middle;
}

.hero .slick-prev,
.hero .slick-next {
    background-color: #f6c606;
    width: 45px;
    height: 45px;
    z-index: 10;
}

.hero .slick-prev {
    left: 0;
}

.hero .slick-prev:before {
    font-family: "themify";
    content: "\e629";
    opacity: 1;
}

.hero .slick-next {
    right: 0;
}

.hero .slick-next:before {
    font-family: "themify";
    content: "\e628";
    opacity: 1;
}

.theme-btn {
    font-size: 18px;
}

@media screen and (min-width: 768px) {
    .hero .slick-dots {
        width: auto;
        position: absolute;
        left: 60px;
        bottom: auto;
        top: 50%;
        z-index: 2;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }
}

@media screen and (min-width: 768px) and (max-width: 1300px) {
    .hero .slick-dots {
        left: 25px;
    }
}

@media screen and (min-width: 768px) {
    .hero .slick-dots li {
        height: 28px;
        float: none;
        display: block;
        margin: 0;
    }
    .hero .slick-dots button {
        background-color: transparent;
        width: 10px;
        height: 10px;
        border: 2px solid #f6c606;
        border-radius: 50%;
        padding: 4px;
    }
    .hero .slick-dots li.slick-active button {
        background-color: #fe5a0e;
        border-color: #fe5a0e;
    }
    .hero .slick-dots button:before,
    .hero .slick-dots button:before {
        display: none;
    }
    .hero .slick-dots li:before {
        content: "";
        width: 20px;
        height: 1px;
        background: #777;
        position: absolute;
        left: 20px;
        top: 5px;
    }
}

@media (max-width: 767px) {
    .hero .slick-dots {
        bottom: 30px;
    }
    .hero .slick-dots li {
        margin: 0;
    }
    .hero .slick-dots button {
        background-color: transparent;
        width: 12px;
        height: 12px;
        border: 2px solid #fff;
        border-radius: 50%;
    }
    .hero .slick-dots li.slick-active button {
        background-color: #f6c606;
        border-color: #f6c606;
    }
    .hero .slick-dots button:before,
    .hero .slick-dots button:before {
        display: none;
    }
}


.hero .slide-caption > div {
    overflow: hidden;
}

.hero .slide-caption > div * {
    -webkit-animation: fadeOutLeft 1.5s both;
    animation: fadeOutLeft 1.5s both;
}

.hero .slide-caption > div.slide-title * {
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
}

.hero .slide-caption > div.slide-subtitle * {
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
}

.hero .slide-caption > div.btns * {
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
}

.hero .hero-slider .slick-current .slide-caption > div * {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
}

.hero .hero-slider .slick-current .slide-caption > div.slide-title * {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}

.hero .hero-slider .slick-current .slide-caption > div.slide-subtitle * {
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
}

.hero .hero-slider .slick-current .slide-caption > div.btns * {
    -webkit-animation-delay: 1.5s;
    animation-delay: 1.5s;
}

.hero .hero-slider .slick-current .slider-image {
    -webkit-animation: kenburn 25s 2s alternate infinite;
    -animation: kenburn 25s 2s alternate infinite;
}


/*************************************
  hero-style-1
***************************************/

.hero-style-1,
.hero-style-2,
.hero-style-3 {
    height: 100%;
    position: relative;
}

@media (max-width: 767px) {
    .hero-style-1:before,
    .hero-style-2:before,
    .hero-style-3:before {
        display: none;
    }
}


@media (max-width: 767px) {
    .hero-style-1,
    .hero-style-2,
    .hero-style-3 {
        height: 100%;
    }
}

.hero-style-1 .slide,
.hero-style-2 .slide,
.hero-style-3 .slide {
    height: 100%;
    position: relative;
}


@media (max-width: 767px) {
    .hero-style-1 .slide,
    .hero-style-2 .slide,
    .hero-style-3 .slide {
        height: 100%;
    }
}

.hero-style-1 .slide:before,
.hero-style-2 .slide:before,
.hero-style-3 .slide:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: '';
    z-index: 1;
}

.hero-style-1 .slide-subtitle h4,
.hero-style-3 .slide-subtitle h4 {
    font-size: 18px;
    font-weight: 200;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #fff;
    margin: 0;
    position: relative;
    background: rgb(254, 90, 14);
    padding: 10px;
    display: inline-block;
}

.hero-style-2 .slide-subtitle h4 {
    font-size: 18px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #fff;
    margin: 0;
    position: relative;
    background: rgb(254, 90, 14);
    padding: 10px 20px;
    display: inline-block;
    text-align: center;
}

@media screen and (max-width: 991px) {
    .hero-style-1 .slide-subtitle h4,
    .hero-style-2 .slide-subtitle h4,
    .hero-style-3 .slide-subtitle h4 {
        font-size: 16px;
    }
}

@media screen and (max-width: 767px) {
    .hero-style-1 .slide-subtitle h4,
    .hero-style-2 .slide-subtitle h4,
    .hero-style-3 .slide-subtitle h4 {
        font-size: 14px;
        letter-spacing: 4px;
    }
}

@media screen and (max-width: 480px) {
    .hero-style-1 .slide-subtitle h4,
    .hero-style-2 .slide-subtitle h4,
    .hero-style-3 .slide-subtitle h4 {
        font-size: 12px;
        letter-spacing: 2px;
    }

}

.hero-style-1 .slide-title h2,
.hero-style-2 .slide-title h2,
.hero-style-3 .slide-title h2 {
    font-size: 50px;
    font-weight: bold;
    line-height: 75px;
    text-transform: uppercase;
    color: #fff;
    margin: 0.6em 0 0.78em;
    text-shadow: 2px 6px 5px rgba(0, 0, 0, 0.80);
    font-family: "Roboto", sans-serif;
}

@media screen and (max-width: 1199px) {
    .hero-style-1 .slide-title h2,
    .hero-style-2 .slide-title h2,
    .hero-style-3 .slide-title h2 {
        font-size: 40px;
        line-height: 50px;
    }
}

@media screen and (max-width: 991px) {
    .hero-style-1 .slide-title h2,
    .hero-style-2 .slide-title h2,
    .hero-style-3 .slide-title h2 {
        font-size: 36px;
        line-height: 40px;
    }
}

@media screen and (max-width: 767px) {
    .hero-style-1 .slide-title h2,
    .hero-style-2 .slide-title h2,
    .hero-style-3 .slide-title h2 {
        font-size: 30px;
        line-height: 40px;
    }
    .theme-btn {
        font-size: 16px;
    }
}


@media screen and (max-width: 480px) {
    .hero-style-1 .slide-title h2,
    .hero-style-2 .slide-title h2,
    .hero-style-3 .slide-title h2 {
        font-size: 16px;
        line-height: 20px;
    }
    .theme-btn {
        font-size: 12px;
        display: none;
    }


    .download-button {
        margin-top: 5px;
        padding: 5px 10px;
        font-size: 14px;
    }
}


@media screen and (max-width: 320px) {
    .hero-style-1 .slide-title h2,
    .hero-style-2 .slide-title h2,
    .hero-style-3 .slide-title h2 {
        font-size: 14px;
        line-height: 18px;
    }
    .theme-btn {
        font-size: 10px;
        display: none;
    }

    .download-button {
        margin-top: 5px;
        padding: 5px 10px;
        font-size: 14px;
    }
}
