﻿html {
    width: 100%;
    height: 100%;
    color: white;
}

header {
    height: 115px;
    position: relative;
    z-index: 999;
    background: url(../images/home/headerbg.png) no-repeat top center;
    background-size: 100% 100%;
}

.page-Logo {
    width: 300px;
    height: 100%;
}

.page-Logo1 {
    width: 230px;
    height: 40px;
    margin-top: 20px;
}

.swiper {
    width: 100%;
    height: 500px;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

    .swiper-slide img {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.swiper-button-next, .swiper-button-prev {
    color: rgba(0,0,0,0.35) !important;
}

.container {
    width: 1000px;
    padding: 0;
    position: relative;
    overflow: visible;
    display: flex;
    justify-content: space-between;
}

.col > .card {
    background-color: rgba(0,0,0,0);
    background: url(../images/home/activebg.png) no-repeat top center;
    height: 247px;
    width: 248px;
    border: none;
    transition: margin-top 0.5s, opacity 0.5s;
}

    .col > .card:hover {
        background: url(../images/home/activebg_h.gif) no-repeat top center;
        margin-top: -15px;
    }

        .col > .card:hover .title {
            color: #544715;
        }

    .col > .card .title {
        text-align: center;
        font-size: 18px;
        font-weight: bold;
        height: 30px;
        /*line-height: 65px;*/
        color: #e3bc2f;
        padding: 10px 20px;
    }

    .col > .card > img {
        height: 135px;
        width: 215px;
        border-radius: 3px;
        margin: 20px auto;
    }

.album-custom {
    position: relative;
    background: linear-gradient(0deg, #3f2e24, #3f2e24,#282222,#6a6852);
    background-image: url(../images/home//bg.png);
    background-size: 100% 100%;
}


#footer {
    height: 66px;
    position: relative;
    z-index: 999;
    background: url(../images/home/headerbg.png) no-repeat top center;
    background-size: 100% 100%;
}

.ftiright {
    width: 100%;
    height: 45px;
    padding-top: 25px;
    text-align: center;
    color: #f6ca89;
    margin: 0 auto;
    font-size: 12px;
}

@media screen and (max-width:1400px) {
    .swiper {
        width: 100%;
        height: 400px;
    }

    .swiper-button-next, .swiper-button-prev {
        top: 200px !important;
    }
}

@media screen and (max-width:1200px) {
    .swiper {
        width: 100%;
        height: 350px;
    }

    .swiper-button-next, .swiper-button-prev {
        top: 175px !important;
    }
}

@media screen and (max-width:960px) {
    header {
        height: 100px;
    }

    .swiper {
        width: 100%;
        height: 300px;
    }

    .swiper-button-next, .swiper-button-prev {
        top: 150px !important;
    }

    .page-Logo {
        width: 255px;
        height: 100%;
    }

    .page-Logo1 {
        width: 210px;
        height: 35px;
        margin-top: 5px;
    }
}

@media screen and (max-width: 768px) {
    header {
        height: 90px;
    }

    .swiper {
        width: 100%;
        height: 225px;
    }

    .swiper-button-next, .swiper-button-prev {
        top: 100px !important;
    }

    .page-Logo {
        width: 190px;
        height: 100%;
    }

    .page-Logo1 {
        width: 175px;
        height: 30px;
        margin-top: 5px;
    }

    .row {
        width: 100vh;
    }
}

@media screen and (max-width: 576px) {
    header {
        height: 1.55rem;
    }

    .container {
        width: 9.8rem;
    }

    .swiper {
        width: 100%;
        height: 4rem;
    }

    .swiper-button-next, .swiper-button-prev {
        top: 2rem !important;
    }

        .swiper-button-next:after, .swiper-button-prev:after {
            font-size: .85rem !important;
        }

    .page-Logo {
        width: 4rem;
        height: 100%;
    }

    .page-Logo1 {
        width: 3.5rem;
        height: 0.7rem;
    }

    .row-cols-2 > * {
        flex: 0 0 auto;
        width: 45%;
    }

    .row {
        --bs-gutter-x: 1.5rem;
        --bs-gutter-y: 0;
        display: flex;
        flex-wrap: wrap;
        margin-top: -1rem;
        margin-left: -0.3rem;
        width: 100%;
    }

    .col > .card {
        background-size: 100% 100%;
        height: 4rem;
        width: 4.5rem;
    }

        .col > .card > img {
            height: 2rem;
            width: 3.85rem;
            border-radius: 3px;
            margin: 0.35rem auto;
        }

        .col > .card .title {
            font-size: 0.2rem;
            height: 0.15rem;
            line-height: 0.95rem;
        }

        .col > .card:hover {
            background: url(../images/home/activebg.png) no-repeat top center;
            margin-top: 0px;
            background-size: 100% 100%;
            height: 4rem;
            width: 4.5rem;
        }

            .col > .card:hover .title {
                color: #e3bc2f;
            }
}
