/* //////////////// home banner ///////////////  */
.landingPage .home-banner {
    position: relative;
}

.main-banner .slide {
    position: relative;
    width: 100%;
    height: 800px;
    background-size: cover;
    display: block;
}

.owl-carousel .owl-item img {
    display: block;
    width: 100%;
    height: 700px;
}

.main-banner .owl-nav {
    display: none;
}

.main-banner .owl-dots {
    position: relative;
    display: block;
    width: 100%;
    text-align: center;
    background-color: #ACACAC;
    padding: 10px 0 6px 0;
}

.main-banner .owl-dot {
    display: inline-block;
    margin: 0 5px;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    border: 1px solid #FFFFFF;
}

    .main-banner .owl-dot.active {
        background: #FFF;
    }
/*
.main-banner .slide .main-banner__txt{
    position: absolute;
    display: block;
    bottom: 40%;
    right: 0;
    width: 100%;
    text-align: right;    
}
.main-banner .slide .main-banner__txt .main-banner__title{
    position: relative;
    display: block;
    background-color: rgba(35, 31, 32, 0.8);
    color: #ffd37a;
    padding: 20px 40px 0 40px;
    text-align: left;
    max-width: 1024px;
    margin: 0 auto;
}
.main-banner .slide .main-banner__txt .main-banner__desc{
    position: relative;
    display: block;
    background-color: rgba(35, 31, 32, 0.8);
    padding: 20px 40px 30px 40px;
    text-align: left;
    color: #ffffff;
    font-size: 1.2em;
    max-width: 1024px;
    margin: 0 auto;
}*/
.main-banner .slide .main-banner__txt .main-banner__title {
    position: relative;
    display: inline-block;
    /*background-color: rgba(35, 31, 32, 0.8);*/
    color: #ffffff;
    padding: 5px 70px 5px 20px;
    text-align: left;
    width: auto;
    max-width: 750px;
    background-color: #12AA8D;
    color: #FFF;
    font-size: 3.2rem;
    font-family: "Open Sans";
}

    .main-banner .slide .main-banner__txt .main-banner__title > * {
        max-width: 700px;
    }

.main-banner .slide .main-banner__txt .main-banner__desc {
    position: relative;
    display: block;
    /*background-color: rgba(35, 31, 32, 0.8);*/
    padding: 10px;
    margin-top: 10px;
    text-align: left;
    color: #ffffff;
    font-size: 1.7rem;
    max-width: 500px;
    background-color: #FFF;
    color: #6D6F70;
    font-family: "Open Sans";
    font-weight: 100;
}

    .main-banner .slide .main-banner__txt .main-banner__desc b {
        color: #414141;
    }

    .main-banner .slide .main-banner__txt .main-banner__desc a.apply {
        color: #C83927;
        font-weight: 500;
        display: block;
        padding-top: 10px;
    }

        .main-banner .slide .main-banner__txt .main-banner__desc a.apply span {
            font-stretch: 10%;
        }

.main-banner .slide .main-banner__txt {
    position: absolute;
    display: block;
    bottom: 4%;
    left: 7%;
    right: 7%;
    width: 100%;
    max-width: 86%;
}

@media screen and (max-width: 1600px) {
    .main-banner .slide {
        height: 450px;
    }
}

@media screen and (max-width: 640px) {
    .main-banner .slide {
        height: 400px;
    }
}

@media (max-width: 1366px) {
    .main-banner .item .slide {
        background-size: 1600px;
    }

    .main-banner .slide .main-banner__txt .main-banner__title {
        max-width: 1024px;
    }

    .main-banner .slide .main-banner__txt .main-banner__desc {
        max-width: 1024px;
        font-size: 1.1em;
    }
}

@media (max-width: 800px) {
    .main-banner .slide .main-banner__txt .main-banner__desc {
        font-size: 1em;
    }

    .main-banner .item .slide {
        background-position: 50%;
        background-size: 1200px;
        height: 200px;
    }

    .main-banner .slide .main-banner__txt {
        /*position: relative;
        top: 365px; */
        width: 100%;
        right: auto;
        bottom: 0;
    }

        .main-banner .slide .main-banner__txt .main-banner__title {
            margin: 0 auto;
            width: 90%;
            font-size: 2em;
            padding: 20px 40px 20px 40px;
        }

        .main-banner .slide .main-banner__txt .main-banner__desc {
            max-width: none;
            width: 90%;
            padding: 20px 5%;
            margin: 0 auto;
        }

    .main-banner .owl-dots {
        background-color: #ffffff;
        padding: 20px 0 10px 0;
    }

    .main-banner .owl-dot {
        border-color: #5f5d5d;
    }

        .main-banner .owl-dot.active {
            background: #5f5d5d;
        }
}

@media (max-width: 640px) {
    .main-banner .slide .main-banner__txt {
        max-width: none;
        left: 0;
        right: 0;
    }

        .main-banner .slide .main-banner__txt .main-banner__title {
            width: 100%;
            padding: 20px;
            box-sizing: border-box;
            text-align: center;
            background-color: rgba(35, 31, 32, 0.8);
            text-align: left !important;
        }

        .main-banner .slide .main-banner__txt .main-banner__desc {
            display: none;
        }

    .main-banner .owl-dots {
        padding: 15px 0 10px 0;
    }
    /*
    .main-banner .item .slide{
        background-size: 1024px;
        height: auto;
        background-position: 50% 0;
        background-repeat: no-repeat;
    }
    .main-banner .slide .main-banner__txt{
        position: relative;
        padding-top: 360px;
    }
    .main-banner .slide .main-banner__txt .main-banner__title{
        background-color: #20622c;
    }
    .main-banner .slide .main-banner__txt .main-banner__desc{
        background-color: #ffffff;
    }*/
}

@media (max-width: 480px) {
    /*.main-banner .item .slide{
        background-size: 800px;
    }
    .main-banner .slide .main-banner__txt{
        padding-top: 280px;
    }*/
}

.main-banner .item .slide {
    background-position: center center;
    background-size: 100% auto;
    background-repeat: no-repeat;
}

.main-banner #banner1 .slide {
    background-image: url("../images/banner/banner1.html");
}

.main-banner #banner2 .slide {
    background-image: url("../images/banner/banner2.html");
}

.main-banner #banner3 .slide {
    background-image: url("../images/banner/banner3.html");
}
