/*
*  html5 doctor css reset | http://html5doctor.com/html-5-reset-stylesheet
*/

.slide-container {
    list-style: none;
    /*overflow: hidden;*/
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    z-index: 1;
}

    .slide-container li {
       display: block;
    /* height: 100%; */
    width: 100%;
    left: 0;
    top: 0;
    position: absolute;
    z-index: 2;
    }

.slide {
    width: 100%;
    height: 100%;
    margin: 0px auto;
    /*overflow: hidden;*/
    z-index: 1;
    position: relative;
}

    .slide li img {
        /*width: 100%;
        height: 425px;*/
    }

.prev, .next {
    position: absolute;
    width: 40px;
    height: 74px;
    background: url(../Home_image/thiepcuoihadong/focus_btn.png) no-repeat;
    top: 50%;
    margin-top: -37px;
    z-index: 10;
}

.prev {
    left: 0;
    background-position: 0 -74px;
    cursor: pointer;
}

.next {
    top: 50%;
    margin-top: -37px;
    right: 0;
    background-position: -40px -74px;
    cursor: pointer;
}

.prev:hover {
    background-position: 0 0;
}

.next:hover {
    background-position: -40px 0;
}

.slide-tabs {
    position: absolute;
    /*bottom: 18px;*/
    left: 50%;
    margin-left: -44px;
    z-index: 10;
}

    .slide-tabs li {
        background-color: #FFF;
        border-radius: 14px;
        cursor: pointer;
        float: left;
        height: 14px;
        margin-left: 8px;
        opacity: .7;
        filter: alpha(opacity=70);
        position: relative;
        width: 14px;
    }

.active {
    z-index: 5;
}

.container {
    height: 357px;
    /*overflow: hidden;*/
    position: relative;
}

#banner {
     width: 840px;
    margin-right: auto;
    margin-left: auto;
    overflow: hidden;
    z-index: 1;
    height: 100%;
    min-height: 320px;   
    float: left;
}


.shadow-arch-edges {   
   z-index: 10;
    width: 840px;
    float: right;
    background-color: white;
    margin-right:5px;
    margin-top:5px;
}

    .shadow-arch-edges:before, .shadow-arch-edges:after {
        position: absolute;
        content: "";
        width: 10%;
        bottom: 10px;
        /*box-shadow: 0 0 12px 19px hsla(0, 10%, 10%, .6);*/
        z-index: -10;
      
    }

    .shadow-arch-edges:before {
        /*left: 24px;*/
        transform: skewY(-12.5deg);
        margin-left: 60px;
        
}
    }

    .shadow-arch-edges:after {
        right: 24px;
        transform: skewY(12.5deg);
        margin-right: 60px;
    }
